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