* lib/openat-proc.c: Don't include dirname.h; not needed.
[pspp] / ChangeLog
index 7795cce5e22d9809718ae41aae480dfed831c5c5..2b3ec590ba2ebeb72a002cb2cf3ef92863b68027 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,24 @@
+2011-02-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * lib/openat-proc.c: Don't include dirname.h; not needed.
+
+       backupfile: remove unnecessary use of m4/dos.m4
+       * m4/backupfile.m4 (gl_BACKUPFILE): Don't require gl_AC_DOS; none
+       of its symbols are used by the backupfile code.  backupfile.c does
+       use a symbol HAVE_DOS_FILE_NAMES, but that symbol is meant only
+       for the rare case of programs that want all their backup file
+       names to live within 8+3 limits, and dos.m4 doesn't address that.
+       * modules/backupfile (Files): Remove m4/dos.m4.
+
 2011-02-24  Jim Meyering  <meyering@redhat.com>
 
        strstr: fix a bug whereby strstr would mistakenly return NULL
        * lib/str-two-way.h (two_way_short_needle): Correct off-by-one error
        in period calculation.
        (two_way_long_needle): Likewise.
-       Reported by Ralf Wildenhues, with the short needle and haystack.
+       The original problem was reported by Mike Stump in
+       http://thread.gmane.org/gmane.comp.sysutils.autoconf.bugs/7834
+       Ralf Wildenhues provided the short needle and haystack.
        * tests/test-strstr.c: Add Ralf's test case to trigger the bug.
        Add a more involved test to trigger the bug in two_way_long_needle.