Add jm_PREREQ_STRNLEN.
[gnulib.git] / ChangeLog
index c39c840..ab799a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
+
+       * README: New file
+       * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
+       (per RMS's instructions, this is now the canonical source)
+       * lgpl/, gpl/: New directories.
+
+2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
+       as if it was a `charset'.
+
+2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
+       (regex_compile): Catch bogus \(\1\).
+
+2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
+       (re_match_2_internal, re_match_2_internal, re_match_2_internal):
+       Giving in to popular pressure to shut up the compiler with casts.
+
 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
 
        * regex.c: More `unsigned char' -> `re_char' changes.