diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-03 11:58:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-03 11:58:49 +0000 |
commit | 9e6b379dbff81b028b2391daa16eab1378cb6b52 (patch) | |
tree | aec09de7a12a0c1e0ecd46370f682032525959e7 /old | |
parent | d46bab3a59b9eae5861cfed5b9aef8ceba4762ff (diff) | |
download | coreutils-9e6b379dbff81b028b2391daa16eab1378cb6b52.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-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 fc9a1a2da..4caa40ad8 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +1998-01-03 Jim Meyering <meyering@na-net.ornl.gov> + + * lib/save-cwd.h: Guard PARAMS-enabling definition with + `defined PROTOTYPES || (defined __STDC__ && __STDC__)' to avoid + problems with Irix4's cc. From Kaveh Ghazi. + * lib/getdate.h: Likewise, but just to be consistent. + + * configure.in: Convert the .o suffix on files in LIBOBJS to $U.o so + those files will be built via the ANSI2KNR-filtering rules if necessary. + 1998-01-02 Jim Meyering <meyering@na-net.ornl.gov> * Version 3.16i. |