maint: change "can not" to "cannot"
[pspp] / ChangeLog
index 589f7ee0a8878a298921ec39087b7f466de8fa0d..e01dd6b58dc2751bb37b2c2814e5b953ffe37f03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2011-04-09  Jim Meyering  <meyering@redhat.com>
+
+       maint: change "can not" to "cannot"
+       But do not change the occurrences in maintain.texi or in
+       build-aux/po/Makefile.in.in, which I presume comes from gettext.
+       * doc/gnulib-tool.texi: s/can not/cannot/
+       * doc/posix-functions/accept.texi (accept): Likewise.
+       * doc/posix-functions/socket.texi (socket): Likewise.
+       * lib/mbrtowc.c: Likewise.
+
+       maint.mk: prohibit use of "can not"
+       * top/maint.mk (sc_prohibit_can_not): New rule.
+       Writing "can not" (rather than "cannot") is too common.  Prohibit it.
+
+2011-04-09  Bruno Haible  <bruno@clisp.org>
+
+       careadlinkat: Guard against misuse of careadlinkatcwd.
+       * lib/careadlinkat.c: Include <stdlib.h>.
+       (careadlinkatcwd): Check that the fd argument is as expected.
+
+2011-04-09  Bruno Haible  <bruno@clisp.org>
+
+       careadlinkat: Use common coding style.
+       * lib/careadlinkat.c: Move gnulib includes after system includes.
+
 2011-04-09  Bruno Haible  <bruno@clisp.org>
 
        careadlinkat: Clarify specification.