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