changeset 4355:8d02630aa92d

mktime.c: Assume freestanding C89 or better.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 05 Jun 2003 20:56:42 +0000
parents 7b5fd4dc4f90
children 74b3b8bbb661
files lib/ChangeLog
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,14 @@
+2003-06-05  Paul Eggert  <eggert@twinsun.com>
+
+	* mktime.c: Assume freestanding C89 or better.
+	(HAVE_LIMITS_H): Remove.  Assume it's 1.
+	(__P): Remove; not used.
+	(CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
+	(mktime, not_equal_tm, print_tm, check_result,
+	main): Use prototypes.  Use const * where appropriate.
+	(main): Fix typo in testing code that uncovered by above changes.
+	(Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
+
 2003-06-04  Paul Eggert  <eggert@twinsun.com>
 
 	* mktime.c: Fix Debian bug 177940