summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-05 03:53:25 +0000
committerJim Meyering <jim@meyering.net>2003-11-05 03:53:25 +0000
commite3158db155a9705f20884bc2c09eaad8e6196b68 (patch)
treef56529dc96c05a402fc3b2878dc9b42adf18dd87 /ChangeLog
parentdf81ab2911ce995fb9e116550b7a6798b497e391 (diff)
downloadcoreutils-e3158db155a9705f20884bc2c09eaad8e6196b68.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cac216e6..7f73f9322 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,20 @@
2003-11-05 Jim Meyering <jim@meyering.net>
+ * Version 5.1.0.
+
* src/tr.c (spec_init): Fix typo in last change.
* src/sys2.h (case_GETOPT_VERSION_CHAR): Cast NULL to `(char *)' in
call to variadic version_etc function, so that it works even on systems
for which sizeof char* != sizeof int.
* src/true.c (main): Likewise.
-
- * Version 5.1.0.
+ * basename.c, chroot.c, cksum.c, dd.c, dirname.c, echo.c, expr.c:
+ * factor.c, hostid.c, hostname.c, link.c, logname.c, nice.c, nohup.c:
+ * pathchk.c, printenv.c, printf.c, pwd.c, setuidgid.c, sleep.c, stty.c:
+ * sync.c, test.c, tsort.c, unlink.c, uptime.c, users.c, whoami.c, yes.c:
+ Similarly, cast NULL to `(char *)' in call to variadic function,
+ parse_long_options, so that it works even on systems for which
+ sizeof char* != sizeof int.
* src/users.c (users): Free `utmp_buf' explicitly so that people
don't mistake this for a real leak.