summaryrefslogtreecommitdiff
path: root/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 /ChangeLog
parente5f309aaf39d6697d417f78d9e2fecfc14608abb (diff)
downloadcoreutils-8ad3011df39aac9833be500a4c7df7c0186ea733.tar.xz
Remove dependency of xalloc on error, etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c63cd6022..ecb31b80b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-08-09 Paul Eggert <eggert@cs.ucla.edu>
+ * src/csplit.c (xalloc_die): New function.
+ (main): Remove now-obsolete initialization of xalloc_fail_func.
+
* src/md5sum.c: Adjust to sha->sha1 renaming.
2004-08-07 Paul Eggert <eggert@cs.ucla.edu>