diff options
author | Jim Meyering <jim@meyering.net> | 1997-01-18 20:08:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-01-18 20:08:05 +0000 |
commit | 10d7644859d048f06ebb3c46ca5fdd8f52edf6cb (patch) | |
tree | dd7df0e8ba63c97b8e09b6889f0fc94f4e458ddc /old | |
parent | 6cb5a99aa721ba507023be1b7b1dd2f27b9d18aa (diff) | |
download | coreutils-10d7644859d048f06ebb3c46ca5fdd8f52edf6cb.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index caa2d111b..d2194da8d 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,10 @@ Sat Jan 18 09:32:26 1997 Jim Meyering <meyering@na-net.ornl.gov> + * lib/getdate.h: New file. + * src/date.c: Include getdate.h. + (<time.h>, <sys/time.h>): Don't include -- now getdate.h does it. + (get_date): Don't declare. getdate.h does it. + * lib/Makefile.am (noinst_HEADERS): Add getdate.h. 1997-01-06 Paul Eggert <eggert@twinsun.com> |