white space
[pspp] / ChangeLog
1 2003-08-08  Paul Eggert  <eggert@twinsun.com>
2
3         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
4         * modules/extensions, modules/gnu-source: New files.
5         * modules/timespec, modules/unlocked-io: Depend on extensions.
6
7 2003-08-07 Paul Eggert  <eggert@twinsun.com>
8
9         * modules/restrict: New file.
10         * MODULES.html.sh (func_all_modules): Add restrict.
11         * modules/regex: Depend on restrict.
12
13 2003-08-07  Bruno Haible  <bruno@clisp.org>
14
15         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
16         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
17
18 2003-08-05  Paul Eggert  <eggert@twinsun.com>
19
20         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
21         * modules/bumpalloc: Remove.
22
23 2003-07-31  Bruno Haible  <bruno@clisp.org>
24
25         * modules/getpass-gnu: New file.
26         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
27
28 2003-07-22  Paul Eggert  <eggert@twinsun.com>
29
30         * modules/xalloc (Depends-on): Add exitfail.
31         * modules/xmemcoll: Likewise.
32
33 2003-07-20  Jim Meyering  <jim@meyering.net>
34
35         * modules/closeout (Depends-on): Add exitfail.
36         Suggestion from Bruno Haible.
37
38 2003-07-18  Bruno Haible  <bruno@clisp.org>
39
40         * modules/getndelim2: New file.
41         * modules/getline: Share files with module getndelim2.
42         * modules/getnline: Depend on getndelim2 instead of sharing files with
43         it. Add getnline.c to lib_SOURCES.
44         * MODULES.html.sh (func_all_modules): Add getndelim2.
45
46 2003-07-17  Bruno Haible  <bruno@clisp.org>
47
48         * modules/getnline: New file.
49         * modules/getline: Add lib/getndelim2.c to source file list.
50         * MODULES.html.sh (func_all_modules): Add getnline.
51
52 2003-07-17  Bruno Haible  <bruno@clisp.org>
53
54         * configure.in: Remove file.
55         * Makefile.in: Remove file.
56
57 2003-07-17  Bruno Haible  <bruno@clisp.org>
58
59         * MODULES.html.sh: Put the </BODY> right before </HTML>.
60
61 2003-07-16  Jim Meyering  <jim@meyering.net>
62
63         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
64
65 2003-07-15  Jim Meyering  <jim@meyering.net>
66
67         * modules/save-cwd: Don't depend on error.  From Derek Price.
68
69 2003-07-14  Simon Josefsson  <jas@extundo.com>
70
71         * modules/mempcpy: New file.
72         * MODULES.html.sh (func_all_modules): Add mempcpy.
73
74 2003-07-14  Paul Eggert  <eggert@twinsun.com>
75
76         * modules/getdate, modules/posixtm: Depend on mktime.
77
78 2003-07-10  Simon Josefsson  <jas@extundo.com>
79
80         * modules/strchrnul (Makefile.am): Add strchrnul.h.
81
82 2003-06-26  Bruno Haible  <bruno@clisp.org>
83
84         * modules/human: Depend on module stdbool.
85
86 2003-06-25  Bruno Haible  <bruno@clisp.org>
87
88         * modules/readlink: New file.
89         * modules/xreadlink: Depend on it.
90         * MODULES.html.sh (func_all_modules): Add readlink.
91
92 2003-06-22  Bruno Haible  <bruno@clisp.org>
93
94         * modules/safe-read: Add m4/ssize_t.m4.
95         * modules/xreadlink: Add m4/ssize_t.m4.
96
97 2003-06-11  Simon Josefsson  <jas@extundo.com>
98
99         * modules/sysexits: New file.
100         * MODULES.html.sh (func_all_modules): Add sysexits.
101
102 2003-06-10  Bruno Haible  <bruno@clisp.org>
103
104         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
105
106 2003-06-10  Simon Josefsson  <jas@extundo.com>
107
108         * modules/strchrnul: New file.
109
110 2003-06-10  Simon Josefsson  <jas@extundo.com>
111
112         * modules/argp: New file.
113
114 2003-06-07  Bruno Haible  <bruno@clisp.org>
115
116         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
117         avoid AC_CONFIG_LINKS.
118         * modules/fnmatch (Makefile.am): Use explicit creation rule for
119         fnmatch.h, to avoid AC_CONFIG_LINKS.
120         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
121
122 2003-06-07  Jim Meyering  <jim@meyering.net>
123
124         * modules/strtod: Use $(...) notation, not @...@ for
125         AC_REPLACE'd variables.
126         * modules/localcharset: Likewise.
127
128 2003-06-06  Jim Meyering  <jim@meyering.net>
129             Bruno Haible  <bruno@clisp.org>
130
131         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
132         Adjust Makefile.am snippet not to redirect directly to target.
133         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
134
135 2003-05-30  Bruno Haible  <bruno@clisp.org>
136
137         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
138         * config/config.rpath: Upgrade to gettext-0.12.1.
139
140 2003-05-22    <karl@gnu.org>
141
142         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
143
144 2003-05-09  Bruno Haible  <bruno@clisp.org>
145
146         * modules/error: Add m4/strerror_r.m4 to file list.
147
148 2003-04-10  Bruno Haible  <bruno@clisp.org>
149
150         * modules/findprog: New file.
151         * MODULES.html.sh (func_all_modules): Add it.
152
153 2003-04-04  Bruno Haible  <bruno@clisp.org>
154
155         * modules/linebreak: New file.
156         * MODULES.html.sh (func_all_modules): Add it.
157
158 2003-04-03  Bruno Haible  <bruno@clisp.org>
159
160         * modules/utf8-ucs4: New file.
161         * modules/utf16-ucs4: New file.
162         * modules/ucs4-utf8: New file.
163         * modules/ucs4-utf16: New file.
164         * MODULES.html.sh (func_all_modules): Add them.
165
166 2003-04-02  Bruno Haible  <bruno@clisp.org>
167
168         * modules/binary-io: New file.
169         * MODULES.html.sh (func_all_modules): Add it.
170
171 2003-04-01  Bruno Haible  <bruno@clisp.org>
172
173         * modules/pathname: New file.
174         * MODULES.html.sh (func_all_modules): Add it.
175
176 2003-03-28  Bruno Haible  <bruno@clisp.org>
177
178         * modules/copy-file: New file.
179         * MODULES.html.sh (func_all_modules): Add it.
180
181 2003-02-20  Bruno Haible  <bruno@clisp.org>
182
183         * MODULES.html.sh (func_all_modules): Add poll.
184
185 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
186
187         * modules/poll: New file.
188
189 2003-02-18  Bruno Haible  <bruno@clisp.org>
190
191         * MODULES.html.sh (func_all_modules): Add mathl.
192
193 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
194
195         * modules/mathl: New file.
196
197 2003-02-17  Bruno Haible  <bruno@clisp.org>
198
199         * modules/mkdtemp: New module.
200         * MODULES.html.sh (func_all_modules): Add it.
201
202 2003-01-30  Bruno Haible  <bruno@clisp.org>
203
204         * modules/vasnprintf, modules/vasprintf: New modules.
205         * MODULES.html.sh (func_all_modules): Add them.
206
207 2003-01-29  Bruno Haible  <bruno@clisp.org>
208
209         * modules/stpncpy: New module.
210         * MODULES.html.sh (func_all_modules): Add it.
211
212 2003-01-28  Bruno Haible  <bruno@clisp.org>
213
214         * modules/c-ctype: New module.
215         * MODULES.html.sh (func_all_modules): Add it.
216
217 2003-01-27  Bruno Haible  <bruno@clisp.org>
218
219         * modules/xsetenv: New module.
220         * MODULES.html.sh (func_all_modules): Add it.
221
222 2003-01-23  Bruno Haible  <bruno@clisp.org>
223
224         * modules/minmax: New module.
225         * MODULES.html.sh (func_all_modules): Add it.
226
227 2003-01-22  Bruno Haible  <bruno@clisp.org>
228
229         * modules/exit: New module.
230         * MODULES.html.sh (func_all_modules): Add it.
231
232 2003-01-19  Bruno Haible  <bruno@clisp.org>
233
234         * gnulib-tool: Recognize option --extract-maintainer.
235         (func_get_maintainer): New function.
236         * modules/*: Add Maintainer entry.
237
238 2003-01-16  Bruno Haible  <bruno@clisp.org>
239
240         * MODULES.html.sh: Add a table of contents. Add the module name as
241         leftmost column. Add hyperlinks.
242
243 2003-01-11  Bruno Haible  <bruno@clisp.org>
244
245         * modules/stpcpy: Distribute lib/stpcpy.h.
246         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
247
248 2003-01-11  Bruno Haible  <bruno@clisp.org>
249
250         * gnulib-tool (func_create_testdir): Store config/* files in the main
251         directory.
252         * config.rpath: Move to ...
253         * config/config.rpath: ... here.
254         * modules/gettext: Contains config/config.rpath, not config.rpath.
255         * modules/iconv: Likewise.
256
257 2003-01-11  Bruno Haible  <bruno@clisp.org>
258
259         * modules/*: Add a description.
260         * modules/strpbrk: Fix Makefile.am snippet.
261         * modules/strtoimax: Fix dependencies.
262         * modules/strtoumax: Likewise.
263
264 2003-01-11  Bruno Haible  <bruno@clisp.org>
265
266         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
267         * modules/alloca (Makefile.am): All object files depend on alloca.h.
268         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
269
270 2003-01-12  Paul Eggert  <eggert@twinsun.com>
271
272         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
273         to avoid collisions with libcurses and libreadline.
274         * getstr: Remove.
275         * MODULES.html.sh: Remove getstr.
276         * modules/getline: Depend on unlocked-io, not getstr.
277
278 2003-01-10  Bruno Haible  <bruno@clisp.org>
279
280         * modules/alloca: Change Makefile.am requirements. Simplify Include
281         requirements. Add lib/alloca_.h to file list.
282
283 2003-01-09  Bruno Haible  <bruno@clisp.org>
284
285         * modules/stdbool: Change configure.ac, Makefile.am requirements.
286         Simplify Include requirements. Add lib/stdbool.h.in to file list.
287
288 2003-01-09  Bruno Haible  <bruno@clisp.org>
289
290         * gnulib-tool (func_all_modules): Ignore files ending in ~.
291         * MODULES.html.sh: Likewise.
292
293 2003-01-09    <karl@gnu.org>
294
295         * MODULES.html.sh: include `dirname $0` in PATH, to find
296         gnulib-tool.
297
298 2003-01-08  Bruno Haible  <bruno@clisp.org>
299
300         * modules/full-read: Depend on full-write.
301
302 2003-01-07  Bruno Haible  <bruno@clisp.org>
303
304         * MODULES.html.sh: Add copyright notice.
305         (missed_files): Omit CVS directory entries.
306         (func_module): Make it work with sed-3.02.
307         * MODULES.txt: Remove file.
308
309 2003-01-01    <karl@gnu.org>
310
311         * gnulib-tool (func_verify_module): report module name $module in
312         error message, not $1.
313         * gnulib-tool (create-testdir): don't complain if destdir couldn't
314         be created, only if it doesn't exist.
315         * gnulib-tool (last_checkin_date): don't expand the $Date here.
316
317 2002-12-24  Bruno Haible  <bruno@clisp.org>
318
319         * MODULES.txt: Update according to m4/ changes.
320
321         Module gettext.
322         * config.rpath: New file, from gettext-0.11.5.
323
324         * modules/*: New module descriptions.
325         * gnulib-tool: New file.
326         * MODULES.html.sh: New file.
327
328 2002-11-01  Bruno Haible  <bruno@clisp.org>
329
330         * configure.in: Add AC_CONFIG_AUX_DIR call.
331         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
332         test/Makefile.
333         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
334
335 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
336
337         * regex.c (PATFETCH): Remove the translating fetch.
338         (PATFETCH_RAW): Rename to PATFETCH.
339         (set_image_of_range): New fun.
340         (SET_RANGE_TABLE_WORK_AREA): Use it.
341         (regex_compile): Don't translate the pattern chars so eagerly.
342         Only do it when inserting an `exactn' bytecode or when handling
343         a char-range.
344         (mutually_exclusive_p): Avoid empty statement.
345
346 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
347
348         * README: New file
349         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
350         (per RMS's instructions, this is now the canonical source)
351         * lgpl/, gpl/: New directories.
352
353 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
354
355         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
356         as if it was a `charset'.
357
358 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
359
360         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
361         (regex_compile): Catch bogus \(\1\).
362
363 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
364
365         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
366         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
367         Giving in to popular pressure to shut up the compiler with casts.
368
369 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
370
371         * regex.c: More `unsigned char' -> `re_char' changes.
372         Also change several `int' into `re_wchar_t'.
373         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
374         (PUSH_FAILURE_POINTER): Don't cast any more.
375         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
376         We want GCC to complain, since this piece of code makes
377         re_match non-reentrant, which *should* be fixed.
378         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
379         (EXTEND_BUFFER): Use RETALLOC.
380         (SET_LIST_BIT): Don't cast.
381         (re_wchar_t): New type.
382         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
383         that those two functions will always properly return.
384         (IMMEDIATE_QUIT_CHECK): Cast to void.
385         (analyse_first): Use recursion rather than an explicit stack.
386         (re_compile_fastmap): Can't fail anymore.
387         (re_search_2): Don't check re_compile_fastmap for failure.
388         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
389         Now also sets the new value (passed in a new argument).
390         (re_match_2_internal): Use it.
391         Also, use a new var `reg' of type size_t when looping through regs
392         rather than reuse the inappropriate `mcnt'.
393
394 2000-10-24  Andrew Innes  <andrewi@gnu.org>
395
396         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
397         NT-Emacs only.
398         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
399         so that re_search functions only quit when callers expect them to.
400
401 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
402
403         * regex.c (regex_compile): Change the way of handling a range from
404         a char less than 256 to a char not less than 256.
405
406 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
407
408         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.