summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-11 14:05:51 +0000
committerJim Meyering <jim@meyering.net>2003-04-11 14:05:51 +0000
commitdf80970dd5bd7a84951cfe9c351a8725145f047b (patch)
tree79ab0c360dfc813ef8c66cf47da98489d8084b13 /lib/ChangeLog
parenta526befb04a0edd04ec494ee4451be383f24c10f (diff)
downloadcoreutils-df80970dd5bd7a84951cfe9c351a8725145f047b.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 3f909a69c..6b1b2be18 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,12 @@
2003-04-11 Jim Meyering <jim@meyering.net>
+ * readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
+
+ * canonicalize.c, exclude.c, getgroups.c, getusershell.c:
+ * group-member.c, idcache.c, mountlist.c, readtokens.c, readutmp.c:
+ * bumpalloc.h: Remove anachronistic casts of xmalloc, xrealloc,
+ and xcalloc return values.
+
* xalloc.h (PARAMS): Remove definitions and uses.
(XMALLOC, XCALLOC, XREALLOC): Remove unnecessary casts.