* hash.c (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
[gnulib.git] / ChangeLog
index ab799a6..1794f84 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2002-11-01  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <monnier@cs.yale.edu>
+
+       * 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  <jbailey@outpost.dnsalias.org>
 
        * README: New file