2cb6d04719c6c10ee7d541d0c8ed74145734cab5
[pspp] / ChangeLog
1 2005-08-24  Bruno Haible  <bruno@clisp.org>
2
3         * modules/lock-tests: New file.
4         * tests/test-lock.c: New file, from GNU gettext.
5
6 2005-08-24  Bruno Haible  <bruno@clisp.org>
7
8         Support for unit test modules.
9         * modules/README: Mention tests modules.
10         * modules/TEMPLATE-TESTS: New file.
11         * gnulib-tool: New options --extract-tests-module, --with-tests and
12         --tests-base (unused for the moment).
13         (testsbase, inctests): New variables.
14         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15         (func_verify_module): Exclude TEMPLATE-TESTS.
16         (func_verify_nontests_module, func_verify_tests_module): New functions.
17         (func_get_dependencies): Add implicit dependency for tests modules.
18         (func_get_tests_module): New function.
19         (func_modules_transitive_closure): When --with-tests was specified,
20         include the unit tests as well, unless explicitly avoided.
21         (func_emit_lib_Makefile_am): Ignore the tests modules here.
22         (func_emit_tests_Makefile_am): New function.
23         (func_create_testdir): When --with-tests was specified, emit a
24         tests/ directory.
25         * MODULES.html.sh (Future developments): Update.
26
27 2005-08-24  Bruno Haible  <bruno@clisp.org>
28
29         * gnulib-tool (func_version): Update.
30
31 2005-08-24  Bruno Haible  <bruno@clisp.org>
32
33         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
34         option --force, because --force causes the aclocal.m4 of each
35         subdirectory to be newer than the corresponding config.h.in.
36
37 2005-08-24  Bruno Haible  <bruno@clisp.org>
38
39         * gnulib-tool: Add support for the --aux-dir option to
40         --create-testdir, --create-megatestdir, --test, --megatest.
41         (func_create_testdir, func_create_megatestdir): Optionally emit a
42         AC_CONFIG_AUX_DIR directive.
43         (create-testdir, create-megatestdir, test, megatest): Provide a
44         default value for $auxdir.
45
46 2005-08-24  Bruno Haible  <bruno@clisp.org>
47
48         * gnulib-tool (import): Use compound statement instead of subshell
49         where possible.
50
51 2005-08-24  Bruno Haible  <bruno@clisp.org>
52
53         * gnulib-tool (import): Change --aux-dir default to "build-aux".
54
55 2005-08-24  Bruno Haible  <bruno@clisp.org>
56
57         * gnulib-tool (func_import, func_create_testdir,
58         func_create_megatestdir): Quote all autoconf macro arguments.
59
60 2005-08-24  Jim Meyering  <jim@meyering.net>
61
62         * modules/fcntl-safer: New module.
63         * modules/fts (Depends-on): Add fcntl-safer.
64         * MODULES.html.sh (File descriptor based Input/Output):
65         Add fcntl-safer.
66
67 2005-08-24  Simon Josefsson  <jas@extundo.com>
68
69         * tests/test-getpass.c: New file.
70
71 2005-08-24  Jim Meyering  <jim@meyering.net>
72
73         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
74         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
75
76 2005-08-17  Bruno Haible  <bruno@clisp.org>
77
78         * modules/strcasestr: New file.
79         * MODULES.html.sh (String handling, based on ANSI C 89): Add
80         strcasestr.
81
82 2005-08-17  Bruno Haible  <bruno@clisp.org>
83
84         * modules/strstr (Files): Add m4/mbrtowc.m4.
85         (Depends-on): Add mbuiter.
86
87 2005-08-17  Bruno Haible  <bruno@clisp.org>
88
89         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
90
91 2005-08-17  Bruno Haible  <bruno@clisp.org>
92
93         * modules/mbuiter: New file.
94         * MODULES.html.sh (Extended multibyte and wide character utilities):
95         Add mbuiter.
96
97 2005-08-16  Bruno Haible  <bruno@clisp.org>
98
99         * modules/strcase (Files): Add m4/mbrtowc.m4.
100         (Depends-on): Add strnlen1, mbchar.
101
102 2005-08-16  Bruno Haible  <bruno@clisp.org>
103
104         * modules/strnlen1: New file.
105         * MODULES.html.sh (String handling): Add strnlen1.
106
107 2005-08-16  Bruno Haible  <bruno@clisp.org>
108
109         * modules/mbfile: New file.
110         * MODULES.html.sh (Extended multibyte and wide character utilities):
111         Add mbfile.
112
113 2005-08-16  Bruno Haible  <bruno@clisp.org>
114
115         * modules/mbiter: New file.
116         * MODULES.html.sh (Extended multibyte and wide character utilities):
117         Add mbiter.
118
119 2005-08-16  Bruno Haible  <bruno@clisp.org>
120
121         * modules/mbchar: New file.
122         * MODULES.html.sh (Extended multibyte and wide character utilities):
123         New section.
124
125 2005-08-16  Bruno Haible  <bruno@clisp.org>
126
127         * modules/tls: New file.
128         * MODULES.html.sh (Multithreading): Add tls.
129
130 2005-08-15  Simon Josefsson  <jas@extundo.com>
131
132         * modules/ssize_t (License): Change to 'unlimited'.
133
134         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
135
136 2005-08-12  Simon Josefsson  <jas@extundo.com>
137
138         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
139         ssize_t.
140
141 2005-08-12  Simon Josefsson  <jas@extundo.com>
142
143         * modules/getndelim2: Use ssize_t module.
144         * modules/getnline: Likewise.
145         * modules/safe-read: Likewise.
146         * modules/xreadlink: Likewise.
147
148         * modules/ssize_t: New file.
149
150 2005-08-12  Simon Josefsson  <jas@extundo.com>
151
152         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
153         readline, getdelim and check_version.
154         (Support for systems lacking ISO C 99: Sizes of integer types):
155         Add size_max.
156
157 2005-08-11  Simon Josefsson  <jas@extundo.com>
158
159         * modules/readline: New file.
160
161         * modules/strnlen (Files): Add strnlen.h.
162
163 2005-08-10  Simon Josefsson  <jas@extundo.com>
164
165         * tests/test-iconvme.c: New file.
166
167 2005-08-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
168
169         * README: Typos.
170
171 2005-08-02  Simon Josefsson  <jas@extundo.com>
172
173         * modules/getdelim: New file.
174
175         * modules/getline: Rewrite, don't use getndelim2.
176
177 2005-07-16  Simon Josefsson  <jas@extundo.com>
178
179         * modules/readline: New file.
180
181 2005-07-24  Bruno Haible  <bruno@clisp.org>
182
183         * modules/visibility: New file.
184         * MODULES.html.sh (Misc): Add visibility.
185
186 2005-07-22  Bruno Haible  <bruno@clisp.org>
187
188         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
189         $(ALLOCA_H), redundant through BUILT_SOURCES.
190         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
191         redundant through BUILT_SOURCES.
192         * modules/byteswap (Makefile.am): Remove explicit dependency on
193         $(BYTESWAP_H), redundant through BUILT_SOURCES.
194         * modules/fnmatch (Makefile.am): Remove explicit dependency on
195         $(FNMATCH_H), redundant through BUILT_SOURCES.
196         * modules/getopt (Makefile.am): Remove explicit dependency on
197         $(GETOPT_H), redundant through BUILT_SOURCES.
198         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
199         redundant through BUILT_SOURCES.
200         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
201         redundant through BUILT_SOURCES.
202         * modules/stdbool (Makefile.am): Remove explicit dependency on
203         $(STDBOOL_H), redundant through BUILT_SOURCES.
204         * modules/stdint (Makefile.am): Remove explicit dependency on
205         $(STDINT_H), redundant through BUILT_SOURCES.
206         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
207         Remove explicit dependency on $(SYSEXITS_H).
208         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
209
210 2005-07-18  Bruno Haible  <bruno@clisp.org>
211
212         * modules/lock: New file.
213         * MODULES.html.sh (Multithreading): New section.
214
215 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
216
217         * modules/xalloc (Depends-on): Add xalloc-die.
218         * modules/xvasprintf (Depends-on): Add xalloc-die.
219
220 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
221
222         * modules/argp (Depends-on): Remove unlocked-io.
223
224 2005-07-11  Simon Josefsson  <jas@extundo.com>
225
226         * modules/size_max: New file.
227
228         * modules/xsize: Depend on size_max module for size_max.m4.
229
230 2005-07-09  Bruno Haible  <bruno@clisp.org>
231
232         * gnulib-tool (func_usage): Document option --avoid.
233         (Command line options): Handle --avoid.
234         (func_acceptable): New function.
235         (func_modules_transitive_closure): Use it.
236
237 2005-07-11  Bruno Haible  <bruno@clisp.org>
238
239         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
240         Reported by Jim Meyering.
241
242 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
243
244         * modules/argp (Depends-on): Add unlocked-io
245
246 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
247
248         * modules/regex (Files): Add lib/regex_internal.c,
249         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
250         (Depends-on): Add extensions.
251         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
252
253 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
254
255         Support programs like Emacs that use gnulib but not gettext.
256         * MODULES.html.sh (Internationalization functions): Add gettext-h.
257         * modules/gettext-h: New file.
258         * modules/gettext (Files): Remove lib/gettext.h.
259         (Depends-on): Add gettext-h.
260         (Makefile.am): Remove lib_SOURCES.
261         * modules/argmatch, modules/c-stack, modules/closeout:
262         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
263         * modules/execute, modules/file-type, modules/getaddrinfo:
264         * modules/getopt, modules/human, modules/javacomp:
265         * modules/javaexec, modules/mkdir-p, modules/obstack:
266         * modules/openat, modules/pagealign_alloc, modules/pipe:
267         * modules/quotearg, modules/regex, modules/rpmatch:
268         * modules/unicodeio, modules/userspec, modules/version-etc:
269         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
270         * modules/xsetenv:
271         Depend on gettext-h, not gettext.
272
273 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
274
275         * gnulib-tool (func_import): Add support for 'public domain' license.
276         * modules/alloca, modules/atexit, modules/memmove:
277         Now public domain, not GPL.
278         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
279         * modules/realloc, modules/strerror, modules/strtod:
280         Now LGPL, not GPL.
281
282 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
283
284         Remove the dependency of the strftime module on the tzset module.
285         * modules/strftime (Depends-on): Remove dependency on tzset.
286
287 2005-06-28  Jim Meyering  <jim@meyering.net>
288
289         * check-module (find_included_lib_files): Hard-code another
290         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
291         but modules/fts-lgpl (correctly) does not list those files.
292
293         * modules/canonicalize (Files): Add lib/pathmax.h.
294
295 2005-06-28  Simon Josefsson  <jas@extundo.com>
296
297         * modules/check-version (Files): Add check-version.m4.
298
299 2005-06-25  Simon Josefsson  <jas@extundo.com>
300
301         * modules/check-version: New file.
302
303 2005-06-24  Derek Price  <derek@ximbiot.com>
304         and Bruno Haible  <bruno@clisp.org>
305
306         Remove stat module & update lstat.
307         * MODULES.html.sh (stat): Remove.
308         * MODULES.html: Regenerated.
309         * modules/lstat (Description): Correct function name.
310         (Files): Add "lstat.h".
311         (Depends-on): Remove stat, add xalloc, stat-macros.
312         * modules/stat: Remove this file.
313         (Include): Add "lstat.h", remove <sys/stat.h>.
314
315 2005-06-08  Bruno Haible  <bruno@clisp.org>
316
317         * modules/csharpcomp: New file.
318         * MODULES.html.sh (C#): Add csharpcomp.
319
320 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
321
322         Sync from coreutils.
323         Use "file name" when talking about file names, instead of "filename"
324         or "path", as per the GNU coding standards.
325         * MODULES.html.sh: mkdir-p renamed from makepath.
326         filenamecat renamed from path-concat.
327         * modules/filenamecat: Renamed from modules/path-concat.
328         (Files): filenamecat.h and filenamecat.c renamed from
329         path-concat.h and path-concat.c.
330         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
331         (Include): filenamecat.h, not path-concat.h.
332         * modules/mkdir-p: Renamed from modules/makepath.
333         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and makepath.c.
334         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
335         (Include): mkdir-p.h, not makepath.h.
336
337 2005-06-01  Bruno Haible  <bruno@clisp.org>
338
339         * modules/csharpexec: New file.
340         * MODULES.html.sh (C#): New section.
341
342 2005-05-29  Derek Price  <derek@ximbiot.com>
343
344         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
345         * modules/glob: New file.
346         * modules/getlogin_r: Add link to POSIX spec in description.
347
348 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
349
350         * modules/fts (Files): Remove m4/inttypes-pri.m4.
351         * modules/fts-lgpl (Depends-on): Remove gettext.
352
353 2005-05-25  Derek Price  <derek@ximbiot.com>
354
355         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
356
357 2005-05-25  Derek Price  <derek@ximbiot.com>
358             Paul Eggert  <eggert@cs.ucla.edu>
359
360         * modules/getlogin_r: New files.
361
362 2005-05-21  Jim Meyering  <jim@meyering.net>
363
364         * modules/fts (Files): Add m4/inttypes-pri.m4.
365         (Depends-on): Add lstat and remove gettext.  Alphabetize.
366
367 2005-05-18  Derek Price  <derek@ximbiot.com>
368
369         * modules/minmax (Files): Add m4/minmax.m4.
370         (configure.ac): Add gl_MINMAX.
371
372 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
373
374         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
375
376 2005-05-18  Jim Meyering  <jim@meyering.net>
377
378         * modules/dirfd (License): Change to LGPL.  Most of the code
379         is already in the public domain.
380
381 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
382
383         * config/srclist-update: Spell out "Street" in FSF postal
384         mail address; this is the style the FSF seems to prefer.
385
386         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
387         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
388         this updates FSF postal mail address.
389
390         Sync from coreutils.
391         * modules/unlinkdir: New file.
392         * modules/yesno (Depends-on): Add getline.
393         * MODULES.html.sh (File system functions): Add unlinkdir.
394
395 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
396
397         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
398         tests/test-memmem.c, tests/test-stpncpy.c:
399         Update FSF postal mail address.
400
401 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
402
403         * gnulib-tool (func_import): Sort and uniquify recommended includes.
404
405 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
406
407         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
408
409 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
410
411         * modules/time_r (License): Change to LGPL.
412         * modules/extensions (License): Change to LGPL.  Actually,
413         the license is more permissive than that, but currently gnulib-tool
414         doesn't know how to handle more-permissive licenses.
415
416         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
417         Problem reported by Dave Love.
418
419 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
420             Bruno Haible  <bruno@clisp.org>
421
422         * modules/inet_ntop: New file.
423         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
424         inet_ntop.
425
426 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
427
428         * modules/argmatch (Depends-on): Add stdbool.
429         * modules/backupfile (Depends-on): Likewise.
430         * modules/chdir-long (Depends-on): Likewise.
431         * modules/closeout (Depends-on): Likewise.
432         * modules/cycle-check (Depends-on): Likewise.
433         * modules/dirname (Depends-on): Likewise.
434         * modules/fnmatch (Depends-on): Likewise.
435         * modules/fsusage (Depends-on): Likewise.
436         * modules/fwriteerror (Depends-on): Likewise.
437         * modules/getcwd (Depends-on): Likewise.
438         * modules/getloadavg (Depends-on): Likewise.
439         * modules/hard-locale (Depends-on): Likewise.
440         * modules/makepath (Depends-on): Likewise.
441         * modules/mountlist (Depends-on): Likewise.
442         * modules/nanosleep (Depends-on): Likewise.
443         * modules/posixtm (Depends-on): Likewise.
444         * modules/quotearg (Depends-on): Likewise.
445         * modules/readtokens (Depends-on): Likewise.
446         * modules/readtokens0 (Depends-on): Likewise.
447         * modules/readutmp (Depends-on): Likewise.
448         * modules/save-cwd (Depends-on): Likewise.
449         * modules/strftime (Depends-on): Likewise.
450         * modules/userspec (Depends-on): Likewise.
451         * modules/utimecmp (Depends-on): Likewise.
452         * modules/xgetcwd (Depends-on): Likewise.
453         * modules/xnanosleep (Depends-on): Likewise.
454         * modules/xstrtod (Depends-on): Likewise.
455         * modules/yesno (Depends-on): Likewise.
456
457 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
458
459         * modules/getloadavg (Depends-on): Add unistd-safer.
460         * modules/getusershell (Depends-on): Add stdio-safer.
461         * modules/lstat (Depends-on): Remove xalloc.
462         * modules/mkstemp (Depends-on): Add stat-macros.
463         * modules/modechange (Depends-on): Remove xstrtol.
464         Add stat-macros, xalloc.
465         * modules/save-cwd (Depends-on): Add unistd-safer.
466         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
467         * modules/unistd-safer (Files): Add lib/fd-safer.c
468         (Makefile.am): Remove lib_SOURCES.
469
470         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
471         Remove fcntl-safer; unistd-safer supersedes it.
472
473 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
474
475         * modules/getcwd (Depends-on): Add extensions.
476         * modules/openat (Depends-on): Likewise.
477
478 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
479
480         * MODULES.html.sh (Misc): Add byteswap.
481
482 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
483
484         * modules/byteswap: New file.
485
486 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
487
488         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
489         (func_ln_if_changed) Remove forcibly for no error message
490         in case file does not exist.
491
492 2005-04-19  Simon Josefsson  <jas@extundo.com>
493
494         * gnulib-tool (Options): Make --symlink mean --symbolic.
495
496 2005-03-14  Simon Josefsson  <jas@extundo.com>
497
498         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
499
500 2005-04-15  Simon Josefsson  <jas@extundo.com>
501
502         * gnulib-tool: Rename --symlink to --symbolic.
503
504 2005-04-15  Oskar Liljeblad <oskar@osk.mine.nu>
505
506         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
507         symbolic links to files instead of copying/moving.  Add --aux-dir,
508         specifying directory relative --dir where auxiliary build tools
509         are placed.
510
511 2005-04-14  Bruno Haible  <bruno@clisp.org>
512
513         * modules/allocsa (License): Change to LGPL.
514         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
515
516 2005-03-26  Jim Meyering  <jim@meyering.net>
517
518         * modules/check-include-files: Move to ../ and rename to...
519         * check-module: ...this.
520
521 2005-03-25  Jim Meyering  <jim@meyering.net>
522
523         * modules/xvasprintf (Files): Add xalloc.h.
524
525 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
526
527         * modules/gettext (Files): config/config.rpath -> build-aux/config.rpath
528         * modules/iconv (Files): Likewise.
529         Problem reported by Oskar Liljeblad.
530
531 2005-03-23  Jim Meyering  <jim@meyering.net>
532
533         * modules/check-include-files: New script to check for
534         missing dependencies, multiple includes, etc.
535
536         * modules/c-strtold (Depends-on): Add xalloc.
537         * modules/c-strtod (Depends-on): Add xalloc.
538         * modules/hash (Depends-on): Add xalloc.
539         (Files): Remove lib/xalloc.h.
540
541         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
542         * modules/userspec (Files): Add lib/inttostr.h.
543
544 2005-03-22  Jim Meyering  <jim@meyering.net>
545
546         * modules/stat-macros: New module.
547         * modules/canonicalize, modules/euidaccess, modules/file-type,
548         * modules/filemode, modules/lchown, modules/makepath,
549         * modules/rmdir, modules/stat: Depend on new stat-macros module
550         rather than listing lib/stat-macros.h manually.
551         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
552
553 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
554
555         * modules/chdir-long (Depends-on): Add mempcpy.
556
557         * modules/acl, modules/backupfile, modules/c-strtod,
558         modules/c-strtold, modules/canon-host, modules/canonicalize,
559         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
560         modules/exclude, modules/exitfail, modules/file-type,
561         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
562         modules/getdate, modules/getline, modules/getpagesize,
563         modules/getpass, modules/getugroups, modules/group-member,
564         modules/hard-locale, modules/hash, modules/human, modules/idcache,
565         modules/inttostr, modules/long-options, modules/makepath,
566         modules/md5, modules/memcasecmp, modules/memcoll,
567         modules/modechange, modules/mountlist, modules/path-concat,
568         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
569         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
570         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
571         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
572         modules/strftime, modules/strndup, modules/strverscmp,
573         modules/timespec, modules/unlocked-io, modules/userspec,
574         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
575         modules/yesno:
576         Remove lib_SOURCES line from Makefile.am section, as this is now
577         done automatically by the corresponding Autoconf macro.
578
579 2005-03-16  Bruno Haible  <bruno@clisp.org>
580
581         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
582         HAVE_LONGLONG_64BIT.
583
584 2005-03-04  Derek R. Price  <derek@ximbiot.com>
585
586         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
587         (func_import): Only replace files via --import when they have actually
588         changed.
589
590 2005-03-03  Derek R. Price  <derek@ximbiot.com>
591             Bruno Haible  <bruno@clisp.org>
592
593         * modules/pagealign_alloc: New file.
594         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
595
596 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
597
598         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
599         Reported by Derek Price.
600         (Include): Add "timespec.h".
601
602         * modules/xnanosleep (Depends-on): Remove gethrxtime.
603
604 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
605
606         * modules/gethrxtime: New file.
607         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
608         (Depends-on): Add gethrxtime.
609         (configure.ac): Add gl_XNANOSLEEP.
610         (Makefile.am): Remove lib_SOURCES line.
611
612 2005-02-24  Bruno Haible  <bruno@clisp.org>
613
614         * modules/gettext (Files): Add m4/glibc2.m4.
615
616 2005-02-22  Simon Josefsson  <jas@extundo.com>
617
618         * modules/iconvme: New file.
619
620         * MODULES.html.sh: Add iconvme.
621
622 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
623
624         * modules/chdir-long (Depends-on): Add memrchr.
625         * modules/memrchr (Files): Add lib/memrchr.h.
626         (Include): "memrchr.h".
627
628 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
629
630         Sync from coreutils.
631         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
632         (Depends-on): Add c-strtod.
633         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
634
635 2005-01-28  Bruno Haible  <bruno@clisp.org>
636
637         * modules/javacomp: New file.
638         * MODULES.html.sh (Java): Add javacomp.
639
640 2005-01-26  Bruno Haible  <bruno@clisp.org>
641
642         * modules/javaexec: New file.
643         * MODULES.html.sh (Java): Add javaexec.
644
645 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
646
647         * modules/lchown (Depends-on): Remove lchown.h
648
649 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
650
651         * modules/chdir-long (Depends-on): Remove mempcpy.
652
653 2005-01-21  Bruno Haible  <bruno@clisp.org>
654
655         * modules/classpath: New file.
656         * MODULES.html.sh (Java): Add classpath.
657
658 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
659
660         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
661
662 2005-01-20  Simon Josefsson  <jas@extundo.com>
663
664         * modules/version-etc-fsf: New file.
665
666 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
667
668         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
669         AC_LIBSOURCES now does this.
670         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
671         with new ullong_max module.
672
673 2005-01-19  Bruno Haible  <bruno@clisp.org>
674
675         * modules/sh-quote: New file.
676         * MODULES.html.sh (Executing programs): Add sh-quote.
677
678 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
679
680         * modules/ullong_max: New file.
681
682         * modules/chdir-long, modules/openat: New files.
683         * modules/save-cwd (Depends-on): Depend on chdir-long.
684         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
685
686 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
687
688         * modules/argp: Depend on vsnprintf
689
690 2005-01-10  Jim Meyering  <jim@meyering.net>
691
692         * modules/closeout (Depends-on): Add atexit.
693
694 2005-01-01  Simon Josefsson  <jas@extundo.com>
695
696         * gnulib-tool: Print #include directives when --import'ing.
697
698 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
699
700         * modules/error (Depends-on): Remove gettext.
701
702 2004-12-28  Simon Josefsson  <jas@extundo.com>
703
704         * tests/test-base64.c: Include required header files.  Remove
705         unused variables.
706
707 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
708
709         * modules/getdate (Depends-on): Remove alloca-opt.
710
711 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
712
713         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
714         (2004-10-24) change.  Apparently this was a false alarm.
715
716         * modules/getdate: Depend on alloca-opt, not alloca.
717
718 2004-12-18  Simon Josefsson  <jas@extundo.com>
719
720         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
721
722 2004-12-16  Simon Josefsson  <jas@extundo.com>
723
724         * tests/test-base64.c: Add license.
725
726 2004-12-15  Stepan Kasal  <address@hidden>
727
728         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
729
730 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
731
732         * modules/getcwd (Files): Add m4/d-ino.m4.
733         Suggested by Mark D. Baushke.
734
735 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
736
737         * modules/hard-locale (Depends-on): Add strdup.
738
739 2004-12-04  Simon Josefsson  <jas@extundo.com>
740
741         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
742         Vandoorselaere <yoann@prelude-ids.org>.
743
744 2004-11-30  Simon Josefsson  <jas@extundo.com>
745
746         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
747         base64.
748
749         * tests/test-base64.c: New file.
750
751         * modules/base64: New file.
752
753 2004-11-30  Simon Josefsson  <jas@extundo.com>
754
755         * modules/restrict (License): Change to LGPL.
756
757 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
758
759         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
760         (Depends-on): Remove pathmax, same.  Add mempcpy.
761         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
762         (Makefile.am): Append getcwd.h to lib_SOURCES.
763         (Include): Add getcwd.h.
764         (Maintainer): Change from Jim Meyering to "all, glibc",
765         since getdate now uses intended-for-glibc code.
766         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
767         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
768
769 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
770
771         * modules/canonicalize (Depends-on): Add xreadlink.
772         Problem reported by James Youngman.
773
774 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
775
776         * modules/canon-host (Depends-on): Add strdup.
777
778 2004-11-16  Jim Meyering  <jim@meyering.net>
779
780         * modules/closeout (Depends-on): Add fpending.
781
782 2004-11-11  Simon Josefsson  <jas@extundo.com>
783
784         * modules/strtok_r: New file.
785
786         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
787         strtok_r.
788
789 2004-11-08  Simon Josefsson  <jas@extundo.com>
790
791         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
792         getaddrinfo.
793
794         * modules/getaddrinfo: New file.
795
796 2004-11-10  Jim Meyering  <jim@meyering.net>
797
798         * modules/closeout (Depends-on): Remove fpending.
799
800 2004-11-04  Bruno Haible  <bruno@clisp.org>
801
802         * modules/allocsa (Files): Add lib/allocsa.valgrind.
803         (Makefile.am): Distribute it.
804
805 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
806
807         * modules/getdate (Files): Add doc/getdate.texi.
808         (Depends-on): Add setenv, xalloc.
809
810 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
811
812         * modules/regex (lib_SOURCES): Add regex.c.
813         Reported by James Youngman in
814         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
815
816 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
817
818         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
819         missing.  Problem reported by James Youngman.
820
821 2004-10-16  Simon Josefsson  <jas@extundo.com>
822
823         * gnulib-tool: Fix comments.  Fix parse problem.
824         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
825
826 2004-10-15  Bruno Haible  <bruno@clisp.org>
827
828         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
829
830 2004-10-15  Bruno Haible  <bruno@clisp.org>
831
832         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
833         the portions belonging to each module.
834         Suggested by Derek Robert Price <derek@ximbiot.com>.
835
836 2004-10-15  Bruno Haible  <bruno@clisp.org>
837
838         * gnulib-tool: Untabify. Initialize supplied_libname.
839         (func_usage): More homogenous output.
840         (func_modules_transitive_closure, func_modules_to_filelist,
841         func_emit_lib_Makefile_am): New functions.
842         (func_import): New function, extracted from big case statement. Use
843         func_get_license, func_modules_transitive_closure,
844         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
845         opt_lgpl. Don't use test -a, as it's not portable.
846         (func_create_testdir): Use func_modules_transitive_closure,
847         func_modules_to_filelist, func_emit_lib_Makefile_am.
848
849 2004-10-11  Bruno Haible  <bruno@clisp.org>
850
851         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
852         vsnprintf.
853
854 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
855
856         * modules/vsnprintf: New file.
857
858 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
859
860         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
861
862         * modules/argmatch, modules/argp, modules/closeout, modules/error,
863         modules/exclude, modules/getdate, modules/getline,
864         modules/getndelim2, modules/getpass, modules/getpass-gnu,
865         modules/getusershell, modules/linebuffer, modules/md5,
866         modules/mountlist, modules/posixtm, modules/readtokens,
867         modules/readutmp, modules/regex, modules/sha1,
868         modules/version-etc, modules/yesno:
869         Remove dependency on unlocked-io.
870
871 2004-10-04  Bruno Haible  <bruno@clisp.org>
872
873         * modules/README: New file.
874         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
875         not a module.
876
877 2004-10-04  Simon Josefsson  <jas@extundo.com>
878
879         * modules/memmem: New file.
880         * tests/test-memmem.c: New file.
881         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
882
883 2004-10-01  Bruno Haible  <bruno@clisp.org>
884
885         * MODULES.html.sh: Add strsep.
886
887 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
888
889         * modules/strsep: New file.
890
891 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
892
893         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
894
895 2004-09-30  Simon Josefsson  <jas@extundo.com>
896
897         * modules/snprintf: New file.
898
899 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
900
901         * modules/argp (Maintainer): Replace Simon Josefsson
902         by Sergey Poznyakoff.
903
904 2004-10-01  Simon Josefsson  <jas@extundo.com>
905
906         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
907         memmem.
908
909         * tests/test-memmem.c: New file.
910
911         * modules/memmem: New file.
912
913 2004-09-29  Bruno Haible  <bruno@clisp.org>
914
915         * modules/alloca-opt: New file, derived from modules/alloca.
916         * modules/allocsa: Depend on alloca-opt instead of alloca.
917         * modules/setenv: Likewise.
918         * modules/vasnprintf: Likewise.
919         * MODULES.html.sh: Add alloca-opt.
920
921 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
922
923         * modules/dummy: Change license to LGPL.
924
925 2004-09-29  Simon Josefsson  <jas@extundo.com>
926
927         * gnulib-tool: New parameter --lgpl, to asseert that modules are
928         LGPL, and to replace license template from GPL to LGPL.
929
930 2004-09-24  Simon Josefsson  <jas@extundo.com>
931
932         * modules/minmax (License): Change from GPL to LGPL.
933
934 2004-09-23  Simon Josefsson  <jas@extundo.com>
935
936         * gnulib-tool (--import): Typo.
937
938 2004-09-21  Simon Josefsson  <jas@extundo.com>
939
940         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
941         snprintf.
942
943         * modules/snprintf: New file.
944
945 2004-09-05  Simon Josefsson  <jas@extundo.com>
946
947         * modules/getaddrinfo: Add.
948
949 2004-09-23  Simon Josefsson  <jas@extundo.com>
950
951         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
952
953 2004-09-22  Bruno Haible  <bruno@clisp.org>
954
955         * modules/*: Add 'License' field.
956         * gnulib-tool: Accept --extract-license option.
957         (func_get_license): New function.
958
959 2004-09-21  Bruno Haible  <bruno@clisp.org>
960
961         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
962         Reported by Simon Josefsson.
963
964 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
965
966         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
967         gl_AC_TYPE_LONG_LONG.
968
969 2004-09-18  Simon Josefsson  <jas@extundo.com>
970         and  Paul Eggert  <eggert@cs.ucla.edu>
971
972         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
973         calls with autoreconf.  Define GL_LIB.
974
975 2004-09-09  Karl Berry  <karl@gnu.org>
976
977         * regex.[ch]: delete from the root.  These were supposed to be
978                 synced with emacs cvs, but this has not happened for about
979                 a year, and anyway nothing else uses emacs regex.[ch].
980                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
981                 lib/regex[.ch] is untouched.
982
983 2004-09-09  Bruno Haible  <bruno@clisp.org>
984
985         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
986
987 2004-09-08  Bruno Haible  <bruno@clisp.org>
988             Oskar Liljeblad  <oskar@osk.mine.nu>
989
990         * modules/stdint: New file.
991         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
992
993 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
994
995         * modules/xvasprintf: New file.
996         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
997
998 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
999
1000         * modules/userspec: Don't depend on alloca.
1001
1002 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
1003
1004         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
1005         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
1006         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
1007
1008 2004-08-16  Simon Josefsson  <jas@extundo.com>
1009
1010         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
1011         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
1012         Add --dry-run for --import.
1013         Let user provided command line parameters override configure.ac
1014         settings.
1015
1016 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
1017
1018         * modules/argp (Files): Add m4/unlocked-io.m4.
1019         (Depends-on): Add extensions.
1020
1021 2004-08-12  Simon Josefsson  <jas@extundo.com>
1022
1023         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
1024         Change default library name from libfoo to libgnu.
1025         Now, if you have a configure.ac that says:
1026                 gl_SOURCE_BASE(gl)
1027                 gl_M4_BASE(gl/m4)
1028                 gl_MODULES(error getopt etcetera)
1029                 gl_INIT
1030         you can import all you need by running:
1031                 ../gnulib/gnulib-tool --import
1032
1033         * modules/getopt (Files): Rename getopt.h to getopt_.h.
1034         (Makefile.am): Rewrite, use logic from argz.
1035         (Include): Use <getopt.h> instead of "getopt.h".
1036
1037 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
1038
1039         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
1040         m4/uintmax_t.m4.
1041
1042 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
1043
1044         * modules/xalloc-die: New file.
1045         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
1046
1047         * modules/md5 (Files): Add m4/uint32_t.m4.
1048         * modules/sha1: Renamed from modules/sha.
1049         (Files):
1050         Rename lib/sha.h to lib/sha1.h.
1051         Rename lib/sha.c to lib/sha1.c.
1052         Rename m4/sha.m4 to m4/sha1.m4.
1053         (lib_SOURCES): Likewise.
1054         (configure.ac): Rename gl_SHA to gl_SHA1.
1055         (Include): sha.h -> sha1.h.
1056
1057 2004-08-08  Simon Josefsson  <jas@extundo.com>
1058
1059         * modules/xgethostname (Depends-on): Remove exit and error (not
1060         used).
1061
1062         * modules/getpass-gnu: Add getpass.h.
1063         (Depends-on): Add stdbool.
1064         * modules/getpass: Add getpass.h.
1065
1066 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1067
1068         More merge from coreutils.
1069         * modules/raise, modules/readtokens0, modules/utimens,
1070         modules/utimecmp, module/xnanosleep: New files.
1071         * modules/strftime: Add lib/strftime.h.
1072         Change include from <time.h> to "strftime.h".
1073         * modules/yesno: Add lib/yesno.h.
1074         * modules/backupfile: Remove lib/addext.c.
1075         * modules/euidaccess: Add stat-macros.h.
1076         * modules/canonicalize, modules/euidaccess,
1077         modules/filemode, modules/lchown, modules/makepath,
1078         modules/rmdir, modules/stat: Likewise.
1079
1080 2004-08-03  Simon Josefsson  <jas@extundo.com>
1081
1082         * modules/progname (Depends-on): Don't depend on stdbool.
1083
1084 2004-08-02  Simon Josefsson  <jas@extundo.com>
1085
1086         * modules/getsubopt: New file.
1087         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1088         getsubopt.
1089
1090 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
1091
1092         Merge from coreutils.
1093         * modules/c-strtod, modules/c-strtold, modules/canonicalize,
1094         modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
1095         * modules/path-concat: Don't depend on strdup.
1096
1097 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
1098
1099         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
1100         * MODULES.html.sh (func_all_modules): Remove fatal.
1101
1102 2004-07-19  Bruno Haible  <bruno@clisp.org>
1103
1104         * MODULES.html.sh (func_all_modules): Add dummy.
1105
1106 2004-07-16  Simon Josefsson  <jas@extundo.com>
1107
1108         * modules/dummy: New file.
1109
1110 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
1111
1112         * modules/chown (Files): Add lib/fchown-stub.c, since
1113         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
1114
1115 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
1116
1117         * modules/argz: Omit "#include".
1118
1119         * MODULES.html.sh (func_all_modules): Add calloc, to match
1120         2004-06-01 addition of calloc module.
1121
1122 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
1123
1124         * modules/argz: New file.
1125         * MODULES.html.sh (func_all_modules): Add argz.
1126
1127 2004-06-12  Jim Meyering  <jim@meyering.net>
1128         and  Paul Eggert  <eggert@cs.ucla.edu>
1129
1130         * modules/hash (Files): Add lib/xalloc.h.
1131         * modules/pipe (Depends-on): Add wait-process.
1132         * modules/stat (Depends-on): Add xalloc.
1133         * modules/userspec (Files): Add lib/userspec.h.
1134         * modules/xstrto
1135
1136         Upgrade from gettext-0.13.
1137         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
1138         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
1139         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
1140
1141 2003-11-25  Bruno Haible  <bruno@clisp.org>
1142
1143         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
1144
1145 2003-11-24  Paul Eggert  <eggert@twinsun.com>
1146
1147         * modules/alloca: Remove dependency on xalloc.
1148
1149 2003-11-17  Paul Eggert  <eggert@twinsun.com>
1150
1151         * README: Mention that S+T cannot overflow if S is the size of
1152         an existing object and T is sufficiently small.
1153
1154 2003-11-17  Bruno Haible  <bruno@clisp.org>
1155
1156         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
1157         (Depends-on): Add xsize.
1158
1159 2003-11-12  Paul Eggert  <eggert@twinsun.com>
1160
1161         * modules/xalloc (Files): Undo latest change, since xalloc.h
1162         no longer needs SIZE_MAX or PTRDIFF_MAX.
1163
1164 2003-11-11  Bruno Haible  <bruno@clisp.org>
1165
1166         * modules/xsize (Files): Add m4/size_max.m4.
1167         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
1168
1169 2003-11-04  Bruno Haible  <bruno@clisp.org>
1170
1171         * modules/xsize: New file.
1172         * modules/linebreak: Depend on xsize.
1173         * MODULES.html.sh (func_all_modules): Add xsize.
1174
1175 2003-11-04  Jim Meyering  <jim@meyering.net>
1176
1177         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
1178         variable names, rather than @VAR@.
1179         * modules/poll: Likewise.
1180
1181 2003-11-03  Jim Meyering  <jim@meyering.net>
1182
1183         * modules/userspec (lib_SOURCES): Add userspec.h.
1184         (Include): Add "userspec.h".
1185         Improve description.
1186
1187 2003-10-29  Paul Eggert  <eggert@twinsun.com>
1188
1189         * modules/group-member: Depend on stdbool.
1190
1191 2003-10-20  Bruno Haible  <bruno@clisp.org>
1192
1193         * modules/wait-process: New file.
1194         * MODULES.html.sh (func_all_modules): Add wait-process.
1195
1196 2003-10-16  Paul Eggert  <eggert@twinsun.com>
1197
1198         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
1199
1200 2003-10-14  Bruno Haible  <bruno@clisp.org>
1201
1202         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
1203
1204 2003-10-12  Paul Eggert  <eggert@twinsun.com>
1205
1206         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
1207         Change maintainer from Bruno Haible to 'all'.
1208
1209 2003-10-10  Simon Josefsson  <jas@extundo.com>
1210
1211         * modules/argp (Depends-on): Add restrict and strcase.
1212
1213 2003-10-08  Paul Eggert  <eggert@twinsun.com>
1214
1215         * modules/getpass: Depend on stdbool.
1216
1217 2003-10-06  Bruno Haible  <bruno@clisp.org>
1218
1219         * modules/version-etc-2: Remove file.
1220         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
1221
1222 2003-10-06  Bruno Haible  <bruno@clisp.org>
1223
1224         * modules/fatal-signal: New file.
1225         * MODULES.html.sh (func_all_modules): Add fatal-signal.
1226
1227 2003-10-05  Paul Eggert  <eggert@twinsun.com>
1228
1229         * README: Rework advice for preventing empty .o files.
1230         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
1231         not <sys/types.h>.
1232
1233 2003-10-02  Bruno Haible  <bruno@clisp.org>
1234
1235         * modules/lchown (Include): Add lchown.h.
1236         * modules/time_r (Include): Use "..." syntax.
1237         * modules/xgetdomainname (Include): Add xgetdomainname.h.
1238
1239 2003-10-01  Simon Josefsson  <jas@extundo.com>
1240
1241         * MODULES.html.sh (func_all_modules): Move gethostname from section
1242         'based on' to section 'lacking' POSIX:2001.
1243
1244 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
1245
1246         Trivial fixes to Makefile.am parts of module listings.
1247         * modules/strstr: Append strstr.h to lib_SOURCES.
1248         * modules/strcase: Likewise, for strcase.h.
1249
1250 2003-09-27  Paul Eggert  <eggert@twinsun.com>
1251
1252         * modules/free: New file.
1253
1254 2003-09-25  Bruno Haible  <bruno@clisp.org>
1255
1256         * modules/version-etc-2: New file, from modules/version-etc with
1257         modifications.
1258         * MODULES.html.sh (func_all_modules): Add version-etc-2.
1259
1260 2003-09-25  Simon Josefsson  <jas@extundo.com>
1261             Bruno Haible  <bruno@clisp.org>
1262
1263         * modules/getdomainname: New file.
1264         * modules/xgetdomainname: New file.
1265         * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname.
1266
1267 2003-09-24  Paul Eggert  <eggert@twinsun.com>
1268
1269         * README: Document assumptions that 'int' is at least 32 bits
1270         wide, that integer arithmetic is 2's complement without overflow,
1271         that there are no holes in integer values, that adding sizes of
1272         two nonoverlapping objects can't overflow, and that all-bits-zero
1273         yields scalar zero.  Fix spelling and capitalization typos.
1274
1275 2003-09-24  Simon Josefsson  <jas@extundo.com>
1276
1277         * modules/xgethostname: Add xgethostname.h.
1278
1279 2003-09-17  Paul Eggert  <eggert@twinsun.com>
1280
1281         * gnulib-tool: Use "test -h", not "test -L", for portability
1282         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
1283         (tags_regexp): Remove, since \| doesn't conform to POSIX.
1284         (sed_extract_prog): Issue s commands one-by-one, rather than
1285         using \| in one s command.
1286
1287 2003-09-16  Bruno Haible  <bruno@clisp.org>
1288
1289         * gnulib-tool (func_create_testdir): Warn about duplicated
1290         dependencies.
1291
1292 2003-09-15  Paul Eggert  <eggert@twinsun.com>
1293
1294         * modules/argmatch, modules/fatal, modules/obstack,
1295         modules/xalloc, modules/xgethostname: Sort dependencies by
1296         importance, not alphabetically.
1297
1298 2003-09-14  Bruno Haible  <bruno@clisp.org>
1299
1300         * modules/fwriteerror: New file.
1301         * MODULES.html.sh (func_all_modules): Add fwriteerror.
1302
1303 2003-09-12  Paul Eggert  <eggert@twinsun.com>
1304
1305         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
1306         modules/xgethostname, modules/xalloc: Depend on exit.
1307
1308 2003-09-09  Paul Eggert  <eggert@twinsun.com>
1309
1310         * README: New section: portability guidelines.
1311
1312 2003-09-07  Paul Eggert  <eggert@twinsun.com>
1313
1314         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
1315         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
1316
1317 2003-09-06  Paul Eggert  <eggert@twinsun.com>
1318
1319         * MODULES.html.sh (func_all_modules): Add time_r.
1320         * modules/time_r: New file.
1321         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
1322         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
1323
1324 2003-08-31  Simon Josefsson  <jas@extundo.com>
1325
1326         * modules/timegm: New file.
1327         * MODULES.html.sh (func_all_modules): Add timegm.
1328
1329 2003-08-22  Simon Josefsson  <jas@extundo.com>
1330
1331         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
1332
1333 2003-08-20  Bruno Haible  <bruno@clisp.org>
1334
1335         * modules/progname: New file.
1336         * MODULES.html.sh (func_all_modules): Add progname.
1337
1338 2003-08-18  Paul Eggert  <eggert@twinsun.com>
1339
1340         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
1341         in makefile rules.
1342
1343 2003-08-17  Simon Josefsson  <jas@extundo.com>
1344
1345         * modules/argp: Fix autoconf macro name. Add more dependencies.
1346
1347 2003-08-17  Simon Josefsson  <jas@extundo.com>
1348
1349         * modules/xstrndup: New file.
1350         * MODULES.html.sh (func_all_modules): Add xstrndup.
1351
1352 2003-08-17  Bruno Haible  <bruno@clisp.org>
1353
1354         * modules/strndup (Files, Include): Add lib/strndup.h.
1355
1356 2003-08-17  Bruno Haible  <bruno@clisp.org>
1357
1358         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
1359         like AC_GNU_SOURCE.
1360         * modules/extensions (configure.ac): Comment out the invocation of
1361         gl_USE_SYSTEM_EXTENSIONS.
1362
1363 2003-08-17  Bruno Haible  <bruno@clisp.org>
1364
1365         * modules/euidaccess (Files): Add lib/euidaccess.h.
1366
1367 2003-08-16  Paul Eggert  <eggert@twinsun.com>
1368
1369         Document merge from coreutils.
1370         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
1371         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
1372         * modules/utime: Add m4/utimes-null.m4.
1373
1374 2003-08-15  Paul Eggert  <eggert@twinsun.com>
1375
1376         Document merge from coreutils.
1377         * modules/userspec: Depend on posixver.
1378         * modules/strftime: Depend on tzset.
1379
1380 2003-08-14  Jim Meyering  <jim@meyering.net>
1381
1382         Merges from coreutils.
1383         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
1384         variable names, rather than @FNMATCH_H@.
1385         * modules/alloca: Likewise for $(ALLOCA_H).
1386
1387         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
1388         the three copies of the literal target, `fnmatch.h'.
1389         * modules/alloca (alloca.h): Likewise.
1390
1391 2003-08-14  Paul Eggert  <eggert@twinsun.com>
1392
1393         * modules/tzset: New file.
1394
1395 2003-08-12  Paul Eggert  <eggert@twinsun.com>
1396
1397         Merge from coreutils.
1398         * modules/euidaccess: Add lib_SOURCES, include for new
1399         file euidaccess.h
1400
1401 2003-08-11  Paul Eggert  <eggert@twinsun.com>
1402
1403         * modules/gnu-source, m4/gnu-source.m4:
1404         Remove; we're assuming Autoconf 2.54 or later now.
1405         Suggested by Bruno Haible.
1406         * MODULES.html.sh (func_all_modules): Remove gnu-source.
1407
1408 2003-08-08  Paul Eggert  <eggert@twinsun.com>
1409
1410         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
1411         * modules/extensions, modules/gnu-source: New files.
1412         * modules/timespec, modules/unlocked-io: Depend on extensions.
1413
1414 2003-08-07 Paul Eggert  <eggert@twinsun.com>
1415
1416         * modules/restrict: New file.
1417         * MODULES.html.sh (func_all_modules): Add restrict.
1418         * modules/regex: Depend on restrict.
1419
1420 2003-08-07  Bruno Haible  <bruno@clisp.org>
1421
1422         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
1423         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
1424
1425 2003-08-05  Paul Eggert  <eggert@twinsun.com>
1426
1427         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
1428         * modules/bumpalloc: Remove.
1429
1430 2003-07-31  Bruno Haible  <bruno@clisp.org>
1431
1432         * modules/getpass-gnu: New file.
1433         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
1434
1435 2003-07-22  Paul Eggert  <eggert@twinsun.com>
1436
1437         * modules/xalloc (Depends-on): Add exitfail.
1438         * modules/xmemcoll: Likewise.
1439
1440 2003-07-20  Jim Meyering  <jim@meyering.net>
1441
1442         * modules/closeout (Depends-on): Add exitfail.
1443         Suggestion from Bruno Haible.
1444
1445 2003-07-18  Bruno Haible  <bruno@clisp.org>
1446
1447         * modules/getndelim2: New file.
1448         * modules/getline: Share files with module getndelim2.
1449         * modules/getnline: Depend on getndelim2 instead of sharing files with
1450         it. Add getnline.c to lib_SOURCES.
1451         * MODULES.html.sh (func_all_modules): Add getndelim2.
1452
1453 2003-07-17  Bruno Haible  <bruno@clisp.org>
1454
1455         * modules/getnline: New file.
1456         * modules/getline: Add lib/getndelim2.c to source file list.
1457         * MODULES.html.sh (func_all_modules): Add getnline.
1458
1459 2003-07-17  Bruno Haible  <bruno@clisp.org>
1460
1461         * configure.in: Remove file.
1462         * Makefile.in: Remove file.
1463
1464 2003-07-17  Bruno Haible  <bruno@clisp.org>
1465
1466         * MODULES.html.sh: Put the </BODY> right before </HTML>.
1467
1468 2003-07-16  Jim Meyering  <jim@meyering.net>
1469
1470         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
1471
1472 2003-07-15  Jim Meyering  <jim@meyering.net>
1473
1474         * modules/save-cwd: Don't depend on error.  From Derek Price.
1475
1476 2003-07-14  Simon Josefsson  <jas@extundo.com>
1477
1478         * modules/mempcpy: New file.
1479         * MODULES.html.sh (func_all_modules): Add mempcpy.
1480
1481 2003-07-14  Paul Eggert  <eggert@twinsun.com>
1482
1483         * modules/getdate, modules/posixtm: Depend on mktime.
1484
1485 2003-07-10  Simon Josefsson  <jas@extundo.com>
1486
1487         * modules/strchrnul (Makefile.am): Add strchrnul.h.
1488
1489 2003-06-26  Bruno Haible  <bruno@clisp.org>
1490
1491         * modules/human: Depend on module stdbool.
1492
1493 2003-06-25  Bruno Haible  <bruno@clisp.org>
1494
1495         * modules/readlink: New file.
1496         * modules/xreadlink: Depend on it.
1497         * MODULES.html.sh (func_all_modules): Add readlink.
1498
1499 2003-06-22  Bruno Haible  <bruno@clisp.org>
1500
1501         * modules/safe-read: Add m4/ssize_t.m4.
1502         * modules/xreadlink: Add m4/ssize_t.m4.
1503
1504 2003-06-11  Simon Josefsson  <jas@extundo.com>
1505
1506         * modules/sysexits: New file.
1507         * MODULES.html.sh (func_all_modules): Add sysexits.
1508
1509 2003-06-10  Bruno Haible  <bruno@clisp.org>
1510
1511         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
1512
1513 2003-06-10  Simon Josefsson  <jas@extundo.com>
1514
1515         * modules/strchrnul: New file.
1516
1517 2003-06-10  Simon Josefsson  <jas@extundo.com>
1518
1519         * modules/argp: New file.
1520
1521 2003-06-07  Bruno Haible  <bruno@clisp.org>
1522
1523         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
1524         avoid AC_CONFIG_LINKS.
1525         * modules/fnmatch (Makefile.am): Use explicit creation rule for
1526         fnmatch.h, to avoid AC_CONFIG_LINKS.
1527         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
1528
1529 2003-06-07  Jim Meyering  <jim@meyering.net>
1530
1531         * modules/strtod: Use $(...) notation, not @...@ for
1532         AC_REPLACE'd variables.
1533         * modules/localcharset: Likewise.
1534
1535 2003-06-06  Jim Meyering  <jim@meyering.net>
1536             Bruno Haible  <bruno@clisp.org>
1537
1538         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
1539         Adjust Makefile.am snippet not to redirect directly to target.
1540         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
1541
1542 2003-05-30  Bruno Haible  <bruno@clisp.org>
1543
1544         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
1545         * config/config.rpath: Upgrade to gettext-0.12.1.
1546
1547 2003-05-22    <karl@gnu.org>
1548
1549         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
1550
1551 2003-05-09  Bruno Haible  <bruno@clisp.org>
1552
1553         * modules/error: Add m4/strerror_r.m4 to file list.
1554
1555 2003-04-10  Bruno Haible  <bruno@clisp.org>
1556
1557         * modules/findprog: New file.
1558         * MODULES.html.sh (func_all_modules): Add it.
1559
1560 2003-04-04  Bruno Haible  <bruno@clisp.org>
1561
1562         * modules/linebreak: New file.
1563         * MODULES.html.sh (func_all_modules): Add it.
1564
1565 2003-04-03  Bruno Haible  <bruno@clisp.org>
1566
1567         * modules/utf8-ucs4: New file.
1568         * modules/utf16-ucs4: New file.
1569         * modules/ucs4-utf8: New file.
1570         * modules/ucs4-utf16: New file.
1571         * MODULES.html.sh (func_all_modules): Add them.
1572
1573 2003-04-02  Bruno Haible  <bruno@clisp.org>
1574
1575         * modules/binary-io: New file.
1576         * MODULES.html.sh (func_all_modules): Add it.
1577
1578 2003-04-01  Bruno Haible  <bruno@clisp.org>
1579
1580         * modules/pathname: New file.
1581         * MODULES.html.sh (func_all_modules): Add it.
1582
1583 2003-03-28  Bruno Haible  <bruno@clisp.org>
1584
1585         * modules/copy-file: New file.
1586         * MODULES.html.sh (func_all_modules): Add it.
1587
1588 2003-02-20  Bruno Haible  <bruno@clisp.org>
1589
1590         * MODULES.html.sh (func_all_modules): Add poll.
1591
1592 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
1593
1594         * modules/poll: New file.
1595
1596 2003-02-18  Bruno Haible  <bruno@clisp.org>
1597
1598         * MODULES.html.sh (func_all_modules): Add mathl.
1599
1600 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
1601
1602         * modules/mathl: New file.
1603
1604 2003-02-17  Bruno Haible  <bruno@clisp.org>
1605
1606         * modules/mkdtemp: New module.
1607         * MODULES.html.sh (func_all_modules): Add it.
1608
1609 2003-01-30  Bruno Haible  <bruno@clisp.org>
1610
1611         * modules/vasnprintf, modules/vasprintf: New modules.
1612         * MODULES.html.sh (func_all_modules): Add them.
1613
1614 2003-01-29  Bruno Haible  <bruno@clisp.org>
1615
1616         * modules/stpncpy: New module.
1617         * MODULES.html.sh (func_all_modules): Add it.
1618
1619 2003-01-28  Bruno Haible  <bruno@clisp.org>
1620
1621         * modules/c-ctype: New module.
1622         * MODULES.html.sh (func_all_modules): Add it.
1623
1624 2003-01-27  Bruno Haible  <bruno@clisp.org>
1625
1626         * modules/xsetenv: New module.
1627         * MODULES.html.sh (func_all_modules): Add it.
1628
1629 2003-01-23  Bruno Haible  <bruno@clisp.org>
1630
1631         * modules/minmax: New module.
1632         * MODULES.html.sh (func_all_modules): Add it.
1633
1634 2003-01-22  Bruno Haible  <bruno@clisp.org>
1635
1636         * modules/exit: New module.
1637         * MODULES.html.sh (func_all_modules): Add it.
1638
1639 2003-01-19  Bruno Haible  <bruno@clisp.org>
1640
1641         * gnulib-tool: Recognize option --extract-maintainer.
1642         (func_get_maintainer): New function.
1643         * modules/*: Add Maintainer entry.
1644
1645 2003-01-16  Bruno Haible  <bruno@clisp.org>
1646
1647         * MODULES.html.sh: Add a table of contents. Add the module name as
1648         leftmost column. Add hyperlinks.
1649
1650 2003-01-11  Bruno Haible  <bruno@clisp.org>
1651
1652         * modules/stpcpy: Distribute lib/stpcpy.h.
1653         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
1654
1655 2003-01-11  Bruno Haible  <bruno@clisp.org>
1656
1657         * gnulib-tool (func_create_testdir): Store config/* files in the main
1658         directory.
1659         * config.rpath: Move to ...
1660         * config/config.rpath: ... here.
1661         * modules/gettext: Contains config/config.rpath, not config.rpath.
1662         * modules/iconv: Likewise.
1663
1664 2003-01-11  Bruno Haible  <bruno@clisp.org>
1665
1666         * modules/*: Add a description.
1667         * modules/strpbrk: Fix Makefile.am snippet.
1668         * modules/strtoimax: Fix dependencies.
1669         * modules/strtoumax: Likewise.
1670
1671 2003-01-11  Bruno Haible  <bruno@clisp.org>
1672
1673         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
1674         * modules/alloca (Makefile.am): All object files depend on alloca.h.
1675         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
1676
1677 2003-01-12  Paul Eggert  <eggert@twinsun.com>
1678
1679         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
1680         to avoid collisions with libcurses and libreadline.
1681         * getstr: Remove.
1682         * MODULES.html.sh: Remove getstr.
1683         * modules/getline: Depend on unlocked-io, not getstr.
1684
1685 2003-01-10  Bruno Haible  <bruno@clisp.org>
1686
1687         * modules/alloca: Change Makefile.am requirements. Simplify Include
1688         requirements. Add lib/alloca_.h to file list.
1689
1690 2003-01-09  Bruno Haible  <bruno@clisp.org>
1691
1692         * modules/stdbool: Change configure.ac, Makefile.am requirements.
1693         Simplify Include requirements. Add lib/stdbool.h.in to file list.
1694
1695 2003-01-09  Bruno Haible  <bruno@clisp.org>
1696
1697         * gnulib-tool (func_all_modules): Ignore files ending in ~.
1698         * MODULES.html.sh: Likewise.
1699
1700 2003-01-09    <karl@gnu.org>
1701
1702         * MODULES.html.sh: include `dirname $0` in PATH, to find
1703         gnulib-tool.
1704
1705 2003-01-08  Bruno Haible  <bruno@clisp.org>
1706
1707         * modules/full-read: Depend on full-write.
1708
1709 2003-01-07  Bruno Haible  <bruno@clisp.org>
1710
1711         * MODULES.html.sh: Add copyright notice.
1712         (missed_files): Omit CVS directory entries.
1713         (func_module): Make it work with sed-3.02.
1714         * MODULES.txt: Remove file.
1715
1716 2003-01-01    <karl@gnu.org>
1717
1718         * gnulib-tool (func_verify_module): report module name $module in
1719         error message, not $1.
1720         * gnulib-tool (create-testdir): don't complain if destdir couldn't
1721         be created, only if it doesn't exist.
1722         * gnulib-tool (last_checkin_date): don't expand the $Date here.
1723
1724 2002-12-24  Bruno Haible  <bruno@clisp.org>
1725
1726         * MODULES.txt: Update according to m4/ changes.
1727
1728         Module gettext.
1729         * config.rpath: New file, from gettext-0.11.5.
1730
1731         * modules/*: New module descriptions.
1732         * gnulib-tool: New file.
1733         * MODULES.html.sh: New file.
1734
1735 2002-11-01  Bruno Haible  <bruno@clisp.org>
1736
1737         * configure.in: Add AC_CONFIG_AUX_DIR call.
1738         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
1739         test/Makefile.
1740         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
1741
1742 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
1743
1744         * regex.c (PATFETCH): Remove the translating fetch.
1745         (PATFETCH_RAW): Rename to PATFETCH.
1746         (set_image_of_range): New fun.
1747         (SET_RANGE_TABLE_WORK_AREA): Use it.
1748         (regex_compile): Don't translate the pattern chars so eagerly.
1749         Only do it when inserting an `exactn' bytecode or when handling
1750         a char-range.
1751         (mutually_exclusive_p): Avoid empty statement.
1752
1753 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
1754
1755         * README: New file
1756         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
1757         (per RMS's instructions, this is now the canonical source)
1758         * lgpl/, gpl/: New directories.
1759
1760 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
1761
1762         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
1763         as if it was a `charset'.
1764
1765 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
1766
1767         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
1768         (regex_compile): Catch bogus \(\1\).
1769
1770 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
1771
1772         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
1773         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
1774         Giving in to popular pressure to shut up the compiler with casts.
1775
1776 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
1777
1778         * regex.c: More `unsigned char' -> `re_char' changes.
1779         Also change several `int' into `re_wchar_t'.
1780         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
1781         (PUSH_FAILURE_POINTER): Don't cast any more.
1782         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
1783         We want GCC to complain, since this piece of code makes
1784         re_match non-reentrant, which *should* be fixed.
1785         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
1786         (EXTEND_BUFFER): Use RETALLOC.
1787         (SET_LIST_BIT): Don't cast.
1788         (re_wchar_t): New type.
1789         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
1790         that those two functions will always properly return.
1791         (IMMEDIATE_QUIT_CHECK): Cast to void.
1792         (analyse_first): Use recursion rather than an explicit stack.
1793         (re_compile_fastmap): Can't fail anymore.
1794         (re_search_2): Don't check re_compile_fastmap for failure.
1795         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
1796         Now also sets the new value (passed in a new argument).
1797         (re_match_2_internal): Use it.
1798         Also, use a new var `reg' of type size_t when looping through regs
1799         rather than reuse the inappropriate `mcnt'.
1800
1801 2000-10-24  Andrew Innes  <andrewi@gnu.org>
1802
1803         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
1804         NT-Emacs only.
1805         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
1806         so that re_search functions only quit when callers expect them to.
1807
1808 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
1809
1810         * regex.c (regex_compile): Change the way of handling a range from
1811         a char less than 256 to a char not less than 256.
1812
1813 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
1814
1815         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
1816
1817
1818 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
1819 Copying and distribution of this file, with or without modification,
1820 are permitted provided the copyright notice and this notice are preserved.