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