summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-10-05 06:52:09 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-10-05 06:52:09 +0000
commit00873ce07645b83daaf37ad959af7d40d068ef84 (patch)
tree92d5f6dfa5980109162cf7cb7567a2f1be5a60f3 /lib/ChangeLog
parent01f57610c470fe6548a00518c82aa85dc3bc24ba (diff)
downloadcoreutils-00873ce07645b83daaf37ad959af7d40d068ef84.tar.xz
Rename xclone to xmemdup. Remove obsolete xalloc macros.
Remove xstrdup.c and move xstrdup implementation to xmalloc.c.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 7cb4619f6..9bfb3b279 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,6 +1,14 @@
2004-10-04 Paul Eggert <eggert@cs.ucla.edu>
Sync from gnulib.
+
+ * xalloc.h (xmemdup): Renamed from xclone.
+ * xmalloc.c (xmemdup): Likewise.
+ * xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
+ XFREE): Remove these long-obsolescent macros.
+ * xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
+ * xstrdup.c: Remove.
+
* argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,