# HG changeset patch # User Paul Eggert # Date 1054795452 0 # Node ID e296c333fb899611cf0ba459748d7cfbf3b3bdf4 # Parent c745e2a61faccf28b2100ab52bf906453f9a38d5 mktime.c: Fix Debian bug 177940. diff --git a/lib/ChangeLog b/lib/ChangeLog --- 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.