ea8a6e280de68ef82d191d27d4967290d6445b59
[gnulib.git] / ChangeLog
1 2003-01-01    <karl@gnu.org>
2
3         * gnulib-tool (last_checkin_date): don't expand the $Date here.
4
5 2002-12-24  Bruno Haible  <bruno@clisp.org>
6
7         * MODULES.txt: Update according to m4/ changes.
8
9         Module gettext.
10         * config.rpath: New file, from gettext-0.11.5.
11
12         * modules/*: New module descriptions.
13         * gnulib-tool: New file.
14         * MODULES.html.sh: New file.
15
16 2002-11-01  Bruno Haible  <bruno@clisp.org>
17
18         * configure.in: Add AC_CONFIG_AUX_DIR call.
19         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
20         test/Makefile.
21         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
22
23 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
24
25         * regex.c (PATFETCH): Remove the translating fetch.
26         (PATFETCH_RAW): Rename to PATFETCH.
27         (set_image_of_range): New fun.
28         (SET_RANGE_TABLE_WORK_AREA): Use it.
29         (regex_compile): Don't translate the pattern chars so eagerly.
30         Only do it when inserting an `exactn' bytecode or when handling
31         a char-range.
32         (mutually_exclusive_p): Avoid empty statement.
33
34 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
35
36         * README: New file
37         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
38         (per RMS's instructions, this is now the canonical source)
39         * lgpl/, gpl/: New directories.
40
41 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
42
43         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
44         as if it was a `charset'.
45
46 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
47
48         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
49         (regex_compile): Catch bogus \(\1\).
50
51 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
52
53         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
54         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
55         Giving in to popular pressure to shut up the compiler with casts.
56
57 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
58
59         * regex.c: More `unsigned char' -> `re_char' changes.
60         Also change several `int' into `re_wchar_t'.
61         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
62         (PUSH_FAILURE_POINTER): Don't cast any more.
63         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
64         We want GCC to complain, since this piece of code makes
65         re_match non-reentrant, which *should* be fixed.
66         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
67         (EXTEND_BUFFER): Use RETALLOC.
68         (SET_LIST_BIT): Don't cast.
69         (re_wchar_t): New type.
70         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
71         that those two functions will always properly return.
72         (IMMEDIATE_QUIT_CHECK): Cast to void.
73         (analyse_first): Use recursion rather than an explicit stack.
74         (re_compile_fastmap): Can't fail anymore.
75         (re_search_2): Don't check re_compile_fastmap for failure.
76         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
77         Now also sets the new value (passed in a new argument).
78         (re_match_2_internal): Use it.
79         Also, use a new var `reg' of type size_t when looping through regs
80         rather than reuse the inappropriate `mcnt'.
81
82 2000-10-24  Andrew Innes  <andrewi@gnu.org>
83
84         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
85         NT-Emacs only.
86         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
87         so that re_search functions only quit when callers expect them to.
88
89 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
90
91         * regex.c (regex_compile): Change the way of handling a range from
92         a char less than 256 to a char not less than 256.
93
94 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
95
96         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
97