summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-09-18 22:09:05 +0000
committerJim Meyering <jim@meyering.net>2003-09-18 22:09:05 +0000
commit243ea2b5e939b4b91f37b18cd05f9f2efba8ff32 (patch)
treef8a62f451ac8ca3355169ab8076b408fd8ceb718 /ChangeLog
parentc6ec14449470fce01a93bd0724ea3146c3ba3e7e (diff)
downloadcoreutils-243ea2b5e939b4b91f37b18cd05f9f2efba8ff32.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e7aac4017..56084e39d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2003-09-18 Jim Meyering <jim@meyering.net>
+2003-09-19 Jim Meyering <jim@meyering.net>
* Version 5.0.92.
@@ -9,10 +9,23 @@
* printenv.c, printf.c, pwd.c, rm.c, setuidgid.c, sleep.c, sort.c:
* split.c, stty.c, sum.c, sync.c, tac.c, tail.c, tee.c, test.c:
* touch.c, tsort.c, uniq.c, unlink.c, uptime.c, users.c, wc.c:
+ * who.c, whoami.c, yes.c: Revert yesterday's changes.
+
+ * src/true.c: Revert yesterday's changes.
+ * src/sys2.h: Likewise.
+
+2003-09-18 Jim Meyering <jim@meyering.net>
+
+ * basename.c, cat.c, chroot.c, cksum.c, comm.c, cp.c, csplit.c, cut.c:
+ * dd.c, df.c, dirname.c, du.c, echo.c, env.c, expr.c, factor.c, head.c:
+ * hostid.c, hostname.c, id.c, link.c, ln.c, logname.c, ls.c, md5sum.c:
+ * mv.c, nice.c, nl.c, nohup.c, paste.c, pathchk.c, pinky.c, pr.c:
+ * printenv.c, printf.c, pwd.c, rm.c, setuidgid.c, sleep.c, sort.c:
+ * split.c, stty.c, sum.c, sync.c, tac.c, tail.c, tee.c, test.c:
+ * touch.c, tsort.c, uniq.c, unlink.c, uptime.c, users.c, wc.c:
* who.c, whoami.c, yes.c: Update AUTHORS definition to be a
comma-separated list of strings and/or update the call to
parse_long_options so that `AUTHORS, NULL' are the last parameters.
-
* src/true.c (main): Append NULL to version_etc argument list.
* src/sys2.h (case_GETOPT_VERSION_CHAR): Likewise.