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