X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=1794f84e8d149a6b5c968774932c16ce5ee8f9c9;hb=0183445c320cb405d26cde02111adec107e54d9e;hp=80abc43530bbbc99d053f281e7f7aefd5071c2f6;hpb=09753336724381d66052b3e218fa2c9bb5df2893;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 80abc4353..1794f84e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2002-11-01 Bruno Haible + + * configure.in: Add AC_CONFIG_AUX_DIR call. + (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile, + test/Makefile. + * Makefile.in (subdirs): Add m4, lib. Remove doc, test. + +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.