From: Jim Meyering Date: Wed, 22 Jan 1997 22:39:41 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_21a~70 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=db7201835dda2bb16be6f48d03dc26d7548ee532;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index d2194da8d5..d49e57c4de 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.