diff options
author | Jim Meyering <jim@meyering.net> | 1997-01-22 22:39:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-01-22 22:39:41 +0000 |
commit | db7201835dda2bb16be6f48d03dc26d7548ee532 (patch) | |
tree | 2fee01e67e6586b94b24a4485d054c67922113ac /old | |
parent | 74cb2ee31448c176cb12bff3e14ac81909682fdf (diff) | |
download | coreutils-db7201835dda2bb16be6f48d03dc26d7548ee532.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 10 |
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. |