Use bool where appropriate.
[pspp] / config / ChangeLog
index 65fe7280e77a97c04a28cb188ca56a60f2b0c951..d933a19d8d65085101eac73dbe4eb7eca4d67194 100644 (file)
@@ -1,3 +1,51 @@
+2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * srclist.txt: Add glibc bug 1285.
+
+2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
+
+2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * srclist.txt: Add glibc bugs 1241, 1245.
+
+2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * srclist.txt: Remove glibc bug 1233 and add 1236, which supersedes it.
+       Add glibc bugs 1237, 1238, 1240.  Comment out lib/regex.c.
+
+2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * srclist.txt: Add glibc bugs 1231-1233.
+
+2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * srclist.txt: Add glibc bugs 1220-1227.
+
+2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
+       $LIBCSRC/posix/regexec.c.
+       Add glibc bug 1217 for regcomp.c.
+
+2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * srclist.txt: Comment out $LIBCSRC/posix/regex.h.
+       Add comments for each pending glibc patch.
+
+2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * srclist.txt: Comment out regcomp.c, since we have a porting fix
+       now.
+
+2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * srclist.txt: Add regcomp.c, regex.c, regex.h, regex_internal.c,
+       regexec.c.
+       Add regex_internal.h too, but as a comment, since the libc version
+       is currently broken in gnulib mode.
+
 2005-06-24  Derek Price  <derek@ximbiot.com>
        and Bruno Haible  <bruno@clisp.org>