summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-01-22 22:39:41 +0000
committerJim Meyering <jim@meyering.net>1997-01-22 22:39:41 +0000
commitdb7201835dda2bb16be6f48d03dc26d7548ee532 (patch)
tree2fee01e67e6586b94b24a4485d054c67922113ac /old
parent74cb2ee31448c176cb12bff3e14ac81909682fdf (diff)
downloadcoreutils-db7201835dda2bb16be6f48d03dc26d7548ee532.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index d2194da8d..d49e57c4d 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,15 @@
+1997-01-22 Paul Eggert <eggert@twinsun.com>
+
+ * m4/mktime.m4: (AM_FUNC_MKTIME): Fix bug in mktime test -- don't
+ test now, test a couple of thousand times.
+
Sat Jan 18 09:32:26 1997 Jim Meyering <meyering@na-net.ornl.gov>
+ * lib/getdate.y (get_date): Change prototype to reflect const'ness
+ of parameters.
+ Indent cpp-directives to reflect nesting.
+ Indent with GNU indent.
+
* lib/getdate.h: New file.
* src/date.c: Include getdate.h.
(<time.h>, <sys/time.h>): Don't include -- now getdate.h does it.