677dc4f7443ad16d2ef982b9192b0492d894219b
[gnulib.git] / ChangeLog
1 2003-04-04  Bruno Haible  <bruno@clisp.org>
2
3         * modules/linebreak: New file.
4         * MODULES.html.sh (func_all_modules): Add it.
5
6 2003-04-03  Bruno Haible  <bruno@clisp.org>
7
8         * modules/utf8-ucs4: New file.
9         * modules/utf16-ucs4: New file.
10         * modules/ucs4-utf8: New file.
11         * modules/ucs4-utf16: New file.
12         * MODULES.html.sh (func_all_modules): Add them.
13
14 2003-04-02  Bruno Haible  <bruno@clisp.org>
15
16         * modules/binary-io: New file.
17         * MODULES.html.sh (func_all_modules): Add it.
18
19 2003-04-01  Bruno Haible  <bruno@clisp.org>
20
21         * modules/pathname: New file.
22         * MODULES.html.sh (func_all_modules): Add it.
23
24 2003-03-28  Bruno Haible  <bruno@clisp.org>
25
26         * modules/copy-file: New file.
27         * MODULES.html.sh (func_all_modules): Add it.
28
29 2003-02-20  Bruno Haible  <bruno@clisp.org>
30
31         * MODULES.html.sh (func_all_modules): Add poll.
32
33 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
34
35         * modules/poll: New file.
36
37 2003-02-18  Bruno Haible  <bruno@clisp.org>
38
39         * MODULES.html.sh (func_all_modules): Add mathl.
40
41 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
42
43         * modules/mathl: New file.
44
45 2003-02-17  Bruno Haible  <bruno@clisp.org>
46
47         * modules/mkdtemp: New module.
48         * MODULES.html.sh (func_all_modules): Add it.
49
50 2003-01-30  Bruno Haible  <bruno@clisp.org>
51
52         * modules/vasnprintf, modules/vasprintf: New modules.
53         * MODULES.html.sh (func_all_modules): Add them.
54
55 2003-01-29  Bruno Haible  <bruno@clisp.org>
56
57         * modules/stpncpy: New module.
58         * MODULES.html.sh (func_all_modules): Add it.
59
60 2003-01-28  Bruno Haible  <bruno@clisp.org>
61
62         * modules/c-ctype: New module.
63         * MODULES.html.sh (func_all_modules): Add it.
64
65 2003-01-27  Bruno Haible  <bruno@clisp.org>
66
67         * modules/xsetenv: New module.
68         * MODULES.html.sh (func_all_modules): Add it.
69
70 2003-01-23  Bruno Haible  <bruno@clisp.org>
71
72         * modules/minmax: New module.
73         * MODULES.html.sh (func_all_modules): Add it.
74
75 2003-01-22  Bruno Haible  <bruno@clisp.org>
76
77         * modules/exit: New module.
78         * MODULES.html.sh (func_all_modules): Add it.
79
80 2003-01-19  Bruno Haible  <bruno@clisp.org>
81
82         * gnulib-tool: Recognize option --extract-maintainer.
83         (func_get_maintainer): New function.
84         * modules/*: Add Maintainer entry.
85
86 2003-01-16  Bruno Haible  <bruno@clisp.org>
87
88         * MODULES.html.sh: Add a table of contents. Add the module name as
89         leftmost column. Add hyperlinks.
90
91 2003-01-11  Bruno Haible  <bruno@clisp.org>
92
93         * modules/stpcpy: Distribute lib/stpcpy.h.
94         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
95
96 2003-01-11  Bruno Haible  <bruno@clisp.org>
97
98         * gnulib-tool (func_create_testdir): Store config/* files in the main
99         directory.
100         * config.rpath: Move to ...
101         * config/config.rpath: ... here.
102         * modules/gettext: Contains config/config.rpath, not config.rpath.
103         * modules/iconv: Likewise.
104
105 2003-01-11  Bruno Haible  <bruno@clisp.org>
106
107         * modules/*: Add a description.
108         * modules/strpbrk: Fix Makefile.am snippet.
109         * modules/strtoimax: Fix dependencies.
110         * modules/strtoumax: Likewise.
111
112 2003-01-11  Bruno Haible  <bruno@clisp.org>
113
114         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
115         * modules/alloca (Makefile.am): All object files depend on alloca.h.
116         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
117
118 2003-01-12  Paul Eggert  <eggert@twinsun.com>
119
120         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
121         to avoid collisions with libcurses and libreadline.
122         * getstr: Remove.
123         * MODULES.html.sh: Remove getstr.
124         * modules/getline: Depend on unlocked-io, not getstr.
125
126 2003-01-10  Bruno Haible  <bruno@clisp.org>
127
128         * modules/alloca: Change Makefile.am requirements. Simplify Include
129         requirements. Add lib/alloca_.h to file list.
130
131 2003-01-09  Bruno Haible  <bruno@clisp.org>
132
133         * modules/stdbool: Change configure.ac, Makefile.am requirements.
134         Simplify Include requirements. Add lib/stdbool.h.in to file list.
135
136 2003-01-09  Bruno Haible  <bruno@clisp.org>
137
138         * gnulib-tool (func_all_modules): Ignore files ending in ~.
139         * MODULES.html.sh: Likewise.
140
141 2003-01-09    <karl@gnu.org>
142
143         * MODULES.html.sh: include `dirname $0` in PATH, to find
144         gnulib-tool.
145
146 2003-01-08  Bruno Haible  <bruno@clisp.org>
147
148         * modules/full-read: Depend on full-write.
149
150 2003-01-07  Bruno Haible  <bruno@clisp.org>
151
152         * MODULES.html.sh: Add copyright notice.
153         (missed_files): Omit CVS directory entries.
154         (func_module): Make it work with sed-3.02.
155         * MODULES.txt: Remove file.
156
157 2003-01-01    <karl@gnu.org>
158
159         * gnulib-tool (func_verify_module): report module name $module in
160         error message, not $1.
161         * gnulib-tool (create-testdir): don't complain if destdir couldn't
162         be created, only if it doesn't exist.
163         * gnulib-tool (last_checkin_date): don't expand the $Date here.
164
165 2002-12-24  Bruno Haible  <bruno@clisp.org>
166
167         * MODULES.txt: Update according to m4/ changes.
168
169         Module gettext.
170         * config.rpath: New file, from gettext-0.11.5.
171
172         * modules/*: New module descriptions.
173         * gnulib-tool: New file.
174         * MODULES.html.sh: New file.
175
176 2002-11-01  Bruno Haible  <bruno@clisp.org>
177
178         * configure.in: Add AC_CONFIG_AUX_DIR call.
179         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
180         test/Makefile.
181         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
182
183 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
184
185         * regex.c (PATFETCH): Remove the translating fetch.
186         (PATFETCH_RAW): Rename to PATFETCH.
187         (set_image_of_range): New fun.
188         (SET_RANGE_TABLE_WORK_AREA): Use it.
189         (regex_compile): Don't translate the pattern chars so eagerly.
190         Only do it when inserting an `exactn' bytecode or when handling
191         a char-range.
192         (mutually_exclusive_p): Avoid empty statement.
193
194 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
195
196         * README: New file
197         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
198         (per RMS's instructions, this is now the canonical source)
199         * lgpl/, gpl/: New directories.
200
201 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
202
203         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
204         as if it was a `charset'.
205
206 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
207
208         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
209         (regex_compile): Catch bogus \(\1\).
210
211 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
212
213         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
214         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
215         Giving in to popular pressure to shut up the compiler with casts.
216
217 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
218
219         * regex.c: More `unsigned char' -> `re_char' changes.
220         Also change several `int' into `re_wchar_t'.
221         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
222         (PUSH_FAILURE_POINTER): Don't cast any more.
223         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
224         We want GCC to complain, since this piece of code makes
225         re_match non-reentrant, which *should* be fixed.
226         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
227         (EXTEND_BUFFER): Use RETALLOC.
228         (SET_LIST_BIT): Don't cast.
229         (re_wchar_t): New type.
230         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
231         that those two functions will always properly return.
232         (IMMEDIATE_QUIT_CHECK): Cast to void.
233         (analyse_first): Use recursion rather than an explicit stack.
234         (re_compile_fastmap): Can't fail anymore.
235         (re_search_2): Don't check re_compile_fastmap for failure.
236         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
237         Now also sets the new value (passed in a new argument).
238         (re_match_2_internal): Use it.
239         Also, use a new var `reg' of type size_t when looping through regs
240         rather than reuse the inappropriate `mcnt'.
241
242 2000-10-24  Andrew Innes  <andrewi@gnu.org>
243
244         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
245         NT-Emacs only.
246         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
247         so that re_search functions only quit when callers expect them to.
248
249 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
250
251         * regex.c (regex_compile): Change the way of handling a range from
252         a char less than 256 to a char not less than 256.
253
254 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
255
256         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
257