X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=79b43b411e4211fb08b74de54ae00d8babce4933;hb=ef8e4e5cfec5367d1c3c3aedf15408371de20f6d;hp=a8cda0fd285b8c78aae7fab03402de9ffb304ed0;hpb=0acca1d14ad3900f7dc83ed332a856eac1de1ba3;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index a8cda0fd2..79b43b411 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,47 @@ +2003-01-01 + + * gnulib-tool (func_verify_module): report module name $module in + error message, not $1. + * gnulib-tool (create-testdir): don't complain if destdir couldn't + be created, only if it doesn't exist. + * gnulib-tool (last_checkin_date): don't expand the $Date here. + +2002-12-24 Bruno Haible + + * MODULES.txt: Update according to m4/ changes. + + Module gettext. + * config.rpath: New file, from gettext-0.11.5. + + * modules/*: New module descriptions. + * gnulib-tool: New file. + * MODULES.html.sh: New file. + +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'