summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-09 18:44:46 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-09 18:44:46 +0000
commit8ad3011df39aac9833be500a4c7df7c0186ea733 (patch)
treec14af796e9fa146b2f3289bd5f19bc068616fbbc /lib/ChangeLog
parente5f309aaf39d6697d417f78d9e2fecfc14608abb (diff)
downloadcoreutils-8ad3011df39aac9833be500a4c7df7c0186ea733.tar.xz
Remove dependency of xalloc on error, etc.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 6b1bc0267..c7a35cab6 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,14 @@
2004-08-09 Paul Eggert <eggert@cs.ucla.edu>
+ * xalloc-die.c: New files.
+ * xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
+ All uses removed.
+ * xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted): Likewise.
+ Move inclusions of gettext.h, error.h, exitfail.h to xalloc-die.c.
+ (_, N_, xalloc_die): Move to xalloc-die.c.
+ * userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
+ so that we needn't mess with xalloc_msg_memory_exhausted.
+
* sha1.h (sha1_ctx): Renamed from sha_ctx.
(sha1_init_ctx): Renamed from sha_init_ctx.
(sha1_process_block): Renamed from sha_process_block.