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