diff options
author | Jim Meyering <jim@meyering.net> | 2000-05-03 11:12:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-05-03 11:12:54 +0000 |
commit | f7fcc8c62258350813964938e35f19f91a3bf8ce (patch) | |
tree | fe854eeeb17ab835a80adc38da7e83ca218733ac | |
parent | be579a52e71ea321b1a46d473b1c2a781a24f6ea (diff) | |
download | coreutils-f7fcc8c62258350813964938e35f19f91a3bf8ce.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3e65b81cc..2dfa78288 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,12 @@ +2000-05-03 Bruno Haible <haible@clisp.cons.org> + + Don't fail when running `make check' with non-`C' locale. + * tests/cp/symlink-slash: During ls, set LANGUAGE (for GNU gettext) + and LC_ALL (for systems which look at LC_MESSAGES). + * tests/rm/r-2: Define LC_ALL instead of LANG, in case the user has + LC_CTYPE or LC_ALL set. Define it and LANGUAGE before the first use + of sort. + 2000-05-03 Jim Meyering <meyering@lucent.com> With a recent glibc, _GNU_SOURCE, and -O, strndup may be a macro. |