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