summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-05 14:31:22 +0000
committerJim Meyering <jim@meyering.net>2006-01-05 14:31:22 +0000
commitde0f11596dbdff2da73741dd8bfa6190ecd69456 (patch)
treee46157287fb7fba13b3376977166f173c80bb042 /ChangeLog
parent955fbf32118a00cdda8781e90553ea18ae4d819c (diff)
downloadcoreutils-de0f11596dbdff2da73741dd8bfa6190ecd69456.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e4bb112e3..7450d7828 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* Version 6.0-cvs.
+ * src/remove.c: Give a few functions the inline attribute.
+ (AD_pop_and_chdir): Use gotos to avoid some duplication.
+ (AD_push): Rewrite an assertion so that the entire computation
+ goes away when assertions are turned off.
+
* src/tail.c (ENOSYS) [!defined ENOSYS]: Don't define here.
It's already defined in "system.h".
* Makefile.maint: Add a FIXME comment.