.
[gnulib.git] / ChangeLog
index c39c840..a8cda0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+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.