# HG changeset patch # User Paul Eggert # Date 1054846602 0 # Node ID 8d02630aa92d8fe17367ecb78fd89c84c4f15a3a # Parent 7b5fd4dc4f90af46c37eb625e352f36730a0f421 mktime.c: Assume freestanding C89 or better. diff --git a/lib/ChangeLog b/lib/ChangeLog --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,14 @@ +2003-06-05 Paul Eggert + + * 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; 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 * mktime.c: Fix Debian bug 177940