From: Jim Meyering Date: Fri, 11 Aug 2000 09:13:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0y~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c14f06f708d40ddb91d1e1e73111500e3e9c979c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 9d982714cb..1e44dc651c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,20 @@ +2000-08-11 Jim Meyering + + * doc/textutils.texi (wc invocation): Update accordingly. + +2000-08-10 Paul Eggert + + * doc/textutils.texi: Recommend against the System V syntax + for tr ranges, and don't use it in examples. Use POSIX + classes rather than ranges, for portability. + * src/tr.c (usage): Don't describe System V syntax, as it + doesn't always work. + + * src/sort.c (usage): Describe -d and -i in a locale-independent way. + + * doc/Makefile.am (constants.texi): Use the C locale so that + [A-Z] works as expected. + 2000-08-07 Paul Eggert * src/cut.c (cut_fields): Invoke xalloc_die instead of printing