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