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