diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-16 20:11:42 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-16 20:11:42 +0000 |
commit | aacbc75155836e53f69035b6084c9ed2ad18de63 (patch) | |
tree | fde5ac44a8ef304a1c740fcac9fe7ee17efaa58e /ChangeLog | |
parent | b96f5ea4925854db9eae61f98a7ec44568ecae7d (diff) | |
download | coreutils-aacbc75155836e53f69035b6084c9ed2ad18de63.tar.xz |
* tests/lang-default (LC_ALL): Set to "C", so we get
English-language diagnostics. Unset the other variables.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2006-08-16 Paul Eggert <eggert@cs.ucla.edu> + * tests/lang-default (LC_ALL): Set to "C", so we get + English-language diagnostics. Unset the other variables; it + should be portable to use 'unset' for this stuff nowadays. + Problem reported by Bruno Haible. Using "C" reverses the + 2000-10-22 change to fileutils in this area. + Fix bugs when printing plurals of numbers that are not unsigned long int values. * src/system.h (select_plural): New function. |