From: Jim Meyering Date: Wed, 3 May 2000 11:12:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0h~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7fcc8c62258350813964938e35f19f91a3bf8ce;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 3e65b81cc3..2dfa782884 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,12 @@ +2000-05-03 Bruno Haible + + 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 With a recent glibc, _GNU_SOURCE, and -O, strndup may be a macro.