From: Paul Eggert Date: Thu, 5 Jun 2003 06:44:12 +0000 (+0000) Subject: mktime.c: Fix Debian bug 177940. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94d8cb68989ef2d67767b52e78fa8f66e0734f9;p=pspp mktime.c: Fix Debian bug 177940. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index e831ff3c45..6385993f4d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,12 @@ 2003-06-04 Paul Eggert + * mktime.c: Fix Debian bug 177940 + . + (localtime_offset): Now long int, not time_t, because we want it + to be guaranteed to be signed. All uses changed. + (__mktime_internal): If overflow would occur when adding offset, + don't add it. + Merge 'human' changes from coreutils. Rewrite to support locale-specific notations like thousands separators. * human.c: Simplify authorship notice.