1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 10:15:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-07-02 09:12:42 +00:00
parent 2ee11887cd
commit b5e07cb9e8

View File

@@ -1,5 +1,17 @@
2002-07-02 Jim Meyering <meyering@lucent.com>
* Version 2.0.13.
* src/basename.c, src/chroot.c, src/date.c, src/dirname.c (usage):
Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
* src/echo.c, src/env.c, src/expr.c, src/factor.c: Likewise.
* src/hostname.c, src/id.c, src/kill.c, src/logname.c: Likewise.
* src/nice.c, src/pathchk.c, src/pinky.c, src/printenv.c: Likewise.
* src/printf.c, src/pwd.c, src/seq.c, src/sleep.c, src/stty.c: Likewise.
* src/su.c, src/tee.c, src/test.c, src/true.c, src/tty.c: Likewise.
* src/uname.c, src/uptime.c, src/users.c, src/who.c: Likewise.
* src/whoami.c, src/yes.c: Likewise.
* src/Makefile.am (.sh): Also substitute @PACKAGE_BUGREPORT@.
* src/groups.sh (usage): Use @PACKAGE_BUGREPORT@, rather than
hard-coding a deprecated address.
@@ -10,8 +22,6 @@
2002-06-22 Jim Meyering <meyering@lucent.com>
* Version 2.0.13.
* configure.ac: Invoke AC_GNU_SOURCE very early.
2002-05-24 Jim Meyering <meyering@lucent.com>