about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-03-16 03:04:42 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-05-23 14:36:24 -0700
commit72a22e596cb1359fc7e05de6d5de6f35f3eb5785 (patch)
tree55a16758335e3bf330007f6bc626b98d6b6e32b0 /ChangeLog
parent68605433483b08e8a31541d833bf92ff3ecad75c (diff)
downloadglibc-72a22e596cb1359fc7e05de6d5de6f35f3eb5785.tar.gz
glibc-72a22e596cb1359fc7e05de6d5de6f35f3eb5785.tar.xz
glibc-72a22e596cb1359fc7e05de6d5de6f35f3eb5785.zip
mktime: merge another wrapv change from gnulib
* time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
from some compilers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a970b584ca..982d79ba9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
 
+	mktime: merge another wrapv change from gnulib
+	* time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
+	from some compilers.
+
 	mktime: remove incorrect attempt at unusual arithmetics
 	* time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
 	The code didn't really work on such machines anyway.