1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-12 15:06:44 +02:00
This commit is contained in:
Jim Meyering
1997-01-22 22:39:41 +00:00
parent 74cb2ee314
commit db7201835d

View File

@@ -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.