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