diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-29 01:35:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-29 01:35:24 +0000 |
commit | 1ecd1b9c52b198d2d5fb4643efd26c302b1df57a (patch) | |
tree | 365edca8ee7077ecaaee8f8bacef69fe13d8b350 /old | |
parent | 30f76e827e230970cba8fbd81ba4a06c14c3add6 (diff) | |
download | coreutils-1ecd1b9c52b198d2d5fb4643efd26c302b1df57a.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 9a56205e1..55be7445c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -5,6 +5,9 @@ Sun Apr 28 17:10:03 1996 Jim Meyering (meyering@na-net.ornl.gov) perl -e 'print "| S";' |fmt -p' | '|tr '\0' @ output `|@S'. Reported by François Pinard. + * sort.c (main): Give a better diagnostic for `sort -0'. + Reported by Karl Berry. + * configure.in: Make fp_C_PROTOTYPES precede AC_C_INLINE. Otherwise, some systems lose because the value AC_C_INLINE choses with plain `cc' is different from that chosen when using the ANSI-mode |