From a94d8cb68989ef2d67767b52e78fa8f66e0734f9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 5 Jun 2003 06:44:12 +0000 Subject: [PATCH] mktime.c: Fix Debian bug 177940. --- lib/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.30.2