diff options
author | Jim Meyering <jim@meyering.net> | 1998-08-01 15:48:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-08-01 15:48:56 +0000 |
commit | 983b8c433c600f11df7e2093b9bf28b8dd89c115 (patch) | |
tree | 670ee554a90fa2e03805d21e9c19c6bdb27a4794 /old | |
parent | d5c69ef7978a2cce88ba8ba1fbbeb4a657aafcd2 (diff) | |
download | coreutils-983b8c433c600f11df7e2093b9bf28b8dd89c115.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index eea50552c..7434021f9 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,16 @@ +1998-08-01 Jim Meyering <meyering@ascend.com> + + * src/sort.c (my_setlocale): Guard definition within #ifdef ENABLE_NLS. + From Manfred Hollstein. + +1998-07-30 Jim Meyering <meyering@ascend.com> + + * tests/cut/Test.pm: Avoid broken pipe message for tests that fail + with usage errors. + + * src/sort.c (usage): Add angle brackets to make `Report bugs...' + message consistent with all the rest. + 1998-07-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * tests/cut/Test.pm: Avoid broken pipe for 'y' and 'z' tests. |