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