summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-05-06 15:35:13 +0000
committerJim Meyering <jim@meyering.net>2004-05-06 15:35:13 +0000
commitf0271be19fb99450d2bb103f7ec4b4f987577381 (patch)
tree0363107638ef2b996c1b404f5281df2cfbe2d751
parent89bba9158d94abdf3d49d0814ad09005fd4196a0 (diff)
downloadcoreutils-f0271be19fb99450d2bb103f7ec4b4f987577381.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f961b97e..e046330a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2004-05-06 Jim Meyering <jim@meyering.net>
+
+ * src/id.c (xgetgroups): Use xnmalloc, rather than xmalloc.
+ Don't add `1' to the buffer size (it was to protect against malloc
+ implementations that fail to allocate a buffer of size zero).
+ That is no longer necessary, since we use a malloc wrapper
+ on such systems.
+
+ * src/wc.c (get_input_fstatus): Use xnmalloc, rather than xmalloc.
+ * src/head.c (elide_tail_bytes_pipe): Likewise.
+ * src/df.c (main): Likewise.
+ * src/shred.c (do_wipefd): Likewise.
+ * src/users.c (list_entries_users): Likewise.
+ * src/tail.c (main): Likewise.
+ * src/md5sum.c (main): Likewise.
+
2004-04-29 Paul Eggert <eggert@cs.ucla.edu>
* src/df.c (show_disk, show_point): If several filesystems are