summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e5b0b4a5..e3c424dfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,20 @@
-2005-12-26 Paul Eggert <eggert@cs.ucla.edu>
+2005-12-27 Jim Meyering <jim@meyering.net>
* Version 6.0-cvs.
+ * Makefile.maint (sc_obsolete_symbols): Prohibit use of O_NDELAY.
+ (sc_prohibit_assert_without_use): New rule.
+ (syntax-check-rules): Add it to the list.
+ * .x-sc_prohibit_assert_without_use: New empty file.
+ * Makefile.am (EXTRA_DIST): Add it.
+
+ * Makefile.maint (CVS_LIST): Define in terms of $(srcdir).
+
+ * cp.c, df.c, link.c, mknod.c, nice.c, sleep.c, unlink.c:
+ Don't include <assert.h>; it wasn't used.
+
+2005-12-26 Paul Eggert <eggert@cs.ucla.edu>
+
* src/chown-core.c (restricted_chown):
Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
* src/remove.c (fd_to_subdirp): Open with O_DIRECTORY | O_NOCTTY