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