summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-06-25 21:19:41 +0000
committerJim Meyering <jim@meyering.net>2000-06-25 21:19:41 +0000
commitac4e995ed3aecb03aa0371cbfcb0b8a6637c859e (patch)
treee7e32893b7352502514e0fa30119b9f8b8194a39
parentd705cb724b78e1b2fa648d9a19a7096a88e7ad92 (diff)
downloadcoreutils-ac4e995ed3aecb03aa0371cbfcb0b8a6637c859e.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 4d6e8fefd..05698ed8b 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2000-06-17 Bruno Haible <haible@clisp.cons.org>
+
+ * getusershell.c (xmalloc, xrealloc): Remove functions.
+ Include xalloc.h.
+ Don't include <stdlib.h>. Don't declare malloc, realloc.
+
2000-06-23 Bruno Haible <haible@clisp.cons.org>
* unicodeio.c (print_unicode_char): Work around ansi2knr deficiency.