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