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