From: Jim Meyering Date: Tue, 6 Jan 1998 23:53:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16k~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c767a4974181b6499917224bb831f470b0e6e67b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c7e9cd8c57..26774c57ff 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +1998-01-06 Jim Meyering + + * lib/getdate.y: Add %expect directive. + Move inclusion of getdate.h and dependent extern declarations down + so getdate.h's prototype follows the sometimes-enabled definition + of `const' to nothing. Otherwise, the prototype wouldn't match + the definition because of the defined-away `const'. + (get_date): ANSI-fy definition. + From Kaveh Ghazi. + 1998-01-05 Paul Eggert * lib/fsusage.c (PROPAGATE_ALL_ONES): New macro.