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