X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=0988d03251f1abcc6a95c820368e2f803cdc443d;hb=1bb8cb70f5271120ecc1f88dd58fb5b79b84353d;hp=c39c8406f1090327bdaedd9393648e2651bb5f72;hpb=6b648ba2bd01a769c8bf33d5f6a523d2bcd83727;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index c39c8406f..0988d0325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2002-08-23 Stefan Monnier + + * regex.c (PATFETCH): Remove the translating fetch. + (PATFETCH_RAW): Rename to PATFETCH. + (set_image_of_range): New fun. + (SET_RANGE_TABLE_WORK_AREA): Use it. + (regex_compile): Don't translate the pattern chars so eagerly. + Only do it when inserting an `exactn' bytecode or when handling + a char-range. + (mutually_exclusive_p): Avoid empty statement. + +2001-10-22 Jeff Bailey + + * 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 + + * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not' + as if it was a `charset'. + +2000-10-30 Stefan Monnier + + * regex.c (re_iswctype, re_wctype_to_bit): Fix braino. + (regex_compile): Catch bogus \(\1\). + +2000-10-27 Stefan Monnier + + * 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 * regex.c: More `unsigned char' -> `re_char' changes.