diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-06 23:53:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-06 23:53:50 +0000 |
commit | c767a4974181b6499917224bb831f470b0e6e67b (patch) | |
tree | 63a526ed7a32eed7dfbcaf160b89af35a8291642 /old/fileutils/ChangeLog | |
parent | 0fdd1b9130824596e32edf6b0a2b8d97037cecdf (diff) | |
download | coreutils-c767a4974181b6499917224bb831f470b0e6e67b.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index c7e9cd8c5..26774c57f 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +1998-01-06 Jim Meyering <meyering@na-net.ornl.gov> + + * 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 <eggert@twinsun.com> * lib/fsusage.c (PROPAGATE_ALL_ONES): New macro. |