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