85581d1770575e71cb4be71e7b3fb9654a5662bc
[pspp] / ChangeLog
1 2006-08-21  Jim Meyering  <jim@meyering.net>
2
3         * modules/acl (Depends-on): Add error and quote.
4
5         * check-module (find_included_lib_files): Add at-func.c to the
6         ok-to-include-more-than-once white list.
7
8         * modules/openat (Depends-on): Add lstat.  Alphabetize.
9
10 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11
12         Add and change modules to make it easier for coreutils to use
13         gnulib-tool.
14         * modules/backupfile (Files): Remove m4/d-ino.m4.
15         (Depends-on): Add d-ino.
16         * modules/cycle-check (Depends-on): Add stdint.
17         (lib_SOURCES): Add cycle-check.h.
18         * modules/d-ino: New module.
19         * modules/d-type: New module.
20         * modules/error (Files): Remove m4/strerror_r.m4.
21         * modules/filemode (Files): Add m4/st_dm_mode.m4.
22         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
23         m4/inttypes_h.m4, m4/uintmax_t.m4.
24         (Depends-on): Add stdint.
25         (lib_SOURCES): Add fsusage.h.
26         * modules/getcwd (Files): Remove d-ino.m4.
27         (Depends-on): Add d-ino.
28         * modules/getndelim2 (Depends-on): Add stdint.
29         * modules/glob (Files): Remove m4/d-type.m4.
30         (Depends-on): Add d-type.
31         * modules/host-os: New module.
32         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
33         m4/inttypes_h.m4, m4/uintmax_t.m4.
34         * Depends-on: Add stdint.
35         (lib_SOURCES): Add human.h.
36         * modules/inttostr (Files): Remove m4/intmax_t.m4,
37         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
38         m4/uintmax_t.m4, m4/ulonglong.m4.
39         (Depends-on): Add stdint.
40         (EXTRA_DIST): Add inttostr.h.
41         * modules/lchmod: New module.
42         * modules/link-follow: New module.
43         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44         (Depends-on): Add lchmod.
45         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
46         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
47         (Depends-on): Add stdint.
48         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
49         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
50         (Depends-on): Add stdint.
51         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
52         * modules/perl: New module.
53         * modules/regex (Depends-on): Add stdint.
54         * modules/rmdir-errno: New module.
55         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
56         m4/intmax_t.m4.
57         (Depends-on): Add stdint.
58         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
59         m4/uintmax_t.m4.
60         (Depends-on): Add stdint.
61         * modules/unlink-busy: New module.
62         * modules/utimecmp (Depends-on): Add stdint.
63         * modules/uptime: New module.
64         * modules/winsz-ioctl: New module.
65         * modules/winsz-termios: New module.
66         * modules/xnanosleep (Depends-on): Add nanosleep.
67         * modules/ullong_max: Remove.
68         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
69         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
70         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
71         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
72         (Depends-on): Add inttypes.
73         (lib_SOURCES): Add xstrtol.h.
74         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
75         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
76         * MODULES.html.sh: Move 'assert' into the assert section.
77         Move 'dummy' into the linking section.
78         Remove ullong_max.
79         Add section for compatibility checks for POSIX:2001 functions,
80         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
81         winsz-ioctl, and winsz-termios into it.
82         Add lchmod.
83         Add top-level Misc section and put host-os, perl, and uptime
84         into it.
85
86 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
87
88         * modules/openat (Files): Add lib/fchmodat.c.
89         Fixes problem reported by Jay Youngman.
90
91 2006-08-18  Bruno Haible  <bruno@clisp.org>
92
93         * modules/bison-i18n: New file.
94         * MODULES.html.sh (Internationalization functions): Add it.
95
96 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
97
98         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
99
100 2006-08-15  Bruno Haible  <bruno@clisp.org>
101
102         * modules/tmpdir (License): Change to LGPL.
103
104 2006-08-15  Bruno Haible  <bruno@clisp.org>
105
106         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
107         module.
108
109 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
110
111         Change copyright notice from LGPL 2 to GPL 2, since that's the
112         standard form used in the gnulib repository.
113         * tests/test-lock.c: Likewise.
114         * tests/test-stdint.c: Likewise.
115         * tests/test-tls.c: Likewise.
116
117         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
118         prelude-manager.  User shorter URLs for GNU projects, without '?'.
119         Add copyright notice.
120
121         * check-module: Add copyright notice.  Output a copyright
122         notice if "--version" is specified.
123         * modules/COPYING: New file.
124         * tests/test-getaddrinfo.c: Add copyright notice.
125         * tests/test-verify.c: Likewise.
126
127 2006-08-11  Eric Blake  <ebb9@byu.net>
128
129         * users.txt: Sort.  Add tar.
130
131 2006-08-11  Bruno Haible  <bruno@clisp.org>
132
133         * users.txt: New file.
134
135 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
136
137         * modules/snprintf (Depends-on): Remove minmax.
138         (Maintainer): Add self and Bruno.
139
140 2006-08-10  Bruno Haible  <bruno@clisp.org>
141
142         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
143         as well.
144
145 2006-08-10  Eric Blake  <ebb9@byu.net>
146         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
147
148         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
149         namespace.
150
151 2006-08-10  Jim Meyering  <jim@meyering.net>
152
153         * modules/same-inode: New module.
154         * modules/dev-ino: New module.
155         * modules/cycle-check: Depend on these modules, rather than simply
156         including their .h files.
157         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
158         required via m4/cycle-check.m4.
159         * modules/same: Depend on new same-inode module, rather than
160         including same-inode.h.
161         * modules/chdir-safer: New file.
162
163         * modules/chown (Depends-on): Add stat-macros.
164
165 2006-08-10  Eric Blake  <ebb9@byu.net>
166
167         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
168         in from original proposal.
169
170 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
171
172         * modules/restrict: Remove; no longer needed now that we assume
173         Autoconf 2.59 or later.
174         * MODULES.html.sh: Remove 'restrict'.
175         * modules/argp (Depends-on): Remove 'restrict'.
176         * modules/base64 (Depends-on): Likewise.
177         * modules/gc (Depends-on): Likewise.
178         * modules/getaddrinfo (Depends-on): Likewise.
179         * modules/glob (Depends-on): Likewise.
180         * modules/inet_ntop (Depends-on): Likewise.
181         * modules/inet_pton (Depends-on): Likewise.
182         * modules/memxor (Depends-on): Likewise.
183         * modules/regex (Depends-on): Likewise.
184         * modules/strtok_r (Depends-on): Likewise.
185         * modules/time_r (Depends-on): Likewise.
186
187 2006-08-08  Eric Blake  <ebb9@byu.net>
188
189         * modules/verror: New module.
190         * MODULES.html.sh: Document it.
191
192 2006-08-07  Bruno Haible  <bruno@clisp.org>
193
194         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
195         in an AC_DEFUN. Needed so that the autoconf snippets can use
196         AC_REQUIRE.
197
198 2006-08-06  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
199
200         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
201         Initialize pkgdata_DATA.
202         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
203         overriding it.
204
205 2006-08-04  Bruno Haible  <bruno@clisp.org>
206
207         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
208         Make the mostlyclean-local rule depend on mostlyclean-generic.
209         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
210
211 2006-07-30  Bruno Haible  <bruno@clisp.org>
212
213         * modules/csharpexec (configure.ac): Comment out macro invocation.
214         * modules/javaexec (configure.ac): Likewise.
215         * modules/javacomp-script (configure.ac): Likewise.
216
217         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
218
219 2006-07-30  Bruno Haible  <bruno@clisp.org>
220
221         * modules/javaversion (Makefile.am): Distribute javaversion.java and
222         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
223         set PKGDATADIR to point to it.
224
225 2006-07-30  Bruno Haible  <bruno@clisp.org>
226
227         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
228         linked-list.
229
230 2006-07-30  Bruno Haible  <bruno@clisp.org>
231
232         * modules/readlink (License): Change to LGPL.
233
234 2006-07-30  Bruno Haible  <bruno@clisp.org>
235
236         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
237         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
238         get removed.
239
240 2006-07-29  Bruno Haible  <bruno@clisp.org>
241
242         * gnulib-tool (autoconf_minversion): If a --dir option is given and
243         relevant, look for configure.ac there, not in the current directory.
244         Also use a simple search for AC_PREREQ, not "autoconf --trace".
245
246 2006-07-29  Bruno Haible  <bruno@clisp.org>
247
248         * gnulib-tool (func_usage): Document option --no-libtool.
249         Handle option --no-libtool.
250         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
251         for changed semantics of $libtool variable.
252         (func_import): Likewise. If libtool is not used, show this through
253         an option --no-libtool.
254         (func_create_testdir): Update.
255
256 2006-07-29  Bruno Haible  <bruno@clisp.org>
257
258         * modules/setenv (Depends-on): Add unistd.
259
260 2006-07-29  Bruno Haible  <bruno@clisp.org>
261
262         Make it possible for gnulib-tool to work with locally modified or
263         augmented gnulib repositories.
264         * gnulib-tool (func_usage): Document --local-dir option.
265         (local_gnulib_dir): New variable.
266         Handle --local-dir option.
267         (func_lookup_file): New function.
268         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
269         (func_get_description, func_get_filelist, func_get_description,
270         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
271         func_get_automake_snippet, func_get_include_directive,
272         func_get_license, func_get_maintainer): Use func_lookup_file.
273         (func_import, func_create_testdir): Use func_lookup_file.
274
275 2006-07-29  Bruno Haible  <bruno@clisp.org>
276
277         * gnulib-tool (import, update): If there is no Makefile.am, look at
278         aclocal.m4, instead of bailing out.
279
280 2006-07-29  Bruno Haible  <bruno@clisp.org>
281
282         * gnulib-tool (SORT): New variable.
283         (func_usage): Undocument --assume-autoconf option.
284         Remove --assume-autoconf option handling.
285         (autoconf_minversion): Determine from the contents of configure.ac.
286         (func_import): Remove autoconf_minversion handling.
287         Suggested by Eric Blake.
288
289 2006-07-29  Bruno Haible  <bruno@clisp.org>
290
291         * gnulib-tool (func_import): Don't create the $docbase directory if
292         there is no file to store there.
293
294 2006-07-29  Bruno Haible  <bruno@clisp.org>
295
296         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
297         Categorize the options by when they are useful.
298
299 2006-07-29  Bruno Haible  <bruno@clisp.org>
300
301         * gnulib-tool (func_import): Extend error message about missing
302         --doc-base.
303
304 2006-07-28  Simon Josefsson  <jas@extundo.com>
305
306         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
307         * modules/inet_pton (Depends-on): Likewise.
308
309 2006-07-25  Bruno Haible  <bruno@clisp.org>
310
311         * modules/version-etc (Depends-on): Add stdarg.
312
313 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
314
315         * MODULES.html.sh (File stream based Input/Output):
316         Add fopen-safer, tmpfile-safer; remove stdio-safer.
317         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
318         * modules/fopen-safer, modules/tmpfile-safer: New files.
319         * modules/stdio-safer: Remove.
320
321 2006-07-24  Bruno Haible  <bruno@clisp.org>
322
323         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
324         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
325
326 2006-07-24  Bruno Haible  <bruno@clisp.org>
327
328         * modules/clean-temp: New file.
329
330 2006-07-24  Bruno Haible  <bruno@clisp.org>
331
332         * modules/tmpdir: New file.
333         * MODULES.html.sh (File system functions): Add it.
334
335 2006-07-23  Eric Blake  <ebb9@byu.net>
336
337         * modules/stdio-safer (Files): Add tmpfile-safer.c.
338         (Depends-on): Add binary-io.
339
340 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
341
342         * modules/close-stream: New file.
343         * modules/closeout (Description): Make it clear that it exits
344         with a diagnostic on error.
345         (Depends-on): Add close-stream.  Remove fpending, stdbool.
346         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
347
348 2006-07-22  Bruno Haible  <bruno@clisp.org>
349
350         Merge from GNU gettext 0.15.
351
352         2006-05-01  Bruno Haible  <bruno@clisp.org>
353
354                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
355
356         2006-07-22  Bruno Haible  <bruno@clisp.org>
357
358                 * modules/javaversion: New file.
359                 * MODULES.html.sh (Java): Add javaversion.
360
361         2006-03-12  Bruno Haible  <bruno@clisp.org>
362
363                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
364
365         2005-12-04  Bruno Haible  <bruno@clisp.org>
366
367                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
368                 (untested).
369
370         2006-06-21  Bruno Haible  <bruno@clisp.org>
371
372                 Avoid warnings from recent versions of mcs.
373                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
374                 -o, -L, -r any more. Use options documented since mcs-1.0
375                 instead. Similarly for -g.
376
377         2005-12-04  Bruno Haible  <bruno@clisp.org>
378
379                 * build-aux/csharpcomp.sh.in: Suffix for resources is
380                 .resources, not .resource.
381
382         2005-07-09  Bruno Haible  <bruno@clisp.org>
383
384                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
385                 add a .dll suffix.
386                 Reported by Mark Junker <mjscod@gmx.de>.
387
388         2006-07-22  Bruno Haible  <bruno@clisp.org>
389
390                 * modules/gettext: Upgrade to gettext-0.15.
391                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
392                 m4/visibility.m4.
393                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
394
395 2006-07-21  Eric Blake  <ebb9@byu.net>
396
397         * modules/stdlib-safer: New file.
398         * MODULES.html.sh (File stream based Input/Output): Add
399         stdlib-safer.
400
401 2006-07-20  Bruno Haible  <bruno@clisp.org>
402
403         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
404
405 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
406
407         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
408
409 2006-07-20  Bruno Haible  <bruno@clisp.org>
410
411         * gnulib-tool: Recognize new option --assume-autoconf.
412         (autoconf_minversion): New variable.
413         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
414
415 2006-07-17  Bruno Haible  <bruno@clisp.org>
416
417         * modules/list: New file.
418         * modules/array-list: New file.
419         * modules/carray-list, modules/carray-list-tests: New files.
420         * modules/linked-list, modules/linked-list-tests: New files.
421         * modules/avltree-list, modules/avltree-list-tests: New files.
422         * modules/rbtree-list, modules/rbtree-list-tests: New files.
423         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
424         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
425         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
426         * modules/oset: New file.
427         * modules/array-oset: New file.
428         * modules/avltree-oset, modules/avltree-oset-tests: New files.
429         * modules/rbtree-oset, rbtree-oset-tests: New files.
430         * tests/test-carray_list.c: New file.
431         * tests/test-linked_list.c: New file.
432         * tests/test-avltree_list.c: New file.
433         * tests/test-rbtree_list.c: New file.
434         * tests/test-linkedhash_list.c: New file.
435         * tests/test-avltreehash_list.c: New file.
436         * tests/test-rbtreehash_list.c: New file.
437         * tests/test-avltree_oset.c: New file.
438         * tests/test-rbtree_oset.c: New file.
439         * MODULES.html.sh (Container data structures): New section.
440
441 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
442
443         * MODULES.html.sh: Add mkancestors.
444         * modules/mkancesdirs: New module.
445         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
446         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
447         The chdir-safer and afs files are now orphans; I'll remove them
448         unless someone speaks up.
449         Add lib/dirchownmod.c, lib/dirchownmod.h.
450         (Depends-on): Remove alloca, chown, save-cwd, dirname.
451         Add lchown, mkancesdirs.
452         (Maintainer): Add self.
453
454 2006-07-15  Karl Berry  <karl@gnu.org>
455
456         * gnulib-tool: help message wording/arrangement.
457
458 2006-07-12  Simon Josefsson  <jas@extundo.com>
459
460         * modules/gendocs (License): Fix license, approved by Karl.
461
462 2006-07-12  Eric Blake  <ebb9@byu.net>
463
464         * MODULES.html.sh: Add gendocs.
465
466 2006-07-11  Eric Blake  <ebb9@byu.net>
467
468         * gnulib-tool: List --doc-base before --tests-base.
469
470 2006-07-11  Eric Blake  <ebb9@byu.net>
471
472         * modules/fdl: New module, to install doc/fdl.texi.
473         * MODULES.html.sh: Add new section for documentation modules.
474         * gnulib-tool: Avoid space-tab.
475         (--doc-base): New option, to manage files from doc.
476
477 2006-07-11  Bruno Haible  <bruno@clisp.org>
478
479         * README: Mention where to put documentation.
480
481 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
482
483         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
484
485 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
486
487         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
488         for the benefit of people using Autoconf 2.60.  If you want to
489         support older Autoconf versions you can copy m4/onceonly_2_57.m4
490         (or m4/onceonly.m4, if pre-2.57) manually.
491
492 2006-07-07  Simon Josefsson  <jas@extundo.com>
493
494         * tests/test-crc.c: Change expected crc value, the test vector
495         were probably computed using the old broken crc.c?
496
497 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
498
499         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
500         not gl_PREREQ_GETUSERSHELL.
501
502 2006-07-06  Simon Josefsson  <jas@extundo.com>
503
504         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
505         now the canonical place for the M4 file).
506
507         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
508         from the sys_socket dependency now.
509
510         * modules/inet_pton (Files): Ditto.
511
512         * modules/inet_ntop (Files): Ditto.
513
514 2006-07-05  Eric Blake  <ebb9@byu.net>
515
516         * modules/getaddrinfo (Depends-on): Add snprintf.
517
518 2006-07-04  Eric Blake  <ebb9@byu.net>
519
520         * modules/dirname-tests: New test module.
521         * tests/test-dirname.c: New file, replacing dirname.c
522         TEST_DIRNAME section that was recently deleted.
523
524 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
525
526         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
527         From Mark D. Baushke.
528
529 2006-07-03  Eric Blake  <ebb9@byu.net>
530
531         * modules/dirname (Depends-on): Add xstrndup.
532
533 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
534
535         Merge from coreutils.
536         * MODULES.html.sh: Add xstrtold.
537         * modules/xstrtold: New file.
538         * modules/cycle-check (Files): Add lib/same-inode.h.
539         * modules/dirname (Files): Add m4/double-slash-root.m4.
540         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
541         * modules/mkdir-p (Files): Add lib/same-inode.h.
542         * modules/same (Files): Add lib/same-inode.h.
543
544 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
545
546         * modules/inttypes (Depends-on): No longer depends on stdint.
547         * modules/stdint (Description): Say more about assumptions.
548         Say that the fast types might differ.  Say macros are used.
549         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
550         (Makefile.am): Revise list of substituted symbols to match
551         new stdint.m4.
552         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
553         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
554         * tests/test-stdint.c (verify_same_types)
555         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
556         the code conforms to C99/C89.
557         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
558         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
559
560 2006-06-29  Eric Blake  <ebb9@byu.net>
561
562         * MODULES.html.sh: Add sys_stat.
563         * modules/sys_stat: New module.
564         * modules/mkstemp (Depends-on): Add sys_stat.
565
566 2006-06-29  Jim Meyering  <jim@meyering.net>
567
568         * modules/strftime (Maintainer): Add my name, since with the
569         FPRINTFTIME changes strftime.c has forked from glibc.
570
571 2006-06-29  Bruno Haible  <bruno@clisp.org>
572
573         * modules/wcwidth (License): Change to LGPL.
574
575 2006-06-29  Derek Price  <derek@ximbiot.com>
576
577         * modules/c-bs-a: Removed - \a is C89.
578         * MODULES.html.sh: Remove c-bs-a.
579
580 2006-06-28  Bruno Haible  <bruno@clisp.org>
581
582         * modules/wcwidth (Files): Add m4/wchar_t.m4.
583
584 2006-06-28  Eric Blake  <ebb9@byu.net>
585
586         * modules/wcwidth: New file.
587         * modules/mbchar (Depends-on): Add wcwidth.
588         * modules/mbswidth (Depends-on): Add wcwidth.
589         * MODULES.html.sh: Add wcwidth.
590
591 2006-06-28  Simon Josefsson  <jas@extundo.com>
592
593         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
594         on _WIN32.
595
596         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
597         getnameinfo.
598
599 2006-06-27  Simon Josefsson  <jas@extundo.com>
600
601         * modules/sys_select: New file, suggested by Bruno Haible, Paul
602         Eggert and Martin Lambers.
603
604 2006-06-26  Bruno Haible  <bruno@clisp.org>
605
606         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
607
608 2006-06-23  Simon Josefsson  <jas@extundo.com>
609             Bruno Haible  <bruno@clisp.org>
610
611         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
612         Emit mostlyclean-local rule.
613         (func_emit_tests_Makefile_am): Likewise.
614         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
615
616 2006-06-23  Bruno Haible  <bruno@clisp.org>
617
618         * tests/test-stdint.c: Update to match ISO C 99 Technical
619         Corrigendum 1.
620
621 2006-06-21  Simon Josefsson  <jas@extundo.com>
622
623         * tests/test-getaddrinfo.c: New file.
624
625         * modules/getaddrinfo-tests: New file.
626
627         * MODULES.html.sh: Add inet_pton.
628
629         * modules/inet_pton: New file.
630
631 2006-06-19  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
632
633         * modules/sys_socket, modules/socklen: Include sys/types since
634         FreeBSD 4.x's sys/socket.h needs it.
635
636 2006-06-15  Bruno Haible  <bruno@clisp.org>
637
638         * modules/stdint (Files): Include m4/full-header-path.m4,
639         m4/size_max.m4, m4/wchar_t.m4.
640         (Makefile.am): Many more substitutions.
641         * modules/stdint-tests: New file.
642         * tests/test-stdint.c: New file.
643
644 2006-05-15  Bruno Haible  <bruno@clisp.org>
645
646         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
647         on libtool patch by Ralf Wildenhues.
648
649 2006-05-09  Bruno Haible  <bruno@clisp.org>
650
651         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
652         (Depends-on): Depend also on xsize, stdarg.
653         (configure.ac): Add gl_XVASPRINTF.
654
655 2006-05-08  Eric Blake  <ebb9@byu.net>
656
657         * gnulib-tool (func_version): Base copyright year on CVS date.
658         (func_emit_copyright_notice): New function.
659         (func_emit_lib_Makefile_am): Use it.
660         (func_emit_tests_Makefile_am): Likewise.
661         (func_import): Likewise.
662
663 2006-05-05  Bruno Haible  <bruno@clisp.org>
664
665         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
666
667 2006-05-08  Bruno Haible  <bruno@clisp.org>
668
669         * modules/stdarg: New file.
670         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
671
672 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
673
674         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
675
676 2006-04-29  Bruno Haible  <bruno@clisp.org>
677
678         * gnulib-tool: Make --update option actually work.
679
680 2006-04-25  Bruno Haible  <bruno@clisp.org>
681
682         * gnulib-tool (func_import): Output the include directives in three
683         blocks, sorted separately.
684         Reported by Ben Pfaff <blp@cs.stanford.edu>.
685
686 2006-04-23  Bruno Haible  <bruno@clisp.org>
687
688         * modules/copy-file: Depend on unistd.
689         * modules/execute: Likewise.
690         * modules/fatal-signal: Likewise.
691         * modules/findprog: Likewise.
692         * modules/mkdtemp : Likewise.
693         * modules/pipe: Likewise.
694         * modules/wait-process: Likewise.
695
696 2006-04-23  Claudio Fontana  <claudio@gnu.org>
697             Bruno Haible  <bruno@clisp.org>
698
699         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
700         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
701         for AM_CPPFLAGS.
702
703 2006-04-23  Bruno Haible  <bruno@clisp.org>
704
705         * gnulib-tool (func_usage): Fix --import description. Document --update.
706         (func_import): Create temporary file in a temporary directory, if
707         --dry-run is specified. Silence errors from 'grep' when there are no
708         m4 files in $m4dir.
709         (func_create_testdir): Silence errors from 'grep' when there are no
710         m4 files in $m4dir.
711         Reported by Karl Berry <karl@freefriends.org>.
712
713 2006-04-18  Derek Price  <derek@ximbiot.com>
714             Paul Eggert  <eggert@cs.ucla.edu>
715
716         * modules/inttypes: New file.
717         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
718
719 2006-04-12  Eric Blake  <ebb9@byu.net>
720
721         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
722         is now done automatically by the corresponding Autoconf macro.
723
724 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
725
726         * modules/regex (Depends-on): Add ssize_t.
727
728 2006-03-08  Simon Josefsson  <jas@extundo.com>
729
730         * build-aux/maint.mk: Fix refresh-po, to handle no translated
731         languages.
732
733 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
734
735         * MODULES.html.sh (Support for systems lacking POSIX:2001):
736         Add unistd.
737         * modules/c-stack (Depends-on): Add unistd.
738         * modules/getlogin_r: Likewise.
739         * modules/glob: Likewise.
740         * modules/pagealign_alloc: Likewise.
741         * modules/unistd (Files): Remove lib/unistd_.h.
742         (EXTRA_DIST): Remove.
743         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
744         need unistd_.h.
745         (MOSTLYCLEANFILES): Remove unistd.h-t.
746
747 2006-03-07  Simon Josefsson  <jas@extundo.com>
748
749         * modules/getopt (Depends-on): Add unistd.
750
751         * modules/unistd: New file.
752
753 2006-03-07  Simon Josefsson  <jas@extundo.com>
754
755         * modules/gc-random: New file.
756
757 2006-03-03  Simon Josefsson  <jas@extundo.com>
758
759         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
760         libidn and bison.
761
762 2006-03-03  Simon Josefsson  <jas@extundo.com>
763
764         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
765
766 2006-03-03  Simon Josefsson  <jas@extundo.com>
767
768         * build-aux/maint.mk: Add indent target.
769
770 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
771
772         * modules/gettime (Depends-on): Add extensions module.
773         * modules/nanosleep (Depends-on): Likewise.
774         * modules/settime (Depends-on): Likewise.
775
776 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
777
778         * modules/intprops: New file.
779         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
780         Add intprops.
781         * modules/getloadavg (Files): Remove lib/intprops.h.
782         (Depends-on): Add intprops.
783         * modules/human: Likewise.
784         * modules/inttostr: Likewise.
785         * modules/openat: Likewise.
786         * modules/sig2str: Likewise.
787         * modules/userspec: Likewise.
788         * modules/utimecmp: Likewise.
789         * modules/xnanosleep: Likewise.
790         * modules/xstrtol: Likewise.
791
792 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
793
794         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
795         * modules/lock-tests (TESTS): Use $(EXEEXT).
796         * modules/tls-tests: Likewise.
797         * modules/argp-tests: Likewise.
798         (check_PROGRAMS): New var, replacing...
799         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
800
801 2006-02-16  Simon Josefsson  <jas@extundo.com>
802
803         * modules/getaddrinfo (Depends-on): Add sys_socket.
804
805 2006-02-15  Simon Josefsson  <jas@extundo.com>
806
807         * build-aux/maint.mk: Add dsyntax-check rule.
808
809 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
810
811         Sync from coreutils.
812         * modules/lstat (Depends-on): Don't depend on xalloc.
813         (License): Change from GPL to LGPL, since this is now simply a
814         replacement for a libc function.
815
816 2006-02-14  Simon Josefsson  <jas@extundo.com>
817
818         * modules/maintainer-makefile (Files): Rename.
819
820         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
821         and (the local) Makefile.cfg to maint-cfg.mk.
822
823         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
824         to the latter.
825
826         * modules/maintainer-makefile: New module.
827
828         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
829         severaly stripped to make it possible to build it up from scratch
830         with reliable tests.
831
832         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
833         fixes to permit overriding the default actions when configure and
834         makefile are not available.
835
836 2006-02-13  Simon Josefsson  <jas@extundo.com>
837
838         * gnulib-tool (Usage): Fix --import, from
839         karl@freefriends.org (Karl Berry).
840
841 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
842
843         * modules/closeout (Depends-on): Remove atexit.
844
845 2006-01-26  Bruno Haible  <bruno@clisp.org>
846
847         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
848         Reported by Paul Eggert.
849
850 2006-01-25  Bruno Haible  <bruno@clisp.org>
851
852         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
853         rid of a trap command. For Solaris sh.
854         Reported by Mark D. Baushke <mdb@gnu.org>.
855
856 2006-01-24  Bruno Haible  <bruno@clisp.org>
857
858         * modules/strnlen (Maintainer): Change from glibc to all.
859
860 2006-01-24  Bruno Haible  <bruno@clisp.org>
861
862         * gnulib-tool (func_import): Avoid constructing complicated sed
863         expressions inside backquote.
864         Report and solution by Mark D. Baushke <mdb@gnu.org>.
865
866 2006-01-24  Jim Meyering  <jim@meyering.net>
867
868         * modules/openat (Files): Add lib/intprops.h.
869         From Mark D. Baushke.
870
871 2006-01-19  Simon Josefsson  <jas@extundo.com>
872
873         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
874         Remove the test_*_SOURCES variable: automake infers it by default.
875         * modules/tls-tests: Likewise.
876
877 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
878
879          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
880          Reported by Bruce Korb <bkorb@gnu.org>.
881
882 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
883
884         * modules/argp-tests: New module
885         * tests/test-argp.c: New file
886         * tests/test-argp-2.sh: New file
887
888 2006-01-20  Simon Josefsson  <jas@extundo.com>
889
890         * modules/inet_ntop (Depends-on): Depend on sys_socket.
891
892 2006-01-19  Simon Josefsson  <jas@extundo.com>
893
894         * gnulib-tool: Set check_PROGRAMS.
895
896         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
897         modules/des-tests, modules/gc-arcfour-tests,
898         modules/gc-arctwo-tests, modules/gc-des-tests,
899         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
900         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
901         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
902         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
903         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
904         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
905         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
906         test_*_SOURCES.
907
908 2006-01-18  Simon Josefsson  <jas@extundo.com>
909
910         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
911         modules/des-tests, modules/gc-arcfour-tests,
912         modules/gc-arctwo-tests, modules/gc-des-tests,
913         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
914         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
915         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
916         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
917         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
918         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
919         $(EXEEXT) to automake TESTS variable, for mingw32.
920
921 2006-01-18  Simon Josefsson  <jas@extundo.com>
922
923         * modules/socklen (Depends-on): Depend on sys_socket.
924
925 2006-01-17  Bruno Haible  <bruno@clisp.org>
926
927         * modules/ssize_t (Include): Add <sys/types.h>.
928
929 2006-01-17  Simon Josefsson  <jas@extundo.com>
930
931         * modules/socklen (Include): Need sys/socket.h.
932
933 2006-01-12  Bruno Haible  <bruno@clisp.org>
934
935         * gnulib-tool (func_import, func_create_testdir): Don't go into an
936         endless loop while replacing $auxdir with build-aux.
937
938 2006-01-12  Bruno Haible  <bruno@clisp.org>
939
940         * modules/ldd: New file.
941         * build-aux/ldd.sh.in: New file.
942         * MODULES.html.sh (Support for building libraries and executables): Add
943         ldd.
944
945 2006-01-11  Bruno Haible  <bruno@clisp.org>
946
947         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
948         overridable by the user.
949         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
950
951 2006-01-08  Bruno Haible  <bruno@clisp.org>
952
953         Avoid "ar: no archive members specified" error on MacOS X.
954         * gnulib-tool (func_modules_add_dummy): New function.
955         (func_import, func_create_testdir): Invoke it.
956
957 2006-01-08  Bruno Haible  <bruno@clisp.org>
958
959         Ensure automatic ordering between gl_LOCK and gl_ARGP.
960         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
961         the "early" section as well.
962
963 2006-01-08  Bruno Haible  <bruno@clisp.org>
964
965         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
966         Initialize also noinst_HEADERS to empty.
967
968 2006-01-08  Bruno Haible  <bruno@clisp.org>
969
970         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
971         variables.
972         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
973         autoreconf.
974
975 2006-01-11  Bruno Haible  <bruno@clisp.org>
976
977         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
978         with $auxdir in AC_CONFIG_FILES statements.
979
980 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
981
982         * modules/readutmp (Maintainer): Add myself.
983
984 2006-01-10  Bruno Haible  <bruno@clisp.org>
985
986         * modules/readutmp: Depend on module free.
987         * modules/strtok_r: Depend on module restrict.
988
989 2006-01-10  Simon Josefsson  <jas@extundo.com>
990
991         * modules/sys_socket: New file.
992
993 2006-01-07  Bruno Haible  <bruno@clisp.org>
994
995         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
996         variable.
997         Needed to avoid an automake error regarding the 'gettext' module.
998
999 2006-01-07  Bruno Haible  <bruno@clisp.org>
1000
1001         * modules/gettext (configure.ac): Add an invocation of
1002         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
1003
1004 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
1005
1006         Sync from coreutils:
1007
1008         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
1009         * modules/lib-ignore: New file.
1010         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
1011         chdir-safer.m4, lchmod.m4.
1012         * modules/openat: Add mkdirat.c, openat-priv.h.
1013
1014 2006-01-09  Bruno Haible  <bruno@clisp.org>
1015
1016         * modules/strnlen (Include): Use strnlen.h.
1017
1018 2006-01-09  Simon Josefsson  <jas@extundo.com>
1019
1020         * modules/inet_ntop (Depends-on): Add restrict.
1021
1022 2006-01-09  Simon Josefsson  <jas@extundo.com>
1023
1024         * modules/gc-rijndael-tests (License): Put under LGPL.
1025
1026         * modules/gc-des-tests (License): Likewise.
1027
1028         * modules/gc-arcfour-tests (License): Likewise.
1029
1030         * modules/gc-arctwo-tests (License): Likewise.
1031
1032         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
1033
1034         * modules/gc-hmac-sha1-tests (Files): Likewise.
1035
1036         * modules/gc-hmac-md5-tests (License): Likewise.
1037
1038         * modules/gc-sha1-tests (License): Likewise.
1039
1040         * modules/gc-md5-tests (License): Likewise.
1041
1042         * modules/gc-md4-tests (License): Likewise.
1043
1044         * modules/gc-md2-tests (License): Likewise.
1045
1046         * modules/gc-tests (License): Likewise.
1047
1048         * modules/des-tests (License): Likewise.
1049
1050         * modules/md4-tests (License): Likewise.
1051
1052         * modules/md2-tests (License): Likewise.
1053
1054 2006-01-09  Bruno Haible  <bruno@clisp.org>
1055
1056         * build-aux/javacomp.sh.in: New file, moved from lib/.
1057         * modules/javacomp-script (Files): Update.
1058         (configure.ac): Add AC_CONFIG_FILES invocation.
1059         (EXTRA_DIST): Remove variable.
1060
1061         * build-aux/javaexec.sh.in: New file, moved from lib/.
1062         * modules/javaexec (Files): Update.
1063         (configure.ac): Add AC_CONFIG_FILES invocation.
1064         (EXTRA_DIST): Remove javaexec.sh.in.
1065
1066         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
1067         * modules/csharpcomp-script (Files): Update.
1068         (configure.ac): Add AC_CONFIG_FILES invocation.
1069         (EXTRA_DIST): Remove variable.
1070
1071         * build-aux/csharpexec.sh.in: New file, moved from lib/.
1072         * modules/csharpexec (Files): Update.
1073         (configure.ac): Add AC_CONFIG_FILES invocation.
1074         (EXTRA_DIST): Remove csharpexec.sh.in.
1075
1076 2006-01-07  Bruno Haible  <bruno@clisp.org>
1077
1078         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
1079         gl_EARLY.
1080
1081 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1082
1083         * README: Gnulib normally doesn't generate a tarball.
1084
1085 2005-12-28  Bruno Haible  <bruno@clisp.org>
1086
1087         * build-aux/config.rpath: Update from GNU gettext.
1088
1089 2005-12-16  Jim Meyering  <jim@meyering.net>
1090
1091         * modules/fprintftime: New module.
1092         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
1093
1094 2005-12-15  Simon Josefsson  <jas@extundo.com>
1095
1096         * modules/socklen (configure.ac): Fix M4 macro name, to align with
1097         new m4/socklen.m4.
1098
1099 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
1100
1101         * modules/argp (Files): Add argp-pin.c
1102         (Depends-on): dirname
1103         (lib_SOURCES): Add argp-pin.c
1104
1105 2005-12-02  Bruno Haible  <bruno@clisp.org>
1106
1107         * gnulib-tool (func_import): Accept GPLed build tool modules when
1108         --lgpl is given.
1109         * modules/csharpcomp-script: New file.
1110         * modules/csharpcomp: Depend on it.
1111         * modules/javacomp-script: New file.
1112         * modules/javacomp: Depend on it.
1113         Suggested by Simon Josefsson.
1114
1115 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
1116
1117         * modules/savedir (Depends-on): Add openat.
1118
1119 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
1120
1121         * modules/obstack (Files): Add m4/ulonglong.m4.
1122         Problem reported by Davide Angelocola.
1123
1124 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
1125
1126         * modules/gethrxtime (Depends-on): Add gettime.
1127
1128 2005-11-04  Bruno Haible  <bruno@clisp.org>
1129
1130         * gnulib-tool: Implement --update mode.
1131
1132 2005-10-28  Simon Josefsson  <jas@extundo.com>
1133
1134         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
1135         Test more.
1136
1137         * tests/test-gc-md2.c, tests/test-md2.c: New files.
1138
1139         * modules/md2, modules/md2-tests: New files.
1140
1141 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
1142
1143         * modules/verify (License): Change from GPL to LGPL.  This is a
1144         tiny module and there are apparently near-equivalents that are
1145         under the BSD license.
1146
1147 2005-10-24  Simon Josefsson  <jas@extundo.com>
1148
1149         * modules/sha1: Relicense to LGPL.
1150
1151 2005-10-23  Simon Josefsson  <jas@extundo.com>
1152
1153         * gnulib-tool (func_import): Fix --tests-base.
1154
1155 2005-10-22  Simon Josefsson  <jas@extundo.com>
1156
1157         * modules/arcfour (Depends-on): Need stdint.
1158
1159 2005-10-21  Bruno Haible  <bruno@clisp.org>
1160
1161         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
1162         patch.
1163
1164 2005-10-21  Simon Josefsson  <jas@extundo.com>
1165
1166         * gnulib-tool (func_import, func_create_testdir): Define automake
1167         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
1168         Makefile.am snippet),
1169         suggested by Bruno Haible <bruno@clisp.org>.
1170
1171         * modules/gc (Makefile.am): Use it.
1172
1173 2005-10-21  Simon Josefsson  <jas@extundo.com>
1174
1175         * modules/des, modules/des-tests: New files.
1176
1177         * modules/gc-des, modules/gc-des-tests: New files.
1178
1179         * tests/test-des.c, tests/test-gc-des.c: New file.
1180
1181 2005-10-21  Simon Josefsson  <jas@extundo.com>
1182
1183         * modules/arctwo, modules/arctwo-tests: New files.
1184
1185         * tests/test-arctwo.c: New file.
1186
1187         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
1188
1189         * tests/test-gc-arctwo.c: New file.
1190
1191 2005-10-19  Simon Josefsson  <jas@extundo.com>
1192
1193         * tests/test-gc-arcfour.c: New file.
1194
1195         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
1196
1197 2005-10-19  Simon Josefsson  <jas@extundo.com>
1198
1199         * tests/test-gc-rijndael.c: New file.
1200
1201         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
1202
1203 2005-10-19  Simon Josefsson  <jas@extundo.com>
1204
1205         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
1206         interface too.
1207
1208 2005-10-19  Simon Josefsson  <jas@extundo.com>
1209
1210         * modules/gc-md4, modules/gc-md4-tests: New file.
1211
1212         * tests/test-gc-md4.c: New file.
1213
1214 2005-10-18  Simon Josefsson  <jas@extundo.com>
1215
1216         * tests/test-md4.c: New file.
1217
1218         * modules/md4, modules/md4-tests: New files.
1219
1220 2005-10-18  Simon Josefsson  <jas@extundo.com>
1221
1222         * tests/test-md5.c: New file.
1223
1224         * modules/md5-tests: New file.
1225
1226 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
1227
1228         * gnulib-tool (func_create_testdir): Omit the second check whether
1229         BUILT_SOURCES in nonempty.
1230
1231 2005-10-17  Simon Josefsson  <jas@extundo.com>
1232
1233         * modules/gc-sha1-tests: New file.
1234
1235         * tests/test-gc-sha1.c: New file.
1236
1237 2005-10-17  Simon Josefsson  <jas@extundo.com>
1238
1239         * tests/test-rijndael.c: New file.
1240
1241 2005-10-17  Simon Josefsson  <jas@extundo.com>
1242
1243         * modules/sha1: Depend on stdint instead of md5.
1244
1245         * modules/md5: Depend on stdint, remove uint32_t.
1246
1247 2005-10-16  Bruno Haible  <bruno@clisp.org>
1248
1249         * gnulib-tool (func_emit_tests_Makefile_am): Also define
1250         TESTS_ENVIRONMENT, so that individual tests can augment it.
1251
1252         * gnulib-tool (func_create_testdir): Use an intermediate target for
1253         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
1254         macros, like $(ALLOCA_H), which cannot be passed through the command
1255         line.
1256
1257 2005-10-15  Simon Josefsson  <jas@extundo.com>
1258
1259         * modules/rijndael-tests: New file.
1260
1261         * modules/rijndael: New file.
1262
1263 2005-10-14  Simon Josefsson  <jas@extundo.com>
1264
1265         * tests/test-arcfour.c: New file.
1266
1267         * modules/arcfour, modules/arcfour-tests: New files.
1268
1269 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
1270
1271         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
1272
1273 2005-10-13  Simon Josefsson  <jas@extundo.com>
1274
1275         * modules/gc-hmac-md5-tests: New file.
1276
1277         * tests/test-gc-hmac-sha1.c: New file.
1278
1279         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
1280
1281         * modules/gc-hmac-md5-tests: New file.
1282
1283         * tests/test-gc-md5.c: New file.
1284
1285         * modules/gc-md5-tests: New file.
1286
1287 2005-10-12  Simon Josefsson  <jas@extundo.com>
1288
1289         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
1290
1291         * tests/test-gc-pbkdf2-sha1.c: New file.
1292
1293 2005-10-12  Simon Josefsson  <jas@extundo.com>
1294
1295         * modules/gc-sha1: New file.
1296
1297 2005-10-12  Simon Josefsson  <jas@extundo.com>
1298
1299         * tests/test-hmac-sha1.c: New file.
1300
1301         * modules/hmac-sha1-tests: New file.
1302
1303         * modules/hmac-sha1: New file.
1304
1305 2005-10-12  Simon Josefsson  <jas@extundo.com>
1306
1307         * modules/gc-md5, modules/gc-hmac-md5: New files.
1308
1309         * modules/gc (Files): Remove md5, memxor and hmac files.
1310
1311 2005-10-11  Bruno Haible  <bruno@clisp.org>
1312
1313         * modules/c-strcasestr: New file.
1314         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
1315
1316 2005-10-11  Bruno Haible  <bruno@clisp.org>
1317
1318         * modules/c-strcase: New file.
1319         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
1320
1321 2005-10-11  Simon Josefsson  <jas@extundo.com>
1322
1323         * tests/test-crc.c: New file.
1324
1325         * modules/crc, modules/crc-tests: New files.
1326
1327 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
1328
1329         * modules/mempcpy (License): GPL -> LGPL.
1330         * modules/strchrnul (License): Likewise.
1331         * modules/sysexits (License): Likewise.
1332
1333 2005-10-06  Simon Josefsson  <jas@extundo.com>
1334
1335         * tests/test-hmac-md5.c: New file.
1336
1337         * modules/hmac-md5-tests: New file.
1338
1339         * modules/hmac-md5: New file.
1340
1341 2005-10-05  Bruno Haible  <bruno@clisp.org>
1342
1343         * modules/stdint (License): Change to LGPL.
1344
1345 2005-10-05  Simon Josefsson  <jas@extundo.com>
1346
1347         * modules/memxor: New file.
1348
1349         * modules/iconv (Files): Move config.rpath to havelib, it is used
1350         there.
1351
1352         * modules/havelib (Files): Add config.rpath.
1353
1354 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
1355
1356         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
1357         From Ben Pfaff.
1358
1359         * modules/exclude (Depends-on): Depend on verify.
1360         * modules/strtoimax (Depends-on): Likewise.
1361         * modules/utimecmp (Depends-on): Likewise.
1362
1363 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
1364
1365         * modules/regex (Depends-on): Add strcase.
1366
1367         * modules/gethostname (Licence): Change from GPL to LGPL, since
1368         gethostname.c is a trivial implementation of a standard library
1369         function.
1370         * modules/poll (License): Change from GPL to LGPL, since it's
1371         derived from LGPL code.
1372
1373 2005-09-26  Bruno Haible  <bruno@clisp.org>
1374
1375         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
1376         is necessary.
1377         (lib_SOURCES): Remove mbchar.c.
1378         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
1379         (Files): Add m4/mbrtowc.m4.
1380         * modules/mbiter: Likewise.
1381         * modules/mbuiter: Likewise.
1382
1383 2005-09-25  Jim Meyering  <jim@meyering.net>
1384
1385         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
1386         also uses socklen_t.
1387
1388 2005-09-23  Jim Meyering  <jim@meyering.net>
1389
1390         * modules/getaddrinfo (Depends-on): Add socklen.
1391
1392 2005-09-23  Bruno Haible  <bruno@clisp.org>
1393
1394         * tests/test-verify.c: New file.
1395
1396 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
1397
1398         Sync from coreutils.
1399
1400         * modules/argmatch (Depends-on): Add verify.
1401         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
1402         unistd-safer.
1403         * modules/save-cwd (Depends-on): Likewise.
1404
1405         * modules/openat (Files): Add lib/openat-die.c.
1406         (Depends-on): Remove error, exitfail.
1407         Add dirname.
1408
1409         * modules/verify: New file.
1410         * MODULES.html.sh (Diagnostics <assert.h>): New section,
1411         with "verify" module.
1412
1413 2005-09-20  Bruno Haible  <bruno@clisp.org>
1414
1415         * gnulib-tool: Remove trailing slashes from the values specified for
1416         --source-base, --m4-base, --tests-base, --aux-dir.
1417         Suggested by Simon Josefsson <jas@extundo.com>.
1418
1419 2005-09-20  Bruno Haible  <bruno@clisp.org>
1420
1421         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
1422         func_modules_to_filelist, func_import, func_create_testdir): Make all
1423         sorting results locale-independent, so that gnulib-cache.m4 doesn't
1424         change when gnulib-tool is invoked in a different locale.
1425
1426 2005-09-19  Bruno Haible  <bruno@clisp.org>
1427
1428         * gnulib-tool (import): Provide default for --tests-base.
1429
1430 2005-09-19  Jim Meyering  <jim@meyering.net>
1431
1432         * modules/pathmax (License): Change to LGPL.
1433
1434 2005-09-18  Bruno Haible  <bruno@clisp.org>
1435
1436         * gnulib-tool: Support --with-tests also with --import.
1437         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
1438         (func_import): Use variables $testsbase and $inctests. Emit a
1439         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
1440         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
1441         SUBDIRS += $testsdir.
1442         (func_create_testdir): Update.
1443
1444 2005-09-18  Bruno Haible  <bruno@clisp.org>
1445
1446         * gnulib-tool (func_import): Comment out code that spits out the
1447         new files with --dry-run.
1448
1449 2005-09-18  Bruno Haible  <bruno@clisp.org>
1450
1451         Portability fix.
1452         * gnulib-tool (func_readlink): New function.
1453         (func_ln_if_changed): Use it.
1454
1455 2005-09-18  Bruno Haible  <bruno@clisp.org>
1456
1457         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
1458         instead of $dry_run.
1459         (func_cp_if_changed, func_mv_if_changed): Remove functions.
1460         (func_ln_if_changed): Don't handle dry-run here.
1461         (func_import): In dry-run mode, detect more precisely which actions
1462         would be performed, and don't use "...ing" verbs.
1463
1464 2005-09-18  Bruno Haible  <bruno@clisp.org>
1465
1466         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
1467         (func_import): Use join on two temporary files instead of three nested
1468         loops, in order to determine which files are new or old.
1469
1470 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
1471
1472         * MODULES.html.sh (File system functions): Add stat-time.
1473         * modules/stat-time: New file.
1474         * modules/timespec (Files): Remove m4/st_mtim.m4; this
1475         is now done in a different way, by the stat-time module.
1476         * modules/utimecmp (Depends-on): Add stat-time.
1477
1478 2005-09-12  Derek Price  <derek@ximbiot.com>
1479
1480         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
1481         LGPL.
1482         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
1483
1484 2005-09-12  Derek Price  <derek@ximbiot.com>
1485             Paul Eggert  <eggert@cs.ucla.edu>
1486
1487         * modules/glob (Files): Add glob-libc.h.
1488
1489 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
1490
1491         * modules/utimens (Files): Add m4/utimbuf.m4, since
1492         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
1493         Reported by Sergey Poznyakoff.
1494
1495 2005-09-08  Simon Josefsson  <jas@extundo.com>
1496
1497         * modules/socklen: New file.
1498
1499 2005-09-05  Bruno Haible  <bruno@clisp.org>
1500
1501         * gnulib-tool (func_import): Fix comparison in handling of symbolic
1502         links.
1503
1504 2005-09-04  Martin Lambers <marlam@marlam.de>  (tiny change)
1505
1506         * modules/size_max (Makefile.am): Add size_max.h
1507
1508 2005-09-04  Derek Price  <derek@ximbiot.com>
1509
1510         * gnulib-tool (func_import): Fix reversed $symbolic logic.
1511
1512 2005-09-03  Simon Josefsson  <jas@extundo.com>
1513
1514         * gnulib-tool: Fix typo.
1515
1516 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
1517
1518         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
1519         m4/ulonglong.m4.  Problem reported by Martin Lambers.
1520
1521 2005-09-02  Bruno Haible  <bruno@clisp.org>
1522
1523         * gnulib-tool (import): In the other first-use case, provide defaults
1524         as well.
1525
1526 2005-09-02  Simon Josefsson  <jas@extundo.com>
1527
1528         * modules/havelib: New module.
1529
1530         * modules/gettext, modules/iconv, modules/lock, modules/readline:
1531         Use havelib.
1532
1533 2005-08-31  Simon Josefsson  <jas@extundo.com>
1534
1535         * modules/socklen: New file.
1536
1537 2005-09-01  Bruno Haible  <bruno@clisp.org>
1538
1539         * gnulib-tool (func_import): Fix handling of symbolic links.
1540
1541 2005-09-01  Bruno Haible  <bruno@clisp.org>
1542
1543         * gnulib-tool (import): In the first-use case, provide defaults.
1544
1545 2005-09-01  Bruno Haible  <bruno@clisp.org>
1546
1547         * gnulib-tool (func_import): Remove the .tmp files.
1548
1549 2005-08-30  Bruno Haible  <bruno@clisp.org>
1550
1551         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
1552         Create directories that shall be filled.
1553         (import): Don't look for gl_* macros in configure.ac. Recurse across
1554         all directories containing a gnulib-cache.m4 files, if meaningful.
1555
1556 2005-08-30  Bruno Haible  <bruno@clisp.org>
1557
1558         Avoid unnecessary diffs in the generated lib/Makefile.am.
1559         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
1560         the generated files.
1561         (func_import): Don't set cmd.
1562
1563 2005-08-30  Bruno Haible  <bruno@clisp.org>
1564
1565         * gnulib-tool (func_import): Read the previous cached settings
1566         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
1567         earlier added by gnulib but are now dropped. Warn when a gnulib file
1568         overwrites a non-gnulib file.
1569
1570 2005-08-28  Bruno Haible  <bruno@clisp.org>
1571
1572         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
1573         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
1574         projects that don't keep autogenerated files in CVS. Put into
1575         actioncmd only the specified modules, not the transitive closure.
1576
1577 2005-08-28  Bruno Haible  <bruno@clisp.org>
1578
1579         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
1580         always instantiating them.
1581
1582 2005-08-28  Bruno Haible  <bruno@clisp.org>
1583
1584         * gnulib-tool (import): Rename most ac_* variables to cached_*.
1585         Also use new variables cached_lgpl, cached_libtool.
1586
1587 2005-08-28  Bruno Haible  <bruno@clisp.org>
1588
1589         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
1590         declaration macro definitions from generated gnulib.m4.
1591
1592 2005-08-28  Bruno Haible  <bruno@clisp.org>
1593
1594         * gnulib-tool: New option --macro-prefix.
1595         (func_import): Use macro_prefix.
1596         (import): Handle option --macro-prefix.
1597
1598 2005-08-28  Bruno Haible  <bruno@clisp.org>
1599
1600         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
1601         (import): Set seen_libtool when we see gl_LIBTOOL.
1602
1603 2005-08-31  Jim Meyering  <jim@meyering.net>
1604
1605         * check-module: Add a FIXME comment.
1606
1607 2005-08-31  Eric Blake  <ebb9@byu.net>
1608
1609         * modules/unistd-safer (Files): Add unistd--.h.
1610         * modules/stdio-safer (Files): Add stdio--.h.
1611
1612 2005-08-28  Bruno Haible  <bruno@clisp.org>
1613
1614         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
1615
1616 2005-08-28  Bruno Haible  <bruno@clisp.org>
1617
1618         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
1619         Emit more advice.
1620
1621 2005-08-28  Bruno Haible  <bruno@clisp.org>
1622
1623         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
1624         that it works when the directory contains spaces.
1625
1626 2005-07-11  Bruno Haible  <bruno@clisp.org>
1627         and Stepan Kasal  <kasal@ucw.cz>
1628
1629         * check-module: If more parameters are given, check each of them
1630         separately; add more exceptions, as noted by Jim Meyering.
1631         (check_module): New procedure.
1632         (%exempt_header): Now contains all exceptions.
1633
1634 2005-07-30  Ben Pfaff  <blp@cs.stanford.edu>
1635
1636         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
1637
1638 2005-08-27  Jim Meyering  <jim@meyering.net>
1639
1640         * modules/unistd-safer (Files): Add pipe-safer.c.
1641         * modules/fcntl-safer (Files): Add creat-safer.c.
1642
1643 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1644
1645         * modules/regex (Depends-on): Add malloc, since the code
1646         assumes that !malloc(0) means failure.
1647
1648 2005-08-24  Bruno Haible  <bruno@clisp.org>
1649
1650         * modules/tls-tests: New file.
1651         * tests/test-tls.c: New file, from GNU gettext.
1652
1653 2005-08-24  Bruno Haible  <bruno@clisp.org>
1654
1655         * modules/lock-tests: New file.
1656         * tests/test-lock.c: New file, from GNU gettext.
1657
1658 2005-08-24  Bruno Haible  <bruno@clisp.org>
1659
1660         Support for unit test modules.
1661         * modules/README: Mention tests modules.
1662         * modules/TEMPLATE-TESTS: New file.
1663         * gnulib-tool: New options --extract-tests-module, --with-tests and
1664         --tests-base (unused for the moment).
1665         (testsbase, inctests): New variables.
1666         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
1667         (func_verify_module): Exclude TEMPLATE-TESTS.
1668         (func_verify_nontests_module, func_verify_tests_module): New functions.
1669         (func_get_dependencies): Add implicit dependency for tests modules.
1670         (func_get_tests_module): New function.
1671         (func_modules_transitive_closure): When --with-tests was specified,
1672         include the unit tests as well, unless explicitly avoided.
1673         (func_emit_lib_Makefile_am): Ignore the tests modules here.
1674         (func_emit_tests_Makefile_am): New function.
1675         (func_create_testdir): When --with-tests was specified, emit a
1676         tests/ directory.
1677         * MODULES.html.sh (Future developments): Update.
1678
1679 2005-08-24  Bruno Haible  <bruno@clisp.org>
1680
1681         * gnulib-tool (func_version): Update.
1682
1683 2005-08-24  Bruno Haible  <bruno@clisp.org>
1684
1685         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
1686         option --force, because --force causes the aclocal.m4 of each
1687         subdirectory to be newer than the corresponding config.h.in.
1688
1689 2005-08-24  Bruno Haible  <bruno@clisp.org>
1690
1691         * gnulib-tool: Add support for the --aux-dir option to
1692         --create-testdir, --create-megatestdir, --test, --megatest.
1693         (func_create_testdir, func_create_megatestdir): Optionally emit a
1694         AC_CONFIG_AUX_DIR directive.
1695         (create-testdir, create-megatestdir, test, megatest): Provide a
1696         default value for $auxdir.
1697
1698 2005-08-24  Bruno Haible  <bruno@clisp.org>
1699
1700         * gnulib-tool (import): Use compound statement instead of subshell
1701         where possible.
1702
1703 2005-08-24  Bruno Haible  <bruno@clisp.org>
1704
1705         * gnulib-tool (import): Change --aux-dir default to "build-aux".
1706
1707 2005-08-24  Bruno Haible  <bruno@clisp.org>
1708
1709         * gnulib-tool (func_import, func_create_testdir,
1710         func_create_megatestdir): Quote all autoconf macro arguments.
1711
1712 2005-08-24  Jim Meyering  <jim@meyering.net>
1713
1714         * modules/fcntl-safer: New module.
1715         * modules/fts (Depends-on): Add fcntl-safer.
1716         * MODULES.html.sh (File descriptor based Input/Output):
1717         Add fcntl-safer.
1718
1719 2005-08-24  Simon Josefsson  <jas@extundo.com>
1720
1721         * tests/test-getpass.c: New file.
1722
1723 2005-08-24  Jim Meyering  <jim@meyering.net>
1724
1725         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
1726         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
1727
1728 2005-08-17  Bruno Haible  <bruno@clisp.org>
1729
1730         * modules/strcasestr: New file.
1731         * MODULES.html.sh (String handling, based on ANSI C 89): Add
1732         strcasestr.
1733
1734 2005-08-17  Bruno Haible  <bruno@clisp.org>
1735
1736         * modules/strstr (Files): Add m4/mbrtowc.m4.
1737         (Depends-on): Add mbuiter.
1738
1739 2005-08-17  Bruno Haible  <bruno@clisp.org>
1740
1741         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
1742
1743 2005-08-17  Bruno Haible  <bruno@clisp.org>
1744
1745         * modules/mbuiter: New file.
1746         * MODULES.html.sh (Extended multibyte and wide character utilities):
1747         Add mbuiter.
1748
1749 2005-08-16  Bruno Haible  <bruno@clisp.org>
1750
1751         * modules/strcase (Files): Add m4/mbrtowc.m4.
1752         (Depends-on): Add strnlen1, mbchar.
1753
1754 2005-08-16  Bruno Haible  <bruno@clisp.org>
1755
1756         * modules/strnlen1: New file.
1757         * MODULES.html.sh (String handling): Add strnlen1.
1758
1759 2005-08-16  Bruno Haible  <bruno@clisp.org>
1760
1761         * modules/mbfile: New file.
1762         * MODULES.html.sh (Extended multibyte and wide character utilities):
1763         Add mbfile.
1764
1765 2005-08-16  Bruno Haible  <bruno@clisp.org>
1766
1767         * modules/mbiter: New file.
1768         * MODULES.html.sh (Extended multibyte and wide character utilities):
1769         Add mbiter.
1770
1771 2005-08-16  Bruno Haible  <bruno@clisp.org>
1772
1773         * modules/mbchar: New file.
1774         * MODULES.html.sh (Extended multibyte and wide character utilities):
1775         New section.
1776
1777 2005-08-16  Bruno Haible  <bruno@clisp.org>
1778
1779         * modules/tls: New file.
1780         * MODULES.html.sh (Multithreading): Add tls.
1781
1782 2005-08-15  Simon Josefsson  <jas@extundo.com>
1783
1784         * modules/ssize_t (License): Change to 'unlimited'.
1785
1786         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
1787
1788 2005-08-12  Simon Josefsson  <jas@extundo.com>
1789
1790         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1791         ssize_t.
1792
1793 2005-08-12  Simon Josefsson  <jas@extundo.com>
1794
1795         * modules/getndelim2: Use ssize_t module.
1796         * modules/getnline: Likewise.
1797         * modules/safe-read: Likewise.
1798         * modules/xreadlink: Likewise.
1799
1800         * modules/ssize_t: New file.
1801
1802 2005-08-12  Simon Josefsson  <jas@extundo.com>
1803
1804         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
1805         readline, getdelim and check_version.
1806         (Support for systems lacking ISO C 99: Sizes of integer types):
1807         Add size_max.
1808
1809 2005-08-11  Simon Josefsson  <jas@extundo.com>
1810
1811         * modules/readline: New file.
1812
1813         * modules/strnlen (Files): Add strnlen.h.
1814
1815 2005-08-10  Simon Josefsson  <jas@extundo.com>
1816
1817         * tests/test-iconvme.c: New file.
1818
1819 2005-08-08  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>  (tiny change)
1820
1821         * README: Typos.
1822
1823 2005-08-02  Simon Josefsson  <jas@extundo.com>
1824
1825         * modules/getdelim: New file.
1826
1827         * modules/getline: Rewrite, don't use getndelim2.
1828
1829 2005-07-16  Simon Josefsson  <jas@extundo.com>
1830
1831         * modules/readline: New file.
1832
1833 2005-07-24  Bruno Haible  <bruno@clisp.org>
1834
1835         * modules/visibility: New file.
1836         * MODULES.html.sh (Misc): Add visibility.
1837
1838 2005-07-22  Bruno Haible  <bruno@clisp.org>
1839
1840         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
1841         $(ALLOCA_H), redundant through BUILT_SOURCES.
1842         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
1843         redundant through BUILT_SOURCES.
1844         * modules/byteswap (Makefile.am): Remove explicit dependency on
1845         $(BYTESWAP_H), redundant through BUILT_SOURCES.
1846         * modules/fnmatch (Makefile.am): Remove explicit dependency on
1847         $(FNMATCH_H), redundant through BUILT_SOURCES.
1848         * modules/getopt (Makefile.am): Remove explicit dependency on
1849         $(GETOPT_H), redundant through BUILT_SOURCES.
1850         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
1851         redundant through BUILT_SOURCES.
1852         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
1853         redundant through BUILT_SOURCES.
1854         * modules/stdbool (Makefile.am): Remove explicit dependency on
1855         $(STDBOOL_H), redundant through BUILT_SOURCES.
1856         * modules/stdint (Makefile.am): Remove explicit dependency on
1857         $(STDINT_H), redundant through BUILT_SOURCES.
1858         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
1859         Remove explicit dependency on $(SYSEXITS_H).
1860         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
1861
1862 2005-07-18  Bruno Haible  <bruno@clisp.org>
1863
1864         * modules/lock: New file.
1865         * MODULES.html.sh (Multithreading): New section.
1866
1867 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
1868
1869         * modules/xalloc (Depends-on): Add xalloc-die.
1870         * modules/xvasprintf (Depends-on): Add xalloc-die.
1871
1872 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
1873
1874         * modules/argp (Depends-on): Remove unlocked-io.
1875
1876 2005-07-11  Simon Josefsson  <jas@extundo.com>
1877
1878         * modules/size_max: New file.
1879
1880         * modules/xsize: Depend on size_max module for size_max.m4.
1881
1882 2005-07-09  Bruno Haible  <bruno@clisp.org>
1883
1884         * gnulib-tool (func_usage): Document option --avoid.
1885         (Command line options): Handle --avoid.
1886         (func_acceptable): New function.
1887         (func_modules_transitive_closure): Use it.
1888
1889 2005-07-11  Bruno Haible  <bruno@clisp.org>
1890
1891         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
1892         Reported by Jim Meyering.
1893
1894 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
1895
1896         * modules/argp (Depends-on): Add unlocked-io
1897
1898 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
1899
1900         * modules/regex (Files): Add lib/regex_internal.c,
1901         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
1902         (Depends-on): Add extensions.
1903         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
1904
1905 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
1906
1907         Support programs like Emacs that use gnulib but not gettext.
1908         * MODULES.html.sh (Internationalization functions): Add gettext-h.
1909         * modules/gettext-h: New file.
1910         * modules/gettext (Files): Remove lib/gettext.h.
1911         (Depends-on): Add gettext-h.
1912         (Makefile.am): Remove lib_SOURCES.
1913         * modules/argmatch, modules/c-stack, modules/closeout:
1914         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
1915         * modules/execute, modules/file-type, modules/getaddrinfo:
1916         * modules/getopt, modules/human, modules/javacomp:
1917         * modules/javaexec, modules/mkdir-p, modules/obstack:
1918         * modules/openat, modules/pagealign_alloc, modules/pipe:
1919         * modules/quotearg, modules/regex, modules/rpmatch:
1920         * modules/unicodeio, modules/userspec, modules/version-etc:
1921         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
1922         * modules/xsetenv:
1923         Depend on gettext-h, not gettext.
1924
1925 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
1926
1927         * gnulib-tool (func_import): Add support for 'public domain' license.
1928         * modules/alloca, modules/atexit, modules/memmove:
1929         Now public domain, not GPL.
1930         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
1931         * modules/realloc, modules/strerror, modules/strtod:
1932         Now LGPL, not GPL.
1933
1934 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
1935
1936         Remove the dependency of the strftime module on the tzset module.
1937         * modules/strftime (Depends-on): Remove dependency on tzset.
1938
1939 2005-06-28  Jim Meyering  <jim@meyering.net>
1940
1941         * check-module (find_included_lib_files): Hard-code another
1942         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
1943         but modules/fts-lgpl (correctly) does not list those files.
1944
1945         * modules/canonicalize (Files): Add lib/pathmax.h.
1946
1947 2005-06-28  Simon Josefsson  <jas@extundo.com>
1948
1949         * modules/check-version (Files): Add check-version.m4.
1950
1951 2005-06-25  Simon Josefsson  <jas@extundo.com>
1952
1953         * modules/check-version: New file.
1954
1955 2005-06-24  Derek Price  <derek@ximbiot.com>
1956         and Bruno Haible  <bruno@clisp.org>
1957
1958         Remove stat module & update lstat.
1959         * MODULES.html.sh (stat): Remove.
1960         * MODULES.html: Regenerated.
1961         * modules/lstat (Description): Correct function name.
1962         (Files): Add "lstat.h".
1963         (Depends-on): Remove stat, add xalloc, stat-macros.
1964         * modules/stat: Remove this file.
1965         (Include): Add "lstat.h", remove <sys/stat.h>.
1966
1967 2005-06-08  Bruno Haible  <bruno@clisp.org>
1968
1969         * modules/csharpcomp: New file.
1970         * MODULES.html.sh (C#): Add csharpcomp.
1971
1972 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
1973
1974         Sync from coreutils.
1975         Use "file name" when talking about file names, instead of "filename"
1976         or "path", as per the GNU coding standards.
1977         * MODULES.html.sh: mkdir-p renamed from makepath.
1978         filenamecat renamed from path-concat.
1979         * modules/filenamecat: Renamed from modules/path-concat.
1980         (Files): filenamecat.h and filenamecat.c renamed from
1981         path-concat.h and path-concat.c.
1982         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
1983         (Include): filenamecat.h, not path-concat.h.
1984         * modules/mkdir-p: Renamed from modules/makepath.
1985         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and makepath.c.
1986         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
1987         (Include): mkdir-p.h, not makepath.h.
1988
1989 2005-06-01  Bruno Haible  <bruno@clisp.org>
1990
1991         * modules/csharpexec: New file.
1992         * MODULES.html.sh (C#): New section.
1993
1994 2005-05-29  Derek Price  <derek@ximbiot.com>
1995
1996         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
1997         * modules/glob: New file.
1998         * modules/getlogin_r: Add link to POSIX spec in description.
1999
2000 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
2001
2002         * modules/fts (Files): Remove m4/inttypes-pri.m4.
2003         * modules/fts-lgpl (Depends-on): Remove gettext.
2004
2005 2005-05-25  Derek Price  <derek@ximbiot.com>
2006
2007         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
2008
2009 2005-05-25  Derek Price  <derek@ximbiot.com>
2010             Paul Eggert  <eggert@cs.ucla.edu>
2011
2012         * modules/getlogin_r: New files.
2013
2014 2005-05-21  Jim Meyering  <jim@meyering.net>
2015
2016         * modules/fts (Files): Add m4/inttypes-pri.m4.
2017         (Depends-on): Add lstat and remove gettext.  Alphabetize.
2018
2019 2005-05-18  Derek Price  <derek@ximbiot.com>
2020
2021         * modules/minmax (Files): Add m4/minmax.m4.
2022         (configure.ac): Add gl_MINMAX.
2023
2024 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2025
2026         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
2027
2028 2005-05-18  Jim Meyering  <jim@meyering.net>
2029
2030         * modules/dirfd (License): Change to LGPL.  Most of the code
2031         is already in the public domain.
2032
2033 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
2034
2035         * config/srclist-update: Spell out "Street" in FSF postal
2036         mail address; this is the style the FSF seems to prefer.
2037
2038         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
2039         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
2040         this updates FSF postal mail address.
2041
2042         Sync from coreutils.
2043         * modules/unlinkdir: New file.
2044         * modules/yesno (Depends-on): Add getline.
2045         * MODULES.html.sh (File system functions): Add unlinkdir.
2046
2047 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
2048
2049         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
2050         tests/test-memmem.c, tests/test-stpncpy.c:
2051         Update FSF postal mail address.
2052
2053 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
2054
2055         * gnulib-tool (func_import): Sort and uniquify recommended includes.
2056
2057 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2058
2059         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
2060
2061 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
2062
2063         * modules/time_r (License): Change to LGPL.
2064         * modules/extensions (License): Change to LGPL.  Actually,
2065         the license is more permissive than that, but currently gnulib-tool
2066         doesn't know how to handle more-permissive licenses.
2067
2068         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
2069         Problem reported by Dave Love.
2070
2071 2005-05-09  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
2072             Bruno Haible  <bruno@clisp.org>
2073
2074         * modules/inet_ntop: New file.
2075         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2076         inet_ntop.
2077
2078 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
2079
2080         * modules/argmatch (Depends-on): Add stdbool.
2081         * modules/backupfile (Depends-on): Likewise.
2082         * modules/chdir-long (Depends-on): Likewise.
2083         * modules/closeout (Depends-on): Likewise.
2084         * modules/cycle-check (Depends-on): Likewise.
2085         * modules/dirname (Depends-on): Likewise.
2086         * modules/fnmatch (Depends-on): Likewise.
2087         * modules/fsusage (Depends-on): Likewise.
2088         * modules/fwriteerror (Depends-on): Likewise.
2089         * modules/getcwd (Depends-on): Likewise.
2090         * modules/getloadavg (Depends-on): Likewise.
2091         * modules/hard-locale (Depends-on): Likewise.
2092         * modules/makepath (Depends-on): Likewise.
2093         * modules/mountlist (Depends-on): Likewise.
2094         * modules/nanosleep (Depends-on): Likewise.
2095         * modules/posixtm (Depends-on): Likewise.
2096         * modules/quotearg (Depends-on): Likewise.
2097         * modules/readtokens (Depends-on): Likewise.
2098         * modules/readtokens0 (Depends-on): Likewise.
2099         * modules/readutmp (Depends-on): Likewise.
2100         * modules/save-cwd (Depends-on): Likewise.
2101         * modules/strftime (Depends-on): Likewise.
2102         * modules/userspec (Depends-on): Likewise.
2103         * modules/utimecmp (Depends-on): Likewise.
2104         * modules/xgetcwd (Depends-on): Likewise.
2105         * modules/xnanosleep (Depends-on): Likewise.
2106         * modules/xstrtod (Depends-on): Likewise.
2107         * modules/yesno (Depends-on): Likewise.
2108
2109 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2110
2111         * modules/getloadavg (Depends-on): Add unistd-safer.
2112         * modules/getusershell (Depends-on): Add stdio-safer.
2113         * modules/lstat (Depends-on): Remove xalloc.
2114         * modules/mkstemp (Depends-on): Add stat-macros.
2115         * modules/modechange (Depends-on): Remove xstrtol.
2116         Add stat-macros, xalloc.
2117         * modules/save-cwd (Depends-on): Add unistd-safer.
2118         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
2119         * modules/unistd-safer (Files): Add lib/fd-safer.c
2120         (Makefile.am): Remove lib_SOURCES.
2121
2122         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
2123         Remove fcntl-safer; unistd-safer supersedes it.
2124
2125 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
2126
2127         * modules/getcwd (Depends-on): Add extensions.
2128         * modules/openat (Depends-on): Likewise.
2129
2130 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
2131
2132         * MODULES.html.sh (Misc): Add byteswap.
2133
2134 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
2135
2136         * modules/byteswap: New file.
2137
2138 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
2139
2140         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
2141         (func_ln_if_changed) Remove forcibly for no error message
2142         in case file does not exist.
2143
2144 2005-04-19  Simon Josefsson  <jas@extundo.com>
2145
2146         * gnulib-tool (Options): Make --symlink mean --symbolic.
2147
2148 2005-03-14  Simon Josefsson  <jas@extundo.com>
2149
2150         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
2151
2152 2005-04-15  Simon Josefsson  <jas@extundo.com>
2153
2154         * gnulib-tool: Rename --symlink to --symbolic.
2155
2156 2005-04-15  Oskar Liljeblad <oskar@osk.mine.nu>
2157
2158         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
2159         symbolic links to files instead of copying/moving.  Add --aux-dir,
2160         specifying directory relative --dir where auxiliary build tools
2161         are placed.
2162
2163 2005-04-14  Bruno Haible  <bruno@clisp.org>
2164
2165         * modules/allocsa (License): Change to LGPL.
2166         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
2167
2168 2005-03-26  Jim Meyering  <jim@meyering.net>
2169
2170         * modules/check-include-files: Move to ../ and rename to...
2171         * check-module: ...this.
2172
2173 2005-03-25  Jim Meyering  <jim@meyering.net>
2174
2175         * modules/xvasprintf (Files): Add xalloc.h.
2176
2177 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
2178
2179         * modules/gettext (Files): config/config.rpath -> build-aux/config.rpath
2180         * modules/iconv (Files): Likewise.
2181         Problem reported by Oskar Liljeblad.
2182
2183 2005-03-23  Jim Meyering  <jim@meyering.net>
2184
2185         * modules/check-include-files: New script to check for
2186         missing dependencies, multiple includes, etc.
2187
2188         * modules/c-strtold (Depends-on): Add xalloc.
2189         * modules/c-strtod (Depends-on): Add xalloc.
2190         * modules/hash (Depends-on): Add xalloc.
2191         (Files): Remove lib/xalloc.h.
2192
2193         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
2194         * modules/userspec (Files): Add lib/inttostr.h.
2195
2196 2005-03-22  Jim Meyering  <jim@meyering.net>
2197
2198         * modules/stat-macros: New module.
2199         * modules/canonicalize, modules/euidaccess, modules/file-type,
2200         * modules/filemode, modules/lchown, modules/makepath,
2201         * modules/rmdir, modules/stat: Depend on new stat-macros module
2202         rather than listing lib/stat-macros.h manually.
2203         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
2204
2205 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
2206
2207         * modules/chdir-long (Depends-on): Add mempcpy.
2208
2209         * modules/acl, modules/backupfile, modules/c-strtod,
2210         modules/c-strtold, modules/canon-host, modules/canonicalize,
2211         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
2212         modules/exclude, modules/exitfail, modules/file-type,
2213         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
2214         modules/getdate, modules/getline, modules/getpagesize,
2215         modules/getpass, modules/getugroups, modules/group-member,
2216         modules/hard-locale, modules/hash, modules/human, modules/idcache,
2217         modules/inttostr, modules/long-options, modules/makepath,
2218         modules/md5, modules/memcasecmp, modules/memcoll,
2219         modules/modechange, modules/mountlist, modules/path-concat,
2220         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
2221         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
2222         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
2223         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
2224         modules/strftime, modules/strndup, modules/strverscmp,
2225         modules/timespec, modules/unlocked-io, modules/userspec,
2226         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
2227         modules/yesno:
2228         Remove lib_SOURCES line from Makefile.am section, as this is now
2229         done automatically by the corresponding Autoconf macro.
2230
2231 2005-03-16  Bruno Haible  <bruno@clisp.org>
2232
2233         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
2234         HAVE_LONGLONG_64BIT.
2235
2236 2005-03-04  Derek R. Price  <derek@ximbiot.com>
2237
2238         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
2239         (func_import): Only replace files via --import when they have actually
2240         changed.
2241
2242 2005-03-03  Derek R. Price  <derek@ximbiot.com>
2243             Bruno Haible  <bruno@clisp.org>
2244
2245         * modules/pagealign_alloc: New file.
2246         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
2247
2248 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
2249
2250         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
2251         Reported by Derek Price.
2252         (Include): Add "timespec.h".
2253
2254         * modules/xnanosleep (Depends-on): Remove gethrxtime.
2255
2256 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
2257
2258         * modules/gethrxtime: New file.
2259         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
2260         (Depends-on): Add gethrxtime.
2261         (configure.ac): Add gl_XNANOSLEEP.
2262         (Makefile.am): Remove lib_SOURCES line.
2263
2264 2005-02-24  Bruno Haible  <bruno@clisp.org>
2265
2266         * modules/gettext (Files): Add m4/glibc2.m4.
2267
2268 2005-02-22  Simon Josefsson  <jas@extundo.com>
2269
2270         * modules/iconvme: New file.
2271
2272         * MODULES.html.sh: Add iconvme.
2273
2274 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
2275
2276         * modules/chdir-long (Depends-on): Add memrchr.
2277         * modules/memrchr (Files): Add lib/memrchr.h.
2278         (Include): "memrchr.h".
2279
2280 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
2281
2282         Sync from coreutils.
2283         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
2284         (Depends-on): Add c-strtod.
2285         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
2286
2287 2005-01-28  Bruno Haible  <bruno@clisp.org>
2288
2289         * modules/javacomp: New file.
2290         * MODULES.html.sh (Java): Add javacomp.
2291
2292 2005-01-26  Bruno Haible  <bruno@clisp.org>
2293
2294         * modules/javaexec: New file.
2295         * MODULES.html.sh (Java): Add javaexec.
2296
2297 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2298
2299         * modules/lchown (Depends-on): Remove lchown.h
2300
2301 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
2302
2303         * modules/chdir-long (Depends-on): Remove mempcpy.
2304
2305 2005-01-21  Bruno Haible  <bruno@clisp.org>
2306
2307         * modules/classpath: New file.
2308         * MODULES.html.sh (Java): Add classpath.
2309
2310 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
2311
2312         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
2313
2314 2005-01-20  Simon Josefsson  <jas@extundo.com>
2315
2316         * modules/version-etc-fsf: New file.
2317
2318 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
2319
2320         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
2321         AC_LIBSOURCES now does this.
2322         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
2323         with new ullong_max module.
2324
2325 2005-01-19  Bruno Haible  <bruno@clisp.org>
2326
2327         * modules/sh-quote: New file.
2328         * MODULES.html.sh (Executing programs): Add sh-quote.
2329
2330 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
2331
2332         * modules/ullong_max: New file.
2333
2334         * modules/chdir-long, modules/openat: New files.
2335         * modules/save-cwd (Depends-on): Depend on chdir-long.
2336         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
2337
2338 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
2339
2340         * modules/argp: Depend on vsnprintf
2341
2342 2005-01-10  Jim Meyering  <jim@meyering.net>
2343
2344         * modules/closeout (Depends-on): Add atexit.
2345
2346 2005-01-01  Simon Josefsson  <jas@extundo.com>
2347
2348         * gnulib-tool: Print #include directives when --import'ing.
2349
2350 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
2351
2352         * modules/error (Depends-on): Remove gettext.
2353
2354 2004-12-28  Simon Josefsson  <jas@extundo.com>
2355
2356         * tests/test-base64.c: Include required header files.  Remove
2357         unused variables.
2358
2359 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
2360
2361         * modules/getdate (Depends-on): Remove alloca-opt.
2362
2363 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
2364
2365         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
2366         (2004-10-24) change.  Apparently this was a false alarm.
2367
2368         * modules/getdate: Depend on alloca-opt, not alloca.
2369
2370 2004-12-18  Simon Josefsson  <jas@extundo.com>
2371
2372         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
2373
2374 2004-12-16  Simon Josefsson  <jas@extundo.com>
2375
2376         * tests/test-base64.c: Add license.
2377
2378 2004-12-15  Stepan Kasal  <address@hidden>
2379
2380         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
2381
2382 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
2383
2384         * modules/getcwd (Files): Add m4/d-ino.m4.
2385         Suggested by Mark D. Baushke.
2386
2387 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
2388
2389         * modules/hard-locale (Depends-on): Add strdup.
2390
2391 2004-12-04  Simon Josefsson  <jas@extundo.com>
2392
2393         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
2394         Vandoorselaere <yoann@prelude-ids.org>.
2395
2396 2004-11-30  Simon Josefsson  <jas@extundo.com>
2397
2398         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
2399         base64.
2400
2401         * tests/test-base64.c: New file.
2402
2403         * modules/base64: New file.
2404
2405 2004-11-30  Simon Josefsson  <jas@extundo.com>
2406
2407         * modules/restrict (License): Change to LGPL.
2408
2409 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
2410
2411         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
2412         (Depends-on): Remove pathmax, same.  Add mempcpy.
2413         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
2414         (Makefile.am): Append getcwd.h to lib_SOURCES.
2415         (Include): Add getcwd.h.
2416         (Maintainer): Change from Jim Meyering to "all, glibc",
2417         since getdate now uses intended-for-glibc code.
2418         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
2419         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
2420
2421 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
2422
2423         * modules/canonicalize (Depends-on): Add xreadlink.
2424         Problem reported by James Youngman.
2425
2426 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
2427
2428         * modules/canon-host (Depends-on): Add strdup.
2429
2430 2004-11-16  Jim Meyering  <jim@meyering.net>
2431
2432         * modules/closeout (Depends-on): Add fpending.
2433
2434 2004-11-11  Simon Josefsson  <jas@extundo.com>
2435
2436         * modules/strtok_r: New file.
2437
2438         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2439         strtok_r.
2440
2441 2004-11-08  Simon Josefsson  <jas@extundo.com>
2442
2443         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2444         getaddrinfo.
2445
2446         * modules/getaddrinfo: New file.
2447
2448 2004-11-10  Jim Meyering  <jim@meyering.net>
2449
2450         * modules/closeout (Depends-on): Remove fpending.
2451
2452 2004-11-04  Bruno Haible  <bruno@clisp.org>
2453
2454         * modules/allocsa (Files): Add lib/allocsa.valgrind.
2455         (Makefile.am): Distribute it.
2456
2457 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
2458
2459         * modules/getdate (Files): Add doc/getdate.texi.
2460         (Depends-on): Add setenv, xalloc.
2461
2462 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2463
2464         * modules/regex (lib_SOURCES): Add regex.c.
2465         Reported by James Youngman in
2466         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
2467
2468 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2469
2470         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
2471         missing.  Problem reported by James Youngman.
2472
2473 2004-10-16  Simon Josefsson  <jas@extundo.com>
2474
2475         * gnulib-tool: Fix comments.  Fix parse problem.
2476         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
2477
2478 2004-10-15  Bruno Haible  <bruno@clisp.org>
2479
2480         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
2481
2482 2004-10-15  Bruno Haible  <bruno@clisp.org>
2483
2484         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
2485         the portions belonging to each module.
2486         Suggested by Derek Robert Price <derek@ximbiot.com>.
2487
2488 2004-10-15  Bruno Haible  <bruno@clisp.org>
2489
2490         * gnulib-tool: Untabify. Initialize supplied_libname.
2491         (func_usage): More homogenous output.
2492         (func_modules_transitive_closure, func_modules_to_filelist,
2493         func_emit_lib_Makefile_am): New functions.
2494         (func_import): New function, extracted from big case statement. Use
2495         func_get_license, func_modules_transitive_closure,
2496         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
2497         opt_lgpl. Don't use test -a, as it's not portable.
2498         (func_create_testdir): Use func_modules_transitive_closure,
2499         func_modules_to_filelist, func_emit_lib_Makefile_am.
2500
2501 2004-10-11  Bruno Haible  <bruno@clisp.org>
2502
2503         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
2504         vsnprintf.
2505
2506 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
2507
2508         * modules/vsnprintf: New file.
2509
2510 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
2511
2512         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
2513
2514         * modules/argmatch, modules/argp, modules/closeout, modules/error,
2515         modules/exclude, modules/getdate, modules/getline,
2516         modules/getndelim2, modules/getpass, modules/getpass-gnu,
2517         modules/getusershell, modules/linebuffer, modules/md5,
2518         modules/mountlist, modules/posixtm, modules/readtokens,
2519         modules/readutmp, modules/regex, modules/sha1,
2520         modules/version-etc, modules/yesno:
2521         Remove dependency on unlocked-io.
2522
2523 2004-10-04  Bruno Haible  <bruno@clisp.org>
2524
2525         * modules/README: New file.
2526         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
2527         not a module.
2528
2529 2004-10-04  Simon Josefsson  <jas@extundo.com>
2530
2531         * modules/memmem: New file.
2532         * tests/test-memmem.c: New file.
2533         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
2534
2535 2004-10-01  Bruno Haible  <bruno@clisp.org>
2536
2537         * MODULES.html.sh: Add strsep.
2538
2539 2004-10-01  Yoann Vandoorselaere <yoann@prelude-ids.org>
2540
2541         * modules/strsep: New file.
2542
2543 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
2544
2545         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
2546
2547 2004-09-30  Simon Josefsson  <jas@extundo.com>
2548
2549         * modules/snprintf: New file.
2550
2551 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
2552
2553         * modules/argp (Maintainer): Replace Simon Josefsson
2554         by Sergey Poznyakoff.
2555
2556 2004-10-01  Simon Josefsson  <jas@extundo.com>
2557
2558         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
2559         memmem.
2560
2561         * tests/test-memmem.c: New file.
2562
2563         * modules/memmem: New file.
2564
2565 2004-09-29  Bruno Haible  <bruno@clisp.org>
2566
2567         * modules/alloca-opt: New file, derived from modules/alloca.
2568         * modules/allocsa: Depend on alloca-opt instead of alloca.
2569         * modules/setenv: Likewise.
2570         * modules/vasnprintf: Likewise.
2571         * MODULES.html.sh: Add alloca-opt.
2572
2573 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
2574
2575         * modules/dummy: Change license to LGPL.
2576
2577 2004-09-29  Simon Josefsson  <jas@extundo.com>
2578
2579         * gnulib-tool: New parameter --lgpl, to asseert that modules are
2580         LGPL, and to replace license template from GPL to LGPL.
2581
2582 2004-09-24  Simon Josefsson  <jas@extundo.com>
2583
2584         * modules/minmax (License): Change from GPL to LGPL.
2585
2586 2004-09-23  Simon Josefsson  <jas@extundo.com>
2587
2588         * gnulib-tool (--import): Typo.
2589
2590 2004-09-21  Simon Josefsson  <jas@extundo.com>
2591
2592         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2593         snprintf.
2594
2595         * modules/snprintf: New file.
2596
2597 2004-09-05  Simon Josefsson  <jas@extundo.com>
2598
2599         * modules/getaddrinfo: Add.
2600
2601 2004-09-23  Simon Josefsson  <jas@extundo.com>
2602
2603         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
2604
2605 2004-09-22  Bruno Haible  <bruno@clisp.org>
2606
2607         * modules/*: Add 'License' field.
2608         * gnulib-tool: Accept --extract-license option.
2609         (func_get_license): New function.
2610
2611 2004-09-21  Bruno Haible  <bruno@clisp.org>
2612
2613         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
2614         Reported by Simon Josefsson.
2615
2616 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
2617
2618         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
2619         gl_AC_TYPE_LONG_LONG.
2620
2621 2004-09-18  Simon Josefsson  <jas@extundo.com>
2622         and  Paul Eggert  <eggert@cs.ucla.edu>
2623
2624         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
2625         calls with autoreconf.  Define GL_LIB.
2626
2627 2004-09-09  Karl Berry  <karl@gnu.org>
2628
2629         * regex.[ch]: delete from the root.  These were supposed to be
2630                 synced with emacs cvs, but this has not happened for about
2631                 a year, and anyway nothing else uses emacs regex.[ch].
2632                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
2633                 lib/regex[.ch] is untouched.
2634
2635 2004-09-09  Bruno Haible  <bruno@clisp.org>
2636
2637         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
2638
2639 2004-09-08  Bruno Haible  <bruno@clisp.org>
2640             Oskar Liljeblad  <oskar@osk.mine.nu>
2641
2642         * modules/stdint: New file.
2643         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
2644
2645 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
2646
2647         * modules/xvasprintf: New file.
2648         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
2649
2650 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
2651
2652         * modules/userspec: Don't depend on alloca.
2653
2654 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
2655
2656         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
2657         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
2658         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
2659
2660 2004-08-16  Simon Josefsson  <jas@extundo.com>
2661
2662         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
2663         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
2664         Add --dry-run for --import.
2665         Let user provided command line parameters override configure.ac
2666         settings.
2667
2668 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
2669
2670         * modules/argp (Files): Add m4/unlocked-io.m4.
2671         (Depends-on): Add extensions.
2672
2673 2004-08-12  Simon Josefsson  <jas@extundo.com>
2674
2675         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
2676         Change default library name from libfoo to libgnu.
2677         Now, if you have a configure.ac that says:
2678                 gl_SOURCE_BASE(gl)
2679                 gl_M4_BASE(gl/m4)
2680                 gl_MODULES(error getopt etcetera)
2681                 gl_INIT
2682         you can import all you need by running:
2683                 ../gnulib/gnulib-tool --import
2684
2685         * modules/getopt (Files): Rename getopt.h to getopt_.h.
2686         (Makefile.am): Rewrite, use logic from argz.
2687         (Include): Use <getopt.h> instead of "getopt.h".
2688
2689 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
2690
2691         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
2692         m4/uintmax_t.m4.
2693
2694 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
2695
2696         * modules/xalloc-die: New file.
2697         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
2698
2699         * modules/md5 (Files): Add m4/uint32_t.m4.
2700         * modules/sha1: Renamed from modules/sha.
2701         (Files):
2702         Rename lib/sha.h to lib/sha1.h.
2703         Rename lib/sha.c to lib/sha1.c.
2704         Rename m4/sha.m4 to m4/sha1.m4.
2705         (lib_SOURCES): Likewise.
2706         (configure.ac): Rename gl_SHA to gl_SHA1.
2707         (Include): sha.h -> sha1.h.
2708
2709 2004-08-08  Simon Josefsson  <jas@extundo.com>
2710
2711         * modules/xgethostname (Depends-on): Remove exit and error (not
2712         used).
2713
2714         * modules/getpass-gnu: Add getpass.h.
2715         (Depends-on): Add stdbool.
2716         * modules/getpass: Add getpass.h.
2717
2718 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
2719
2720         More merge from coreutils.
2721         * modules/raise, modules/readtokens0, modules/utimens,
2722         modules/utimecmp, module/xnanosleep: New files.
2723         * modules/strftime: Add lib/strftime.h.
2724         Change include from <time.h> to "strftime.h".
2725         * modules/yesno: Add lib/yesno.h.
2726         * modules/backupfile: Remove lib/addext.c.
2727         * modules/euidaccess: Add stat-macros.h.
2728         * modules/canonicalize, modules/euidaccess,
2729         modules/filemode, modules/lchown, modules/makepath,
2730         modules/rmdir, modules/stat: Likewise.
2731
2732 2004-08-03  Simon Josefsson  <jas@extundo.com>
2733
2734         * modules/progname (Depends-on): Don't depend on stdbool.
2735
2736 2004-08-02  Simon Josefsson  <jas@extundo.com>
2737
2738         * modules/getsubopt: New file.
2739         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2740         getsubopt.
2741
2742 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
2743
2744         Merge from coreutils.
2745         * modules/c-strtod, modules/c-strtold, modules/canonicalize,
2746         modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
2747         * modules/path-concat: Don't depend on strdup.
2748
2749 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
2750
2751         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
2752         * MODULES.html.sh (func_all_modules): Remove fatal.
2753
2754 2004-07-19  Bruno Haible  <bruno@clisp.org>
2755
2756         * MODULES.html.sh (func_all_modules): Add dummy.
2757
2758 2004-07-16  Simon Josefsson  <jas@extundo.com>
2759
2760         * modules/dummy: New file.
2761
2762 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
2763
2764         * modules/chown (Files): Add lib/fchown-stub.c, since
2765         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
2766
2767 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
2768
2769         * modules/argz: Omit "#include".
2770
2771         * MODULES.html.sh (func_all_modules): Add calloc, to match
2772         2004-06-01 addition of calloc module.
2773
2774 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
2775
2776         * modules/argz: New file.
2777         * MODULES.html.sh (func_all_modules): Add argz.
2778
2779 2004-06-12  Jim Meyering  <jim@meyering.net>
2780         and  Paul Eggert  <eggert@cs.ucla.edu>
2781
2782         * modules/hash (Files): Add lib/xalloc.h.
2783         * modules/pipe (Depends-on): Add wait-process.
2784         * modules/stat (Depends-on): Add xalloc.
2785         * modules/userspec (Files): Add lib/userspec.h.
2786         * modules/xstrto
2787
2788         Upgrade from gettext-0.13.
2789         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
2790         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
2791         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
2792
2793 2003-11-25  Bruno Haible  <bruno@clisp.org>
2794
2795         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
2796
2797 2003-11-24  Paul Eggert  <eggert@twinsun.com>
2798
2799         * modules/alloca: Remove dependency on xalloc.
2800
2801 2003-11-17  Paul Eggert  <eggert@twinsun.com>
2802
2803         * README: Mention that S+T cannot overflow if S is the size of
2804         an existing object and T is sufficiently small.
2805
2806 2003-11-17  Bruno Haible  <bruno@clisp.org>
2807
2808         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
2809         (Depends-on): Add xsize.
2810
2811 2003-11-12  Paul Eggert  <eggert@twinsun.com>
2812
2813         * modules/xalloc (Files): Undo latest change, since xalloc.h
2814         no longer needs SIZE_MAX or PTRDIFF_MAX.
2815
2816 2003-11-11  Bruno Haible  <bruno@clisp.org>
2817
2818         * modules/xsize (Files): Add m4/size_max.m4.
2819         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
2820
2821 2003-11-04  Bruno Haible  <bruno@clisp.org>
2822
2823         * modules/xsize: New file.
2824         * modules/linebreak: Depend on xsize.
2825         * MODULES.html.sh (func_all_modules): Add xsize.
2826
2827 2003-11-04  Jim Meyering  <jim@meyering.net>
2828
2829         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
2830         variable names, rather than @VAR@.
2831         * modules/poll: Likewise.
2832
2833 2003-11-03  Jim Meyering  <jim@meyering.net>
2834
2835         * modules/userspec (lib_SOURCES): Add userspec.h.
2836         (Include): Add "userspec.h".
2837         Improve description.
2838
2839 2003-10-29  Paul Eggert  <eggert@twinsun.com>
2840
2841         * modules/group-member: Depend on stdbool.
2842
2843 2003-10-20  Bruno Haible  <bruno@clisp.org>
2844
2845         * modules/wait-process: New file.
2846         * MODULES.html.sh (func_all_modules): Add wait-process.
2847
2848 2003-10-16  Paul Eggert  <eggert@twinsun.com>
2849
2850         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
2851
2852 2003-10-14  Bruno Haible  <bruno@clisp.org>
2853
2854         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
2855
2856 2003-10-12  Paul Eggert  <eggert@twinsun.com>
2857
2858         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
2859         Change maintainer from Bruno Haible to 'all'.
2860
2861 2003-10-10  Simon Josefsson  <jas@extundo.com>
2862
2863         * modules/argp (Depends-on): Add restrict and strcase.
2864
2865 2003-10-08  Paul Eggert  <eggert@twinsun.com>
2866
2867         * modules/getpass: Depend on stdbool.
2868
2869 2003-10-06  Bruno Haible  <bruno@clisp.org>
2870
2871         * modules/version-etc-2: Remove file.
2872         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
2873
2874 2003-10-06  Bruno Haible  <bruno@clisp.org>
2875
2876         * modules/fatal-signal: New file.
2877         * MODULES.html.sh (func_all_modules): Add fatal-signal.
2878
2879 2003-10-05  Paul Eggert  <eggert@twinsun.com>
2880
2881         * README: Rework advice for preventing empty .o files.
2882         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
2883         not <sys/types.h>.
2884
2885 2003-10-02  Bruno Haible  <bruno@clisp.org>
2886
2887         * modules/lchown (Include): Add lchown.h.
2888         * modules/time_r (Include): Use "..." syntax.
2889         * modules/xgetdomainname (Include): Add xgetdomainname.h.
2890
2891 2003-10-01  Simon Josefsson  <jas@extundo.com>
2892
2893         * MODULES.html.sh (func_all_modules): Move gethostname from section
2894         'based on' to section 'lacking' POSIX:2001.
2895
2896 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
2897
2898         Trivial fixes to Makefile.am parts of module listings.
2899         * modules/strstr: Append strstr.h to lib_SOURCES.
2900         * modules/strcase: Likewise, for strcase.h.
2901
2902 2003-09-27  Paul Eggert  <eggert@twinsun.com>
2903
2904         * modules/free: New file.
2905
2906 2003-09-25  Bruno Haible  <bruno@clisp.org>
2907
2908         * modules/version-etc-2: New file, from modules/version-etc with
2909         modifications.
2910         * MODULES.html.sh (func_all_modules): Add version-etc-2.
2911
2912 2003-09-25  Simon Josefsson  <jas@extundo.com>
2913             Bruno Haible  <bruno@clisp.org>
2914
2915         * modules/getdomainname: New file.
2916         * modules/xgetdomainname: New file.
2917         * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname.
2918
2919 2003-09-24  Paul Eggert  <eggert@twinsun.com>
2920
2921         * README: Document assumptions that 'int' is at least 32 bits
2922         wide, that integer arithmetic is 2's complement without overflow,
2923         that there are no holes in integer values, that adding sizes of
2924         two nonoverlapping objects can't overflow, and that all-bits-zero
2925         yields scalar zero.  Fix spelling and capitalization typos.
2926
2927 2003-09-24  Simon Josefsson  <jas@extundo.com>
2928
2929         * modules/xgethostname: Add xgethostname.h.
2930
2931 2003-09-17  Paul Eggert  <eggert@twinsun.com>
2932
2933         * gnulib-tool: Use "test -h", not "test -L", for portability
2934         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
2935         (tags_regexp): Remove, since \| doesn't conform to POSIX.
2936         (sed_extract_prog): Issue s commands one-by-one, rather than
2937         using \| in one s command.
2938
2939 2003-09-16  Bruno Haible  <bruno@clisp.org>
2940
2941         * gnulib-tool (func_create_testdir): Warn about duplicated
2942         dependencies.
2943
2944 2003-09-15  Paul Eggert  <eggert@twinsun.com>
2945
2946         * modules/argmatch, modules/fatal, modules/obstack,
2947         modules/xalloc, modules/xgethostname: Sort dependencies by
2948         importance, not alphabetically.
2949
2950 2003-09-14  Bruno Haible  <bruno@clisp.org>
2951
2952         * modules/fwriteerror: New file.
2953         * MODULES.html.sh (func_all_modules): Add fwriteerror.
2954
2955 2003-09-12  Paul Eggert  <eggert@twinsun.com>
2956
2957         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
2958         modules/xgethostname, modules/xalloc: Depend on exit.
2959
2960 2003-09-09  Paul Eggert  <eggert@twinsun.com>
2961
2962         * README: New section: portability guidelines.
2963
2964 2003-09-07  Paul Eggert  <eggert@twinsun.com>
2965
2966         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
2967         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
2968
2969 2003-09-06  Paul Eggert  <eggert@twinsun.com>
2970
2971         * MODULES.html.sh (func_all_modules): Add time_r.
2972         * modules/time_r: New file.
2973         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
2974         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
2975
2976 2003-08-31  Simon Josefsson  <jas@extundo.com>
2977
2978         * modules/timegm: New file.
2979         * MODULES.html.sh (func_all_modules): Add timegm.
2980
2981 2003-08-22  Simon Josefsson  <jas@extundo.com>
2982
2983         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
2984
2985 2003-08-20  Bruno Haible  <bruno@clisp.org>
2986
2987         * modules/progname: New file.
2988         * MODULES.html.sh (func_all_modules): Add progname.
2989
2990 2003-08-18  Paul Eggert  <eggert@twinsun.com>
2991
2992         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
2993         in makefile rules.
2994
2995 2003-08-17  Simon Josefsson  <jas@extundo.com>
2996
2997         * modules/argp: Fix autoconf macro name. Add more dependencies.
2998
2999 2003-08-17  Simon Josefsson  <jas@extundo.com>
3000
3001         * modules/xstrndup: New file.
3002         * MODULES.html.sh (func_all_modules): Add xstrndup.
3003
3004 2003-08-17  Bruno Haible  <bruno@clisp.org>
3005
3006         * modules/strndup (Files, Include): Add lib/strndup.h.
3007
3008 2003-08-17  Bruno Haible  <bruno@clisp.org>
3009
3010         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
3011         like AC_GNU_SOURCE.
3012         * modules/extensions (configure.ac): Comment out the invocation of
3013         gl_USE_SYSTEM_EXTENSIONS.
3014
3015 2003-08-17  Bruno Haible  <bruno@clisp.org>
3016
3017         * modules/euidaccess (Files): Add lib/euidaccess.h.
3018
3019 2003-08-16  Paul Eggert  <eggert@twinsun.com>
3020
3021         Document merge from coreutils.
3022         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
3023         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
3024         * modules/utime: Add m4/utimes-null.m4.
3025
3026 2003-08-15  Paul Eggert  <eggert@twinsun.com>
3027
3028         Document merge from coreutils.
3029         * modules/userspec: Depend on posixver.
3030         * modules/strftime: Depend on tzset.
3031
3032 2003-08-14  Jim Meyering  <jim@meyering.net>
3033
3034         Merges from coreutils.
3035         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
3036         variable names, rather than @FNMATCH_H@.
3037         * modules/alloca: Likewise for $(ALLOCA_H).
3038
3039         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
3040         the three copies of the literal target, `fnmatch.h'.
3041         * modules/alloca (alloca.h): Likewise.
3042
3043 2003-08-14  Paul Eggert  <eggert@twinsun.com>
3044
3045         * modules/tzset: New file.
3046
3047 2003-08-12  Paul Eggert  <eggert@twinsun.com>
3048
3049         Merge from coreutils.
3050         * modules/euidaccess: Add lib_SOURCES, include for new
3051         file euidaccess.h
3052
3053 2003-08-11  Paul Eggert  <eggert@twinsun.com>
3054
3055         * modules/gnu-source, m4/gnu-source.m4:
3056         Remove; we're assuming Autoconf 2.54 or later now.
3057         Suggested by Bruno Haible.
3058         * MODULES.html.sh (func_all_modules): Remove gnu-source.
3059
3060 2003-08-08  Paul Eggert  <eggert@twinsun.com>
3061
3062         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
3063         * modules/extensions, modules/gnu-source: New files.
3064         * modules/timespec, modules/unlocked-io: Depend on extensions.
3065
3066 2003-08-07 Paul Eggert  <eggert@twinsun.com>
3067
3068         * modules/restrict: New file.
3069         * MODULES.html.sh (func_all_modules): Add restrict.
3070         * modules/regex: Depend on restrict.
3071
3072 2003-08-07  Bruno Haible  <bruno@clisp.org>
3073
3074         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
3075         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
3076
3077 2003-08-05  Paul Eggert  <eggert@twinsun.com>
3078
3079         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
3080         * modules/bumpalloc: Remove.
3081
3082 2003-07-31  Bruno Haible  <bruno@clisp.org>
3083
3084         * modules/getpass-gnu: New file.
3085         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
3086
3087 2003-07-22  Paul Eggert  <eggert@twinsun.com>
3088
3089         * modules/xalloc (Depends-on): Add exitfail.
3090         * modules/xmemcoll: Likewise.
3091
3092 2003-07-20  Jim Meyering  <jim@meyering.net>
3093
3094         * modules/closeout (Depends-on): Add exitfail.
3095         Suggestion from Bruno Haible.
3096
3097 2003-07-18  Bruno Haible  <bruno@clisp.org>
3098
3099         * modules/getndelim2: New file.
3100         * modules/getline: Share files with module getndelim2.
3101         * modules/getnline: Depend on getndelim2 instead of sharing files with
3102         it. Add getnline.c to lib_SOURCES.
3103         * MODULES.html.sh (func_all_modules): Add getndelim2.
3104
3105 2003-07-17  Bruno Haible  <bruno@clisp.org>
3106
3107         * modules/getnline: New file.
3108         * modules/getline: Add lib/getndelim2.c to source file list.
3109         * MODULES.html.sh (func_all_modules): Add getnline.
3110
3111 2003-07-17  Bruno Haible  <bruno@clisp.org>
3112
3113         * configure.in: Remove file.
3114         * Makefile.in: Remove file.
3115
3116 2003-07-17  Bruno Haible  <bruno@clisp.org>
3117
3118         * MODULES.html.sh: Put the </BODY> right before </HTML>.
3119
3120 2003-07-16  Jim Meyering  <jim@meyering.net>
3121
3122         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
3123
3124 2003-07-15  Jim Meyering  <jim@meyering.net>
3125
3126         * modules/save-cwd: Don't depend on error.  From Derek Price.
3127
3128 2003-07-14  Simon Josefsson  <jas@extundo.com>
3129
3130         * modules/mempcpy: New file.
3131         * MODULES.html.sh (func_all_modules): Add mempcpy.
3132
3133 2003-07-14  Paul Eggert  <eggert@twinsun.com>
3134
3135         * modules/getdate, modules/posixtm: Depend on mktime.
3136
3137 2003-07-10  Simon Josefsson  <jas@extundo.com>
3138
3139         * modules/strchrnul (Makefile.am): Add strchrnul.h.
3140
3141 2003-06-26  Bruno Haible  <bruno@clisp.org>
3142
3143         * modules/human: Depend on module stdbool.
3144
3145 2003-06-25  Bruno Haible  <bruno@clisp.org>
3146
3147         * modules/readlink: New file.
3148         * modules/xreadlink: Depend on it.
3149         * MODULES.html.sh (func_all_modules): Add readlink.
3150
3151 2003-06-22  Bruno Haible  <bruno@clisp.org>
3152
3153         * modules/safe-read: Add m4/ssize_t.m4.
3154         * modules/xreadlink: Add m4/ssize_t.m4.
3155
3156 2003-06-11  Simon Josefsson  <jas@extundo.com>
3157
3158         * modules/sysexits: New file.
3159         * MODULES.html.sh (func_all_modules): Add sysexits.
3160
3161 2003-06-10  Bruno Haible  <bruno@clisp.org>
3162
3163         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
3164
3165 2003-06-10  Simon Josefsson  <jas@extundo.com>
3166
3167         * modules/strchrnul: New file.
3168
3169 2003-06-10  Simon Josefsson  <jas@extundo.com>
3170
3171         * modules/argp: New file.
3172
3173 2003-06-07  Bruno Haible  <bruno@clisp.org>
3174
3175         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
3176         avoid AC_CONFIG_LINKS.
3177         * modules/fnmatch (Makefile.am): Use explicit creation rule for
3178         fnmatch.h, to avoid AC_CONFIG_LINKS.
3179         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
3180
3181 2003-06-07  Jim Meyering  <jim@meyering.net>
3182
3183         * modules/strtod: Use $(...) notation, not @...@ for
3184         AC_REPLACE'd variables.
3185         * modules/localcharset: Likewise.
3186
3187 2003-06-06  Jim Meyering  <jim@meyering.net>
3188             Bruno Haible  <bruno@clisp.org>
3189
3190         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
3191         Adjust Makefile.am snippet not to redirect directly to target.
3192         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
3193
3194 2003-05-30  Bruno Haible  <bruno@clisp.org>
3195
3196         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
3197         * config/config.rpath: Upgrade to gettext-0.12.1.
3198
3199 2003-05-22  Karl Berry  <karl@gnu.org>
3200
3201         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
3202
3203 2003-05-09  Bruno Haible  <bruno@clisp.org>
3204
3205         * modules/error: Add m4/strerror_r.m4 to file list.
3206
3207 2003-04-10  Bruno Haible  <bruno@clisp.org>
3208
3209         * modules/findprog: New file.
3210         * MODULES.html.sh (func_all_modules): Add it.
3211
3212 2003-04-04  Bruno Haible  <bruno@clisp.org>
3213
3214         * modules/linebreak: New file.
3215         * MODULES.html.sh (func_all_modules): Add it.
3216
3217 2003-04-03  Bruno Haible  <bruno@clisp.org>
3218
3219         * modules/utf8-ucs4: New file.
3220         * modules/utf16-ucs4: New file.
3221         * modules/ucs4-utf8: New file.
3222         * modules/ucs4-utf16: New file.
3223         * MODULES.html.sh (func_all_modules): Add them.
3224
3225 2003-04-02  Bruno Haible  <bruno@clisp.org>
3226
3227         * modules/binary-io: New file.
3228         * MODULES.html.sh (func_all_modules): Add it.
3229
3230 2003-04-01  Bruno Haible  <bruno@clisp.org>
3231
3232         * modules/pathname: New file.
3233         * MODULES.html.sh (func_all_modules): Add it.
3234
3235 2003-03-28  Bruno Haible  <bruno@clisp.org>
3236
3237         * modules/copy-file: New file.
3238         * MODULES.html.sh (func_all_modules): Add it.
3239
3240 2003-02-20  Bruno Haible  <bruno@clisp.org>
3241
3242         * MODULES.html.sh (func_all_modules): Add poll.
3243
3244 2003-02-19  Paolo Bonzino  <bonzini@gnu.org>
3245
3246         * modules/poll: New file.
3247
3248 2003-02-18  Bruno Haible  <bruno@clisp.org>
3249
3250         * MODULES.html.sh (func_all_modules): Add mathl.
3251
3252 2003-02-18  Paolo Bonzino  <bonzini@gnu.org>
3253
3254         * modules/mathl: New file.
3255
3256 2003-02-17  Bruno Haible  <bruno@clisp.org>
3257
3258         * modules/mkdtemp: New module.
3259         * MODULES.html.sh (func_all_modules): Add it.
3260
3261 2003-01-30  Bruno Haible  <bruno@clisp.org>
3262
3263         * modules/vasnprintf, modules/vasprintf: New modules.
3264         * MODULES.html.sh (func_all_modules): Add them.
3265
3266 2003-01-29  Bruno Haible  <bruno@clisp.org>
3267
3268         * modules/stpncpy: New module.
3269         * MODULES.html.sh (func_all_modules): Add it.
3270
3271 2003-01-28  Bruno Haible  <bruno@clisp.org>
3272
3273         * modules/c-ctype: New module.
3274         * MODULES.html.sh (func_all_modules): Add it.
3275
3276 2003-01-27  Bruno Haible  <bruno@clisp.org>
3277
3278         * modules/xsetenv: New module.
3279         * MODULES.html.sh (func_all_modules): Add it.
3280
3281 2003-01-23  Bruno Haible  <bruno@clisp.org>
3282
3283         * modules/minmax: New module.
3284         * MODULES.html.sh (func_all_modules): Add it.
3285
3286 2003-01-22  Bruno Haible  <bruno@clisp.org>
3287
3288         * modules/exit: New module.
3289         * MODULES.html.sh (func_all_modules): Add it.
3290
3291 2003-01-19  Bruno Haible  <bruno@clisp.org>
3292
3293         * gnulib-tool: Recognize option --extract-maintainer.
3294         (func_get_maintainer): New function.
3295         * modules/*: Add Maintainer entry.
3296
3297 2003-01-16  Bruno Haible  <bruno@clisp.org>
3298
3299         * MODULES.html.sh: Add a table of contents. Add the module name as
3300         leftmost column. Add hyperlinks.
3301
3302 2003-01-11  Bruno Haible  <bruno@clisp.org>
3303
3304         * modules/stpcpy: Distribute lib/stpcpy.h.
3305         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
3306
3307 2003-01-11  Bruno Haible  <bruno@clisp.org>
3308
3309         * gnulib-tool (func_create_testdir): Store config/* files in the main
3310         directory.
3311         * config.rpath: Move to ...
3312         * config/config.rpath: ... here.
3313         * modules/gettext: Contains config/config.rpath, not config.rpath.
3314         * modules/iconv: Likewise.
3315
3316 2003-01-11  Bruno Haible  <bruno@clisp.org>
3317
3318         * modules/*: Add a description.
3319         * modules/strpbrk: Fix Makefile.am snippet.
3320         * modules/strtoimax: Fix dependencies.
3321         * modules/strtoumax: Likewise.
3322
3323 2003-01-11  Bruno Haible  <bruno@clisp.org>
3324
3325         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
3326         * modules/alloca (Makefile.am): All object files depend on alloca.h.
3327         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
3328
3329 2003-01-12  Paul Eggert  <eggert@twinsun.com>
3330
3331         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
3332         to avoid collisions with libcurses and libreadline.
3333         * getstr: Remove.
3334         * MODULES.html.sh: Remove getstr.
3335         * modules/getline: Depend on unlocked-io, not getstr.
3336
3337 2003-01-10  Bruno Haible  <bruno@clisp.org>
3338
3339         * modules/alloca: Change Makefile.am requirements. Simplify Include
3340         requirements. Add lib/alloca_.h to file list.
3341
3342 2003-01-09  Bruno Haible  <bruno@clisp.org>
3343
3344         * modules/stdbool: Change configure.ac, Makefile.am requirements.
3345         Simplify Include requirements. Add lib/stdbool.h.in to file list.
3346
3347 2003-01-09  Bruno Haible  <bruno@clisp.org>
3348
3349         * gnulib-tool (func_all_modules): Ignore files ending in ~.
3350         * MODULES.html.sh: Likewise.
3351
3352 2003-01-09  Karl Berry  <karl@gnu.org>
3353
3354         * MODULES.html.sh: include `dirname $0` in PATH, to find
3355         gnulib-tool.
3356
3357 2003-01-08  Bruno Haible  <bruno@clisp.org>
3358
3359         * modules/full-read: Depend on full-write.
3360
3361 2003-01-07  Bruno Haible  <bruno@clisp.org>
3362
3363         * MODULES.html.sh: Add copyright notice.
3364         (missed_files): Omit CVS directory entries.
3365         (func_module): Make it work with sed-3.02.
3366         * MODULES.txt: Remove file.
3367
3368 2003-01-01  Karl Berry  <karl@gnu.org>
3369
3370         * gnulib-tool (func_verify_module): report module name $module in
3371         error message, not $1.
3372         * gnulib-tool (create-testdir): don't complain if destdir couldn't
3373         be created, only if it doesn't exist.
3374         * gnulib-tool (last_checkin_date): don't expand the $Date here.
3375
3376 2002-12-24  Bruno Haible  <bruno@clisp.org>
3377
3378         * MODULES.txt: Update according to m4/ changes.
3379
3380         Module gettext.
3381         * config.rpath: New file, from gettext-0.11.5.
3382
3383         * modules/*: New module descriptions.
3384         * gnulib-tool: New file.
3385         * MODULES.html.sh: New file.
3386
3387 2002-11-01  Bruno Haible  <bruno@clisp.org>
3388
3389         * configure.in: Add AC_CONFIG_AUX_DIR call.
3390         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
3391         test/Makefile.
3392         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
3393
3394 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
3395
3396         * regex.c (PATFETCH): Remove the translating fetch.
3397         (PATFETCH_RAW): Rename to PATFETCH.
3398         (set_image_of_range): New fun.
3399         (SET_RANGE_TABLE_WORK_AREA): Use it.
3400         (regex_compile): Don't translate the pattern chars so eagerly.
3401         Only do it when inserting an `exactn' bytecode or when handling
3402         a char-range.
3403         (mutually_exclusive_p): Avoid empty statement.
3404
3405 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
3406
3407         * README: New file
3408         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
3409         (per RMS's instructions, this is now the canonical source)
3410         * lgpl/, gpl/: New directories.
3411
3412 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
3413
3414         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
3415         as if it was a `charset'.
3416
3417 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
3418
3419         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
3420         (regex_compile): Catch bogus \(\1\).
3421
3422 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
3423
3424         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
3425         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
3426         Giving in to popular pressure to shut up the compiler with casts.
3427
3428 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
3429
3430         * regex.c: More `unsigned char' -> `re_char' changes.
3431         Also change several `int' into `re_wchar_t'.
3432         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
3433         (PUSH_FAILURE_POINTER): Don't cast any more.
3434         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
3435         We want GCC to complain, since this piece of code makes
3436         re_match non-reentrant, which *should* be fixed.
3437         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
3438         (EXTEND_BUFFER): Use RETALLOC.
3439         (SET_LIST_BIT): Don't cast.
3440         (re_wchar_t): New type.
3441         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
3442         that those two functions will always properly return.
3443         (IMMEDIATE_QUIT_CHECK): Cast to void.
3444         (analyse_first): Use recursion rather than an explicit stack.
3445         (re_compile_fastmap): Can't fail anymore.
3446         (re_search_2): Don't check re_compile_fastmap for failure.
3447         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
3448         Now also sets the new value (passed in a new argument).
3449         (re_match_2_internal): Use it.
3450         Also, use a new var `reg' of type size_t when looping through regs
3451         rather than reuse the inappropriate `mcnt'.
3452
3453 2000-10-24  Andrew Innes  <andrewi@gnu.org>
3454
3455         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
3456         NT-Emacs only.
3457         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
3458         so that re_search functions only quit when callers expect them to.
3459
3460 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
3461
3462         * regex.c (regex_compile): Change the way of handling a range from
3463         a char less than 256 to a char not less than 256.
3464
3465 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
3466
3467         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
3468
3469
3470 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
3471 Free Software Foundation, Inc.
3472 Copying and distribution of this file, with or without modification,
3473 are permitted provided the copyright notice and this notice are preserved.