*** empty log message ***

This commit is contained in:
Jim Meyering 2002-07-20 08:24:31 +00:00
parent 2b6249f98c
commit 18d123ec85
2 changed files with 12 additions and 2 deletions

View File

@ -1,7 +1,12 @@
2002-07-18 Jim Meyering <meyering@lucent.com>
2002-07-20 Jim Meyering <meyering@lucent.com>
* Version 2.0.13.
* Upgrade to gettext-0.11.3.
* Upgrade to autoconf-2.53b.
2002-07-18 Jim Meyering <meyering@lucent.com>
* src/uname.c (main): Test sysctl(...) >= 0, not == 0, since
on NetBSD the return value may well be positive.
Use one-line aggregate initializations.

View File

@ -1,7 +1,12 @@
2002-07-02 Jim Meyering <meyering@lucent.com>
2002-07-20 Jim Meyering <meyering@lucent.com>
* Version 2.0.22.
* Upgrade to gettext-0.11.3.
* Upgrade to autoconf-2.53b.
2002-07-02 Jim Meyering <meyering@lucent.com>
* src/cat.c, src/cksum.c, src/comm.c, src/csplit.c, src/cut.c (usage):
Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
* src/expand.c, src/fmt.c, src/fold.c, src/head.c, src/join.c: Likewise.