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