From db7201835dda2bb16be6f48d03dc26d7548ee532 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Jan 1997 22:39:41 +0000 Subject: [PATCH] . --- old/sh-utils/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + + * 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 + * 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. (, ): Don't include -- now getdate.h does it.