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