Update to the latest version of the y2038 code.
authorMichael G Schwern <schwern@pobox.com>
Sat, 13 Sep 2008 10:01:53 +0000 (03:01 -0700)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 3 Jan 2009 17:36:11 +0000 (18:36 +0100)
commit9af245219bab70f094b76d8f420ddd3f7f211a2f
treee68b5f8f798b351e334fcb3a916a50525a60adc9
parenta272e669f4b28ef6839df6dcd80d81421a1924dc
Update to the latest version of the y2038 code.

In this update...

* Replace unportable "long" with Quad_t
* Improve performance for current and future dates.
* Provide a version of timegm() if its not available.
* Wrap the use of EOVERFLOW in case its not portable.

This should address all known portabilty issues.
localtime64.c
localtime64.h