changeset 4353:e296c333fb89

mktime.c: Fix Debian bug 177940.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 05 Jun 2003 06:44:12 +0000
parents c745e2a61fac
children 7b5fd4dc4f90
files lib/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,12 @@
 2003-06-04  Paul Eggert  <eggert@twinsun.com>
 
+	* mktime.c: Fix Debian bug 177940
+	<http://bugs.debian.org/cgi-bin/bugreport.cgi?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.