New modules 'fopen' and 'freopen'.
[gnulib.git] / ChangeLog
1 2007-10-06  Bruno Haible  <bruno@clisp.org>
2
3         * modules/fopen: New file.
4         * lib/fopen.c: New file.
5         * m4/fopen.m4: New file.
6         * modules/freopen: New file.
7         * lib/freopen.c: New file.
8         * m4/freopen.m4: New file.
9         * lib/stdio.in.h (fopen, freopen): New declarations.
10         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
11         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
12         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
13         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
14         * doc/functions/fopen.texi: Mention the 'fopen' module.
15         * doc/functions/freopen.texi: Mention the 'freopen' module.
16
17 2007-10-06  Bruno Haible  <bruno@clisp.org>
18
19         * modules/open-tests: New file.
20         * tests/test-open.c: New file.
21
22         * modules/open: New file.
23         * lib/open.c: New file.
24         * m4/open.m4: New file.
25         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
26         lib/open.c does.
27         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
28         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
29         macros.
30         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
32         REPLACE_OPEN.
33         * doc/functions/open.texi: Mention the 'open' module.
34
35 2007-10-04  Bruno Haible  <bruno@clisp.org>
36
37         * modules/ceill-tests: New file.
38         * tests/test-ceill.c: New file.
39
40         * modules/ceill: New file.
41         * lib/ceill.c: Replace entire file.
42         * m4/ceill.m4: New file.
43         * lib/math.in.h (ceill): Replace declaration.
44         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
45         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
46         * doc/functions/ceill.texi: Mention the 'ceill' module.
47         * modules/mathl (Files): Remove lib/ceill.c.
48         (Depends-on): Add ceill.
49
50 2007-10-04  Bruno Haible  <bruno@clisp.org>
51
52         * modules/ceilf-tests: New file.
53         * tests/test-ceilf.c: New file.
54
55         * modules/ceilf: New file.
56         * lib/ceil.c: New file.
57         * lib/ceilf.c: New file.
58         * m4/ceilf.m4: New file.
59         * lib/math.in.h (ceilf): New declaration.
60         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
61         HAVE_DECL_CEILF.
62         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
63         HAVE_DECL_CEILF.
64         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
65
66 2007-10-04  Bruno Haible  <bruno@clisp.org>
67
68         * modules/floorl-tests: New file.
69         * tests/test-floorl.c: New file.
70
71         * modules/floorl: New file.
72         * lib/floorl.c: Replace entire file.
73         * m4/floorl.m4: New file.
74         * lib/math.in.h (floorl): Replace declaration.
75         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
76         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
77         * doc/functions/floorl.texi: Mention the 'floorl' module.
78         * modules/mathl (Files): Remove lib/floorl.c.
79         (Depends-on): Add floorl.
80
81 2007-10-04  Bruno Haible  <bruno@clisp.org>
82
83         * modules/floorf-tests: New file.
84         * tests/test-floorf.c: New file.
85
86         * modules/floorf: New file.
87         * lib/floor.c: New file.
88         * lib/floorf.c: New file.
89         * m4/floorf.m4: New file.
90         * lib/math.in.h (floorf): New declaration.
91         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
92         HAVE_DECL_FLOORF.
93         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
94         HAVE_DECL_FLOORF.
95         * doc/functions/floorf.texi: Mention the 'floorf' module.
96
97 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
98             Bruno Haible  <bruno@clisp.org>
99
100         Advertise for the Git server instead of the CVS server.
101         * doc/gnulib-intro.texi (Steady Development): Mention the Git
102         repository instead of the CVS one.
103         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
104         about all VCS systems generically.
105         * doc/gnulib.texi (Introduction): Capitalize `Git'.
106
107 2007-10-04  Bruno Haible  <bruno@clisp.org>
108
109         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
110         means.
111         Reported by BenoĆ®t Sigoure <tsuna@lrde.epita.fr>.
112
113 2007-10-04  Bruno Haible  <bruno@clisp.org>
114
115         * modules/truncl-tests: New file.
116         * tests/test-truncl.c: New file.
117
118         * modules/truncl: New file.
119         * lib/truncl.c: New file.
120         * m4/truncl.m4: New file.
121         * lib/math.in.h (truncl): New declaration.
122         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
123         HAVE_DECL_TRUNCL.
124         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
125         HAVE_DECL_TRUNCL.
126         * doc/functions/truncl.texi: Mention the 'truncl' module.
127
128 2007-10-04  Bruno Haible  <bruno@clisp.org>
129
130         * modules/truncf-tests: New file.
131         * tests/test-truncf.c: New file.
132
133         * modules/truncf: New file.
134         * lib/trunc.c: Make paramerizable through USE_* macros.
135         * lib/truncf.c: New file.
136         * m4/truncf.m4: New file.
137         * lib/math.in.h (truncf): New declaration.
138         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
139         HAVE_DECL_TRUNCF.
140         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
141         HAVE_DECL_TRUNCF.
142         * doc/functions/truncf.texi: Mention the 'truncf' module.
143
144 2007-10-03  Bruno Haible  <bruno@clisp.org>
145
146         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
147         augmentation also for tests modules.
148         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
149         * modules/atexit-tests (Makefile.am): Likewise.
150         * modules/binary-io-tests (Makefile.am): Likewise.
151         * modules/c-strcase-tests (Makefile.am): Likewise.
152         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
153         * modules/canonicalize-tests (Makefile.am): Likewise.
154         * modules/closein-tests (Makefile.am): Likewise.
155         * modules/fprintf-posix-tests (Makefile.am): Likewise.
156         * modules/freadahead-tests (Makefile.am): Likewise.
157         * modules/fseek-tests (Makefile.am): Likewise.
158         * modules/fseeko-tests (Makefile.am): Likewise.
159         * modules/ftell-tests (Makefile.am): Likewise.
160         * modules/ftello-tests (Makefile.am): Likewise.
161         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
162         * modules/isnanl-tests (Makefile.am): Likewise.
163         * modules/lseek-tests (Makefile.am): Likewise.
164         * modules/mbscasecmp-tests (Makefile.am): Likewise.
165         * modules/mbscasestr-tests (Makefile.am): Likewise.
166         * modules/mbschr-tests (Makefile.am): Likewise.
167         * modules/mbscspn-tests (Makefile.am): Likewise.
168         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
169         * modules/mbspbrk-tests (Makefile.am): Likewise.
170         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
171         * modules/mbsrchr-tests (Makefile.am): Likewise.
172         * modules/mbsspn-tests (Makefile.am): Likewise.
173         * modules/mbsstr-tests (Makefile.am): Likewise.
174         * modules/printf-posix-tests (Makefile.am): Likewise.
175         * modules/snprintf-posix-tests (Makefile.am): Likewise.
176         * modules/sprintf-posix-tests (Makefile.am): Likewise.
177         * modules/tsearch-tests (Makefile.am): Likewise.
178         * modules/uniname/uniname-tests (Makefile.am): Likewise.
179         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
180         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
181         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
182         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
183         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
184         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
185         * modules/vprintf-posix-tests (Makefile.am): Likewise.
186         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
187         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
188         * modules/xstrtoimax-tests (Makefile.am): Likewise.
189         * modules/xstrtol-tests (Makefile.am): Likewise.
190         * modules/xstrtoumax-tests (Makefile.am): Likewise.
191         * modules/yesno-tests (Makefile.am): Likewise.
192
193 2007-10-03  Bruno Haible  <bruno@clisp.org>
194
195         * modules/trunc-tests: New file.
196         * tests/test-trunc.c: New file.
197
198         * modules/trunc: New file.
199         * lib/trunc.c: New file.
200         * m4/trunc.m4: New file.
201         * lib/math.in.h (trunc): New declaration.
202         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
203         HAVE_DECL_TRUNC.
204         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
205         HAVE_DECL_TRUNC.
206         * doc/functions/trunc.texi: Mention the 'trunc' module.
207
208 2007-10-03  Bruno Haible  <bruno@clisp.org>
209
210         * tests/test-fpending.c: New file, mostly copied
211         from coreutils/lib/t-fpending.c.
212         * modules/fpending-tests: New file.
213
214 2007-10-03  Bruno Haible  <bruno@clisp.org>
215
216         Port the stdio extensions to QNX (untested).
217         * lib/fseterr.c (fseterr): Add support for QNX.
218         * lib/fbufmode.c (fbufmode): Likewise.
219         * lib/freadable.c (freadable): Likewise.
220         * lib/fwritable.c (fwritable): Likewise.
221         * lib/freading.c (freading): Likewise.
222         * lib/fwriting.c (fwriting): Likewise.
223         * lib/freadahead.c (freadahed): Likewise.
224         * lib/fpurge.c (fpurge): Likewise.
225         * lib/fseeko.c (rpl_fseeko): Likewise.
226
227 2007-10-03  Bruno Haible  <bruno@clisp.org>
228             Jim Meyering  <jim@meyering.net>
229             Eric Blake  <ebb9@byu.net>
230
231         * doc/relocatable.texi: Use @command instead of @program.
232
233 2007-10-02  Jim Meyering  <jim@meyering.net>
234
235         Perform one more "_.h" -> ".in.h" substitution.
236         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
237         instead of unistd_.h here, too.
238
239 2007-10-01  Bruno Haible  <bruno@clisp.org>
240
241         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
242         Needed for the alloca-opt module.
243
244 2007-09-30  Bruno Haible  <bruno@clisp.org>
245
246         * lib/alloca.in.h: Renamed from lib/alloca_.h.
247         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
248         alloca_.h.
249         * lib/argz.in.h: Renamed from lib/argz_.h.
250         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
251         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
252         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
253         byteswap_.h.
254         * lib/dirent.in.h: Renamed from lib/dirent_.h.
255         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
256         dirent_.h.
257         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
258         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
259         fcntl_.h.
260         * lib/float.in.h: Renamed from lib/float_.h.
261         * modules/float (Files, Makefile.am): Use float.in.h instead of
262         float_.h.
263         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
264         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
265         fnmatch_.h.
266         * lib/getopt.in.h: Renamed from lib/getopt_.h.
267         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
268         getopt_.h.
269         * lib/glob.in.h: Renamed from lib/glob_.h.
270         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
271         * lib/iconv.in.h: Renamed from lib/iconv_.h.
272         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
273         iconv_.h.
274         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
275         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
276         inttypes_.h.
277         * lib/locale.in.h: Renamed from lib/locale_.h.
278         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
279         locale_.h.
280         * lib/math.in.h: Renamed from lib/math_.h.
281         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
282         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
283         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
284         of netinet_in_.h. Add dependency.
285         * lib/poll.in.h: Renamed from lib/poll_.h.
286         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
287         * lib/search.in.h: Renamed from lib/search_.h.
288         * modules/search (Files, Makefile.am): Use search.in.h instead of
289         search_.h.
290         * lib/signal.in.h: Renamed from lib/signal_.h.
291         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
292         _signal.h.
293         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
294         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
295         stdbool_.h.
296         * lib/stdint.in.h: Renamed from lib/stdint_.h.
297         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
298         stdint_.h.
299         * lib/stdio.in.h: Renamed from lib/stdio_.h.
300         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
301         stdio_.h.
302         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
303         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
304         stdlib_.h.
305         * lib/string.in.h: Renamed from lib/string_.h.
306         * modules/string (Files, Makefile.am): Use string.in.h instead of
307         string_.h.
308         * doc/gnulib-tool.texi (Initial import): Update.
309         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
310         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
311         of sys_select_.h. Add dependency.
312         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
313         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
314         of sys_socket_.h.
315         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
316         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
317         sys_stat_.h.
318         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
319         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
320         sys_time_.h.
321         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
322         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
323         sysexits_.h.
324         * lib/time.in.h: Renamed from lib/time_.h.
325         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
326         * lib/unistd.in.h: Renamed from lib/unistd_.h.
327         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
328         unistd_.h.
329         * lib/wchar.in.h: Renamed from lib/wchar_.h.
330         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
331         wchar_.h.
332         * lib/wctype.in.h: Renamed from lib/wctype_.h.
333         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
334         wctype_.h.
335         * build-aux/bootstrap (slurp): Update.
336         * lib/.cppi-disable: Update.
337
338 2007-09-30  Bruno Haible  <bruno@clisp.org>
339
340         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
341         Needed on BeOS.
342
343 2007-09-30  Bruno Haible  <bruno@clisp.org>
344
345         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
346
347 2007-09-29  Bruno Haible  <bruno@clisp.org>
348
349         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
350
351 2007-09-29  Bruno Haible  <bruno@clisp.org>
352
353         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
354         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
355         * build-aux/install-reloc: Compile also areadlink.c.
356         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
357
358 2007-09-29  Bruno Haible  <bruno@clisp.org>
359
360         * gnulib-tool (func_emit_initmacro_done): Indentation.
361
362 2007-09-29  Bruno Haible  <bruno@clisp.org>
363
364         * README: Add CVS checkout update instructions.
365         Info from Bob Proulx <bob@proulx.com>.
366
367 2007-09-28  Eric Blake  <ebb9@byu.net>
368
369         Provide move-if-change.
370         * build-aux/move-if-change: New file, based on best practice
371         rather than any canonical upstream location.
372
373 2007-09-28  Jim Meyering  <jim@meyering.net>
374
375         Fix canonicalize loop-detection corner case.
376         Do not attempt to stat the symlink values stored via seen_triple.
377         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
378         on linux-2.6.18, (but not 2.6.22).
379         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
380         triple_compare.  The former compares dev,ino,filename, while the latter
381         would actually stat dirname(filename) when dev and ino were equal.
382         * lib/hash-triple.c: Install <string.h>.
383         (STREQ): Define.
384         (triple_compare_ino_str): New function.
385         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
386
387 2007-09-28  Eric Blake  <ebb9@byu.net>
388
389         Enforce that AC_REPLACE_FUNCS files exist.
390         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
391         override check for typos.
392
393         Fix test-closein on Solaris 10.
394         * tests/test-closein.c (main): Don't assume stdin can be inherited
395         closed on all systems.
396         * tests/test-closein.sh: Likewise.
397         Reported by Piotr Tarnowski.
398
399 2007-09-28  Jim Meyering  <jim@meyering.net>
400
401         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
402
403 2007-09-27  Jim Meyering  <jim@meyering.net>
404
405         canonicalize: Avoid a false-positive cycle failure.
406         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
407         Sort.  Remove cycle-check.
408         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
409         not cycle-check.h.
410         (seen_triple): New function.
411         (canonicalize_filename_mode): Use it instead of cycle-check.
412         * tests/test-canonicalize.c: Add a test for this bug.
413         * tests/test-canonicalize.sh: Set up and run the test.
414
415         New module, file-set, from coreutils.
416         * modules/file-set: Define it.
417         * lib/file-set.c, lib/file-set.h: Implement.
418
419         New module, hash-triple, from coreutils.
420         * modules/hash-triple: Define it.
421         * lib/hash-triple.c, lib/hash-triple.h: Implement.
422
423 2007-09-25  Eric Blake  <ebb9@byu.net>
424
425         Fix strerror on Interix.
426         * lib/string_.h (strerror): Declare replacement.
427         * doc/functions/strerror.texi (strerror): Document the Interix
428         shortcoming.
429         * modules/string (Makefile.am): Support new hooks.
430         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
431         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
432         gl_FUNC_STRERROR_SEPARATE.
433         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
434         * lib/strerror.c (rpl_strerror): Provide replacement.
435         * modules/strerror (Depends-on): Add string.
436         (configure.ac): Detect use of module.
437         * tests/test-strerror.c: New file.
438         * modules/strerror-tests: New test module.
439         * modules/argp (Depends-on): Add strerror.
440         * modules/error (Depends-on): Likewise.
441         Reported by Martin Koeppe.
442
443 2007-09-24  Bruno Haible  <bruno@clisp.org>
444
445         * README: Update git instructions.
446
447 2007-09-24  Eric Blake  <ebb9@byu.net>
448
449         Revert fpending breakage from 2007-09-08.
450         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
451         __fpending.c.
452
453 2007-09-24  Jim Meyering  <jim@meyering.net>
454
455         filenamecat.c: Add a test.
456         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
457         showing how the function works when DIR is the empty string.
458
459 2007-09-21  Simon Josefsson  <simon@josefsson.org>
460
461         * tests/test-canonicalize.sh: Turn on executable bit.
462
463 2007-09-19  Eric Blake  <ebb9@byu.net>
464
465         * README: Update CVS instructions.
466
467 2007-09-18  Bruno Haible  <bruno@clisp.org>
468
469         * modules/areadlink: New file.
470         * lib/areadlink.h (areadlink): New declaration.
471         * lib/areadlink.c: New file, based on lib/xreadlink.c.
472
473 2007-09-17  Jim Meyering  <jim@meyering.net>
474
475         * lib/savewd.c (ESTALE) [!defined]: Define.
476         Reported to be required on Interix by Martin Koeppe.
477
478 2007-09-17  Bruno Haible  <bruno@clisp.org>
479
480         * gnulib-tool (func_version): Use $version.
481
482 2007-09-16  Bruno Haible  <bruno@clisp.org>
483
484         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
485         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
486         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
487         Reported by Greg Schafer <gschafer@zip.com.au>.
488
489 2007-09-15  Bruno Haible  <bruno@clisp.org>
490
491         * gnulib-tool (sed): Try a little harder to make bash understand the
492         alias.
493         Reported by Bruce Korb <bruce.korb@gmail.com>.
494
495 2007-09-13  Eric Blake  <ebb9@byu.net>
496
497         * ChangeLog: Remove conflict markers.
498
499 2007-09-13  Simon Josefsson  <simon@josefsson.org>
500
501         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
502         Reported by Bruno Haible <bruno@clisp.org>.
503
504 2007-09-12  Bruno Haible  <bruno@clisp.org>
505
506         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
507         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
508         is not defined.
509
510 2007-09-12  Eric Blake  <ebb9@byu.net>
511
512         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
513         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
514         Autoconf definition.
515         * modules/euidaccess (Depends-on): Add extensions, for
516         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
517         * modules/fnmatch (Depends-on): Likewise.
518         * modules/getaddrinfo (Depends-on): Likewise.
519         * modules/getdelim (Depends-on): Likewise.
520         * modules/getline (Depends-on): Likewise.
521         * modules/getsubopt (Depends-on): Likewise.
522         * modules/gettext (Depends-on): Likewise.
523         * modules/group-member (Depends-on): Likewise.
524         * modules/mbchar (Depends-on): Likewise.
525         * modules/memmem (Depends-on): Likewise.
526         * modules/mempcpy (Depends-on): Likewise.
527         * modules/memrchr (Depends-on): Likewise.
528         * modules/pagealign_alloc (Depends-on): Likewise.
529         * modules/readutmp (Depends-on): Likewise.
530         * modules/stpcpy (Depends-on): Likewise.
531         * modules/stpncpy (Depends-on): Likewise.
532         * modules/strchrnul (Depends-on): Likewise.
533         * modules/strndup (Depends-on): Likewise.
534         * modules/strsep (Depends-on): Likewise.
535         * modules/strverscmp (Depends-on): Likewise.
536         * modules/vasprintf (Depends-on): Likewise.
537         * modules/wcwidth (Depends-on): Likewise.
538         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
539         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
540         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
541         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
542         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
543         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
544         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
545         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
546         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
547         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
548         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
549         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
550         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
551         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
552         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
553         * m4/readutmp.m4 (gl_READUTMP): Likewise.
554         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
555         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
556         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
557         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
558         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
559         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
560         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
561         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
562         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
563         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
564         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
565         so that lock.m4 can be used in gettext without extensions module.
566
567 2007-09-11  Bruno Haible  <bruno@clisp.org>
568
569         * m4/isc-posix.m4: Remove file.
570         Suggested by Eric Blake.
571
572 2007-09-11  Eric Blake  <ebb9@byu.net>
573
574         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
575
576 2007-09-10  Bruno Haible  <bruno@clisp.org>
577
578         * posix-modules: Fix typo in error message.
579         Reported by Matt <mkraai@beckman.com>.
580
581 2007-09-09  Bruno Haible  <bruno@clisp.org>
582
583         * doc/functions/getdelim.texi: Update list of platforms lacking the
584         function.
585         * doc/functions/getline.texi: Likewise.
586
587 2007-09-09  Jim Meyering  <jim@meyering.net>
588
589         * lib/hash.c (hash_initialize): Detect calloc failure.
590         Reported by Bruno Haible.
591
592 2007-09-09  Bruno Haible  <bruno@clisp.org>
593
594         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
595         malloc or realloc fails.
596
597 2007-09-09  Bruno Haible  <bruno@clisp.org>
598
599         * modules/getcwd (Depends-on): Add malloc-posix.
600         * modules/glob (Depends-on): Likewise.
601         * modules/putenv (Depends-on): Likewise.
602         * modules/strdup (Depends-on): Likewise.
603         * modules/getdelim (Depends-on): Add realloc-posix.
604         * modules/read-file (Depends-on): Likewise.
605
606 2007-09-09  Bruno Haible  <bruno@clisp.org>
607
608         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
609         (gl_FUNC_MALLOC_POSIX): Require it.
610         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
611         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
612         * modules/realloc (Files): Add m4/malloc.m4.
613         * modules/calloc (Files): Likewise.
614
615 2007-09-09  Bruno Haible  <bruno@clisp.org>
616
617         * modules/malloc-posix: New file.
618         * modules/malloc (Depends-on): Add malloc-posix.
619         * lib/malloc.c: Include errno.h.
620         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
621         and a POSIX-compatible malloc into a single function. Set ENOMEM
622         when returning NULL.
623         * m4/malloc.m4: New file.
624         * doc/functions/malloc.texi: Mention the malloc-posix module.
625         * lib/stdlib_.h (malloc): New declaration.
626         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
627         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
628         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
629         and HAVE_MALLOC_POSIX.
630
631 2007-09-09  Bruno Haible  <bruno@clisp.org>
632
633         * modules/realloc-posix: New file.
634         * modules/realloc (Depends-on): Add realloc-posix.
635         * lib/realloc.c: Include errno.h.
636         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
637         and a POSIX-compatible realloc into a single function. Set ENOMEM
638         when returning NULL.
639         * m4/realloc.m4: New file.
640         * doc/functions/realloc.texi: Mention the realloc-posix module.
641         * lib/stdlib_.h (realloc): New declaration.
642         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
643         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
644         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
645         and HAVE_REALLOC_POSIX.
646
647 2007-09-09  Bruno Haible  <bruno@clisp.org>
648
649         * modules/calloc-posix: New file.
650         * modules/calloc (Depends-on): Add calloc-posix.
651         * lib/calloc.c: Include errno.h.
652         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
653         and a POSIX-compatible calloc into a single function. Set ENOMEM
654         when returning NULL.
655         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
656         * doc/functions/calloc.texi: Mention the calloc-posix module.
657         * lib/stdlib_.h (calloc): New declaration.
658         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
659         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
660         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
661         and HAVE_CALLOC_POSIX.
662
663 2007-09-09  Bruno Haible  <bruno@clisp.org>
664
665         Allow for modules to show an arbitrary notice.
666         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
667         * gnulib-tool: New option --extract-notice.
668         (func_usage): Document it.
669         (sed_extract_prog): Update.
670         (func_get_notice): New function.
671         (func_modules_notice): New function.
672         (func_import, func_create_testdir): Invoke it.
673         Suggested by Jim Meyering.
674
675 2007-09-09  Bruno Haible  <bruno@clisp.org>
676
677         * gnulib-tool: New options --verbose, --quiet.
678         (func_usage): Document them.
679         (verbose): New variable.
680         (func_execute_command): New function.
681         (func_import): Don't show the module list and the file list if
682         $verbose < 0.
683         (func_create_testdir): Likewise. Use func_execute_command.
684         (func_create_megatestdir): Use func_execute_command.
685
686 2007-09-08  Bruno Haible  <bruno@clisp.org>
687
688         * gnulib-tool (func_import): Prefer rsync over wget when available,
689         for fetching the PO files.
690
691 2007-09-08  Bruno Haible  <bruno@clisp.org>
692
693         * posix-modules: New file. Portions copied from gnulib-tool.
694         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
695
696 2007-09-08  Jim Meyering  <jim@meyering.net>
697
698         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
699         * lib/fpending.h: Rename from __fpending.h.
700         * lib/fpending.c: Rename from __fpending.c.
701         Include "fpending.h", not "__fpending.h".
702         * lib/__fpending.h, lib/__fpending.c: Remove files.
703         * modules/fpending (Files): Reflect new file names.
704         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
705
706 2007-09-08  Bruno Haible  <bruno@clisp.org>
707
708         * m4/inttypes-h.m4: Remove stub file.
709
710 2007-09-07  Simon Josefsson  <simon@josefsson.org>
711
712         * doc/headers/stdint.texi: Discuss #include_next issue.
713
714 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
715
716         * build-aux/bootstrap: Remove obsolete comment about wget --help.
717
718 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
719
720         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
721         in variable name.
722
723 2007-09-03  Jim Meyering  <jim@meyering.net>
724
725         New module: git-version-gen.
726         * modules/git-version-gen: New file.
727
728         Import changes from coreutils for bootstrap script.
729
730         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
731
732         bootstrap: uses rsync to download the .po files
733         * build-aux/bootstrap (po_download_command_format): New global.
734         (download_po_files): Use rsync.
735         (update_po_files): Don't remove .po files after download,
736         so future rsync runs can take advantage of the copies.
737
738         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
739
740         Solve the unnecessary-.po-file-regeneration problem once and for all.
741         * build-aux/bootstrap (download_po_files): New function, renamed from
742         get_translations.  Now, downloads, but doesn't update LINGUAS.
743         (update_po_files): New function.
744
745         bootstrap: Ignore more.
746         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
747         uniwidth to e.g., lib/.gitignore.
748         (slurp): Handle the sys_stat_.h -> sys mapping, too.
749
750         * build-aux/bootstrap: New setting: vc_ignore.
751         (insert_sorted_if_absent): Create $file if absent.
752         Adapt to new, possibly empty, list: $vc_ignore.
753
754         bootstrap: generate more ignorable names
755         * build-aux/bootstrap (slurp): When generating ignorable names,
756         also map .sin to .sed, .gperf to .c, and .y to .c.
757
758 2007-09-03  Jim Meyering  <jim@meyering.net>
759
760         * build-aux/git-version-gen: New file, from coreutils.  For details, see
761         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
762
763 2007-09-02  Bruno Haible  <bruno@clisp.org>
764
765         Fix mis-recognition of 'mcs' on QNX 6.
766         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
767         output contains the string "Mono".
768         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
769         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
770
771 2007-09-01  Bruno Haible  <bruno@clisp.org>
772
773         Fix collision between uniwidth/* and linebreak modules.
774         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
775         u32_width): Remove declarations.
776         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
777         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
778         streq3, streq2, streq1, streq0): Remove functions.
779         (STREQ): Remove macro.
780         (is_cjk_encoding): Remove function.
781         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
782         (uc_width, u8_width, u16_width, u32_width): Remove functions.
783         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
784         * NEWS: Document the change.
785
786 2007-09-01  Bruno Haible  <bruno@clisp.org>
787
788         * lib/streq.h: Add double-inclusion guard.
789
790 2007-09-01  Karl Berry  <karl@gnu.org>
791
792         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
793
794 2007-08-28  Jim Meyering  <jim@meyering.net>
795
796         Rename mreadlink_with_size to areadlink_with_size.
797         * NEWS: Document the change.
798         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
799         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
800         * lib/mreadlink.h: Rename this to...
801         * lib/areadlink.h: ...this.
802         * modules/mreadlink-with-size: Rename this to...
803         * modules/areadlink-with-size: ...this.
804         * lib/canonicalize.c: Reflect the renaming.
805         * modules/canonicalize: Likewise.
806
807 2007-08-26  Bruno Haible  <bruno@clisp.org>
808
809         * gnulib-tool (func_import): When deciding which files to remove,
810         consider also dangling symbolic links.
811         Reported by Eric Blake.
812
813 2007-08-26  Bruno Haible  <bruno@clisp.org>
814
815         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
816
817 2007-08-23  Simon Josefsson  <simon@josefsson.org>
818
819         * lib/readline.c: Don't include getline.h, the prototype is now
820         found in stdio.h.
821
822 2007-08-23  Jim Meyering  <jim@meyering.net>
823
824         Getdelim touchup.
825         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
826         around the funlockfile call, since funlockfile never sets errno.
827         Don't set errno upon failed realloc.
828
829 2007-08-22  Eric Blake  <ebb9@byu.net>
830
831         Getline touchups.
832         * lib/getdelim.c (getdelim): Revert regression that required *n to
833         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
834         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
835         getdelim, rather than whether implementation is missing.
836         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
837         * lib/stdio_.h (getline): Also declare if replacement is
838         required.
839         * doc/functions/getdelim.texi: New file.
840         * doc/functions/getline.texi: Likewise.
841         * doc/gnulib.texi (Function Substitutes): Add new files.
842         Reported by Bruno Haible.
843
844 2007-08-22  Ludovic CourtĆØs  <ludo@gnu.org>
845
846         * users.txt: Add Guile.
847
848 2007-08-22  Eric Blake  <ebb9@byu.net>
849
850         * tests/test-getdelim.c (main): Use remove, not unlink.
851         * tests/test-getline.c (main): Likewise.
852
853         Move getline and getdelim into stdio.h, per POSIX 200x.
854         * modules/getline (Files): Remove getline.h.
855         (Depends-on): Add stdio.
856         (configure.ac): Add module indicator.
857         * modules/getdelim (Files): Remove getdelim.h.
858         (Depends-on): Add stdio.
859         (configure.ac): Add module indicator.
860         * modules/stdio (Makefile.am): Work with new indicators.
861         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
862         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
863         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
864         * lib/getdelim.h: Delete.
865         * lib/getline.h: Delete.
866         * lib/stdio_.h (getdelim, getline): Declare.
867         * modules/getdelim-tests: New module.
868         * modules/getline-tests: Likewise.
869         * tests/test-getdelim.c: New file.
870         * tests/test-getline.c: Likewise.
871         * NEWS: Document the change.
872         * lib/getline.c: Update choice of header.
873         * lib/csharpcomp.c: Likewise.
874         * lib/getpass.c: Likewise.
875         * lib/javacomp.c: Likewise.
876         * lib/javaversion.c: Likewise.
877         * lib/yesno.c: Likewise.
878         * lib/getdelim.c: Likewise.
879         (getdelim): Set errno on failure, and avoid memory leak.
880
881 2007-08-19  Bruno Haible  <bruno@clisp.org>
882
883         * modules/closein (Depends-on): Add freadahead.
884         * lib/closein.c: Include freadahead.h.
885         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
886         is zero.
887
888 2007-08-19  Bruno Haible  <bruno@clisp.org>
889
890         * modules/freadahead-tests: New file.
891         * tests/test-freadahead.sh: New file.
892         * tests/test-freadahead.c: New file.
893
894         * modules/freadahead: New file.
895         * lib/freadahead.h: New file.
896         * lib/freadahead.c: New file.
897         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
898         fbufmode, fpurge, freadable, fwritable.
899
900 2007-08-19  Eric Blake  <ebb9@byu.net>
901
902         Test yesno in combination with closein.
903         * lib/yesno.c (yesno): Document use of stdin.
904         * modules/yesno-tests (Files): New module.
905         * tests/test-yesno.c (main): New file.
906         * tests/test-yesno.sh: Likewise.
907
908 2007-08-19  Bruno Haible  <bruno@clisp.org>
909
910         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
911         * lib/fseeko.c (rpl_fseeko): Likewise.
912         * lib/fseterr.c (fseterr): Likewise.
913
914 2007-08-19  Bruno Haible  <bruno@clisp.org>
915
916         * tests/test-lseek.c (main): Disable a test for BeOS.
917         * doc/functions/lseek.texi: Document the BeOS bug.
918
919 2007-08-19  Bruno Haible  <bruno@clisp.org>
920             Eric Blake  <ebb9@byu.net>
921
922         * lib/lseek.c: Include <sys/stat.h>.
923         (rpl_lseek): Add workaround code also for Unix platforms.
924         Needed for BeOS.
925         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
926         * doc/functions/lseek.texi: Document BeOS definiency.
927
928 2007-08-18  Bruno Haible  <bruno@clisp.org>
929
930         * modules/fstrcmp-tests: New file.
931         * tests/test-fstrcmp.c: New file.
932
933 2007-08-18  Bruno Haible  <bruno@clisp.org>
934
935         * modules/fstrcmp: New file, from GNU gettext with modifications.
936         * lib/fstrcmp.h: New file, from GNU gettext.
937         * lib/fstrcmp.c: New file, from GNU gettext.
938         * MODULES.html.sh (String handling): Add fstrcmp.
939
940 2007-08-18  Bruno Haible  <bruno@clisp.org>
941
942         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
943         'bool'.
944         (diag, compareseq): Remove const from the ctxt argument.
945         (USE_HEURISTIC): Undefine at the end.
946
947 2007-08-18  Jim Meyering  <jim@meyering.net>
948
949         New file: lib/idcache.h
950         * NEWS: Mention the addition.
951         * modules/idcache (Files): Add lib/idcache.h
952         * lib/idcache.c: Include "idcache.h".
953         Don't include <sys/types.h>.
954         Add a FIXME comment.
955         Move file-scoped "static" declarations to the top.
956         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
957
958 2007-08-17  Bruno Haible  <bruno@clisp.org>
959         and Paul Eggert  <eggert@cs.ucla.edu>
960
961         * MODULES.html.sh: Add diffseq.
962         * modules/diffseq: New file.
963         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
964         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
965
966 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
967
968         Import changes from coreutils for bootstrap script.
969
970         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
971
972         * build-aux/bootstrap (slurp): Work even in environments where
973         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
974         current code does not slurp files whose names start with ".", and
975         this looks like it might be a troublesome area.
976
977         2007-07-11  Jim Meyering  <jim@meyering.net>
978
979         If there's a GPL vN copyright comment, require that N == 3.
980
981         2007-07-08  Jim Meyering  <jim@meyering.net>
982
983         Run the coreutils-specific code only if tests/Makefile.am.in exists.
984         * build-aux/bootstrap (mam_template): Move definition out of loop.
985
986         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
987
988         * build-aux/bootstrap (symlink_to_dir): Rename function from
989         symlink_to_gnulib.  Add a directory parameter.  Update all
990         callers.
991         (cp_mark_as_generated): Also check for -- and link to -- files in
992         gl/.
993
994         2007-07-08  Jim Meyering  <jim@meyering.net>
995
996         Adapt to deeper hierarchy in gnulib.
997         * build-aux/bootstrap (symlink_to_dir): If the destination
998         directory doesn't exist, create it. This is required at least for
999         "lib/uniwidth/cjk.h".
1000
1001         2007-05-15  Jim Meyering  <jim@meyering.net>
1002
1003         * build-aux/bootstrap: Now that generated Makefile.am files
1004         are no longer under version control, they must be created at
1005         bootstrap time.
1006
1007 2007-08-14  Ben Pfaff  <blp@gnu.org>
1008
1009         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
1010
1011 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1012
1013         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
1014         given the changes below.
1015         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
1016         even on hosts that have padding bits beyond the supported 64.
1017
1018 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
1019
1020         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
1021         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
1022         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
1023         depends on it.
1024         (xstrtol_error): Remove.
1025         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
1026         but with a different signature.
1027         (ATTRIBUTE_NORETURN, __attribute__): New macros.
1028         * lib/xstrtol-error.c: Include exitfail.h.
1029         (xstrtol_fatal): New function, with a different signature from the
1030         old xstrtol_error, so that the caller need not worry about passing
1031         in an exit status, or about storage management of the option argument.
1032         (xstrtol_error): Now a static function.  Redo signature to
1033         implement xstrtol_fatal.  Output the correct number of hyphens in
1034         front of the option so that the caller need not worry about
1035         storage management.
1036         (N_): New macro.
1037         (_): Remove; not used now.
1038         * modules/xstrtol: Depend on getopt.
1039         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
1040         of old STRTOL_FATAL_ERROR macro.
1041         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
1042         of test program.
1043         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
1044         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
1045
1046 2007-08-08  Eric Blake  <ebb9@byu.net>
1047
1048         * lib/xstrtol-error.c: Add missing include.
1049
1050         Move xstrtol messages into gnulib domain, when --pobase is used.
1051         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
1052         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
1053         * modules/xstrtol (Files): Distribute new file.
1054         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
1055         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
1056         * tests/test-xstrtol.c: ...into new file.
1057         * tests/test-xstrtoul.c: Also test xstrtoul.
1058         * tests/test-xstrtoimax.c: Also test xstrtoimax.
1059         * tests/test-xstrtoumax.c: Also test xstrtoumax.
1060         * tests/test-xstrtol.sh: Drive the tests.
1061         * tests/test-xstrtoimax.sh: Likewise.
1062         * tests/test-xstrtoumax.sh: Likewise.
1063         * modules/xstrtol-tests: New module.
1064         * modules/xstrtoimax-tests: Likewise.
1065         * modules/xstrtoumax-tests: Likewise.
1066
1067 2007-08-08  Jim Meyering  <jim@meyering.net>
1068
1069         New function: mfile_name_concat.
1070         * lib/filenamecat.c (mfile_name_concat): New function, just like
1071         file_name_concat, but return NULL upon failure rather than exiting
1072         with a diagnostic.
1073         * lib/filenamecat.h: Declare it.
1074
1075 2007-08-07  Bruno Haible  <bruno@clisp.org>
1076
1077         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
1078         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
1079         warning from gcc.
1080         Reported by Eric Blake.
1081
1082 2007-08-07  Simon Josefsson  <simon@josefsson.org>
1083
1084         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
1085         * modules/crypto/arcfour (License): Likewise.
1086         * modules/crypto/des-tests (License): Likewise.
1087         * modules/crypto/gc-arctwo-tests (License): Likewise.
1088         * modules/crypto/gc-des-tests (License): Likewise.
1089         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
1090         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
1091         * modules/crypto/gc-md2-tests (License): Likewise.
1092         * modules/crypto/gc-md4-tests (License): Likewise.
1093         * modules/crypto/gc-md5-tests (License): Likewise.
1094         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
1095         * modules/crypto/gc-rijndael-tests (License): Likewise.
1096         * modules/crypto/gc-sha1-tests (License): Likewise.
1097         * modules/crypto/gc-tests (License): Likewise.
1098         * modules/crypto/hmac-md5 (License): Likewise.
1099         * modules/crypto/hmac-sha1 (License): Likewise.
1100         * modules/crypto/md2-tests (License): Likewise.
1101         * modules/crypto/md4-tests (License): Likewise.
1102         * modules/crypto/md5 (License): Likewise.
1103         * modules/crypto/rijndael (License): Likewise.
1104         * modules/crypto/sha1 (License): Likewise.
1105         * modules/memxor (License): Likewise.
1106
1107 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1108         and Bruno Haible  <bruno@clisp.org>
1109
1110         * NEWS: Describe interface changes to human, xstrtol.
1111         * lib/human.h: Include <xstrtol.h>.
1112         (human_options): Return enum strtol_error, not int.  Remove
1113         bool arg; take int * instead.
1114         * lib/human.c: Don't include "gettext.h".
1115         (_): Remove; no longer used.
1116         Don't include <xstrtol.h>, since human.h does it.
1117         (human_options): Adjust to abovementioned interface changes.
1118         Do not report error to stderr; that's now the caller's
1119         responsibility.
1120         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
1121         interface change.
1122         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
1123         Str, Argument_type_string.  All uses changed.  Put " argument"
1124         in diagnostics to make them clearer.  Change wording of suffix
1125         message for clarity.
1126         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
1127         Argument_type_string.
1128         (STRTOL_FATAL_WARN): Remove; no longer used.
1129         * modules/human (Depends-on): Remove gettext-h.
1130
1131 2007-08-06  Simon Josefsson  <simon@josefsson.org>
1132
1133         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
1134
1135 2007-07-31  Bruno Haible  <bruno@clisp.org>
1136
1137         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
1138         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
1139         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
1140
1141 2007-07-31  Bruno Haible  <bruno@clisp.org>
1142
1143         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
1144         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
1145
1146 2007-07-30  Bruno Haible  <bruno@clisp.org>
1147
1148         * modules/base64 (License): Use the synonymous term "LGPLv2+".
1149         * modules/c-ctype (License): Likewise.
1150         * modules/c-strcase (License): Likewise.
1151         * modules/check-version (License): Likewise.
1152         * modules/iconv (License): Likewise.
1153         * modules/iconv_open (License): Likewise.
1154         * modules/read-file (License): Likewise.
1155         * modules/striconv (License): Likewise.
1156         * modules/strverscmp (License): Likewise.
1157         * modules/vasprintf (License): Likewise.
1158         * modules/crypto/des (License): Likewise.
1159         * modules/crypto/gc (License): Likewise.
1160         * modules/crypto/gc-arcfour (License): Likewise.
1161         * modules/crypto/gc-arctwo (License): Likewise.
1162         * modules/crypto/gc-des (License): Likewise.
1163         * modules/crypto/gc-hmac-md5 (License): Likewise.
1164         * modules/crypto/gc-hmac-sha1 (License): Likewise.
1165         * modules/crypto/gc-md2 (License): Likewise.
1166         * modules/crypto/gc-md4 (License): Likewise.
1167         * modules/crypto/gc-md5 (License): Likewise.
1168         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
1169         * modules/crypto/gc-random (License): Likewise.
1170         * modules/crypto/gc-rijndael (License): Likewise.
1171         * modules/crypto/gc-sha1 (License): Likewise.
1172         * modules/crypto/md2 (License): Likewise.
1173         * modules/crypto/md4 (License): Likewise.
1174
1175 2007-07-30  Jim Meyering  <jim@meyering.net>
1176
1177         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
1178         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
1179         it has valid stat data.  This bug would cause du not to count the
1180         sizes of inaccessible directories.
1181         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
1182         in <http://bugzilla.redhat.com/250077>.
1183
1184 2007-07-25  Peter O'Gorman  <peter@pogma.com>
1185             Bruno Haible  <bruno@clisp.org>
1186
1187         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
1188         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
1189         #include_next, gives a diagnostic about it, but reports no error in
1190         the exit code.
1191         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
1192
1193 2007-07-24  Ben Pfaff  <blp@gnu.org>
1194
1195         Improve name: "count-one-bits" is better than "popcount".
1196         * MODULES.html.sh: Update name.
1197         * lib/popcount.h: Renamed lib/count-one-bits.h.
1198         (popcount): Renamed count_one_bits.
1199         (popcountl): Renamed count_one_bits_l.
1200         (popcountll): Renamed count_one_bits_ll.
1201         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
1202         * modules/popcount: Renamed module/count-one-bits.
1203         * modules/popcount-tests: Renamed module/count-one-bits-tests.
1204         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
1205
1206 2007-07-23  Ben Pfaff  <blp@gnu.org>
1207
1208         * lib/popcount.h (popcount32): Reduce size of constants, to allow
1209         better code generation, and add U to large constants to avoid
1210         warnings, in non-GCC case.
1211         Suggested by Bruno Haible.
1212
1213 2007-07-23  Ben Pfaff  <blp@gnu.org>
1214
1215         * lib/popcount.h: Use verify_true instead of if...abort.
1216         * modules/popcount: Depend on verify module.
1217         Suggested by Jim Meyering.
1218
1219 2007-07-23  Bruno Haible  <bruno@clisp.org>
1220
1221         * gnulib-tool (func_import): Create a .cvsignore file also when the
1222         directory is not yet in CVS but the toplevel directory is. When
1223         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
1224         Reported by Karl Berry.
1225
1226 2007-07-22  Ben Pfaff  <blp@gnu.org>
1227
1228         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
1229         case.
1230         Suggested by Eric Blake.
1231
1232 2007-07-22  Ben Pfaff  <blp@gnu.org>
1233
1234         New module: popcount.
1235         * MODULES.html.sh: Add popcount.
1236         * modules/popcount: New file.
1237         * modules/popcount-tests: New file.
1238         * tests/test-popcount.c: New file.
1239         * lib/popcount.h: New file.
1240         * m4/popcount.m4: New file.
1241
1242 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
1243
1244         * build-aux/announce-gen: Update to GPLv3.
1245
1246         * build-aux/config.guess: Update from config.
1247
1248 2007-07-21  Bruno Haible  <bruno@clisp.org>
1249
1250         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
1251         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
1252
1253 2007-07-20  Jim Meyering  <jim@meyering.net>
1254
1255         * check-module: Diagnose a self-dependency.
1256
1257 2007-07-19  Bruno Haible  <bruno@clisp.org>
1258
1259         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
1260         empty.
1261         Reported by Eric Blake.
1262
1263 2007-07-18  Bruno Haible  <bruno@clisp.org>
1264
1265         * gnulib-tool: New options --po-base, --po-domain.
1266         (func_usage): Document them.
1267         (pobase, po_domain): New variables.
1268         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
1269         DEFAULT_TEXT_DOMAIN.
1270         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
1271         (func_import): Consider pobase and po_domain. Create a po/ directory.
1272         (func_create_testdir): Set pobase and po_domain to empty.
1273         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
1274         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
1275
1276 2007-07-18  Bruno Haible  <bruno@clisp.org>
1277
1278         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1279         EXTRA_DIST augmentation for files in build-aux/.
1280
1281 2007-07-16  Bruno Haible  <bruno@clisp.org>
1282
1283         * modules/lseek (License): Use the synonymous term "LGPLv2+".
1284         * modules/getdelim (License): Likewise.
1285
1286 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1287
1288         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
1289         * modules/d-type (License): Likewise.
1290         * modules/extensions (License): Likewise.
1291         * modules/fnmatch (License): Likewise.
1292         * modules/fseeko (License): Likewise.
1293         * modules/getaddrinfo (License): Likewise.
1294         * modules/getline (License): Likewise.
1295         * modules/getlogin_r (License): Likewise.
1296         * modules/getpass (License): Likewise.
1297         * modules/gettimeofday (License): Likewise.
1298         * modules/glob (License): Likewise.
1299         * modules/inet_ntop (License): Likewise.
1300         * modules/malloc (License): Likewise.
1301         * modules/malloca (License): Likewise.
1302         * modules/memmem (License): Likewise.
1303         * modules/mempcpy (License): Likewise.
1304         * modules/memset (License): Likewise.
1305         * modules/minmax (License): Likewise.
1306         * modules/mktime (License): Likewise.
1307         * modules/netinet_in (License): Likewise.
1308         * modules/pathmax (License): Likewise.
1309         * modules/poll (License): Likewise.
1310         * modules/regex (License): Likewise.
1311         * modules/snprintf (License): Likewise.
1312         * modules/stdbool (License): Likewise.
1313         * modules/stdint (License): Likewise.
1314         * modules/stdio (License): Likewise.
1315         * modules/strcase (License): Likewise.
1316         * modules/strcasestr (License): Likewise.
1317         * modules/strdup (License): Likewise.
1318         * modules/string (License): Likewise.
1319         * modules/strndup (License): Likewise.
1320         * modules/strnlen (License): Likewise.
1321         * modules/strpbrk (License): Likewise.
1322         * modules/strptime (License): Likewise.
1323         * modules/strsep (License): Likewise.
1324         * modules/sys_select (License): Likewise.
1325         * modules/sys_socket (License): Likewise.
1326         * modules/sys_stat (License): Likewise.
1327         * modules/sys_time (License): Likewise.
1328         * modules/time (License): Likewise.
1329         * modules/time_r (License): Likewise.
1330         * modules/timegm (License): Likewise.
1331         * modules/unistd (License): Likewise.
1332         * modules/vsnprintf (License): Likewise.
1333         * modules/wctype (License): Likewise.
1334
1335 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1336
1337         * modules/argz (License): LGPLv2+.
1338
1339 2007-07-15  Karl Berry  <karl@gnu.org>
1340
1341         * doc/gnulib.texi: revise node structure per new fdl.texi.
1342
1343 2007-07-14  Bruno Haible  <bruno@clisp.org>
1344
1345         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
1346         the output file.
1347         * lib/uniname/uninames.h: Regenerated.
1348
1349 2007-07-14  Karl Berry  <karl@gnu.org>
1350
1351         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
1352         omitting sectioning and index commands.
1353
1354 2007-07-13  Bruno Haible  <bruno@clisp.org>
1355
1356         New gnulib-tool option --more-symlinks.
1357         * gnulib-tool (func_usage): Document --more-symlinks.
1358         (do_copyrights): New variable.
1359         Recognize option --more-symlinks.
1360         (func_import): Don't add a copyright notice transform to
1361         sed_transform_lib_file if do_copyrights is empty.
1362
1363 2007-07-13  Bruno Haible  <bruno@clisp.org>
1364
1365         * lib/vasnprintf.c (decimal_point_char): Define also if
1366         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
1367         && !NEED_PRINTF_DIRECTIVE_A.
1368         Reported by Clemens Koller <clemens.koller@anagramm.de> via
1369         Gary V. Vaughan <gary@gnu.org>.
1370
1371 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
1372
1373         * lib/inttypes_.h: Undo previous change, since it was fixed
1374         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
1375
1376 2007-07-13  Bruno Haible  <bruno@clisp.org>
1377
1378         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
1379         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
1380
1381 2007-07-13  Jim Meyering  <jim@meyering.net>
1382
1383         df: Don't fail for Tru64's "file-on-file mount".
1384         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
1385         so we fall through and use statfs instead.  Details here:
1386         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
1387         Reported by Albert Chin.
1388
1389 2007-07-13  Bruno Haible  <bruno@clisp.org>
1390
1391         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
1392         * modules/configmake (License): Likewise.
1393         * modules/gettext (License): Likewise.
1394         * modules/gettext-h (License): Likewise.
1395         * modules/include_next (License): Likewise.
1396         * modules/link-warning (License): Likewise.
1397         * modules/localcharset (License): Likewise.
1398         * modules/localename (License): Likewise.
1399         * modules/lock (License): Likewise.
1400         * modules/relocatable-lib-lgpl (License): Likewise.
1401         * modules/size_max (License): Likewise.
1402         * modules/vasnprintf (License): Likewise.
1403         * modules/wchar (License): Likewise.
1404         * modules/xsize (License): Likewise.
1405
1406 2007-07-13  Bruno Haible  <bruno@clisp.org>
1407
1408         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
1409         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
1410
1411 2007-07-12  Bruno Haible  <bruno@clisp.org>
1412
1413         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
1414         in the modules files.
1415
1416 2007-07-11  Karl Berry  <karl@gnu.org>
1417
1418         * MODULES.html.sh (func_module): use
1419          sed -e '\|^'"${includefile}"'$|d'
1420          instead of /.../d, to avoid errors on $includefile's containing /.
1421
1422 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1423
1424         * gnulib-tool (func_import): Avoid duplication of --avoid
1425         statements
1426         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
1427         names to `_' in variable names.
1428
1429 2007-07-10  Eric Blake  <ebb9@byu.net>
1430
1431         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
1432         * NEWS: Document this change.
1433
1434 2007-07-08  Bruno Haible  <bruno@clisp.org>
1435
1436         Update to Unicode 5.0.
1437         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
1438         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
1439         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
1440         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
1441         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
1442         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
1443         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
1444         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
1445         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
1446         U+10A3F, U+1D242..U+1D244.
1447         (nonspacing_table_ind): Update.
1448         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
1449         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
1450
1451 2007-07-08  Bruno Haible  <bruno@clisp.org>
1452
1453         Update to Unicode 5.0.
1454         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
1455         code transform. Extend the name index field of unicode_name_to_code and
1456         unicode_code_to_name from 16 to 24 bits.
1457         * lib/uniname/uniname.c (unicode_character_name,
1458         unicode_name_character): Add the range 0x12xxx to the code transform.
1459         * lib/uniname/uninames.h: Regenerated.
1460         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
1461
1462 2007-07-07  Bruno Haible  <bruno@clisp.org>
1463
1464         * modules/wcwidth-tests: New file.
1465         * tests/test-wcwidth.c: New file.
1466
1467         Work around MacOS X wcwidth() bug.
1468         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
1469         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
1470         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
1471         original wcwidth in non-UTF-8 locales.
1472         * modules/wcwidth (Depends-on): Add localcharset, streq,
1473         uniwidth/width.
1474         * doc/functions/wcwidth.texi: Update.
1475
1476 2007-07-07  Bruno Haible  <bruno@clisp.org>
1477
1478         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
1479         (wcwidth): New declaration.
1480         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
1481         macros.
1482         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
1483         here. Prepare for creating <wchar.h> unconditionally.
1484         * modules/wchar (Depends-on): Add link-warning.
1485         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
1486         REPLACE_WCWIDTH, and GL_LINK_WARNING.
1487         * lib/wcwidth.h: Remove file.
1488         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
1489         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
1490         * modules/wcwidth (Files): Remove lib/wcwidth.h.
1491         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
1492         (Include): Replace wcwidth.h with <wchar.h>.
1493         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
1494         * lib/mbchar.h: Don't include wcwidth.h.
1495         * lib/mbswidth.c: Likewise.
1496         * NEWS: Mention the change.
1497
1498 2007-07-07  Bruno Haible  <bruno@clisp.org>
1499
1500         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
1501         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
1502         definition with an external declaration.
1503         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
1504         defined as a function. Remove AC_C_INLINE requirement.
1505         * modules/wcwidth (Files): Add lib/wcwidth.c.
1506         (Makefile.am): Remove redundant statement.
1507
1508 2007-07-07  Bruno Haible  <bruno@clisp.org>
1509
1510         * MODULES.html.sh (Unicode string functions): Add the new modules.
1511
1512         * tests/uniwidth/test-u32-strwidth.c: New file.
1513         * modules/uniwidth/u32-strwidth-tests: New file.
1514
1515         * lib/uniwidth/u32-strwidth.c: New file.
1516         * modules/uniwidth/u32-strwidth: New file.
1517
1518         * tests/uniwidth/test-u16-strwidth.c: New file.
1519         * modules/uniwidth/u16-strwidth-tests: New file.
1520
1521         * lib/uniwidth/u16-strwidth.c: New file.
1522         * modules/uniwidth/u16-strwidth: New file.
1523
1524         * tests/uniwidth/test-u8-strwidth.c: New file.
1525         * modules/uniwidth/u8-strwidth-tests: New file.
1526
1527         * lib/uniwidth/u8-strwidth.c: New file.
1528         * modules/uniwidth/u8-strwidth: New file.
1529
1530         * tests/uniwidth/test-u32-width.c: New file.
1531         * modules/uniwidth/u32-width-tests: New file.
1532
1533         * lib/uniwidth/u32-width.c: New file.
1534         * modules/uniwidth/u32-width: New file.
1535
1536         * tests/uniwidth/test-u16-width.c: New file.
1537         * modules/uniwidth/u16-width-tests: New file.
1538
1539         * lib/uniwidth/u16-width.c: New file.
1540         * modules/uniwidth/u16-width: New file.
1541
1542         * tests/uniwidth/test-u8-width.c: New file.
1543         * modules/uniwidth/u8-width-tests: New file.
1544
1545         * lib/uniwidth/u8-width.c: New file.
1546         * modules/uniwidth/u8-width: New file.
1547
1548         * tests/uniwidth/test-uc_width.c: New file.
1549         * modules/uniwidth/width-tests: New file.
1550
1551         * lib/uniwidth/width.c: New file, from GNU libiconv.
1552         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
1553         * modules/uniwidth/width: New file.
1554
1555         * lib/uniwidth.h: New file, from GNU libiconv.
1556         * modules/uniwidth/base: New file.
1557
1558 2007-07-07  Bruno Haible  <bruno@clisp.org>
1559
1560         * lib/uniname.h: New file, from GNU gettext.
1561         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
1562         * lib/uniname/uninames.h: New file, from GNU gettext.
1563         * lib/uniname/uniname.c: New file, from GNU gettext.
1564         * tests/uniname/test-uninames.sh: New file.
1565         * tests/uniname/test-uninames.c: New file, from GNU gettext.
1566         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
1567         * modules/uniname/base: New file.
1568         * modules/uniname/uniname: New file.
1569         * modules/uniname/uniname-tests: New file.
1570         * MODULES.html.sh (Unicode string functions): Add the new modules.
1571
1572 2007-07-06  Bruno Haible  <bruno@clisp.org>
1573
1574         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
1575
1576 2007-07-06  Bruno Haible  <bruno@clisp.org>
1577
1578         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
1579         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
1580         includes <cygwin/sys_time.h> which includes <sys/select.h> which
1581         include <sys/time.h>.
1582         Reported by Eric Blake.
1583
1584 2007-07-06  Eric Blake  <ebb9@byu.net>
1585
1586         Fix testing canonicalize on cygwin.
1587         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1588         Revert patch from 2007-06-19.
1589         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
1590         canonicalize module is also in use.
1591         * tests/test-canonicalize.c: New file.
1592         * tests/test-canonicalize.sh: Likewise.
1593         * modules/canonicalize-tests: Likewise.
1594
1595 2007-07-06  Jim Meyering  <jim@meyering.net>
1596
1597         * lib/getugroups.c (getugroups): Detect getgrent failure.
1598         Adjust comment to reflect reality: this function may return -1.
1599
1600 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1601
1602         * build-aux/bootstrap (TP_URL,get_translations): Update to use
1603         the new TP address.
1604         (usage): Fix typo
1605         (gnulib_mk): New variable.
1606
1607 2007-07-05  Jim Meyering  <jim@meyering.net>
1608
1609         Don't let endgrent clobber errno, no matter how improbable.
1610         * lib/getugroups.c (getugroups): Save and restore errno around
1611         endgrent call.
1612
1613         Close the group DB even when failing with 2^31 or more members.
1614         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
1615
1616 2007-07-04  Jim Meyering  <jim@meyering.net>
1617
1618         * lib/getugroups.h: New file.
1619         * lib/getugroups.c: Include "getugroups.h".
1620         Remove uses of "register" keyword.
1621         Move local variable, "cp", down into scope where used.
1622         Give "username" parameter the "const" attribute.
1623         * modules/getugroups (Files): Add lib/getugroups.h
1624
1625 2007-07-04  Karl Berry  <karl@gnu.org>
1626
1627         * MODULES.html.sh (func_all_modules): Complete rename of
1628         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
1629
1630 2007-07-02  Bruno Haible  <bruno@clisp.org>
1631
1632         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
1633         mode, when inttypes.h comes from gnulib.
1634         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1635
1636 2007-07-02  Simon Josefsson  <simon@josefsson.org>
1637
1638         * NEWS: Mention lgpl module name change.
1639
1640         * modules/lgpl-2.1: Renamed from lgpl.
1641
1642         * NEWS: Mention gpl module name change.
1643
1644         * modules/gpl-3.0: New file, based on gpl-2.0.
1645
1646         * modules/gpl-2.0: Renamed from gpl.
1647
1648         * modules/gpl: Fix filename, doc/gpl.texi is now found at
1649         doc/gpl-2.0.texi.
1650
1651 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1652
1653         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
1654         #define __STDC_LIMIT_MACROS temporarily while including
1655         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
1656         Problem reported by Joel E. Denny in
1657         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
1658
1659 2007-07-01  Bruno Haible  <bruno@clisp.org>
1660
1661         * lib/unistdio.h: New file.
1662         * lib/unistdio/u-asnprintf.h: New file.
1663         * lib/unistdio/u-asprintf.h: New file.
1664         * lib/unistdio/u-printf-args.c: New file.
1665         * lib/unistdio/u-printf-args.h: New file.
1666         * lib/unistdio/u-printf-parse.h: New file.
1667         * lib/unistdio/u-snprintf.h: New file.
1668         * lib/unistdio/u-sprintf.h: New file.
1669         * lib/unistdio/u-vasprintf.h: New file.
1670         * lib/unistdio/u-vsnprintf.h: New file.
1671         * lib/unistdio/u-vsprintf.h: New file.
1672         * lib/unistdio/ulc-asnprintf.c: New file.
1673         * lib/unistdio/ulc-asprintf.c: New file.
1674         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
1675         * lib/unistdio/ulc-printf-parse.c: New file.
1676         * lib/unistdio/ulc-snprintf.c: New file.
1677         * lib/unistdio/ulc-sprintf.c: New file.
1678         * lib/unistdio/ulc-vasnprintf.c: New file.
1679         * lib/unistdio/ulc-vasprintf.c: New file.
1680         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
1681         * lib/unistdio/ulc-vsnprintf.c: New file.
1682         * lib/unistdio/ulc-vsprintf.c: New file.
1683         * lib/unistdio/u8-asnprintf.c: New file.
1684         * lib/unistdio/u8-asprintf.c: New file.
1685         * lib/unistdio/u8-printf-parse.c: New file.
1686         * lib/unistdio/u8-snprintf.c: New file.
1687         * lib/unistdio/u8-sprintf.c: New file.
1688         * lib/unistdio/u8-vasnprintf.c: New file.
1689         * lib/unistdio/u8-vasprintf.c: New file.
1690         * lib/unistdio/u8-vsnprintf.c: New file.
1691         * lib/unistdio/u8-vsprintf.c: New file.
1692         * lib/unistdio/u8-u8-asnprintf.c: New file.
1693         * lib/unistdio/u8-u8-asprintf.c: New file.
1694         * lib/unistdio/u8-u8-snprintf.c: New file.
1695         * lib/unistdio/u8-u8-sprintf.c: New file.
1696         * lib/unistdio/u8-u8-vasnprintf.c: New file.
1697         * lib/unistdio/u8-u8-vasprintf.c: New file.
1698         * lib/unistdio/u8-u8-vsnprintf.c: New file.
1699         * lib/unistdio/u8-u8-vsprintf.c: New file.
1700         * lib/unistdio/u16-asnprintf.c: New file.
1701         * lib/unistdio/u16-asprintf.c: New file.
1702         * lib/unistdio/u16-printf-parse.c: New file.
1703         * lib/unistdio/u16-snprintf.c: New file.
1704         * lib/unistdio/u16-sprintf.c: New file.
1705         * lib/unistdio/u16-vasnprintf.c: New file.
1706         * lib/unistdio/u16-vasprintf.c: New file.
1707         * lib/unistdio/u16-vsnprintf.c: New file.
1708         * lib/unistdio/u16-vsprintf.c: New file.
1709         * lib/unistdio/u16-u16-asnprintf.c: New file.
1710         * lib/unistdio/u16-u16-asprintf.c: New file.
1711         * lib/unistdio/u16-u16-snprintf.c: New file.
1712         * lib/unistdio/u16-u16-sprintf.c: New file.
1713         * lib/unistdio/u16-u16-vasnprintf.c: New file.
1714         * lib/unistdio/u16-u16-vasprintf.c: New file.
1715         * lib/unistdio/u16-u16-vsnprintf.c: New file.
1716         * lib/unistdio/u16-u16-vsprintf.c: New file.
1717         * lib/unistdio/u32-asnprintf.c: New file.
1718         * lib/unistdio/u32-asprintf.c: New file.
1719         * lib/unistdio/u32-printf-parse.c: New file.
1720         * lib/unistdio/u32-snprintf.c: New file.
1721         * lib/unistdio/u32-sprintf.c: New file.
1722         * lib/unistdio/u32-vasnprintf.c: New file.
1723         * lib/unistdio/u32-vasprintf.c: New file.
1724         * lib/unistdio/u32-vsnprintf.c: New file.
1725         * lib/unistdio/u32-vsprintf.c: New file.
1726         * lib/unistdio/u32-u32-asnprintf.c: New file.
1727         * lib/unistdio/u32-u32-asprintf.c: New file.
1728         * lib/unistdio/u32-u32-snprintf.c: New file.
1729         * lib/unistdio/u32-u32-sprintf.c: New file.
1730         * lib/unistdio/u32-u32-vasnprintf.c: New file.
1731         * lib/unistdio/u32-u32-vasprintf.c: New file.
1732         * lib/unistdio/u32-u32-vsnprintf.c: New file.
1733         * lib/unistdio/u32-u32-vsprintf.c: New file.
1734         * tests/unistdio/test-ulc-asnprintf1.c: New file.
1735         * tests/unistdio/test-ulc-asnprintf1.h: New file.
1736         * tests/unistdio/test-ulc-printf1.h: New file.
1737         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
1738         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
1739         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
1740         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
1741         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
1742         * tests/unistdio/test-ulc-vasprintf1.c: New file.
1743         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
1744         * tests/unistdio/test-ulc-vsprintf1.c: New file.
1745         * tests/unistdio/test-u8-asnprintf1.c: New file.
1746         * tests/unistdio/test-u8-asnprintf1.h: New file.
1747         * tests/unistdio/test-u8-printf1.h: New file.
1748         * tests/unistdio/test-u8-vasnprintf1.c: New file.
1749         * tests/unistdio/test-u8-vasnprintf2.c: New file.
1750         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
1751         * tests/unistdio/test-u8-vasnprintf3.c: New file.
1752         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
1753         * tests/unistdio/test-u8-vasprintf1.c: New file.
1754         * tests/unistdio/test-u8-vsnprintf1.c: New file.
1755         * tests/unistdio/test-u8-vsprintf1.c: New file.
1756         * tests/unistdio/test-u16-asnprintf1.c: New file.
1757         * tests/unistdio/test-u16-asnprintf1.h: New file.
1758         * tests/unistdio/test-u16-printf1.h: New file.
1759         * tests/unistdio/test-u16-vasnprintf1.c: New file.
1760         * tests/unistdio/test-u16-vasnprintf2.c: New file.
1761         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
1762         * tests/unistdio/test-u16-vasnprintf3.c: New file.
1763         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
1764         * tests/unistdio/test-u16-vasprintf1.c: New file.
1765         * tests/unistdio/test-u16-vsnprintf1.c: New file.
1766         * tests/unistdio/test-u16-vsprintf1.c: New file.
1767         * tests/unistdio/test-u32-asnprintf1.c: New file.
1768         * tests/unistdio/test-u32-asnprintf1.h: New file.
1769         * tests/unistdio/test-u32-printf1.h: New file.
1770         * tests/unistdio/test-u32-vasnprintf1.c: New file.
1771         * tests/unistdio/test-u32-vasnprintf2.c: New file.
1772         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
1773         * tests/unistdio/test-u32-vasnprintf3.c: New file.
1774         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
1775         * tests/unistdio/test-u32-vasprintf1.c: New file.
1776         * tests/unistdio/test-u32-vsnprintf1.c: New file.
1777         * tests/unistdio/test-u32-vsprintf1.c: New file.
1778         * modules/unistdio/base: New file.
1779         * modules/unistdio/u-printf-args: New file.
1780         * modules/unistdio/ulc-asnprintf: New file.
1781         * modules/unistdio/ulc-asprintf: New file.
1782         * modules/unistdio/ulc-fprintf: New file.
1783         * modules/unistdio/ulc-printf-parse: New file.
1784         * modules/unistdio/ulc-snprintf: New file.
1785         * modules/unistdio/ulc-sprintf: New file.
1786         * modules/unistdio/ulc-vasnprintf: New file.
1787         * modules/unistdio/ulc-vasprintf: New file.
1788         * modules/unistdio/ulc-vfprintf: New file.
1789         * modules/unistdio/ulc-vsnprintf: New file.
1790         * modules/unistdio/ulc-vsprintf: New file.
1791         * modules/unistdio/u8-asnprintf: New file.
1792         * modules/unistdio/u8-asprintf: New file.
1793         * modules/unistdio/u8-printf-parse: New file.
1794         * modules/unistdio/u8-snprintf: New file.
1795         * modules/unistdio/u8-sprintf: New file.
1796         * modules/unistdio/u8-vasnprintf: New file.
1797         * modules/unistdio/u8-vasprintf: New file.
1798         * modules/unistdio/u8-vsnprintf: New file.
1799         * modules/unistdio/u8-vsprintf: New file.
1800         * modules/unistdio/u8-u8-asnprintf: New file.
1801         * modules/unistdio/u8-u8-asprintf: New file.
1802         * modules/unistdio/u8-u8-snprintf: New file.
1803         * modules/unistdio/u8-u8-sprintf: New file.
1804         * modules/unistdio/u8-u8-vasnprintf: New file.
1805         * modules/unistdio/u8-u8-vasprintf: New file.
1806         * modules/unistdio/u8-u8-vsnprintf: New file.
1807         * modules/unistdio/u8-u8-vsprintf: New file.
1808         * modules/unistdio/u16-asnprintf: New file.
1809         * modules/unistdio/u16-asprintf: New file.
1810         * modules/unistdio/u16-printf-parse: New file.
1811         * modules/unistdio/u16-snprintf: New file.
1812         * modules/unistdio/u16-sprintf: New file.
1813         * modules/unistdio/u16-vasnprintf: New file.
1814         * modules/unistdio/u16-vasprintf: New file.
1815         * modules/unistdio/u16-vsnprintf: New file.
1816         * modules/unistdio/u16-vsprintf: New file.
1817         * modules/unistdio/u16-u16-asnprintf: New file.
1818         * modules/unistdio/u16-u16-asprintf: New file.
1819         * modules/unistdio/u16-u16-snprintf: New file.
1820         * modules/unistdio/u16-u16-sprintf: New file.
1821         * modules/unistdio/u16-u16-vasnprintf: New file.
1822         * modules/unistdio/u16-u16-vasprintf: New file.
1823         * modules/unistdio/u16-u16-vsnprintf: New file.
1824         * modules/unistdio/u16-u16-vsprintf: New file.
1825         * modules/unistdio/u32-asnprintf: New file.
1826         * modules/unistdio/u32-asprintf: New file.
1827         * modules/unistdio/u32-printf-parse: New file.
1828         * modules/unistdio/u32-snprintf: New file.
1829         * modules/unistdio/u32-sprintf: New file.
1830         * modules/unistdio/u32-vasnprintf: New file.
1831         * modules/unistdio/u32-vasprintf: New file.
1832         * modules/unistdio/u32-vsnprintf: New file.
1833         * modules/unistdio/u32-vsprintf: New file.
1834         * modules/unistdio/u32-u32-asnprintf: New file.
1835         * modules/unistdio/u32-u32-asprintf: New file.
1836         * modules/unistdio/u32-u32-snprintf: New file.
1837         * modules/unistdio/u32-u32-sprintf: New file.
1838         * modules/unistdio/u32-u32-vasnprintf: New file.
1839         * modules/unistdio/u32-u32-vasprintf: New file.
1840         * modules/unistdio/u32-u32-vsnprintf: New file.
1841         * modules/unistdio/u32-u32-vsprintf: New file.
1842         * modules/unistdio/ulc-asnprintf-tests: New file.
1843         * modules/unistdio/ulc-vasnprintf-tests: New file.
1844         * modules/unistdio/ulc-vasprintf-tests: New file.
1845         * modules/unistdio/ulc-vsnprintf-tests: New file.
1846         * modules/unistdio/ulc-vsprintf-tests: New file.
1847         * modules/unistdio/u8-asnprintf-tests: New file.
1848         * modules/unistdio/u8-vasnprintf-tests: New file.
1849         * modules/unistdio/u8-vasprintf-tests: New file.
1850         * modules/unistdio/u8-vsnprintf-tests: New file.
1851         * modules/unistdio/u8-vsprintf-tests: New file.
1852         * modules/unistdio/u16-asnprintf-tests: New file.
1853         * modules/unistdio/u16-vasnprintf-tests: New file.
1854         * modules/unistdio/u16-vasprintf-tests: New file.
1855         * modules/unistdio/u16-vsnprintf-tests: New file.
1856         * modules/unistdio/u16-vsprintf-tests: New file.
1857         * modules/unistdio/u32-asnprintf-tests: New file.
1858         * modules/unistdio/u32-vasnprintf-tests: New file.
1859         * modules/unistdio/u32-vasprintf-tests: New file.
1860         * modules/unistdio/u32-vsnprintf-tests: New file.
1861         * modules/unistdio/u32-vsprintf-tests: New file.
1862         * MODULES.html.sh (Unicode string functions): Add the new modules.
1863
1864 2007-07-01  Bruno Haible  <bruno@clisp.org>
1865
1866         * lib/sprintf.c (sprintf): Limit the available length estimation,
1867         to avoid address wraparound.
1868         * lib/vsprintf.c (vsprintf): Likewise.
1869         * modules/sprintf-posix (Dependencies): Add stdint.
1870         * modules/vsprintf-posix (Dependencies): Likewise.
1871
1872 2007-07-01  Bruno Haible  <bruno@clisp.org>
1873
1874         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
1875         Windows PATH as well. Conservative double-quoting. Comments.
1876
1877 2007-07-01  Bruno Haible  <bruno@clisp.org>
1878             Eric Blake  <ebb9@byu.net>
1879             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1880
1881         * gnulib-tool (self_abspathname): Fix algorithm to cope with
1882         empty components in $PATH, denoting '.'.
1883
1884 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1885
1886         * gnulib-tool: Fix indentation.
1887         (func_create_megatestdir): Likewise.
1888         Report by Bruno Haible.
1889
1890 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1891
1892         Sync from Automake.
1893         * build-aux/gnupload: Fix shell portability issues with for loops.
1894         Report by Karl Berry.
1895
1896 2007-06-29  Simon Josefsson  <simon@josefsson.org>
1897
1898         * build-aux/maint.mk (POURL): Use translationproject.org.
1899
1900 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1901             Bruno Haible  <bruno@clisp.org>
1902
1903         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1904         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1905         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1906         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1907         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1908
1909 2007-06-27  Bruno Haible  <bruno@clisp.org>
1910
1911         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1912         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1913
1914 2007-06-26  Karl Berry  <karl@gnu.org>
1915
1916         * MODULES.html.sh: remove xreadlink-with-size.
1917
1918 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1919
1920         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1921         method that I hope also handles the double-include problem noted
1922         by Bruno Haible in
1923         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1924
1925 2007-06-23  Bruno Haible  <bruno@clisp.org>
1926
1927         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1928         Don't let the 'mostlyclean' target fail if the last subdirectory could
1929         not be removed.
1930         Reported by Karl Berry.
1931
1932 2007-06-23  Bruno Haible  <bruno@clisp.org>
1933
1934         * gnulib-tool (echo): Add a speedier workaround for ksh.
1935         * tests/test-echo.sh: Likewise.
1936
1937 2007-06-23  Bruno Haible  <bruno@clisp.org>
1938
1939         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1940         * tests/test-echo.sh: Likewise.
1941
1942 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1943
1944         * gnulib-tool (IFS): Initialize early, so we don't set it to
1945         empty later.
1946         (self_abspathname): Rewrite algorithm to set it, reindent.
1947         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1948         (func_create_megatestdir): Merge some sed scripts.
1949
1950 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1951
1952         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1953         exposed by Sun Studio 11 cc on Solaris 8.
1954
1955 2007-06-22  Bruno Haible  <bruno@clisp.org>
1956
1957         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1958         backslashes.
1959         * tests/test-echo.sh: New file.
1960
1961 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1962
1963         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1964         simplify `sed_replace_build_aux' scripts, they are portable but
1965         echoing them with `echo' is not.
1966         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1967
1968 2007-06-21  Karl Berry  <karl@gnu.org>
1969
1970         * config/srclist.txt: guess we can't handle the licenses via
1971         srclist at the moment.
1972
1973 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1974
1975         * MODULES.html.sh: Add include_next.
1976         * modules/include_next: New file.
1977
1978 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1979
1980         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1981         INCLUDE_NEXT.
1982         (gl_CHECK_NEXT_HEADERS): New macro.
1983         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1984         the obsolescent gl_ABSOLUTE_HEADER.
1985         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1986         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1987         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1988         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1989         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1990         * m4/math_h.m4 (gl_MATH_H): Likewise.
1991         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1992         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1993         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1994         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1995         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1996         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
1997         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
1998         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
1999         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
2000         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
2001         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
2002         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
2003         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
2004         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
2005         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
2006         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2007         * m4/inttypes.m4 (gl_INTTYPES_H): Define
2008         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
2009         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
2010         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
2011         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
2012         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
2013         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
2014         * lib/float_.h: Likewise.
2015         * lib/inttypes_.h: Likewise.
2016         * lib/math_.h: Likewise.
2017         * lib/search_.h: Likewise.
2018         * lib/signal_.h: Likewise.
2019         * lib/stdint_.h: Likewise.
2020         * lib/stdio_.h: Likewise.
2021         * lib/stdlib_.h: Likewise.
2022         * lib/string_.h: Likewise.
2023         * lib/sys_stat_.h: Likewise.
2024         * lib/sys_time_.h: Likewise.
2025         * lib/time_.h: Likewise.
2026         * lib/unistd_.h: Likewise.
2027         * lib/wchar_.h: Likewise.
2028         * lib/wctype_.h: Likewise.
2029         * lib/dirent_.h: Likewise.
2030         * lib/iconv_.h: Likewise.
2031         * lib/locale_.h: Likewise.
2032         * lib/netinet_in_.h: Likewise.
2033         * lib/sys_select_.h: Likewise.
2034         * lib/sys_socket_.h: Likewise.
2035         * lib/sysexits_.h: Likewise.
2036         * modules/fcntl (Depends-on): Depend on include_next, not
2037         absolute_header.
2038         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
2039         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
2040         * modules/fchdir: Likewise.
2041         * modules/float: Likewise.
2042         * modules/iconv_open: Likewise.
2043         * modules/inttypes: Likewise.
2044         * modules/locale: Likewise.
2045         * modules/math: Likewise.
2046         * modules/netinet_in: Likewise.
2047         * modules/search: Likewise.
2048         * modules/signal: Likewise.
2049         * modules/stdint: Likewise.
2050         * modules/stdio: Likewise.
2051         * modules/stdlib: Likewise.
2052         * modules/string: Likewise.
2053         * modules/sys_select: Likewise.
2054         * modules/sys_socket: Likewise.
2055         * modules/sys_stat: Likewise.
2056         * modules/sys_time: Likewise.
2057         * modules/sysexits: Likewise.
2058         * modules/time: Likewise.
2059         * modules/unistd: Likewise.
2060         * modules/wchar: Likewise.
2061         * modules/wctype: Likewise.
2062         * modules/sys_stat: Change maintainer to "all".
2063         * modules/unistd: Likewise.
2064
2065 2007-06-20  Karl Berry  <karl@gnu.org>
2066
2067         * config/srclist.txt: track www changes in license files.
2068
2069 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
2070
2071         * build-aux/bootstrap: Remove stray dot.
2072         Make sure build_aux settings are honored when linking
2073         gnulib_extra_files.
2074
2075 2007-06-19  Eric Blake  <ebb9@byu.net>
2076
2077         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
2078         Allow compilation on cygwin.
2079
2080 2007-06-19  Jim Meyering  <jim@meyering.net>
2081
2082         xreadlink-with-size: Remove module.  No longer used.
2083         Ex-callers now use xreadlink or mreadlink-with-size.
2084         * modules/xreadlink-with-size: Remove module.
2085         * lib/xreadlink-with-size.c: Remove file.
2086         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
2087         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
2088         just before the function definition *is* accurate.
2089
2090         Eliminate one way canonicalize_filename_mode could exit.
2091         * lib/canonicalize.c (canonicalize_filename_mode):
2092         Use mreadlink_with_size, not xreadlink_with_size.
2093
2094 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
2095
2096         Detect porting problems to FreeBSD/arm, which has time_t wider than
2097         long int.  Original problem reported for GNU diff by Xin Li in
2098         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
2099         * modules/getdate (Depends-on): Add intprops, verify.
2100         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
2101         is an integer type no wider than long int.
2102
2103 2007-06-18  Jim Meyering  <jim@meyering.net>
2104
2105         New module: mreadlink-with-size.
2106         * MODULES.html.sh: Add mreadlink-with-size.
2107         * modules/mreadlink-with-size: New module
2108         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
2109         not xreadlink-with-size.
2110         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
2111
2112 2007-06-16  Bruno Haible  <bruno@clisp.org>
2113
2114         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
2115         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
2116         Reported by Gary V. Vaughan <gary@gnu.org>.
2117
2118 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
2119
2120         Revamp lchown so that it lives in unistd.h where it belongs.
2121         * lib/lchown.h: Remove.
2122         * lib/dirchownmod.c: Don't include lib/lchown.h.
2123         * lib/fchownat.c: Likewise.
2124         * lib/openat.c: Likewise.
2125         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
2126         does not follow symlinks.
2127         (EOPNOTSUPP): Define if not defined.
2128         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
2129         is defined to 0.
2130         (lchown): New decl.
2131         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
2132         Do not check for lchown decl.
2133         Set REPLACE_LCHOWN.
2134         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
2135         REPLACE_LCHOWN.
2136         * modules/chown: Make it clear it follows symlinks.
2137         * modules/lchown: Make it clear it doesn't follow symlinks.
2138         (Files): Remove lib/lchown.h
2139         (Depends-on): Add unistd.
2140         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
2141         (Include): Include <unistd.h>, not "lchown.h".
2142         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
2143         REPLACE_LCHOWN.
2144
2145 2007-06-15  Jim Meyering  <jim@meyering.net>
2146
2147         Change license (GPL to LGPL) of fsusage and dependents.
2148         * modules/fsusage (License): Change to LGPL.
2149         * modules/full-read (License): Likewise.
2150         * modules/full-write (License): Likewise.
2151         * modules/safe-read (License): Likewise.
2152         * modules/safe-write (License): Likewise.
2153
2154 2007-06-14  Ben Pfaff  <blp@gnu.org>
2155
2156         Missing part of allocsa -> malloca transition.
2157         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
2158         gl_MALLOCA.
2159
2160 2007-06-12  Bruno Haible  <bruno@clisp.org>
2161
2162         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
2163         to ia64, x86_64, i386.
2164         Reported by Eric Blake.
2165
2166 2007-06-12  Bruno Haible  <bruno@clisp.org>
2167
2168         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
2169         cross-compiling to x86_64.
2170
2171 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
2172
2173         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
2174         glitch reported by Ralf Wildenhues in
2175         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
2176
2177         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
2178         Vin Shelton.
2179
2180 2007-06-11  Bruno Haible  <bruno@clisp.org>
2181
2182         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
2183         replacement string.
2184         Reported by Eric Blake.
2185
2186 2007-06-10  Bruno Haible  <bruno@clisp.org>
2187
2188         Prepare vasnprintf code for use with Unicode strings.
2189         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
2190         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
2191         TYPE_U32_STRING.
2192         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
2193         a_u32_string variants.
2194         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
2195         * lib/printf-args.c: Don't include config.h and the specification
2196         header if PRINTF_FETCHARGS is already defined.
2197         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
2198         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
2199         TYPE_U16_STRING, TYPE_U32_STRING.
2200         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
2201         u16_directive, u16_directives, u32_directive, u32_directives): New
2202         types.
2203         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
2204         New declarations.
2205         * lib/printf-parse.c: Don't include config.h and the specification
2206         header if PRINTF_PARSE is already defined. Eliminate the set of
2207         parameters for WIDE_CHAR_VERSION; the user of this file must provide
2208         them now. Include c-ctype.h.
2209         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
2210         directive and CHAR_T_ONLY_ASCII.
2211         * lib/vasnprintf.c: Don't include config.h and the specification header
2212         if VASNPRINTF is already defined.
2213         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
2214         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
2215         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
2216         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
2217         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
2218         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
2219         code accordingly.
2220         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
2221         pad_ourselves also in this case, with the 'c' and 's' directives, and
2222         with a different notion of "width".
2223         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
2224
2225 2007-06-10  Bruno Haible  <bruno@clisp.org>
2226
2227         * modules/unistr/u32-mbsnlen: New file.
2228         * lib/unistr/u32-mbsnlen.c: New file.
2229
2230         * modules/unistr/u16-mbsnlen: New file.
2231         * lib/unistr/u16-mbsnlen.c: New file.
2232
2233         * modules/unistr/u8-mbsnlen: New file.
2234         * lib/unistr/u8-mbsnlen.c: New file.
2235
2236         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
2237         declarations.
2238
2239 2007-06-10  Bruno Haible  <bruno@clisp.org>
2240
2241         * lib/string_.h (mbsnlen): New declaration.
2242         * lib/mbsnlen.c: New file.
2243         * m4/mbsnlen.m4: New file.
2244         * modules/mbsnlen: New file.
2245         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
2246         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
2247         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
2248
2249 2007-06-10  Bruno Haible  <bruno@clisp.org>
2250
2251         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
2252
2253 2007-06-10  Bruno Haible  <bruno@clisp.org>
2254
2255         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
2256         * lib/mbuiter.h: Likewise.
2257
2258 2007-06-10  Bruno Haible  <bruno@clisp.org>
2259
2260         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
2261         declaration.
2262
2263 2007-06-10  Karl Berry  <karl@gnu.org>
2264
2265         * config/srclist.txt: remove gettext entries, Bruno prefers
2266         to update individually.
2267
2268 2007-06-10  Bruno Haible  <bruno@clisp.org>
2269
2270         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
2271         'maxlen'. Ensure only length + width bytes are allocated, not
2272         length + 1 + width.
2273
2274 2007-06-09  Bruno Haible  <bruno@clisp.org>
2275
2276         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
2277         (CHAR_T): Remove macro.
2278         (VASNPRINTF): Update.
2279
2280 2007-06-09  Bruno Haible  <bruno@clisp.org>
2281
2282         * MODULES.html.sh (Unicode string functions): Add the new modules.
2283
2284         * modules/uniconv/u32-conv-to-enc: New file.
2285         * lib/uniconv/u32-conv-to-enc.c: New file.
2286         * modules/uniconv/u32-conv-to-enc-tests: New file.
2287         * tests/uniconv/test-u32-conv-to-enc.c: New file.
2288
2289         * modules/uniconv/u16-conv-to-enc: New file.
2290         * lib/uniconv/u16-conv-to-enc.c: New file.
2291         * lib/uniconv/u-conv-to-enc.h: New file.
2292         * modules/uniconv/u16-conv-to-enc-tests: New file.
2293         * tests/uniconv/test-u16-conv-to-enc.c: New file.
2294
2295         * modules/uniconv/u8-conv-to-enc: New file.
2296         * lib/uniconv/u8-conv-to-enc.c: New file.
2297         * modules/uniconv/u8-conv-to-enc-tests: New file.
2298         * tests/uniconv/test-u8-conv-to-enc.c: New file.
2299
2300         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
2301         u32_conv_to_encoding): New declarations.
2302
2303 2007-06-09  Bruno Haible  <bruno@clisp.org>
2304
2305         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
2306
2307 2007-06-09  Bruno Haible  <bruno@clisp.org>
2308
2309         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
2310         * modules/malloca: Renamed from modules/allocsa, updated.
2311         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
2312         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
2313         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
2314         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
2315         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
2316         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
2317         * modules/xmalloca: Renamed from modules/xallocsa, updated.
2318         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
2319         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
2320         * modules/c-strcasestr (Depends-on): Update.
2321         * lib/c-strcasestr.c: Update.
2322         * modules/c-strstr (Depends-on): Update.
2323         * lib/c-strstr.c: Update.
2324         * modules/canonicalize-lgpl (Depends-on): Update.
2325         * lib/canonicalize-lgpl.c: Update.
2326         * modules/clean-temp (Depends-on): Update.
2327         * lib/clean-temp.c: Update.
2328         * modules/csharpcomp (Depends-on): Update.
2329         * lib/csharpcomp.c: Update.
2330         * modules/csharpexec (Depends-on): Update.
2331         * lib/csharpexec.c: Update.
2332         * modules/javacomp (Depends-on): Update.
2333         * lib/javacomp.c: Update.
2334         * modules/javaexec (Depends-on): Update.
2335         * lib/javaexec.c: Update.
2336         * modules/mbscasestr (Depends-on): Update.
2337         * lib/mbscasestr.c: Update.
2338         * modules/mbsstr (Depends-on): Update.
2339         * lib/mbsstr.c: Update.
2340         * modules/setenv (Depends-on): Update.
2341         * lib/setenv.c: Update.
2342         * modules/strcasestr (Depends-on): Update.
2343         * lib/strcasestr.c: Update.
2344         * modules/striconveha (Depends-on): Update.
2345         * lib/striconveha.c: Update.
2346         * modules/relocatable-prog-wrapper (Files): Update.
2347         * lib/relocwrapper.c: Update.
2348         * build-aux/install-reloc: Update.
2349         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
2350
2351 2007-06-08  Bruno Haible  <bruno@clisp.org>
2352
2353         Port to uClibc.
2354         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
2355         * lib/fpurge.c (fpurge): Likewise.
2356         * lib/freading.c (freading): Likewise.
2357         * lib/fseeko.c (rpl_fseeko): Likewise.
2358         * lib/fseterr.c (fseterr): Likewise.
2359         * lib/fwriting.c (fwriting): Likewise.
2360         * tests/test-fflush.c (main): Avoid a failure on uClibc.
2361
2362 2007-06-08  Bruno Haible  <bruno@clisp.org>
2363
2364         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
2365         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
2366         * modules/gettext (Files): Add m4/intlmacosx.m4.
2367
2368 2007-06-07  Bruno Haible  <bruno@clisp.org>
2369
2370         * modules/localename-tests: New file.
2371         * tests/test-localename.c: New file.
2372
2373         New module 'localename'.
2374         * lib/localename.h: New file.
2375         * lib/localename.c: New file, from GNU gettext.
2376         * m4/localename.m4: New file.
2377         * modules/localename: New file.
2378
2379 2007-06-07  Bruno Haible  <bruno@clisp.org>
2380
2381         Work around the lack of <wchar.h> on some builds of uClibc.
2382         * doc/headers/wchar.texi: Update.
2383         * lib/wchar_.h: Include <wchar.h> only if it exists.
2384         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
2385         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
2386         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
2387         doesn't exist.
2388         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
2389         * modules/mbfile (Depends-on): Add wchar.
2390         * modules/mbiter (Depends-on): Likewise.
2391         * modules/mbuiter (Depends-on): Likewise.
2392         Reported by Simon Josefsson.
2393
2394 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
2395
2396         Work around problem reported by Steven M. Schweda in
2397         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
2398         Tru64 5.1B with the Compaq compiler environment installed declares
2399         an 'isblank' function but does not define it in the C library.
2400         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
2401         * lib/regex_internal.h (isblank): Likewise.
2402         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
2403         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2404
2405 2007-06-05  Bruno Haible  <bruno@clisp.org>
2406
2407         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
2408         ia64.
2409         * modules/printf-safe: New file.
2410         * modules/fprintf-posix (Depends-on): Add printf-safe.
2411         * modules/printf-posix (Depends-on): Likewise.
2412         * modules/snprintf-posix (Depends-on): Likewise.
2413         * modules/sprintf-posix (Depends-on): Likewise.
2414         * modules/vasnprintf-posix (Depends-on): Likewise.
2415         * modules/vasprintf-posix (Depends-on): Likewise.
2416         * modules/vfprintf-posix (Depends-on): Likewise.
2417         * modules/vprintf-posix (Depends-on): Likewise.
2418         * modules/vsnprintf-posix (Depends-on): Likewise.
2419         * modules/vsprintf-posix (Depends-on): Likewise.
2420         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
2421         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
2422         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
2423         "no" on i386, x86_64, ia64.
2424         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
2425         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2426         on i386, x86_64, ia64.
2427         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
2428         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2429         on i386, x86_64, ia64.
2430         * tests/test-vasnprintf-posix.c: Include float.h.
2431         (LDBL80_WORDS): New macro.
2432         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2433         on i386, x86_64, ia64.
2434         * tests/test-vasprintf-posix.c: Include float.h.
2435         (LDBL80_WORDS): New macro.
2436         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2437         on i386, x86_64, ia64.
2438         * tests/test-snprintf-posix.c: Include float.h.
2439         * tests/test-sprintf-posix.c: Likewise.
2440         * tests/test-vsnprintf-posix.c: Likewise.
2441         * tests/test-vsprintf-posix.c: Likewise.
2442
2443 2007-06-05  Bruno Haible  <bruno@clisp.org>
2444
2445         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
2446         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
2447         non-IEEE numbers on i386, x86_64, ia64.
2448         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
2449         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
2450         * tests/test-isnanl.h: Include float.h.
2451         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
2452
2453 2007-06-05  Bruno Haible  <bruno@clisp.org>
2454
2455         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
2456         also the %a / %A. Handle the %a / %A code before this extra handling.
2457
2458 2007-06-05  Bruno Haible  <bruno@clisp.org>
2459
2460         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
2461         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
2462
2463 2007-06-05  Bruno Haible  <bruno@clisp.org>
2464
2465         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
2466         typo in variable name.
2467
2468 2007-06-05  Eric Blake  <ebb9@byu.net>
2469
2470         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
2471         Reported by Simon Josefsson.
2472
2473 2007-06-04  Bruno Haible  <bruno@clisp.org>
2474
2475         Avoid test failures on some PowerPC platforms.
2476         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
2477         Define differently for PowerPC.
2478         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
2479         Reported by Gary V. Vaughan <gary@gnu.org>.
2480
2481 2007-06-02  Bruno Haible  <bruno@clisp.org>
2482
2483         Fix test-stdint failure on FreeBSD/ia64.
2484         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
2485         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
2486         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
2487         * doc/headers/stdint.texi: Update.
2488
2489 2007-06-01  Bruno Haible  <bruno@clisp.org>
2490
2491         * tests/test-binary-io.c (main): Pass a third argument to open().
2492         Reported by Gary V. Vaughan <gary@gnu.org>.
2493
2494 2007-06-01  Bruno Haible  <bruno@clisp.org>
2495
2496         * doc/functions/frexpl.texi: Update for mingw.
2497
2498 2007-06-01  Bruno Haible  <bruno@clisp.org>
2499
2500         * tests/test-lseek.c (main): Disable test of errno for invalid third
2501         argument.
2502         * doc/functions/lseek.texi: Update.
2503         Reported by Gary V. Vaughan <gary@gnu.org>.
2504
2505 2007-05-28  Bruno Haible  <bruno@clisp.org>
2506
2507         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
2508
2509 2007-05-31  Eric Blake  <ebb9@byu.net>
2510
2511         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
2512         cross compiling.
2513
2514 2007-05-30  Eric Blake  <ebb9@byu.net>
2515         and Bruno Haible  <bruno@clisp.org>
2516
2517         Work around mingw test failures exposed by m4-1.4.9b.
2518         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
2519         * tests/test-unistd.c: Disable uid_t and git_t tests for the
2520         moment.
2521
2522 2007-05-30  Bruno Haible  <bruno@clisp.org>
2523
2524         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
2525         assuming that they are closed. Needed on HP-UX 11.
2526
2527 2007-05-29  Bruno Haible  <bruno@clisp.org>
2528
2529         Fix a problem with #include_next.
2530         * lib/dirent_.h: Split the double-inclusion guard.
2531         * lib/fcntl_.h: Likewise.
2532         * lib/float_.h: Likewise.
2533         * lib/iconv_.h: Likewise.
2534         * lib/inttypes_.h: Likewise.
2535         * lib/locale_.h: Likewise.
2536         * lib/math_.h: Likewise.
2537         * lib/netinet_in_.h: Likewise.
2538         * lib/search_.h: Likewise.
2539         * lib/signal_.h: Likewise.
2540         * lib/stdint_.h: Likewise.
2541         * lib/stdio_.h: Likewise.
2542         * lib/stdlib_.h: Likewise.
2543         * lib/string_.h: Likewise.
2544         * lib/sys_select_.h: Likewise.
2545         * lib/sys_socket_.h: Likewise.
2546         * lib/sys_stat_.h: Likewise.
2547         * lib/sys_time_.h: Likewise.
2548         * lib/sysexits_.h: Likewise.
2549         * lib/time_.h: Likewise.
2550         * lib/unistd_.h: Likewise.
2551         * lib/wchar_.h: Likewise.
2552         * lib/wctype_.h: Likewise.
2553
2554 2007-05-29  Bruno Haible  <bruno@clisp.org>
2555
2556         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
2557         for the moment.
2558
2559 2007-05-29  Bruno Haible  <bruno@clisp.org>
2560
2561         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
2562         invocation.
2563         Reported by Eric Blake.
2564
2565 2007-05-29  Bruno Haible  <bruno@clisp.org>
2566
2567         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
2568         compiling case.
2569
2570 2007-05-29  Eric Blake  <ebb9@byu.net>
2571             Bruno Haible  <bruno@clisp.org>
2572
2573         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
2574         cross compiles.
2575
2576 2007-05-28  Eric Blake  <ebb9@byu.net>
2577
2578         * modules/closein-tests (test_closein_LDADD): Support test on
2579         cygwin with libtool.
2580
2581 2007-05-28  Bruno Haible  <bruno@clisp.org>
2582
2583         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
2584         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2585         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2586         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2587         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2588         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2589         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2590         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2591         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2592
2593 2007-05-28  Eric Blake  <ebb9@byu.net>
2594
2595         Unconditionally include <config.h> in unit tests.
2596         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
2597         * tests/test-allocsa.c, tests/test-arcfour.c,
2598         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
2599         tests/test-array_list.c, tests/test-array_oset.c,
2600         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
2601         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
2602         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
2603         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
2604         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
2605         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
2606         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
2607         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
2608         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
2609         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
2610         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
2611         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
2612         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
2613         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
2614         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
2615         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
2616         test-md5.c, test-memmem.c, test-printf-posix.c,
2617         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
2618         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
2619         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
2620         test-strcasestr.c, test-striconv.c, test-striconveh.c,
2621         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
2622         test-vasnprintf-posix2.c, test-vasnprintf.c,
2623         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
2624         test-vfprintf-posix.c, test-vprintf-posix.c,
2625         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
2626         test-xvasprintf.c: Likewise.
2627
2628 2007-05-28  Bruno Haible  <bruno@clisp.org>
2629
2630         * gnulib-tool (func_import): Remember the --with-tests command-line
2631         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
2632         Reported by Eric Blake.
2633
2634 2007-05-28  Bruno Haible  <bruno@clisp.org>
2635
2636         * modules/ftell-tests: New file.
2637         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
2638         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
2639
2640         * lib/ftell.c: New file.
2641         * modules/ftell: New file.
2642         * m4/ftell.m4: New file.
2643         * doc/functions/ftell.texi: Update.
2644         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
2645         REPLACE_FTELL.
2646         * lib/stdio_.h (rpl_ftell): New declaration.
2647         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
2648         REPLACE_FTELL.
2649
2650 2007-05-28  Eric Blake  <ebb9@byu.net>
2651
2652         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
2653
2654 2007-05-28  Bruno Haible  <bruno@clisp.org>
2655
2656         * modules/fseek-tests: New file.
2657         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
2658         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
2659
2660         * lib/fseek.c: New file.
2661         * modules/fseek: New file.
2662         * m4/fseek.m4: New file.
2663         * doc/functions/fseek.texi: Update.
2664         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
2665         REPLACE_FSEEK.
2666         * lib/stdio_.h (rpl_fseek): New declaration.
2667         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
2668         REPLACE_FSEEK.
2669
2670 2007-05-28  Bruno Haible  <bruno@clisp.org>
2671
2672         * lib/stdio_.h (fflush): More comments.
2673
2674 2007-05-28  Bruno Haible  <bruno@clisp.org>
2675
2676         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
2677         runtime test.
2678
2679 2007-05-28  Eric Blake  <ebb9@byu.net>
2680
2681         Improve lseek module.
2682         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
2683         * lib/unistd_.h (lseek): Scale back link warning message.
2684         * tests/test-lseek.c: Beef up test.
2685         * tests/test-lseek.sh: Exercise more facets of lseek.
2686         Reported by Bruno Haible.
2687
2688 2007-05-28  Bruno Haible  <bruno@clisp.org>
2689
2690         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
2691         to define.
2692
2693 2007-05-27  Bruno Haible  <bruno@clisp.org>
2694
2695         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
2696
2697 2007-05-27  Bruno Haible  <bruno@clisp.org>
2698
2699         * modules/openmp: New file.
2700         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
2701         Noah Misch.
2702
2703 2007-05-26  Bruno Haible  <bruno@clisp.org>
2704
2705         * modules/chdir-long (Depends-on): Add fchdir.
2706         * modules/chdir-safer (Depends-on): Likewise.
2707         * modules/fts (Depends-on): Likewise.
2708         * modules/fts-lgpl (Depends-on): Likewise.
2709         * modules/openat (Depends-on): Likewise.
2710         * modules/savewd (Depends-on): Likewise.
2711
2712 2007-05-24  Eric Blake  <ebb9@byu.net>
2713
2714         Fix lseek on mingw.
2715         * modules/lseek: New module.
2716         * m4/lseek.m4: New file.
2717         * lib/lseek.c: New file.
2718         * modules/lseek-tests: New file.
2719         * tests/test-lseek.c: New file.
2720         * tests/test-lseek.sh: New file.
2721         * MODULES.html.sh: Document lseek module.
2722         * modules/fflush (Depends-on): Add lseek, fseeko.
2723         * modules/fseeko (Depends-on): Likewise.
2724         * modules/ftello (Depends-on): Likewise.
2725         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
2726         broken.
2727         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
2728         broken.
2729         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
2730         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
2731         * lib/ftello.c (rpl_ftello): Likewise.
2732         * tests/test-fseeko.c (main): Test this.
2733         * tests/test-fseeko.sh: Likewise.
2734         * tests/test-ftello.c (main): Likewise.
2735         * tests/test-ftello.sh: Likewise.
2736         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
2737         implies replacing fseek.
2738         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
2739         HAVE_FTELLO.
2740         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
2741         * modules/unistd (Makefile.am): Likewise.
2742         * lib/unistd_.h (lseek): Declare a replacement.
2743         * doc/functions/lseek.texi (lseek): Document this fix.
2744         * doc/functions/fseek.texi (fseek): Likewise.
2745         * doc/functions/ftell.texi (ftell): Likewise.
2746
2747 2007-05-24  Bruno Haible  <bruno@clisp.org>
2748
2749         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
2750         in the printed representation of a NaN.
2751         * tests/test-vasprintf-posix.c (test_function): Likewise.
2752         * tests/test-snprintf-posix.h (test_function): Likewise.
2753         * tests/test-sprintf-posix.h (test_function): Likewise.
2754         Reported by Eric Blake.
2755
2756 2007-05-23  Eric Blake  <ebb9@byu.net>
2757
2758         Fix fseeko/ftello on cygwin 1.5.24.
2759         * doc/functions/fseeko.texi (fseeko): Document the fix.
2760         * doc/functions/ftello.texi (ftello): Document the fix.
2761         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
2762         * doc/functions/stdout.text (stdout): New file.
2763         * doc/functions/stderr.text (stderr): New file.
2764         * doc/gnulib.texi (Function Substitutes): Use new files.
2765         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
2766         prior to 1.7.0.
2767         * tests/test-ftello.c (main): Likewise for ftello.
2768         * tests/test-fseeko.sh: New file.
2769         * tests/test-ftello.sh: New file.
2770         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
2771         with seekable stdin.
2772         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
2773         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
2774         (gl_REPLACE_FSEEKO): New macro.
2775         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
2776         * modules/fseeko (Files): Distribute fseeko.c.
2777         * modules/ftello (Files): Distribute ftello.c.
2778         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
2779         mode.
2780         * lib/ftello.c (rpl_ftello): New file.
2781         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
2782         fseeko, ftello.
2783         (gl_STDIN_LARGE_OFFSET): New macro.
2784         * modules/stdio (Makefile.am): Perform the replacement.
2785         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
2786
2787 2007-05-23  Bruno Haible  <bruno@clisp.org>
2788
2789         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
2790         GNULIB_POSIXCHECK is defined.
2791
2792 2007-05-21  Bruno Haible  <bruno@clisp.org>
2793
2794         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
2795         Check also the output for NaN arguments. When cross-compiling, guess
2796         no on IRIX.
2797         * lib/vasnprintf.c: Update comments.
2798         * tests/test-vasnprintf-posix.c (strisnan): New function.
2799         (test_function): Use it.
2800         * tests/test-vasprintf-posix.c (strisnan): New function.
2801         (test_function): Use it.
2802         * tests/test-snprintf-posix.h (strisnan): New function.
2803         (test_function): Use it.
2804         * tests/test-sprintf-posix.h (strisnan): New function.
2805         (test_function): Use it.
2806         Reported by Eric Blake.
2807
2808 2007-05-20  Bruno Haible  <bruno@clisp.org>
2809
2810         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
2811         numbers that fails on BeOS.
2812         * doc/functions/frexpl.texi: Update.
2813
2814 2007-05-20  Jim Meyering  <jim@meyering.net>
2815
2816         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
2817         forced upon us by glibc-2.6.
2818
2819 2007-05-20  Bruno Haible  <bruno@clisp.org>
2820
2821         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2822         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
2823         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
2824         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
2825         NEED_PRINTF_INFINITE.
2826         (is_infinitel): New function.
2827         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
2828         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
2829         gl_PREREQ_VASNPRINTF_INFINITE.
2830         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
2831         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2832         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
2833         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
2834         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
2835         gl_PREREQ_VASNPRINTF_INFINITE.
2836         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2837         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2838         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2839         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2840         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2841         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2842         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2843         * doc/functions/fprintf.texi: Update.
2844         * doc/functions/printf.texi: Update.
2845         * doc/functions/snprintf.texi: Update.
2846         * doc/functions/sprintf.texi: Update.
2847         * doc/functions/vfprintf.texi: Update.
2848         * doc/functions/vprintf.texi: Update.
2849         * doc/functions/vsnprintf.texi: Update.
2850         * doc/functions/vsprintf.texi: Update.
2851
2852 2007-05-20  Bruno Haible  <bruno@clisp.org>
2853
2854         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
2855         was not found in libc.
2856         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
2857
2858 2007-05-20  Bruno Haible  <bruno@clisp.org>
2859
2860         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2861         printed as "-nan" instead of "nan".
2862         * tests/test-vasprintf-posix.c (test_function): Likewise.
2863         * tests/test-snprintf-posix.h (test_function): Likewise.
2864         * tests/test-sprintf-posix.h (test_function): Likewise.
2865         Needed for HP-UX 11.
2866
2867 2007-05-20  Jim Meyering  <jim@meyering.net>
2868
2869         Fix buggy test for the fchownat-deref bug.
2870         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
2871         symlink required for the run-test.  Without it, this test would
2872         always declare that fchownat doesn't work, and client code would
2873         unnecessarily use the replacement function with fixed libc.
2874         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
2875         Reported by Greg Schafer.
2876
2877 2007-05-19  Bruno Haible  <bruno@clisp.org>
2878
2879         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
2880         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
2881         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
2882         Needed for IRIX 6.5 and Solaris 2.5.1.
2883
2884 2007-05-19  Bruno Haible  <bruno@clisp.org>
2885
2886         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
2887         (test_function): Skip tests involving -0.0 on platforms where
2888         -0.0 = 0.0.
2889         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
2890         (test_function): Skip tests involving -0.0 on platforms where
2891         -0.0 = 0.0.
2892         * tests/test-snprintf-posix.h (have_minus_zero): New function.
2893         (test_function): Skip tests involving -0.0 on platforms where
2894         -0.0 = 0.0.
2895         * tests/test-sprintf-posix.h (have_minus_zero): New function.
2896         (test_function): Skip tests involving -0.0 on platforms where
2897         -0.0 = 0.0.
2898         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2899         tests.
2900         * tests/test-printf-posix.h (test_function): Likewise.
2901         * tests/test-printf-posix.output: Remove all -0.0 related results.
2902         Needed for IRIX 6.5.
2903
2904 2007-05-19  Bruno Haible  <bruno@clisp.org>
2905
2906         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2907         printed as "nan0x7fffffff" instead of "nan".
2908         * tests/test-vasprintf-posix.c (test_function): Likewise.
2909         * tests/test-snprintf-posix.h (test_function): Likewise.
2910         * tests/test-sprintf-posix.h (test_function): Likewise.
2911         * tests/test-fprintf-posix.h (NaN): Remove macro.
2912         (test_function): Remove all NaN related tests.
2913         * tests/test-printf-posix.h (NaN): Remove macro.
2914         (test_function): Remove all NaN related tests.
2915         * tests/test-printf-posix.output: Remove all NaN related results.
2916         Needed for IRIX 6.5.
2917
2918 2007-05-19  Bruno Haible  <bruno@clisp.org>
2919
2920         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2921         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2922
2923 2007-05-19  Bruno Haible  <bruno@clisp.org>
2924
2925         * lib/float_.h: New file.
2926         * m4/float_h.m4: New file.
2927         * modules/float: New file.
2928         * modules/isnanl (Dependencies): Add float.
2929         * modules/isnanl-nolibm (Dependencies): Likewise.
2930         * modules/mathl (Dependencies): Likewise.
2931         * modules/printf-frexpl (Dependencies): Likewise.
2932         * modules/signbit (Dependencies): Likewise.
2933         * modules/vasnprintf (Dependencies): Likewise.
2934         * doc/headers/float.texi: Update.
2935
2936 2007-05-19  Jim Meyering  <jim@meyering.net>
2937
2938         * lib/utimens.c (gl_futimens): Rename from futimens,
2939         now that glibc-2.6 declares futimens.
2940         * lib/utimens.h: Likewise.
2941
2942 2007-05-19  Bruno Haible  <bruno@clisp.org>
2943
2944         Avoid test failures on mingw.
2945         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2946         * tests/test-printf-posix.sh: Likewise.
2947         * tests/test-vfprintf-posix.sh: Likewise.
2948         * tests/test-vprintf-posix.sh: Likewise.
2949
2950 2007-05-19  Bruno Haible  <bruno@clisp.org>
2951
2952         Fix *printf result for NaN, Inf, -0.0 on mingw.
2953         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2954         * lib/vasnprintf.c: Include math.h and isnan.h.
2955         (is_infinite_or_zero): New function.
2956         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2957         values in the %f, %F, %e, %E, %g, %G directives.
2958         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2959         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2960         gl_PRINTF_INFINITE and test its result. Invoke
2961         gl_PREREQ_VASNPRINTF_INFINITE.
2962         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2963         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2964         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2965         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2966         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2967         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2968         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2969         * doc/functions/fprintf.texi: Update.
2970         * doc/functions/printf.texi: Update.
2971         * doc/functions/snprintf.texi: Update.
2972         * doc/functions/sprintf.texi: Update.
2973         * doc/functions/vfprintf.texi: Update.
2974         * doc/functions/vprintf.texi: Update.
2975         * doc/functions/vsnprintf.texi: Update.
2976         * doc/functions/vsprintf.texi: Update.
2977
2978 2007-05-19  Bruno Haible  <bruno@clisp.org>
2979
2980         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2981         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2982         Instead of multiplying with 10^k, set extra_zeroes to k.
2983         (scale10_round_long_double): Remove function.
2984
2985 2007-05-18  Bruno Haible  <bruno@clisp.org>
2986
2987         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2988         introduced on 2007-05-06.
2989
2990 2007-05-18  Bruno Haible  <bruno@clisp.org>
2991
2992         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2993         %g directives.
2994         * tests/test-vasprintf-posix.c (test_function): Likewise.
2995         * tests/test-snprintf-posix.h (test_function): Likewise.
2996         * tests/test-sprintf-posix.h (test_function): Likewise.
2997
2998 2007-05-18  Bruno Haible  <bruno@clisp.org>
2999
3000         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
3001         (strmatch): New function.
3002         (test_function): Test the %f directive on numbers of various exponents.
3003         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
3004         (strmatch): New function.
3005         (test_function): Test the %f directive on numbers of various exponents.
3006         * tests/test-snprintf-posix.h (strmatch): New function.
3007         (test_function): Test the %f directive on numbers of various exponents.
3008         * tests/test-sprintf-posix.h (strmatch): New function.
3009         (test_function): Test the %f directive on numbers of various exponents.
3010         * tests/test-snprintf-posix.c (SIZEOF): New macro.
3011         * tests/test-sprintf-posix.c (SIZEOF): New macro.
3012         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
3013         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
3014
3015 2007-05-18  Bruno Haible  <bruno@clisp.org>
3016
3017         Add support for 'long double' number output.
3018         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
3019         * lib/vasnprintf.c: Include math.h and float+.h.
3020         (mp_limb_t): New type.
3021         (GMP_LIMB_BITS): New macro.
3022         (mp_twolimb_t): New type.
3023         (GMP_TWOLIMB_BITS): New macro.
3024         (mpn_t): New type.
3025         (multiply, divide, convert_to_decimal, decode_long_double,
3026         scale10_round_long_double, scale10_round_decimal_long_double,
3027         floorlog10l): New functions.
3028         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
3029         for the %f, %F, %e, %E, %g, %G directives.
3030         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
3031         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3032         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
3033         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
3034         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3035         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3036         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3037         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3038         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3039         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3040         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3041         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
3042         * modules/snprintf-posix (Depends-on): Likewise.
3043         * modules/sprintf-posix (Depends-on): Likewise.
3044         * modules/vasnprintf-posix (Depends-on): Likewise.
3045         * modules/vasprintf-posix (Depends-on): Likewise.
3046         * modules/vfprintf-posix (Depends-on): Likewise.
3047         * modules/vsnprintf-posix (Depends-on): Likewise.
3048         * modules/vsprintf-posix (Depends-on): Likewise.
3049         * modules/vasnprintf (Files): Add lib/float+.h.
3050         * doc/functions/fprintf.texi: Update.
3051         * doc/functions/printf.texi: Update.
3052         * doc/functions/snprintf.texi: Update.
3053         * doc/functions/sprintf.texi: Update.
3054         * doc/functions/vfprintf.texi: Update.
3055         * doc/functions/vprintf.texi: Update.
3056         * doc/functions/vsnprintf.texi: Update.
3057         * doc/functions/vsprintf.texi: Update.
3058
3059 2007-05-18  Bruno Haible  <bruno@clisp.org>
3060
3061         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
3062
3063 2007-05-18  Bruno Haible  <bruno@clisp.org>
3064
3065         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
3066         for printing 64-bit integers. Needed for mingw.
3067
3068 2007-05-18  Bruno Haible  <bruno@clisp.org>
3069
3070         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3071         gl_FUNC_FREXPL_WORKS.
3072         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
3073
3074 2007-05-18  Bruno Haible  <bruno@clisp.org>
3075
3076         * modules/frexpl-nolibm-tests: New file.
3077
3078         * modules/frexpl-nolibm: New file.
3079         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
3080
3081 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
3082
3083         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
3084         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
3085         GCC 4.2, which otherwise issues a lot of warnings.
3086         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
3087         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
3088         Likewise.
3089         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
3090         * modules/iconv_open (iconv.h): Likewise.
3091         * modules/locale (locale.h): Likewise.
3092         * modules/netinet_in (netinet/in.h): Likewise.
3093         * modules/sys_select (sys_select.h): Likewise.
3094         * modules/sys_socket (sys/socket.h): Likewise.
3095         * modules/sys_stat (sys/stat.h): Likewise.
3096         * modules/sysexits (sysexits.h): Likewise.
3097         * modules/unistd (unistd.h): Likewise.
3098
3099 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3100
3101         * modules/closein-tests (Makefile.am): Distribute
3102         `test-closein.sh'.
3103
3104 2007-05-17  Bruno Haible  <bruno@clisp.org>
3105
3106         * tests/test-printf-posix.output: Renamed from
3107         tests/test-fprintf-posix.out.
3108         * modules/fprintf-posix-tests: Update.
3109         * modules/printf-posix-tests: Update.
3110         * modules/vfprintf-posix-tests: Update.
3111         * modules/vprintf-posix-tests: Update.
3112         * tests/test-fprintf-posix.sh: Update.
3113         * tests/test-printf-posix.sh: Update.
3114         * tests/test-vfprintf-posix.sh: Update.
3115         * tests/test-vprintf-posix.sh: Update.
3116         Reported by Ralf Wildenhues.
3117
3118 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
3119
3120         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
3121         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
3122         GCC 4.2, which otherwise issues a lot of warnings.
3123         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
3124         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
3125         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
3126         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
3127         it should no longer be needed.
3128         * lib/string_.h: Likewise.
3129         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
3130         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
3131         * modules/inttypes (inttypes.h): Likewise.
3132         * modules/math (math.h): Likewise.
3133         * modules/search (search.h): Likewise.
3134         * modules/signal (signal.h): Likewise.
3135         * modules/stdint (stdint.h): Likewise.
3136         * modules/stdio (stdio.h): Likewise.
3137         * modules/stdlib (stdlib.h): Likewise.
3138         * modules/string (string.h): Likewise.
3139         * modules/sys_time (sys/time.h): Likewise.
3140         * modules/time (time.h): Likewise.
3141         * modules/wchar (wchar.h): Likewise.
3142         * modules/wctype (wtype.h): Likewise.
3143
3144 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
3145
3146         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
3147
3148 2007-05-13  Bruno Haible  <bruno@clisp.org>
3149
3150         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
3151         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3152         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
3153         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3154         (gl_PREREQ_STRTOK_R): Don't require it here.
3155
3156 2007-05-13  Bruno Haible  <bruno@clisp.org>
3157
3158         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
3159         when used in C++ mode.
3160
3161 2007-05-12  Bruno Haible  <bruno@clisp.org>
3162
3163         * lib/linebuffer.h: Tweak doc.
3164         * lib/linebuffer.c: Likewise.
3165
3166 2007-05-12  James Youngman  <jay@gnu.org>
3167
3168         * lib/linebuffer.c (readlinebuffer_delim): New function,
3169         like readlinebuffer, but use a caller-specified delimiter.
3170         (readlinebuffer): Just call readlinebuffer_delim with '\n'
3171         as the delimiter.
3172         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
3173
3174 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3175
3176         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
3177         * modules/openat (Files): Remove openat-die.c.
3178         (Depends-on): Add openat-die.
3179         * modules/openat-die: New module.
3180
3181 2007-05-06  Bruno Haible  <bruno@clisp.org>
3182
3183         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
3184         Update with info about Cygwin.
3185         * doc/functions/fprintf.texi: Update.
3186         * doc/functions/printf.texi: Update.
3187         * doc/functions/snprintf.texi: Update.
3188         * doc/functions/sprintf.texi: Update.
3189         * doc/functions/vfprintf.texi: Update.
3190         * doc/functions/vprintf.texi: Update.
3191         * doc/functions/vsnprintf.texi: Update.
3192         * doc/functions/vsprintf.texi: Update.
3193         Reported by Eric Blake.
3194
3195 2007-05-06  Bruno Haible  <bruno@clisp.org>
3196
3197         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
3198         padding ourselves for the floating-point directives.
3199         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
3200         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
3201         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3202         gl_PRINTF_FLAG_ZERO and test its result. Invoke
3203         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
3204         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3205         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
3206         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3207         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3208         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3209         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3210         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3211         * tests/test-snprintf-posix.h (test_function): Also check the width
3212         and some flags in the %f directive.
3213         * tests/test-sprintf-posix.h (test_function): Likewise.
3214         * tests/test-vasnprintf-posix.c (test_function): Likewise.
3215         * tests/test-vasprintf-posix.c (test_function): Likewise.
3216         * doc/functions/fprintf.texi: Update.
3217         * doc/functions/printf.texi: Update.
3218         * doc/functions/snprintf.texi: Update.
3219         * doc/functions/sprintf.texi: Update.
3220         * doc/functions/vfprintf.texi: Update.
3221         * doc/functions/vprintf.texi: Update.
3222         * doc/functions/vsnprintf.texi: Update.
3223         * doc/functions/vsprintf.texi: Update.
3224
3225 2007-05-06  Bruno Haible  <bruno@clisp.org>
3226
3227         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
3228         pass the ' flag character to sprintf or snprintf.
3229         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
3230         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
3231         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3232         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
3233         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
3234         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3235         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
3236         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3237         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3238         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3239         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3240         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3241         * tests/test-snprintf-posix.h (test_function): Also check the grouping
3242         flag.
3243         * tests/test-sprintf-posix.h (test_function): Likewise.
3244         * tests/test-vasnprintf-posix.c (test_function): Likewise.
3245         * tests/test-vasprintf-posix.c (test_function): Likewise.
3246         * doc/functions/fprintf.texi: Update.
3247         * doc/functions/printf.texi: Update.
3248         * doc/functions/snprintf.texi: Update.
3249         * doc/functions/sprintf.texi: Update.
3250         * doc/functions/vfprintf.texi: Update.
3251         * doc/functions/vprintf.texi: Update.
3252         * doc/functions/vsnprintf.texi: Update.
3253         * doc/functions/vsprintf.texi: Update.
3254
3255 2007-05-01  Bruno Haible  <bruno@clisp.org>
3256
3257         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
3258
3259 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
3260
3261         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
3262         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
3263
3264 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
3265
3266         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
3267         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
3268         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
3269
3270 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
3271
3272         * lib/argp-help.c (struct hol_entry): New member `ord'.
3273         (HOL_ENTRY_PTRCMP): Use ord for comparison
3274         (hol_sort): Initialize ord.
3275
3276 2007-05-01  Bruno Haible  <bruno@clisp.org>
3277
3278         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
3279         Reported by Eric Blake.
3280         * doc/gnulib.texi (Function Substitutes): Update.
3281
3282 2007-05-01  Bruno Haible  <bruno@clisp.org>
3283
3284         * doc/functions.texi: Remove file, now redundant through
3285         doc/functions/*.texi.
3286
3287 2007-05-01  Bruno Haible  <bruno@clisp.org>
3288
3289         * modules/argp (Depends-on): Add sleep.
3290
3291 2007-05-01  Bruno Haible  <bruno@clisp.org>
3292
3293         * modules/sleep-tests: New file.
3294         * tests/test-sleep.c: New file.
3295
3296         * modules/sleep: New file.
3297         * lib/sleep.c: New file.
3298         * m4/sleep.m4: New file.
3299         * lib/unistd_.h (sleep): New declaration.
3300         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
3301         HAVE_SLEEP.
3302         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
3303         * doc/functions/sleep.texi: Document the sleep module.
3304
3305 2007-05-01  Bruno Haible  <bruno@clisp.org>
3306
3307         * lib/sigprocmask.h: Remove file.
3308         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
3309         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
3310         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
3311         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
3312         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
3313         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
3314         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
3315         HAVE_SIGSET_T as a shell variable.
3316         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
3317         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
3318         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
3319         (Depends-on): Add signal. Remove verify.
3320         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
3321         (Include): Mention <signal.h> instead of sigprocmask.h.
3322         * NEWS: Mention the change.
3323         * lib/fatal-signal.c: Don't include sigprocmask.h.
3324
3325 2007-05-01  Bruno Haible  <bruno@clisp.org>
3326
3327         * modules/signal: New file.
3328         * lib/signal_.h: New file.
3329         * m4/signal_h.m4: New file.
3330
3331 2007-05-01  Bruno Haible  <bruno@clisp.org>
3332
3333         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
3334         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
3335         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
3336         HAVE_WCTYPE_CTMP_BUG into wctype.h.
3337
3338 2007-05-01  Bruno Haible  <bruno@clisp.org>
3339
3340         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
3341         configure time.
3342         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
3343         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
3344         * modules/sys_stat (Makefile.am): Substitute their values into
3345         sys/stat.h.
3346
3347 2007-05-01  Bruno Haible  <bruno@clisp.org>
3348
3349         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
3350         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
3351         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
3352
3353 2007-05-01  Bruno Haible  <bruno@clisp.org>
3354
3355         * doc/header/assert.texi: Undo last change: don't mention the gnulib
3356         'assert' module here.
3357
3358 2007-05-01  Bruno Haible  <bruno@clisp.org>
3359
3360         * doc/functions/*.texi: New files.
3361         * doc/functions/google-ranking.txt: New file.
3362         * doc/gnulib.texi (Function Substitutes): New chapter.
3363         (ctime, inet_ntoa): Remove sections.
3364         * doc/ctime.texi: Remove file.
3365         * doc/inet_ntoa.texi: Remove file.
3366         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
3367         dependencies.
3368         (%.info): New rule, specifying a --reference-limit.
3369
3370 2007-05-01  Bruno Haible  <bruno@clisp.org>
3371
3372         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
3373
3374 2007-05-01  Bruno Haible  <bruno@clisp.org>
3375
3376         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
3377         the portability of 'mkdir' to mingw systems.
3378
3379 2007-05-01  Bruno Haible  <bruno@clisp.org>
3380
3381         * doc/headers/google-ranking.txt: New file.
3382
3383 2007-04-30  Eric Blake  <ebb9@byu.net>
3384
3385         Prefer fseeko to fseek.
3386         * modules/getpass (Depends-on): Add fseeko.
3387         * lib/getpass.c (getpass): Use fseeko, not fseek.
3388
3389 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
3390
3391         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
3392         assumes the sorting is stable, while most qsort implementations
3393         are not.  Use argument addresses to ensure they never compare as
3394         equal.
3395
3396         * tests/test-argp-2.sh (usage-indent test): Fix output
3397         (func_compare): Restore diff options
3398         * tests/test-argp.c: Restore #include "progname.h"
3399
3400 2007-04-29  Bruno Haible  <bruno@clisp.org>
3401
3402         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
3403         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3404         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
3405         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3406         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
3407         (configure.ac): Define CHECK_SNPRINTF_POSIX.
3408         (TESTS, check_PROGRAMS): Add test-snprintf.
3409         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
3410         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
3411         (TESTS, check_PROGRAMS): Add test-vsnprintf.
3412         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
3413         assertions that fail on HP-UX, OSF/1, or IRIX.
3414         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
3415
3416 2007-04-29  Bruno Haible  <bruno@clisp.org>
3417
3418         * MODULES.html.sh (posix_functions): Remove 'contents'.
3419
3420 2007-04-29  Karl Berry  <karl@gnu.org>
3421
3422         * config/srclist.txt (gendocs_template_min): new entry.
3423
3424 2007-04-29  Bruno Haible  <bruno@clisp.org>
3425
3426         Work around fpurge bug on BSD systems.
3427         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
3428         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
3429         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
3430         fpurge to rpl_fpurge if the system already has this function.
3431         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
3432         the case where the system already has this function. Correct invariants
3433         on BSD systems.
3434         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
3435         BSD systems.
3436
3437 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
3438
3439         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
3440         proposed by Sven Verdoolaege.
3441
3442         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
3443         options.
3444         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
3445         (usage and help tests): Update
3446
3447 2007-04-29  Bruno Haible  <bruno@clisp.org>
3448
3449         * tests/test-fflush.c (main): Use a file of size 17, not 10.
3450         Print more information in case of failure. Disable a test on BeOS.
3451
3452 2007-04-29  Bruno Haible  <bruno@clisp.org>
3453
3454         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
3455         This helps debugging on systems on which no gdb is available.
3456
3457 2007-04-29  Bruno Haible  <bruno@clisp.org>
3458
3459         * lib/freading.h: Improve comments.
3460         * lib/fwriting.h: Likewise.
3461         * tests/test-freading.c (main): Don't check freading immediately after
3462         repositioning. Needed for glibc.
3463
3464 2007-04-29  Bruno Haible  <bruno@clisp.org>
3465
3466         * lib/freading.c (freading): Trivial simplification.
3467
3468 2007-04-28  Bruno Haible  <bruno@clisp.org>
3469
3470         * tests/test-fwriting.c (main): Also test the interaction between
3471         fflush and fwriting.
3472         * modules/fwriting-tests (Depends-on): Add fflush.
3473
3474         * tests/test-freading.c (main): Also test the interaction between
3475         fflush and freading.
3476         * modules/freading-tests (Depends-on): Add fflush.
3477
3478 2007-04-28  Bruno Haible  <bruno@clisp.org>
3479
3480         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
3481         fseeko and ftello.
3482         Suggested by Eric Blake.
3483
3484 2007-04-28  Jim Meyering  <jim@meyering.net>
3485
3486         Avoid false-negative in gl_STDINT_H's C99 conformance test.
3487         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
3488         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
3489
3490 2007-04-27  Eric Blake  <ebb9@byu.net>
3491
3492         * doc/headers/assert.texi (assert.h): Document assert module use.
3493
3494 2007-04-27  Bruno Haible  <bruno@clisp.org>
3495
3496         * doc/headers/*.texi: New files.
3497         * doc/gnulib.texi (Header File Substitutes): New chapter.
3498         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
3499         dependencies.
3500         (standards.info ,standards.html, standards.dvi): Update dependencies.
3501         (mostlyclean, clean): New targets.
3502
3503 2007-04-27  Bruno Haible  <bruno@clisp.org>
3504
3505         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
3506         * modules/sysexits (Files, Makefile.am): Update.
3507
3508         * lib/sys_socket_.h: Renamed from lib/socket_.h.
3509         * modules/sys_socket (Files, Makefile.am): Update.
3510
3511         * lib/sys_stat_.h: Renamed from lib/stat_.h.
3512         * modules/sys_stat (Files, Makefile.am): Update.
3513
3514 2007-04-27  Eric Blake  <ebb9@byu.net>
3515
3516         * lib/freading.h: Improve comments.
3517         * lib/fwriting.h: Likewise.
3518         * lib/fflush.c: Likewise.
3519
3520         Fix closein for mingw.
3521         * modules/closein-tests: Add tests for closein.
3522         * tests/test-closein.c: New file.
3523         * tests/test-closein.sh: Likewise.
3524         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
3525         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
3526
3527 2007-04-27  Bruno Haible  <bruno@clisp.org>
3528
3529         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
3530         version is < 6.
3531         * lib/math_.h [__DECC]: Likewise.
3532         * lib/stdio_.h [__DECC]: Likewise.
3533         * lib/stdlib_.h [__DECC]: Likewise.
3534         * lib/string_.h [__DECC]: Likewise.
3535         * lib/time_.h [__DECC]: Likewise.
3536         * lib/wchar_.h [__DECC]: Likewise.
3537         * lib/wctype_.h [__DECC]: Likewise.
3538
3539 2007-04-27  Bruno Haible  <bruno@clisp.org>
3540
3541         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
3542
3543 2007-04-27  Bruno Haible  <bruno@clisp.org>
3544
3545         * lib/fflush.c: Add comments.
3546         * modules/fpurge-tests (Depends-on): Add fflush.
3547         * modules/freadable-tests (Depends-on): Likewise.
3548         * modules/fwritable-tests (Depends-on): Likewise.
3549
3550 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
3551
3552         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
3553         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
3554         Report by Bruno Haible <bruno@clisp.org>.
3555
3556 2007-04-26  Eric Blake  <ebb9@byu.net>
3557
3558         Fix fflush on mingw.
3559         * modules/fflush (Depends-on): Add freading.
3560         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
3561         but unread data.
3562
3563 2007-04-26  Eric Blake  <ebb9@byu.net>
3564         and Bruno Haible  <bruno@clisp.org>
3565
3566         Implement freading and fwriting.
3567         * lib/freading.c: New file.
3568         * lib/freading.h: Likewise.
3569         * m4/freading.m4: Likewise.
3570         * modules/freading: Likewise.
3571         * modules/freading-tests: Likewise.
3572         * tests/test-freading.c: Likewise.
3573         * lib/fwriting.c: New file.
3574         * lib/fwriting.h: Likewise.
3575         * m4/fwriting.m4: Likewise.
3576         * modules/fwriting: Likewise.
3577         * modules/fwriting-tests: Likewise.
3578         * tests/test-fwriting.c: Likewise.
3579         * MODULES.html.sh (File stream based Input/Output): Mention them.
3580
3581 2007-04-26  Bruno Haible  <bruno@clisp.org>
3582
3583         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
3584         'long' when we assume it.
3585         Suggested by Eric Blake.
3586
3587 2007-04-26  Bruno Haible  <bruno@clisp.org>
3588
3589         Ensure fseeko, ftello are declared on glibc systems.
3590         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
3591         * modules/fseeko (configure.ac-early): Likewise.
3592         * modules/ftello (configure.ac-early): Likewise.
3593         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
3594         AC_FUNC_FSEEKO for this.
3595         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
3596         (gl_CHECK_FSEEKO): Remove macro.
3597
3598 2007-04-26  Bruno Haible  <bruno@clisp.org>
3599
3600         * tests/test-fflush.c (main): Also check the ftell result after
3601         fflush and fseek/fseeko.
3602         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
3603         file descriptor position cache in the stream.
3604         * lib/fseeko.c (rpl_fseeko): Likewise.
3605
3606 2007-04-26  Bruno Haible  <bruno@clisp.org>
3607
3608         * modules/fflush-tests (Depends-on): Add fseeko.
3609
3610 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
3611             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3612
3613         * lib/argz_.h: ensure error_t definition is obtained in same
3614         mechanism system argz.h would have.
3615         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
3616         argz facilities are known bad.  Err on the side of caution if
3617         cross-compiling.
3618
3619 2007-04-25  Eric Blake  <ebb9@byu.net>
3620
3621         * lib/fpurge.c (includes): Use stdlib.h for free.
3622         * tests/test-fflush.c (main): Also test fflush-fseeko.
3623
3624 2007-04-25  Bruno Haible  <bruno@clisp.org>
3625
3626         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
3627         * lib/fseeko.c: New file.
3628         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
3629         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
3630         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
3631         gl_FUNC_FSEEKO.
3632         (gl_FUNC_FSEEKO): Invoke it.
3633         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
3634         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
3635         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
3636
3637 2007-04-25  Bruno Haible  <bruno@clisp.org>
3638
3639         * modules/fflush (Depends-on): Add ftello.
3640
3641 2007-04-25  Bruno Haible  <bruno@clisp.org>
3642
3643         * modules/ftello-tests: New file.
3644         * tests/test-ftello.c: New file.
3645
3646         * modules/ftello: New file.
3647         * m4/ftello.m4: New file.
3648         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
3649         HAVE_FTELLO.
3650         * lib/stdio_.h (ftello): New declaration.
3651         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
3652         HAVE_FTELLO.
3653
3654 2007-04-25  Bruno Haible  <bruno@clisp.org>
3655
3656         * modules/fseeko-tests: New file.
3657         * tests/test-fseeko.c: New file.
3658
3659         * modules/fseeko: New file.
3660         * m4/fseeko.m4: New file.
3661         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
3662         HAVE_FSEEKO.
3663         * lib/stdio_.h (fseeko): New declaration.
3664         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
3665         HAVE_FSEEKO.
3666
3667 2007-04-25  Bruno Haible  <bruno@clisp.org>
3668
3669         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
3670
3671 2007-04-25  Bruno Haible  <bruno@clisp.org>
3672
3673         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
3674         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
3675         * tests/test-unistd.c: Likewise.
3676         * tests/test-fcntl.c: Likewise.
3677
3678 2007-04-23  Eric Blake  <ebb9@byu.net>
3679
3680         * lib/fflush.c: Fix missing include.
3681         Reported by Bruno Haible.
3682
3683 2007-04-23  Bruno Haible  <bruno@clisp.org>
3684
3685         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
3686         Reported by Eric Blake.
3687
3688 2007-04-23  Bruno Haible  <bruno@clisp.org>
3689
3690         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
3691
3692 2007-04-23  Bruno Haible  <bruno@clisp.org>
3693
3694         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
3695
3696 2007-04-23  Bruno Haible  <bruno@clisp.org>
3697
3698         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
3699         Needed on HP-UX 11.
3700
3701 2007-04-16  Eric Blake  <ebb9@byu.net>
3702
3703         Make fflush rely on fpurge.
3704         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
3705         open coding all variants.
3706         * modules/fflush (Depends-on): Add fpurge and unistd.
3707         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
3708         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
3709
3710         Fix --with-tests compilation on cygwin.
3711         * modules/argmatch-tests (Makefile.am): List gnulib library first
3712         in LDADD.
3713         * modules/argp-tests (Makefile.am): Likewise.
3714         * modules/array-list-tests (Makefile.am): Likewise.
3715         * modules/array-oset-tests (Makefile.am): Likewise.
3716         * modules/avltree-list-tests (Makefile.am): Likewise.
3717         * modules/avltree-oset-tests (Makefile.am): Likewise.
3718         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3719         * modules/carray-list-tests (Makefile.am): Likewise.
3720         * modules/dirname-tests (Makefile.am): Likewise.
3721         * modules/frexp-tests (Makefile.am): Likewise.
3722         * modules/isnanl-tests (Makefile.am): Likewise.
3723         * modules/linked-list-tests (Makefile.am): Likewise.
3724         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3725         * modules/lock-tests (Makefile.am): Likewise.
3726         * modules/rbtree-list-tests (Makefile.am): Likewise.
3727         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3728         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3729         * modules/tls-tests (Makefile.am): Likewise.
3730         * modules/tsearch-tests (Makefile.am): Likewise.
3731         * modules/xvasprintf-tests (Makefile.am): Likewise.
3732
3733         Fix fpurge for cygwin.
3734         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
3735         value.
3736         * modules/fpurge-tests (Depends-on): Clean up trash.
3737
3738 2007-04-16  Simon Josefsson  <simon@josefsson.org>
3739
3740         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
3741
3742         * m4/autobuild.m4: Re-indent.
3743
3744 2007-04-13  Bruno Haible  <bruno@clisp.org>
3745
3746         * modules/fpurge-tests: New file.
3747         * tests/test-fpurge.c: New file.
3748
3749         * modules/fpurge: New file.
3750         * lib/fpurge.h: New file.
3751         * lib/fpurge.c: New file.
3752         * m4/fpurge.m4: New file.
3753
3754 2007-04-13  Bruno Haible  <bruno@clisp.org>
3755
3756         * modules/fbufmode-tests: New file.
3757         * tests/test-fbufmode.c: New file.
3758
3759         * modules/fbufmode: New file.
3760         * lib/fbufmode.h: New file.
3761         * lib/fbufmode.c: New file.
3762         * m4/fbufmode.m4: New file.
3763
3764 2007-04-13  Bruno Haible  <bruno@clisp.org>
3765
3766         * modules/fwritable-tests: New file.
3767         * tests/test-fwritable.c: New file.
3768
3769         * modules/fwritable: New file.
3770         * lib/fwritable.h: New file.
3771         * lib/fwritable.c: New file.
3772         * m4/fwritable.m4: New file.
3773
3774 2007-04-13  Bruno Haible  <bruno@clisp.org>
3775
3776         * modules/freadable-tests: New file.
3777         * tests/test-freadable.c: New file.
3778
3779         * modules/freadable: New file.
3780         * lib/freadable.h: New file.
3781         * lib/freadable.c: New file.
3782         * m4/freadable.m4: New file.
3783
3784 2007-04-13  Bruno Haible  <bruno@clisp.org>
3785
3786         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
3787         MOSTLYCLEANFILES.
3788
3789 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3790
3791         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
3792         gzip bootstrap.conf to avoid dragging in i18n machinery.
3793         (gnulib_tool_option): Use it.
3794
3795 2007-04-13  Bruno Haible  <bruno@clisp.org>
3796
3797         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
3798         %F directives.
3799         * tests/test-vasprintf-posix.c (test_function): Likewise.
3800         * tests/test-snprintf-posix.h (test_function): Likewise.
3801         * tests/test-sprintf-posix.h (test_function): Likewise.
3802         * tests/test-fprintf-posix.h (test_function): Likewise.
3803         * tests/test-printf-posix.h (test_function): Likewise.
3804         * tests/test-fprintf-posix.out: Likewise.
3805
3806 2007-04-13  Bruno Haible  <bruno@clisp.org>
3807
3808         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
3809         * modules/tls-tests (configure.ac): Likewise.
3810         Reported by Arto C. Nirkko <anirkko@insel.ch>.
3811
3812 2007-04-13  Bruno Haible  <bruno@clisp.org>
3813
3814         * lib/tls.c (glthread_tls_get): Fix return type.
3815         Patch by Arto C. Nirkko <anirkko@insel.ch>.
3816
3817 2007-04-12  Eric Blake  <ebb9@byu.net>
3818
3819         * modules/gettime (Depends-on): Remove gettime.
3820         Reported by Dmitry V. Levin.
3821
3822 2007-04-12  Bruno Haible  <bruno@clisp.org>
3823
3824         * modules/fflush (Include): Mention <stdio.h>.
3825         * modules/strtoimax (Include): Mention <inttypes.h>.
3826         * modules/strtoumax (Include): Likewise.
3827
3828 2007-04-12  Eric Blake  <ebb9@byu.net>
3829
3830         * .cvsignore: New file.
3831         * .gitignore: Likewise.
3832
3833 2007-04-12  Bruno Haible  <bruno@clisp.org>
3834
3835         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
3836         not before, since $(LDADD) often contains libgnu.a.
3837         * modules/striconv-tests (test_striconv_LDADD): Likewise.
3838         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
3839         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
3840         Needed on Cygwin.
3841
3842 2007-04-12  Eric Blake  <ebb9@byu.net>
3843
3844         Work around glibc's failure to flush stdin on fclose.
3845         * lib/closein.c (close_stdin): Flush stdin before closing.
3846
3847         Work around glibc's failure to reset seekable stdin on exit.
3848         * modules/closein: New module.
3849         * lib/closein.c: New file.
3850         * lib/closein.h: Likewise.
3851         * m4/closein.m4: Likewise.
3852         * MODULES.html.sh (File stream based Input/Output): Document it.
3853
3854 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3855
3856         * gnulib-tool: Rename generated 'autobuild' script to
3857         'do-autobuild' in --create-megatestdir output.
3858
3859         * doc/gnulib.texi (Build robot for gnulib): Fix.
3860
3861 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3862
3863         * modules/sysexits (Depends-on): Add absolute-header.
3864
3865 2007-04-12  Eric Blake  <ebb9@byu.net>
3866
3867         No need to preserve errno on success.
3868         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
3869         Reported by Bruno Haible.
3870
3871 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3872
3873         * MODULES.html.sh (Support for maintaining and releasing
3874         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
3875
3876 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3877
3878         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
3879
3880 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3881
3882         * modules/autobuild: New module.
3883
3884         * m4/autobuild.m4: New file.
3885
3886 2007-04-11  Bruno Haible  <bruno@clisp.org>
3887
3888         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
3889         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
3890         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
3891         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
3892         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3893         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3894         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3895         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3896         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3897         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3898         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
3899         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3900         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3901         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
3902         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3903         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3904         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
3905         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3906         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3907         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
3908         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3909         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3910         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
3911         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3912         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3913         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3914         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3915         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3916         Reported by Eric Blake.
3917
3918 2007-04-11  Bruno Haible  <bruno@clisp.org>
3919
3920         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3921
3922 2007-04-10  Bruno Haible  <bruno@clisp.org>
3923
3924         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3925         for NaN and Infinity. Needed on FreeBSD 6.1.
3926         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3927         regarding results for "%010a" of Infinity and NaN.
3928         * tests/test-vasprintf-posix.c (test_function): Likewise.
3929         * tests/test-snprintf-posix.h (test_function): Likewise.
3930         * tests/test-sprintf-posix.h (test_function): Likewise.
3931         * tests/test-fprintf-posix.h (test_function): Likewise.
3932         * tests/test-printf-posix.h (test_function): Likewise.
3933         * tests/test-fprintf-posix.out: Likewise.
3934
3935 2007-04-10  Bruno Haible  <bruno@clisp.org>
3936
3937         * modules/locale-tests: New file.
3938         * tests/test-locale.c: New file.
3939
3940         * modules/locale: New file.
3941         * lib/locale_.h: New file.
3942         * m4/locale_h.m4: New file.
3943
3944 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3945             Bruno Haible  <bruno@clisp.org>
3946
3947         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3948         be determined, test for availability of the copysignf, copysign,
3949         copysignl functions.
3950         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3951         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3952         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3953
3954 2007-04-09  Eric Blake  <ebb9@byu.net>
3955
3956         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3957         * modules/stdio (Makefile.am): Support fflush.
3958         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3959         * modules/fflush: New file.
3960         * lib/fflush.c: Likewise.
3961         * m4/fflush.m4: Likewise.
3962         * modules/fflush-tests: New test.
3963         * tests/test-fflush.c: Likewise.
3964         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3965
3966 2007-04-06  Bruno Haible  <bruno@clisp.org>
3967
3968         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3969         (VASNPRINTF): Use signbit for faster determination whether to print a
3970         minus sign.
3971         * modules/vasnprintf (Files): Remove lib/float+.h.
3972         * modules/fprintf-posix (Depends-on): Add signbit.
3973         * modules/snprintf-posix (Depends-on): Likewise.
3974         * modules/sprintf-posix (Depends-on): Likewise.
3975         * modules/vasnprintf-posix (Depends-on): Likewise.
3976         * modules/vasprintf-posix (Depends-on): Likewise.
3977         * modules/vfprintf-posix (Depends-on): Likewise.
3978         * modules/vsnprintf-posix (Depends-on): Likewise.
3979         * modules/vsprintf-posix (Depends-on): Likewise.
3980
3981 2007-04-06  Bruno Haible  <bruno@clisp.org>
3982
3983         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3984         * tests/test-frexpl.c (main): Likewise.
3985         * tests/test-ldexpl.c (main): Likewise.
3986         * modules/frexp-tests (Depends-on): Add signbit.
3987         * modules/frexpl-tests (Depdends-on): Likewise.
3988         * modules/ldexpl-tests (Depdends-on): Likewise.
3989
3990 2007-04-06  Bruno Haible  <bruno@clisp.org>
3991
3992         * modules/signbit-tests: New file.
3993         * tests/test-signbit.c: New file.
3994
3995         * modules/signbit: New file.
3996         * lib/signbitf.c: New file.
3997         * lib/signbitd.c: New file.
3998         * lib/signbitl.c: New file.
3999         * m4/signbit.m4: New file.
4000         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
4001         (signbit): New macro.
4002         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
4003         REPLACE_SIGNBIT.
4004         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
4005         REPLACE_FREXPL into math.h.
4006
4007 2007-04-06  Bruno Haible  <bruno@clisp.org>
4008
4009         * modules/isnanf-nolibm-tests: New file.
4010         * tests/test-isnanf.c: New file.
4011
4012         * modules/isnanf-nolibm: New file.
4013         * lib/isnanf.h: New file.
4014         * lib/isnanf.c: New file.
4015         * lib/isnan.c: Consider the USE_FLOAT macro.
4016         * m4/isnanf.m4: New file.
4017
4018 2007-04-06  Bruno Haible  <bruno@clisp.org>
4019
4020         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
4021         (Link): New section.
4022
4023         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
4024
4025 2007-04-06  Bruno Haible  <bruno@clisp.org>
4026
4027         Assume the 'long double' type.
4028         * m4/longdouble.m4: Remove file.
4029         * config/srclist.txt: Don't mention longdouble.m4.
4030         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
4031         * lib/float+.h: Likewise.
4032         * lib/frexp.c: Likewise.
4033         * lib/printf-args.h: Likewise.
4034         * lib/printf-args.c: Likewise.
4035         * lib/printf-frexp.c: Likewise.
4036         * lib/printf-parse.c: Likewise.
4037         * lib/vasnprintf.c: Likewise.
4038         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
4039         * m4/intl.m4: Likewise.
4040         * m4/isnanl.m4: Likewise.
4041         * m4/printf.m4: Likewise.
4042         * m4/printf-frexpl.m4: Likewise.
4043         * m4/vasnprintf.m4: Likewise.
4044         * modules/allocsa (Files): Remove m4/longdouble.m4.
4045         * modules/gettext (Files): Likewise.
4046         * modules/relocatable-prog-wrapper (Files): Likewise.
4047         * modules/vasnprintf (Files): Likewise.
4048         * modules/isnanl (Files): Likewise.
4049         (Include): Simplify.
4050         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
4051         (Include): Simplify.
4052         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
4053         (Include): Simplify.
4054         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
4055         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4056         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
4057         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4058         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
4059         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4060         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
4061         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4062         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
4063         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4064         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
4065         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4066         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
4067         * tests/test-isnanl.c: Likewise.
4068         * tests/test-snprintf-posix.h: Likewise.
4069         * tests/test-sprintf-posix.h: Likewise.
4070         * tests/test-vasnprintf-posix.c: Likewise.
4071         * tests/test-vasnprintf-posix2.c: Likewise.
4072         * tests/test-vasprintf-posix.c: Likewise.
4073
4074 2007-04-06  Bruno Haible  <bruno@clisp.org>
4075
4076         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
4077         * lib/math_.h [__DECC]: Include the overridden include file through
4078         #include_next, outside the double-inclusion guard.
4079         * lib/stdio_.h [__DECC]: Likewise.
4080         * lib/stdlib_.h [__DECC]: Likewise.
4081         * lib/string_.h [__DECC]: Likewise.
4082         * lib/time_.h [__DECC]: Likewise.
4083         * lib/wchar_.h [__DECC]: Likewise.
4084         * lib/wctype_.h [__DECC]: Likewise.
4085         * lib/inttypes_.h [__DECC]: Likewise.
4086         Reported by Albert Chin <china@thewrittenword.com> in
4087         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
4088
4089 2007-04-04  Eric Blake  <ebb9@byu.net>
4090
4091         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
4092         1.5.x.
4093
4094 2007-04-04  Bruno Haible  <bruno@clisp.org>
4095
4096         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
4097         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
4098
4099 2007-04-04  Bruno Haible  <bruno@clisp.org>
4100
4101         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
4102         results for "%010a" of Infinity and NaN.
4103         * tests/test-vasprintf-posix.c (test_function): Likewise.
4104         * tests/test-snprintf-posix.h (test_function): Likewise.
4105         * tests/test-sprintf-posix.h (test_function): Likewise.
4106         * tests/test-fprintf-posix.h (test_function): Remove these tests.
4107         * tests/test-printf-posix.h (test_function): Likewise.
4108         * tests/test-fprintf-posix.out: Update.
4109         Needed for FreeBSD 6.1.
4110
4111 2007-04-04  Bruno Haible  <bruno@clisp.org>
4112
4113         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
4114         directly used by the gnulib modules nor by gnulib-tool.
4115
4116 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
4117
4118         * DEPENDENCIES: Give overall description of version dependency
4119         desirability.  Use more-typical names for apps.
4120         Add shell, coreutils, diffutils, grep, tar, gzip.
4121
4122 2007-04-04  Simon Josefsson  <simon@josefsson.org>
4123
4124         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
4125
4126 2007-04-04  Karl Berry  <karl@gnu.org>
4127
4128         * MODULES.html.sh (func_module): missing '.
4129
4130 2007-04-03  Bruno Haible  <bruno@clisp.org>
4131
4132         * modules/argmatch-tests (Makefile.am): New variable
4133         test_argmatch_LDADD.
4134         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
4135         * modules/array-list-tests (Makefile.am): New variable
4136         test_array_list_LDADD.
4137         * modules/array-oset-tests (Makefile.am): New variable
4138         test_array_oset_LDADD.
4139         * modules/avltree-list-tests (Makefile.am): New variable
4140         test_avltree_list_LDADD.
4141         * modules/avltree-oset-tests (Makefile.am): New variable
4142         test_avltree_oset_LDADD.
4143         * modules/avltreehash-list-tests (Makefile.am): New variable
4144         test_avltreehash_list_LDADD.
4145         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
4146         test_canonicalize_lgpl_LDADD.
4147         * modules/carray-list-tests (Makefile.am): New variable
4148         test_carray_list_LDADD.
4149         * modules/dirname-tests (Makefile.am): New variable
4150         test_dirname_LDADD.
4151         * modules/linked-list-tests (Makefile.am): New variable
4152         test_linked_list_LDADD.
4153         * modules/linkedhash-list-tests (Makefile.am): New variable
4154         test_linkedhash_list_LDADD.
4155         * modules/rbtree-list-tests (Makefile.am): New variable
4156         test_rbtree_list_LDADD.
4157         * modules/rbtree-oset-tests (Makefile.am): New variable
4158         test_rbtree_oset_LDADD.
4159         * modules/rbtreehash-list-tests (Makefile.am): New variable
4160         test_rbtreehash_list_LDADD.
4161         * modules/xvasprintf-tests (Makefile.am): New variable
4162         test_xvasprintf_LDADD.
4163         Reported by Eric Blake.
4164
4165 2007-04-03  Eric Blake  <ebb9@byu.net>
4166
4167         * DEPENDENCIES: Weaken m4 requirements.
4168
4169 2007-04-03  Bruno Haible  <bruno@clisp.org>
4170
4171         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
4172         * modules/isnanl-tests (configure.ac): Likewise.
4173
4174 2007-04-03  Ben Pfaff  <blp@gnu.org>
4175
4176         * modules/iconv_open: Add $(srcdir)/ to source directory
4177         references in Makefile fragments that call gperf, to fix VPATH
4178         builds.
4179
4180 2007-04-03  Bruno Haible  <bruno@clisp.org>
4181
4182         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
4183         * lib/ldexpl.c: Undo last change.
4184
4185 2007-04-03  Bruno Haible  <bruno@clisp.org>
4186
4187         * modules/printf-frexpl (Depends-on): Undo last change.
4188         (Files): Add m4/ldexpl.m4.
4189
4190 2007-04-03  Bruno Haible  <bruno@clisp.org>
4191
4192         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
4193         * modules/isnanl (Link): New section.
4194
4195         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
4196         * modules/frexp (Link): New section.
4197
4198         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
4199         * modules/frexpl (Link): New section.
4200
4201         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
4202         * modules/ldexpl (Link): New section.
4203
4204 2007-04-03  Bruno Haible  <bruno@clisp.org>
4205
4206         * modules/TEMPLATE-EXTENDED: New file.
4207         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
4208
4209 2007-04-03  Bruno Haible  <bruno@clisp.org>
4210
4211         * DEPENDENCIES: New file.
4212         Suggested by Simon Josefsson.
4213
4214 2007-04-03  Bruno Haible  <bruno@clisp.org>
4215
4216         * doc/gnulib.texi: Escape @.
4217
4218 2007-04-03  James Youngman  <jay@gnu.org>
4219         and Paul Eggert  <eggert@cs.ucla.edu>
4220
4221         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
4222         birthtime on all systems that have birthtime, not just those which
4223         use st_birthtimensec rather than st_birthtim.  Putting zero in
4224         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
4225         that the birth time is not available for files on an NFS mount.
4226
4227 2007-04-03  Simon Josefsson  <simon@josefsson.org>
4228
4229         * modules/memxor: Move back from crypto/, suggested by Bruno.
4230         * modules/crypto/hmac-sha1: Fix memxor dependency.
4231
4232         * modules/crypto/gc: Moved from ../.
4233
4234 2007-04-02  Eric Blake  <ebb9@byu.net>
4235
4236         * lib/ldexpl.c (includes): Avoid libm.
4237
4238         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
4239
4240 2007-04-02  Bruno Haible  <bruno@clisp.org>
4241
4242         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
4243         on IRIX.
4244
4245 2007-04-02  Bruno Haible  <bruno@clisp.org>
4246
4247         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
4248         x86 or x86_64 platforms running MacOS X.
4249         Reported by Ryan Schmidt <@ryandesign.com>.
4250
4251 2007-04-02  Bruno Haible  <bruno@clisp.org>
4252
4253         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
4254         i386.
4255
4256 2007-04-01  Simon Josefsson  <simon@josefsson.org>
4257
4258         * modules/crypto/arcfour: Moved from ../.
4259         * modules/crypto/arcfour-tests: Moved from ../.
4260         * modules/crypto/arctwo: Moved from ../.
4261         * modules/crypto/arctwo-tests: Moved from ../.
4262         * modules/crypto/des: Moved from ../.
4263         * modules/crypto/des-tests: Moved from ../.
4264         * modules/crypto/gc-arcfour: Moved from ../.
4265         * modules/crypto/gc-arcfour-tests: Moved from ../.
4266         * modules/crypto/gc-arctwo: Moved from ../.
4267         * modules/crypto/gc-arctwo-tests: Moved from ../.
4268         * modules/crypto/gc-des: Moved from ../.
4269         * modules/crypto/gc-des-tests: Moved from ../.
4270         * modules/crypto/gc-hmac-md5: Moved from ../.
4271         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
4272         * modules/crypto/gc-hmac-sha1: Moved from ../.
4273         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
4274         * modules/crypto/gc-md2: Moved from ../.
4275         * modules/crypto/gc-md2-tests: Moved from ../.
4276         * modules/crypto/gc-md4: Moved from ../.
4277         * modules/crypto/gc-md4-tests: Moved from ../.
4278         * modules/crypto/gc-md5: Moved from ../.
4279         * modules/crypto/gc-md5-tests: Moved from ../.
4280         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
4281         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
4282         * modules/crypto/gc-random: Moved from ../.
4283         * modules/crypto/gc-rijndael: Moved from ../.
4284         * modules/crypto/gc-rijndael-tests: Moved from ../.
4285         * modules/crypto/gc-sha1: Moved from ../.
4286         * modules/crypto/gc-sha1-tests: Moved from ../.
4287         * modules/crypto/gc-tests: Moved from ../.
4288         * modules/crypto/hmac-md5: Moved from ../.
4289         * modules/crypto/hmac-md5-tests: Moved from ../.
4290         * modules/crypto/hmac-sha1: Moved from ../.
4291         * modules/crypto/hmac-sha1-tests: Moved from ../.
4292         * modules/crypto/md2: Moved from ../.
4293         * modules/crypto/md2-tests: Moved from ../.
4294         * modules/crypto/md4: Moved from ../.
4295         * modules/crypto/md4-tests: Moved from ../.
4296         * modules/crypto/md5: Moved from ../.
4297         * modules/crypto/md5-tests: Moved from ../.
4298         * modules/crypto/memxor: Moved from ../.
4299         * modules/crypto/rijndael: Moved from ../.
4300         * modules/crypto/rijndael-tests: Moved from ../.
4301         * modules/crypto/sha1: Moved from ../.
4302
4303 2007-03-30  James Youngman  <jay@gnu.org>
4304
4305         * tests/test-stat-time.c (prepare_test): use chmod() rather than
4306         rename() to change the ctime of a file (because ctime is unaffected
4307         by rename on jfs2 on AIX 5.1).
4308         (main): Start by doing cleanup, in case a previous run failed leaving
4309         test files behind.
4310
4311 2007-03-31  Bruno Haible  <bruno@clisp.org>
4312
4313         Support old proprietary implementations of iconv.
4314         * modules/iconv_open: New file.
4315         * lib/iconv_.h: New file.
4316         * m4/iconv_h.m4: New file.
4317         * lib/iconv_open.c: New file.
4318         * lib/iconv_open-aix.gperf: New file.
4319         * lib/iconv_open-hpux.gperf: New file.
4320         * lib/iconv_open-irix.gperf: New file.
4321         * lib/iconv_open-osf.gperf: New file.
4322         * m4/iconv_open.m4: New file.
4323         * modules/linebreak (Depends-on): Add iconv_open.
4324         * modules/striconv (Depends-on): Likewise.
4325         * modules/striconveh (Depends-on): Likewise.
4326         * modules/unicodeio (Depends-on): Likewise.
4327         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
4328         (iconv_t)(-1).
4329         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
4330         conversion if cd is (iconv_t)(-1).
4331         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
4332         is not possible.
4333
4334 2007-03-31  Bruno Haible  <bruno@clisp.org>
4335
4336         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
4337         work on Solaris either. Protect also second use of "autodetect_jp".
4338
4339 2007-03-31  Bruno Haible  <bruno@clisp.org>
4340
4341         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
4342         the function is not present.
4343
4344 2007-03-31  Bruno Haible  <bruno@clisp.org>
4345
4346         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
4347         the function is not present.
4348
4349 2007-03-31  Bruno Haible  <bruno@clisp.org>
4350
4351         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
4352         a bug in HP-UX iconv_open().
4353
4354 2007-03-31  Bruno Haible  <bruno@clisp.org>
4355
4356         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
4357         (Mathematics <math.h>): New section, add fpieee.
4358         (Input/output <stdio.h>): Add fseterr.
4359         (Mathematics <math.h>): New section, add printf-frexp.
4360         (Container data structures): Add sublist.
4361         (Core language properties): Add fpucw, inline.
4362         (Functions for greatest-width integer types <inttypes.h>): Add
4363         imaxabs, imaxdiv, inttypes.
4364         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
4365         isnanl-nolibm, ldexp.
4366         (Mathematics <math.h>): New section, add printf-frexpl.
4367         (Support for systems lacking POSIX:2001): Add fprintf-posix,
4368         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
4369         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
4370         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
4371         (Unicode string functions): Add unistr/u*-mbtoucr.
4372         (Java): Add javacomp-script, javaexec-script.
4373         (C#): Add csharpcomp-script, csharpexec-script.
4374         (Support for building libraries and executables): Add havelib,
4375         relocatable-*.
4376         (Support for maintaining and releasing projects): Renamed from
4377         'Support for maintaining and release projects'. Add announce-gen.
4378
4379 2007-03-31  Bruno Haible  <bruno@clisp.org>
4380
4381         * README: Talk primarily about git.
4382         (git and CVS): Renamed from CVS.
4383         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
4384         gnulib is available through git.
4385         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
4386
4387 2007-03-30  Bruno Haible  <bruno@clisp.org>
4388
4389         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
4390         * lib/poll_.h: Likewise.
4391         * lib/stat_.h: Likewise.
4392         * lib/sys_time_.h: Likewise.
4393         * lib/sysexit_.h: Likewise.
4394         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
4395         * lib/stdbool_.h: Likewise.
4396         * lib/byteswap_.h: Add double-inclusion guard.
4397
4398 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
4399
4400         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
4401
4402 2007-03-30  Karl Berry  <karl@gnu.org>
4403
4404         * config/srclist-update: double space after USA in the license
4405         substitution, since that's how it's usually (?) written.
4406
4407 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4408
4409         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
4410         reported by Bruno Haible.
4411
4412 2007-03-29  Bruno Haible  <bruno@clisp.org>
4413
4414         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
4415         a bug in AIX iconv().
4416
4417 2007-03-29  Bruno Haible  <bruno@clisp.org>
4418
4419         * modules/ldexpl-tests: New file.
4420         * tests/test-ldexpl.c: New file.
4421
4422 2007-03-29  Bruno Haible  <bruno@clisp.org>
4423
4424         * lib/ldexpl.c: Include fpucw.h.
4425         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
4426         multiplication.
4427         * modules/ldexpl (Depends-on): Add fpucw.
4428
4429 2007-03-29  Bruno Haible  <bruno@clisp.org>
4430
4431         * modules/ldexpl: New file.
4432         * m4/ldexpl.m4: New file.
4433         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
4434         set.
4435         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
4436         REPLACE_LDEXPL.
4437         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
4438         REPLACE_LDEXPL.
4439         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4440         gl_FUNC_LDEXPL_WORKS.
4441         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
4442         * modules/mathl (Files): Remove lib/ldexpl.c.
4443         (Depends-on): Add ldexpl.
4444
4445 2007-03-29  Bruno Haible  <bruno@clisp.org>
4446
4447         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
4448
4449 2007-03-29  Bruno Haible  <bruno@clisp.org>
4450
4451         * tests/test-striconveh.c (main): Don't assume that a direct conversion
4452         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
4453         and possibly also HP-UX.
4454         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
4455         work on AIX, IRIX, HP-UX, OSF/1.
4456         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
4457         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
4458         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
4459         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
4460         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
4461         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
4462
4463 2007-03-29  Bruno Haible  <bruno@clisp.org>
4464
4465         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
4466
4467 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4468
4469         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
4470         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
4471
4472 2007-03-29  Eric Blake  <ebb9@byu.net>
4473
4474         * lib/acl-internal.h: Remove redundant include.
4475         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
4476         Cygwin when a file is locked.
4477
4478 2007-03-29  Bruno Haible  <bruno@clisp.org>
4479
4480         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
4481         file.
4482         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
4483
4484 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4485
4486         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
4487         try to remove a parent directory if the child couldn't be removed
4488         (except for the first rmdir, which could fail because the child
4489         doesn't exist).  Problem reported by Jeff Blaine in
4490         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
4491
4492 2007-03-28  Bruno Haible  <bruno@clisp.org>
4493
4494         * lib/striconveh.c (utf8conv_carefully): New function.
4495         (mem_cd_iconveh_internal): Invoke it.
4496
4497 2007-03-28  Bruno Haible  <bruno@clisp.org>
4498
4499         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
4500         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
4501         input.
4502         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
4503         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
4504         unistr/u8-uctomb.
4505
4506 2007-03-28  Bruno Haible  <bruno@clisp.org>
4507
4508         * modules/unistr/u8-mbtoucr: New file.
4509         * lib/unistr/u8-mbtoucr.c: New file.
4510         * modules/unistr/u16-mbtoucr: New file.
4511         * lib/unistr/u16-mbtoucr.c: New file.
4512         * modules/unistr/u16-mbtoucr: New file.
4513         * lib/unistr/u16-mbtoucr.c: New file.
4514         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
4515
4516 2007-03-27  Simon Josefsson  <simon@josefsson.org>
4517             Bruno Haible  <bruno@clisp.org>
4518
4519         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
4520         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
4521         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
4522
4523         * m4/stdio_h.m4: Add stubs for vasprintf too.
4524
4525         * modules/stdio: Support vasprintf in sed command.
4526
4527         * modules/vasprintf: Depend on stdio for prototypes.  Remove
4528         vasprintf.h.  Add stdio module indicator.
4529
4530         * lib/stdio_.h: Declare asprintf and vasprintf, based on
4531         vasprintf.h.
4532
4533         * lib/vasprintf.h: File removed.
4534
4535         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
4536         * lib/vasprintf.c: Ditto.
4537         * lib/xvasprintf.c: Ditto.
4538         * tests/test-vasprintf-posix.c: Ditto.
4539         * tests/test-vasprintf.c: Ditto.
4540
4541 2007-03-27  Bruno Haible  <bruno@clisp.org>
4542
4543         Make vasnprintf multithread-safe.
4544         * lib/vasnprintf.c (decimal_point_char): New function.
4545         (VASNPRINTF): Use it.
4546         Suggested by Simon Josefsson.
4547
4548 2007-03-27  Eric Blake  <ebb9@byu.net>
4549
4550         Support sub-second birthtime on cygwin.
4551         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
4552         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
4553         (get_stat_birthtime): Also work with st_birthtim.
4554
4555 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
4556
4557         * lib/stat-time.h (USE_BIRTHTIME): Remove.
4558         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
4559         (get_stat_birthtime_ns): Do not try to use "spare" fields.
4560         (get_stat_birthtime_ns): Simplify compile-time tests.
4561         (get_stat_birthtime): Change the API to look like
4562         get_stat_mtime etc., except return a negative tv_nsec on error.
4563         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
4564         Don't check for "spare" fields.
4565         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
4566         or for struct stat.st_birthtime, as these tests aren't used.
4567         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
4568
4569 2007-03-27  Bruno Haible  <bruno@clisp.org>
4570
4571         * lib/stat-time.h: Include <sys/stat.h>.
4572
4573 2007-03-27  James Youngman  <jay@gnu.org>
4574
4575         * lib/stat-time.h (get_stat_birthtime): New function for
4576           retrieving st_birthtime as provided by UFS2 (hence *BSD).
4577         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
4578           and its variants.
4579         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
4580         * modules/stat-time-test: New file.
4581         * tests/test-stat-time.c: New test, devised by Bruno Haible.
4582
4583 2007-03-26  Bruno Haible  <bruno@clisp.org>
4584
4585         Better support of signalling NaNs.
4586         * lib/atanl.c: Include isnanl.h.
4587         (atanl): Perform test for NaN at the beginning of the function and
4588         through a call to isnanl.
4589         * lib/cosl.c: Include isnanl.h.
4590         (cosl): Perform test for NaN at the beginning of the function and
4591         through a call to isnanl.
4592         * lib/ldexpl.c: Include isnanl.h.
4593         (ldexpl): Perform test for NaN through a call to isnanl.
4594         * lib/logl.c: Include isnanl.h.
4595         (logl): Perform test for NaN at the beginning of the function and
4596         through a call to isnanl.
4597         * lib/sinl.c: Include isnanl.h.
4598         (sinl): Perform test for NaN at the beginning of the function and
4599         through a call to isnanl.
4600         * lib/sqrtl.c: Include isnanl.h.
4601         (sqrtl): Perform test for NaN at the beginning of the function and
4602         through a call to isnanl.
4603         * lib/tanl.c: Include isnanl.h.
4604         (tanl): Perform test for NaN at the beginning of the function and
4605         through a call to isnanl.
4606         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
4607         * modules/mathl (Depends-on): Add isnanl.
4608
4609 2007-03-26  Eric Blake  <ebb9@byu.net>
4610
4611         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
4612         regression in logic sense of previous patch.
4613
4614 2007-03-26  Bruno Haible  <bruno@clisp.org>
4615
4616         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
4617         unportable shell command "if ! ...".
4618         Reported by Ralf Wildenhues.
4619
4620 2007-03-25  Bruno Haible  <bruno@clisp.org>
4621
4622         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
4623         <sysexits.h> file, and only add EX_CONFIG.
4624         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
4625         absolute file name and whether it is sufficient. Substitute also
4626         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
4627         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
4628         ABSOLUTE_SYSEXITS_H into sysexits.h.
4629
4630 2007-03-25  Bruno Haible  <bruno@clisp.org>
4631
4632         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
4633         hints is NULL.
4634
4635 2007-03-25  Bruno Haible  <bruno@clisp.org>
4636
4637         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
4638         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
4639
4640 2007-03-25  Bruno Haible  <bruno@clisp.org>
4641
4642         * lib/vasnprintf.c: Include langinfo.h.
4643         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
4644         multithread-safe.
4645         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
4646         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
4647         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4648         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4649         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4650         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4651         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4652         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
4653         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4654         Reported by Simon Josefsson.
4655
4656 2007-03-25  Bruno Haible  <bruno@clisp.org>
4657
4658         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
4659         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
4660         * modules/vasnprintf (Depends-on): Add stdint.
4661
4662 2007-03-25  Bruno Haible  <bruno@clisp.org>
4663
4664         * modules/fpieee: New file.
4665         * m4/fpieee.m4: New file.
4666         * modules/isnan-nolibm (Depends-on): Add fpieee.
4667         * modules/isnanl-nolibm (Depends-on): Add fpieee.
4668         * modules/isnanl (Depends-on): Add fpieee.
4669
4670 2007-03-25  Bruno Haible  <bruno@clisp.org>
4671
4672         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
4673
4674 2007-03-25  Bruno Haible  <bruno@clisp.org>
4675
4676         Avoid test failures on IRIX 6.5.
4677         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
4678         (main): Use it.
4679         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
4680         macros.
4681         (main): Use them.
4682
4683 2007-03-25  Bruno Haible  <bruno@clisp.org>
4684
4685         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
4686         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
4687         exists but doesn't work.
4688         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
4689         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
4690         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
4691         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
4692
4693 2007-03-25  Bruno Haible  <bruno@clisp.org>
4694
4695         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
4696         returns inf. Needed on IRIX 6.5.
4697
4698 2007-03-25  Bruno Haible  <bruno@clisp.org>
4699
4700         * tests/test-frexpl.c: Include isnanl-nolibm.h.
4701         (main): Use isnanl instead of x != x idiom.
4702         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
4703
4704         * tests/test-frexp.c: Include isnan.h.
4705         (main): Use isnan instead of x != x idiom.
4706         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
4707
4708 2007-03-25  Bruno Haible  <bruno@clisp.org>
4709
4710         * tests/test-frexp.c (NaN): New function/macro.
4711         (main): Use it instead of 0.0 / 0.0.
4712         * tests/test-isnan.c (NaN): New function/macro.
4713         (main): Use it instead of 0.0 / 0.0.
4714         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
4715         (test_function): Use it instead of 0.0 / 0.0.
4716         * tests/test-vasprintf-posix.c (NaN): New function/macro.
4717         (test_function): Use it instead of 0.0 / 0.0.
4718         * tests/test-snprintf-posix.h (NaN): New function/macro.
4719         (test_function): Use it instead of 0.0 / 0.0.
4720         * tests/test-sprintf-posix.h (NaN): New function/macro.
4721         (test_function): Use it instead of 0.0 / 0.0.
4722         * tests/test-fprintf-posix.h (NaN): New function/macro.
4723         (test_function): Use it instead of 0.0 / 0.0.
4724         * tests/test-printf-posix.h (NaN): New function/macro.
4725         (test_function): Use it instead of 0.0 / 0.0.
4726
4727         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
4728
4729 2007-03-25  Bruno Haible  <bruno@clisp.org>
4730
4731         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
4732
4733 2007-03-25  Bruno Haible  <bruno@clisp.org>
4734
4735         * lib/regexec.c (merge_state_with_log): Make static.
4736
4737 2007-03-25  Bruno Haible  <bruno@clisp.org>
4738
4739         * lib/trigl.c (kernel_rem_pio2): Make static.
4740
4741 2007-03-25  Bruno Haible  <bruno@clisp.org>
4742
4743         * lib/sincosl.c (sincosl_table): Make static.
4744
4745 2007-03-25  Bruno Haible  <bruno@clisp.org>
4746
4747         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
4748         if the compiler does not support C99.
4749
4750 2007-03-25  Bruno Haible  <bruno@clisp.org>
4751
4752         * modules/time (Makefile.am): Ensure all rule action lines start with a
4753         tab.
4754
4755 2007-03-24  Bruno Haible  <bruno@clisp.org>
4756
4757         * modules/tsearch-tests: New file.
4758         * tests/test-tsearch.sh: New file.
4759         * tests/test-tsearch.c: New file, mostly copied from glibc.
4760
4761         * modules/search-tests: New file.
4762         * tests/test-search.c: New file.
4763
4764         * modules/search: New file.
4765         * lib/search_.h: New file, incorporating lib/tsearch.h.
4766         * m4/search_h.m4: New file.
4767         * lib/tsearch.h: Remove file.
4768         * lib/tsearch.c: Include search.h instead of tsearch.h.
4769         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
4770         HAVE_TSEARCH.
4771         * modules/tsearch (Files): Remove lib/tsearch.h.
4772         (Depends-on): Add search.
4773         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
4774         (Include): Change tsearch.h into search.h.
4775
4776 2007-03-24  Bruno Haible  <bruno@clisp.org>
4777
4778         * modules/fpucw: New file.
4779         * lib/fpucw.h: New file.
4780         * lib/frexp.c: Include fpucw.h.
4781         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4782         (FUNC): Use them.
4783         * lib/printf-frexp.c: Include fpucw.h.
4784         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4785         (FUNC): Use them.
4786         * lib/vasnprintf.c: Include fpucw.h.
4787         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
4788         'long double' calculations.
4789         * tests/test-frexpl.c: Include fpucw.h.
4790         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4791         * tests/test-printf-frexpl.c: Include fpucw.h.
4792         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4793         * modules/frexpl (Depends-on): Add fpucw.
4794         * modules/printf-frexpl (Depends-on): Likewise.
4795         * modules/fprintf-posix (Depends-on): Likewise.
4796         * modules/snprintf-posix (Depends-on): Likewise.
4797         * modules/sprintf-posix (Depends-on): Likewise.
4798         * modules/vasnprintf-posix (Depends-on): Likewise.
4799         * modules/vasprintf-posix (Depends-on): Likewise.
4800         * modules/vfprintf-posix (Depends-on): Likewise.
4801         * modules/vsnprintf-posix (Depends-on): Likewise.
4802         * modules/vsprintf-posix (Depends-on): Likewise.
4803         * modules/frexpl-tests (Depends-on): Likewise.
4804         * modules/printf-frexpl-tests (Depends-on): Likewise.
4805
4806 2007-03-24  Bruno Haible  <bruno@clisp.org>
4807
4808         * lib/float+.h: New file.
4809         * lib/isnan.c: Include float+.h.
4810         (SIZE): New macro.
4811         (FUNC): Compare only SIZE bytes of the value.
4812         * lib/vasnprintf.c: Include float+.h.
4813         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
4814         SIZEOF_LDBL or SIZEOF_DBL bytes.
4815         * modules/isnan-nolibm (Files): Add lib/float+.h.
4816         * modules/isnanl-nolibm (Files): Add lib/float+.h.
4817         * modules/isnanl (Files): Add lib/float+.h.
4818         * modules/vasnprintf (Files): Add lib/float+.h.
4819
4820 2007-03-24  Bruno Haible  <bruno@clisp.org>
4821
4822         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
4823         include isnanl-nolibm.h.
4824
4825 2007-03-24  Bruno Haible  <bruno@clisp.org>
4826
4827         * tests/test-read-file.c (main): Don't produce spurious output for
4828         expected situations. Make the test fail if it encountered unexpected
4829         results.
4830
4831 2007-03-24  Bruno Haible  <bruno@clisp.org>
4832
4833         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
4834         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
4835
4836 2007-03-24  Bruno Haible  <bruno@clisp.org>
4837
4838         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
4839
4840 2007-03-24  Bruno Haible  <bruno@clisp.org>
4841
4842         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
4843         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
4844
4845         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
4846         * modules/utf8-ucs4: Turn into a symbolic link to module
4847         unistr/u8-mbtouc.
4848
4849         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
4850         utf8-ucs4-unsafe.
4851         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
4852         unistr/u8-mbtouc-unsafe.
4853
4854         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
4855         * modules/utf16-ucs4: Turn into a symbolic link to module
4856         unistr/u16-mbtouc.
4857
4858         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
4859         utf16-ucs4-unsafe.
4860         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
4861         unistr/u16-mbtouc-unsafe.
4862
4863         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
4864         * modules/ucs4-utf8: Turn into a symbolic link to module
4865         unistr/u8-ubtomb.
4866
4867         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
4868         * modules/ucs4-utf16: Turn into a symbolic link to module
4869         unistr/u16-ubtomb.
4870
4871 2007-03-24  Bruno Haible  <bruno@clisp.org>
4872
4873         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
4874         Enable the function only if HAVE_INLINE.
4875         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
4876         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4877         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
4878         Enable the function only if HAVE_INLINE.
4879         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
4880         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4881         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
4882         Enable the function only if HAVE_INLINE.
4883         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
4884         Enable the function only if HAVE_INLINE.
4885         * modules/utf8-ucs4: Update.
4886         * modules/utf8-ucs4-unsafe: Update.
4887         * modules/utf16-ucs4: Update.
4888         * modules/utf16-ucs4-unsafe: Update.
4889         * modules/ucs4-utf8: Update.
4890         * modules/ucs4-utf16: Update.
4891
4892 2007-03-24  Bruno Haible  <bruno@clisp.org>
4893
4894         * lib/utf8-ucs4.h: Remove file.
4895         * lib/utf8-ucs4-unsafe.h: Remove file.
4896         * lib/utf16-ucs4.h: Remove file.
4897         * lib/utf16-ucs4-unsafe.h: Remove file.
4898         * lib/ucs4-utf8.h: Remove file.
4899         * lib/ucs4-utf16.h: Remove file.
4900         * lib/unistr.h: Include their previous contents.
4901         * m4/utf-ucs4.m4: Remove file.
4902         * m4/ucs4-utf.m4: Remove file.
4903         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
4904         (Depends-on): Add unistr/base.
4905         (configure.ac): Remove gl_UTF_UCS4.
4906         (Makefile.am): Update.
4907         (Include): Change to unistr.h.
4908         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
4909         (Depends-on): Add unistr/base.
4910         (configure.ac): Remove gl_UTF_UCS4.
4911         (Makefile.am): Update.
4912         (Include): Change to unistr.h.
4913         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
4914         (Depends-on): Add unistr/base.
4915         (configure.ac): Remove gl_UTF_UCS4.
4916         (Makefile.am): Update.
4917         (Include): Change to unistr.h.
4918         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4919         (Depends-on): Add unistr/base.
4920         (configure.ac): Remove gl_UTF_UCS4.
4921         (Makefile.am): Update.
4922         (Include): Change to unistr.h.
4923         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
4924         (Depends-on): Add unistr/base.
4925         (configure.ac): Remove gl_UCS4_UTF.
4926         (Makefile.am): Update.
4927         (Include): Change to unistr.h.
4928         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4929         (Depends-on): Add unistr/base.
4930         (configure.ac): Remove gl_UCS4_UTF.
4931         (Makefile.am): Update.
4932         (Include): Change to unistr.h.
4933         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4934         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4935         utf8-ucs4-unsafe.h.
4936         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4937         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4938         utf16-ucs4-unsafe.h.
4939         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4940         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4941         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4942         * lib/unistr/u8-strchr.c: Likewise.
4943         * lib/unistr/u8-strrchr.c: Likewise.
4944         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4945         * lib/unistr/u16-strchr.c: Likewise.
4946         * lib/unistr/u16-strrchr.c: Likewise.
4947         * lib/striconveh.c: Update.
4948         * lib/linebreak.c: Update.
4949
4950 2007-03-24  Bruno Haible  <bruno@clisp.org>
4951
4952         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4953         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4954
4955 2007-03-22  Bruno Haible  <bruno@clisp.org>
4956
4957         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4958
4959 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4960
4961         * MODULES.html.sh (File system functions): New module write-any-file.
4962         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4963         * m4/write-any-file.m4: New files.
4964
4965 2007-03-23  Eric Blake  <ebb9@byu.net>
4966
4967         * gnulib-tool: Rearrange space-tab sequences, since some editors
4968         like to eat them.
4969
4970 2007-03-23  Eric Blake  <ebb9@byu.net>
4971
4972         * lib/version-etc.c (version_etc_va): Update license wording to
4973         be more concise.  Recommended by Richard Stallman.
4974
4975 2007-03-22  Bruno Haible  <bruno@clisp.org>
4976
4977         * lib/poll.c (MSG_PEEK): New fallback definition.
4978
4979 2007-03-22  Bruno Haible  <bruno@clisp.org>
4980
4981         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4982         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4983         (main): Update.
4984         Fixes a compilation error on BeOS.
4985
4986 2007-03-22  Bruno Haible  <bruno@clisp.org>
4987
4988         * modules/frexpl-tests: New file.
4989         * tests/test-frexpl.c: New file.
4990
4991         * modules/frexpl: New file.
4992         * m4/frexpl.m4: New file.
4993         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4994         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4995         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4996         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
4997         (Depends-on): Add frexpl. Remove isnanl-nolibm.
4998         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
4999
5000 2007-03-22  Bruno Haible  <bruno@clisp.org>
5001
5002         * lib/frexpl.c: Share code with lib/frexp.c.
5003         * modules/mathl (Files): Add lib/frexp.c.
5004         (Depends-on): Add isnanl-nolibm.
5005
5006 2007-03-22  Bruno Haible  <bruno@clisp.org>
5007
5008         * modules/printf-frexp (Files): Add m4/frexp.m4.
5009         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
5010         only if the found frexp function actually works.
5011
5012 2007-03-22  Bruno Haible  <bruno@clisp.org>
5013
5014         * lib/frexp.c: Remove older implementation that uses divisions.
5015
5016 2007-03-21  Bruno Haible  <bruno@clisp.org>
5017
5018         * modules/frexp-tests: New file.
5019         * tests/test-frexp.c: New file.
5020
5021         * modules/frexp: New file.
5022         * lib/frexp.c: New file.
5023         * m4/frexp.m4: New file.
5024         * lib/math_.h (frexp): New declaration.
5025         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
5026         REPLACE_FREXP.
5027         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
5028
5029 2007-03-21  Bruno Haible  <bruno@clisp.org>
5030
5031         * modules/isnanl-tests: New file.
5032         * tests/test-isnanl.c: New file.
5033
5034         * modules/isnanl: New file.
5035         * lib/isnanl.h: New file.
5036         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
5037         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
5038         gl_FUNC_ISNANL_WORKS.
5039         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
5040         New macros.
5041
5042 2007-03-21  Bruno Haible  <bruno@clisp.org>
5043
5044         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
5045         lib/isnanl.h.
5046         (Include): Update.
5047         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
5048         * lib/vasnprintf.c: Update.
5049         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
5050         tests/test-isnanl.h, remove tests/test-isnanl.c.
5051         (Makefile.am): Update.
5052         * tests/test-isnanl-nolibm.c: New file.
5053         * tests/test-isnanl.h: New file.
5054         * tests/test-isnanl.c: Remove file.
5055
5056 2007-03-21  Jim Meyering  <jim@meyering.net>
5057
5058         When trying to open ".", treat ESTALE like EACCES.
5059         * lib/savewd.c (savewd_save): Resort to forking not just upon
5060         failure with EACCES, but also when errno is ESTALE.
5061
5062 2007-03-20  Bruno Haible  <bruno@clisp.org>
5063
5064         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
5065         Needed on AIX 5.1. Reported by Matthew Woehlke.
5066
5067 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
5068
5069         Suggestions by Bruno Haible:
5070         * lib/acl-internal.h: Include "gettext.h" rather than rolling
5071         our own.
5072         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
5073         * modules/acl (Depends-on): Add gettext.
5074
5075 2007-03-19  Bruno Haible  <bruno@clisp.org>
5076
5077         * modules/iconvme: Remove file.
5078         * lib/iconvme.h: Remove file.
5079         * lib/iconvme.c: Remove file.
5080         * m4/iconvme.m4: Remove file.
5081
5082 2007-03-19  Bruno Haible  <bruno@clisp.org>
5083
5084         * doc/relocatable-maint.texi: Break long shell script line.
5085         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
5086
5087 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
5088
5089         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
5090         handle file_has_acl.
5091         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
5092         * lib/acl.c: Move header inclusions and related macro defns into
5093         lib/acl-internal.h.
5094         (S_ISLNK): Remove defn, since that's now done for us.
5095         (file_has_acl): Move to lib/file-has-acl.c.
5096         Call acl_trivial if available.  This is the crucial part of the fix.
5097         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
5098         shared within the library.  Rewrite a bit, partly to make it compatible
5099         with the GNU coding style.
5100         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
5101         Remove unnecessary double-quotes.
5102         Don't test for acl_to_text; the build will catch that.
5103         Replace acl_entries if it doesn't exist and it is needed.
5104         Check for -lsec and acl_trivial (as used on Solaris 10).
5105         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
5106         lib/file-has-acl.c.
5107         (Depends-on): Add sys_stat, for S_ISLNK.
5108
5109 2007-03-19  Ben Pfaff  <blp@gnu.org>
5110
5111         * doc/gnulib.texi: Fix typos.
5112         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
5113
5114 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
5115
5116         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
5117         If size is zero here, buf must be zero.
5118
5119 2007-03-19  Simon Josefsson  <simon@josefsson.org>
5120
5121         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
5122         <bruno@clisp.org>.
5123
5124 2007-03-18  Bruno Haible  <bruno@clisp.org>
5125
5126         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
5127         Suggested by Eric Blake.
5128
5129 2007-03-18  Ben Pfaff  <blp@gnu.org>
5130
5131         * doc/relocatable.texi: Recommend using as prefix a directory
5132         that does not exist and will never be created.  Based on
5133         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
5134         and others.
5135
5136 2007-03-17  Bruno Haible  <bruno@clisp.org>
5137
5138         * lib/fchownat.c: Include lchown.h.
5139
5140 2007-03-17  Bruno Haible  <bruno@clisp.org>
5141
5142         Fix endless loop when the given allocated size was > INT_MAX.
5143         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
5144         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
5145         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
5146         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
5147         * lib/sprintf.c (sprintf): Likewise.
5148
5149 2007-03-17  Bruno Haible  <bruno@clisp.org>
5150
5151         * tests/test-argp-2.sh (func_compare): Output a context diff.
5152
5153 2007-03-17  Bruno Haible  <bruno@clisp.org>
5154
5155         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
5156         locale's decimal-point character.
5157
5158 2007-03-17  Bruno Haible  <bruno@clisp.org>
5159
5160         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
5161         before comparing it. Needed because on some platforms (e.g. x86) a
5162         'long double' occupies less bytes than sizeof (long double).
5163
5164 2007-03-17  Bruno Haible  <bruno@clisp.org>
5165
5166         * tests/test-crc.c (main): Make printf statements 64-bit clean.
5167         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
5168         * tests/test-getaddrinfo.c (simple): Likewise.
5169         * tests/test-read-file.c (main): Likewise.
5170
5171 2007-03-17  Bruno Haible  <bruno@clisp.org>
5172
5173         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
5174
5175 2007-03-17  Bruno Haible  <bruno@clisp.org>
5176
5177         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
5178         unused variable.
5179
5180 2007-03-17  Bruno Haible  <bruno@clisp.org>
5181
5182         * tests/test-c-strcasecmp.c: Include c-strcase.h.
5183         * tests/test-c-strncasecmp.c: Likewise.
5184
5185 2007-03-17  Bruno Haible  <bruno@clisp.org>
5186
5187         * modules/stdlib (Depends-on): Add unistd.
5188         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
5189         Needed for MacOS X 10.3.
5190
5191 2007-03-17  Bruno Haible  <bruno@clisp.org>
5192
5193         * lib/unistr/u-strdup.h: Include <stdlib.h>.
5194
5195 2007-03-17  Bruno Haible  <bruno@clisp.org>
5196
5197         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
5198
5199 2007-03-17  Bruno Haible  <bruno@clisp.org>
5200
5201         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
5202         to reflect files copied from gnulib (with or without modifications).
5203         Suggested by Jim Meyering.
5204
5205 2007-03-17  Eric Blake  <ebb9@byu.net>
5206
5207         * NEWS: Document stdlib change from 2007-02-18.
5208
5209 2007-03-17  Jim Meyering  <jim@meyering.net>
5210
5211         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
5212         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
5213         someone uses a name containing shell meta-characters.
5214         Reported by Alfred M. Szmidt.
5215
5216         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
5217
5218 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
5219
5220         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
5221         and copy gettext configuration files only if configure.ac contains
5222         a use of AM_GNU_GETTEXT_VERSION.
5223
5224 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
5225
5226         * build-aux/bootstrap (gnulib_name): New variable.
5227         (gnulib_tool_options): Use it.
5228
5229 2007-03-13  Simon Josefsson  <simon@josefsson.org>
5230
5231         * tests/test-des.c: Use new namespace.
5232
5233 2007-03-15  Bruno Haible  <bruno@clisp.org>
5234
5235         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
5236         Reported by James Youngman <jay@gnu.org>.
5237
5238 2007-03-15  Bruno Haible  <bruno@clisp.org>
5239
5240         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
5241         declared prototype. Needed with cc on OSF/1 5.1.
5242
5243 2007-03-15  Bruno Haible  <bruno@clisp.org>
5244
5245         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
5246         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
5247         (struct gl_list_implementation): Add dispose_fn argument to the
5248         'create_empty', 'create' methods.
5249         (struct gl_list_impl_base): Add field 'dispose_fn'.
5250         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
5251         argument.
5252         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
5253         dispose_fn argument.
5254         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
5255         dispose_fn on the dropped values.
5256         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
5257         dispose_fn argument.
5258         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
5259         dropped values.
5260         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
5261         (gl_tree_remove_node): Call dispose_fn on the dropped value.
5262         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
5263         (gl_tree_remove_node): Call dispose_fn on the dropped value.
5264         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
5265         argument.
5266         (gl_tree_list_free): Call dispose_fn on the dropped values.
5267         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
5268         the dropped values.
5269         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5270         Add dispose_fn argument.
5271         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
5272         Call dispose_fn on the dropped values.
5273         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
5274         Add dispose_fn argument.
5275         (gl_sublist_create): Initialize the 'dispose_fn' field.
5276         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
5277         * tests/test-array_list.c (main): Update.
5278         * tests/test-carray_list.c (main): Update.
5279         * tests/test-avltree_list.c (main): Update.
5280         * tests/test-rbtree_list.c (main): Update.
5281         * tests/test-avltreehash_list.c (main): Update.
5282         * tests/test-rbtreehash_list.c (main): Update.
5283         * tests/test-linked_list.c (main): Update.
5284         * tests/test-linkedhash_list.c (main): Update.
5285         * tests/test-array_oset.c (main): Update.
5286
5287 2007-03-15  Bruno Haible  <bruno@clisp.org>
5288
5289         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
5290         (gl_oset_create_empty): Add dispose_fn argument.
5291         (struct gl_oset_implementation): Add dispose_fn argument to
5292         'create_empty' method.
5293         (struct gl_oset_impl_base): Add dispose_fn field.
5294         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
5295         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
5296         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
5297         values.
5298         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
5299         (gl_tree_oset_free): Call dispose_fn on the dropped values.
5300         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
5301         dropped value.
5302         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
5303         dropped value.
5304         * tests/test-array_oset.c (main): Update.
5305         * tests/test-avltree_oset.c (main): Update.
5306         * tests/test-rbtree_oset.c (main): Update.
5307         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
5308
5309 2007-03-13  Bruno Haible  <bruno@clisp.org>
5310
5311         * tests/test-stdbool.c (i): Update after last patch.
5312
5313 2007-03-12  Bruno Haible  <bruno@clisp.org>
5314
5315         * lib/quotearg.c: Include <wctype.h> early, before the definition of
5316         the iswprint macro. Needed on Solaris 2.5.1.
5317
5318 2007-03-12  Bruno Haible  <bruno@clisp.org>
5319
5320         * tests/test-printf-frexp.c (main): Declare x as volatile.
5321
5322 2007-03-12  Simon Josefsson  <simon@josefsson.org>
5323
5324         * doc/gnulib.texi (Build robot for gnulib): New section.
5325
5326 2007-03-12  Jim Meyering  <jim@meyering.net>
5327
5328         * build-aux/bootstrap: New file.
5329         * build-aux/bootstrap.conf: New file, from coreutils.
5330
5331 2007-03-11  Bruno Haible  <bruno@clisp.org>
5332
5333         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
5334
5335 2007-03-12  Simon Josefsson  <simon@josefsson.org>
5336
5337         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
5338         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
5339         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
5340
5341 2007-03-11  Bruno Haible  <bruno@clisp.org>
5342
5343         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
5344         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
5345
5346 2007-03-11  Bruno Haible  <bruno@clisp.org>
5347
5348         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
5349         formula. Needed for SunPRO C 5.0.
5350
5351 2007-03-11  Bruno Haible  <bruno@clisp.org>
5352
5353         * modules/long-options (Depends-on): Add getopt.
5354
5355 2007-03-11  Bruno Haible  <bruno@clisp.org>
5356
5357         * modules/modechange (Depends-on): Add stdbool.
5358
5359 2007-03-11  Bruno Haible  <bruno@clisp.org>
5360
5361         * modules/i-ring (Depends-on): Add stdbool.
5362
5363 2007-03-11  Bruno Haible  <bruno@clisp.org>
5364
5365         * modules/gc-des (Depends-on): Add stdbool.
5366
5367 2007-03-11  Bruno Haible  <bruno@clisp.org>
5368
5369         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
5370
5371 2007-03-11  Bruno Haible  <bruno@clisp.org>
5372
5373         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
5374
5375 2007-03-11  Bruno Haible  <bruno@clisp.org>
5376
5377         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
5378
5379 2007-03-11  Bruno Haible  <bruno@clisp.org>
5380
5381         * lib/vasnprintf.c (sprintf): Undefine.
5382
5383 2007-03-11  Bruno Haible  <bruno@clisp.org>
5384
5385         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
5386         initializers in SunPRO C and Compaq C compilers.
5387
5388 2007-03-11  Bruno Haible  <bruno@clisp.org>
5389
5390         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
5391         decrementing code ANSI C compliant.
5392
5393 2007-03-11  Bruno Haible  <bruno@clisp.org>
5394
5395         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
5396         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
5397
5398 2007-03-11  Bruno Haible  <bruno@clisp.org>
5399
5400         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
5401         <stdbool.h> substitute doesn't pass.
5402
5403 2007-03-11  Bruno Haible  <bruno@clisp.org>
5404
5405         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
5406
5407 2007-03-11  Bruno Haible  <bruno@clisp.org>
5408
5409         * gnulib-tool (func_create_megatestdir): Create also an autobuild
5410         script, for submission to autobuild.josefsson.org.
5411
5412 2007-03-10  Bruno Haible  <bruno@clisp.org>
5413
5414         * modules/canonicalize-lgpl-tests: New file.
5415         * tests/test-canonicalize-lgpl.sh: New file.
5416         * tests/test-canonicalize-lgpl.c: New file.
5417
5418         * modules/c-strcase-tests: New file.
5419         * tests/test-c-strcase.sh: New file.
5420         * tests/test-c-strcasecmp.c: New file.
5421         * tests/test-c-strncasecmp.c: New file.
5422
5423         * modules/atexit-tests: New file.
5424         * tests/test-atexit.sh: New file.
5425         * tests/test-atexit.c: New file.
5426
5427 2007-03-10  Bruno Haible  <bruno@clisp.org>
5428
5429         * tests/test-binary-io.sh: Use temporary filenames that are not so
5430         likely to clash with those of other tests (in a parallel make).
5431         * tests/test-binary-io.c: Likewise.
5432
5433 2007-03-10  Bruno Haible  <bruno@clisp.org>
5434
5435         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
5436         fallback; use #error instead.
5437         Suggested by Simon Josefsson.
5438
5439 2007-03-10  Bruno Haible  <bruno@clisp.org>
5440
5441         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
5442         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
5443         first and the last.
5444
5445 2007-03-10  Bruno Haible  <bruno@clisp.org>
5446
5447         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
5448
5449 2007-03-10  Bruno Haible  <bruno@clisp.org>
5450
5451         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
5452         "make distcheck".
5453         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
5454         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
5455         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
5456
5457 2007-03-10  Bruno Haible  <bruno@clisp.org>
5458
5459         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
5460         variable.
5461         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
5462         variable.
5463
5464 2007-03-09  Eric Blake  <ebb9@byu.net>
5465         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
5466
5467         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
5468         types are not being provided by gnulib.
5469         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
5470         types are supported.
5471
5472 2007-03-10  Bruno Haible  <bruno@clisp.org>
5473
5474         * lib/stdio_.h (__attribute__): New macro.
5475         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
5476         vsprintf): Specify __attribute__ __format__ for GCC.
5477         Suggested by Eric Blake.
5478
5479 2007-03-09  Bruno Haible  <bruno@clisp.org>
5480
5481         * modules/printf-posix-tests: New file.
5482         * tests/test-printf-posix.sh: New file.
5483         * tests/test-printf-posix.c: New file.
5484
5485         * modules/printf-posix: New file.
5486         * lib/printf.c: New file.
5487         * m4/printf-posix-rpl.m4: New file.
5488         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
5489         REPLACE_PRINTF.
5490         * lib/stdio_.h (printf): New declaration.
5491         (format, __format__, ____printf____, ____scanf____, ____strftime____,
5492         ____strfmon____): New macros.
5493         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
5494         REPLACE_PRINTF.
5495
5496 2007-03-09  Bruno Haible  <bruno@clisp.org>
5497
5498         * tests/test-vasnprintf-posix2.sh: New file.
5499         * tests/test-vasnprintf-posix2.c: New file.
5500         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
5501         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
5502         (Makefile.am): Activate test-vasnprintf-posix2.sh.
5503
5504         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
5505         a locale dependent decimal point, rather than always '.'.
5506
5507 2007-03-09  Eric Blake  <ebb9@byu.net>
5508
5509         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
5510         spite of platforms like Tandem/NSK that define it to -1.
5511
5512 2007-03-08  Bruno Haible  <bruno@clisp.org>
5513
5514         * modules/vprintf-posix-tests: New file.
5515         * tests/test-vprintf-posix.sh: New file.
5516         * tests/test-vprintf-posix.c: New file.
5517         * tests/test-printf-posix.h: New file.
5518
5519         * modules/vprintf-posix: New file.
5520         * lib/vprintf.c: New file.
5521         * m4/vprintf-posix.m4: New file.
5522         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
5523         REPLACE_VPRINTF.
5524         * lib/stdio_.h (vprintf): New declaration.
5525         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
5526         REPLACE_VPRINTF.
5527
5528 2007-03-08  Bruno Haible  <bruno@clisp.org>
5529
5530         * modules/fprintf-posix-tests: New file.
5531         * tests/test-fprintf-posix.sh: New file.
5532         * tests/test-fprintf-posix.c: New file.
5533
5534         * modules/fprintf-posix: New file.
5535         * lib/fprintf.c: New file.
5536         * m4/fprintf-posix.m4: New file.
5537         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
5538         REPLACE_FPRINTF.
5539         * lib/stdio_.h (fprintf): New declaration.
5540         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
5541         REPLACE_FPRINTF.
5542
5543 2007-03-08  Bruno Haible  <bruno@clisp.org>
5544
5545         * modules/vfprintf-posix-tests: New file.
5546         * tests/test-vfprintf-posix.sh: New file.
5547         * tests/test-vfprintf-posix.c: New file.
5548         * tests/test-fprintf-posix.h: New file.
5549         * tests/test-fprintf-posix.out: New file.
5550
5551         * modules/vfprintf-posix: New file.
5552         * lib/vfprintf.c: New file.
5553         * m4/vfprintf-posix.m4: New file.
5554         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
5555         REPLACE_VFPRINTF.
5556         * lib/stdio_.h (vfprintf): New declaration.
5557         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
5558         REPLACE_VFPRINTF.
5559
5560 2007-03-08  Bruno Haible  <bruno@clisp.org>
5561
5562         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
5563
5564 2007-03-08  Bruno Haible  <bruno@clisp.org>
5565
5566         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
5567         instead of 'expr' invocations.
5568         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5569         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5570         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5571         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5572         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5573         Suggested by Paul Eggert.
5574
5575 2007-03-08  Bruno Haible  <bruno@clisp.org>
5576
5577         * modules/fseterr-tests: New file.
5578         * tests/test-fseterr.c: New file.
5579
5580         * modules/fseterr: New file.
5581         * lib/fseterr.h: New file.
5582         * lib/fseterr.c: New file.
5583
5584 2007-03-08  Bruno Haible  <bruno@clisp.org>
5585
5586         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
5587         * lib/getopt_.h: Likewise.
5588         * lib/mbswidth.h: Likewise.
5589         * lib/setenv.h: Likewise.
5590         * lib/vasnprintf.h: Likewise.
5591         * lib/vasprintf.h: Likewise.
5592         * lib/verror.h: Likewise.
5593         * lib/xsetenv.h: Likewise.
5594         * lib/xvasprintf.h: Likewise.
5595
5596 2007-03-08  Jim Meyering  <jim@meyering.net>
5597
5598         * users.txt: Add parted.
5599
5600         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
5601
5602 2007-03-07  Bruno Haible  <bruno@clisp.org>
5603
5604         * m4/printf.m4: Make the shell script snippets copy&pastable.
5605
5606 2007-03-02  Bruno Haible  <bruno@clisp.org>
5607
5608         * lib/netinet_in_.h: New file.
5609         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
5610         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
5611         * modules/netinet_in (Files): Add lib/netinet_in_.h.
5612         (Depends-on): Add absolute-header.
5613         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
5614         into netinet/in.h.
5615
5616 2007-03-03  Bruno Haible  <bruno@clisp.org>
5617
5618         * lib/sys_select_.h: New file.
5619         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
5620         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
5621         * modules/sys_select (Files): Add lib/sys_select_.h.
5622         (Depends-on): Add absolute-header.
5623         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
5624         into sys/select.h.
5625
5626 2007-03-02  Bruno Haible  <bruno@clisp.org>
5627
5628         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
5629         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
5630         values.
5631         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
5632         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
5633         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
5634         * modules/sys_socket (Depends-on): Add absolute-header.
5635         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
5636         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
5637         (Include): Remove requirement of inclusion of <sys/types.h>.
5638
5639 2007-03-02  Bruno Haible  <bruno@clisp.org>
5640
5641         * lib/byteswap_.h (bswap_32): Fix formula.
5642
5643 2007-03-06  Bruno Haible  <bruno@clisp.org>
5644
5645         * modules/sprintf-posix-tests: New file.
5646         * tests/test-sprintf-posix.c: New file.
5647
5648         * modules/sprintf-posix: New file.
5649         * lib/sprintf.c: New file.
5650         * m4/sprintf-posix.m4: New file.
5651         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
5652         REPLACE_SPRINTF.
5653         * lib/stdio_.h (sprintf): New declaration.
5654         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
5655         REPLACE_SPRINTF.
5656
5657 2007-03-06  Bruno Haible  <bruno@clisp.org>
5658
5659         * modules/vsprintf-posix-tests: New file.
5660         * tests/test-vsprintf-posix.c: New file.
5661         * tests/test-sprintf-posix.h: New file.
5662
5663         * modules/vsprintf-posix: New file.
5664         * lib/vsprintf.c: New file.
5665         * m4/vsprintf-posix.m4: New file.
5666         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
5667         REPLACE_VSPRINTF.
5668         * lib/stdio_.h (vsprintf): New declaration.
5669         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
5670         REPLACE_VSPRINTF.
5671
5672 2007-03-06  Bruno Haible  <bruno@clisp.org>
5673
5674         * modules/vsnprintf (Depend-on): Remove minmax.
5675
5676 2007-03-06  Bruno Haible  <bruno@clisp.org>
5677
5678         * modules/snprintf-posix-tests: New file.
5679         * tests/test-snprintf-posix.c: New file.
5680
5681         * modules/snprintf-posix: New file.
5682         * m4/snprintf-posix.m4: New file.
5683         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
5684         gl_FUNC_SNPRINTF.
5685         (gl_FUNC_SNPRINTF): Invoke it.
5686         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
5687         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
5688         is set.
5689         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
5690
5691 2007-03-06  Bruno Haible  <bruno@clisp.org>
5692
5693         * modules/vsnprintf-posix-tests: New file.
5694         * tests/test-vsnprintf-posix.c: New file.
5695         * tests/test-snprintf-posix.h: New file.
5696
5697         * modules/vsnprintf-posix: New file.
5698         * m4/vsnprintf-posix.m4: New file.
5699         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
5700         gl_FUNC_VSNPRINTF.
5701         (gl_FUNC_VSNPRINTF): Invoke it.
5702         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
5703         * lib/stdio_.h (vsnprintf): Define as a replacement if
5704         REPLACE_VSNPRINTF is set.
5705         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
5706
5707 2007-03-06  Bruno Haible  <bruno@clisp.org>
5708
5709         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
5710         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
5711
5712 2007-03-06  Bruno Haible  <bruno@clisp.org>
5713
5714         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
5715         (asinl): Declare also if HAVE_DECL_ASINL is set.
5716         (atanl): Declare also if HAVE_DECL_ATANL is set.
5717         (ceill): Declare also if HAVE_DECL_CEILL is set.
5718         (cosl): Declare also if HAVE_DECL_COSL is set.
5719         (expl): Declare also if HAVE_DECL_EXPL is set.
5720         (floorl): Declare also if HAVE_DECL_FLOORL is set.
5721         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
5722         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
5723         (logl): Declare also if HAVE_DECL_LOGL is set.
5724         (sinl): Declare also if HAVE_DECL_SINL is set.
5725         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
5726         (tanl): Declare also if HAVE_DECL_TANL is set.
5727         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
5728         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
5729         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
5730         declaration of frexpl, ldexpl.
5731         * modules/printf-frexpl (Depends-on): Add math.
5732         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
5733
5734 2007-03-05  Bruno Haible  <bruno@clisp.org>
5735
5736         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
5737         frexpl and ldexpl are declared.
5738         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
5739
5740 2007-03-05  Bruno Haible  <bruno@clisp.org>
5741
5742         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
5743         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
5744
5745 2007-03-05  Bruno Haible  <bruno@clisp.org>
5746
5747         * lib/stdio_.h: Include <stddef.h>.
5748
5749 2007-03-05  Bruno Haible  <bruno@clisp.org>
5750
5751         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
5752
5753 2007-03-05  Bruno Haible  <bruno@clisp.org>
5754
5755         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
5756         NetBSD 4, from Ralf Wildenhues.
5757
5758 2007-03-04  Bruno Haible  <bruno@clisp.org>
5759
5760         * lib/vasprintf.h: Update #if logic for the case when the functions
5761         exist but are overridden.
5762
5763 2007-03-04  Bruno Haible  <bruno@clisp.org>
5764
5765         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
5766         implementations: glibc-2.4 and MacOS X 10.3.
5767         * tests/test-vasnprintf-posix.c (test_function): Test also the case
5768         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
5769         * tests/test-vasprintf-posix.c (test_function): Likewise.
5770
5771 2007-03-04  Bruno Haible  <bruno@clisp.org>
5772
5773         * modules/vasprintf-posix-tests: New file.
5774         * tests/test-vasprintf-posix.c: New file.
5775
5776         * modules/vasprintf-posix: New file.
5777         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
5778         defined.
5779         * m4/vasprintf-posix.m4: New file.
5780         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
5781         gl_FUNC_VASPRINTF.
5782         (gl_FUNC_VASPRINTF): Invoke it.
5783         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
5784         here.
5785         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
5786
5787 2007-03-04  Bruno Haible  <bruno@clisp.org>
5788
5789         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
5790         REPLACE_GETTIMEOFDAY.
5791         * modules/sys_time (Makefile.am): Likewise.
5792         * m4/sys_time_h.m4: Likewise.
5793         * m4/gettimeofday.m4: Likewise.
5794
5795 2007-03-04  Bruno Haible  <bruno@clisp.org>
5796
5797         * modules/vasnprintf-posix-tests: New file.
5798         * tests/test-vasnprintf-posix.c: New file.
5799
5800         * modules/vasnprintf-posix: New file.
5801         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
5802         printf-frexpl.h.
5803         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
5804         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
5805         REPLACE_VASNPRINTF is defined.
5806         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
5807         gl_FUNC_VASNPRINTF.
5808         (gl_FUNC_VASNPRINTF): Invoke it.
5809         * m4/vasnprintf-posix.m4: New file.
5810         * m4/printf.m4: New file.
5811
5812 2007-03-04  Bruno Haible  <bruno@clisp.org>
5813
5814         Compile progreloc.c only if --enable-relocatable is specified.
5815         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
5816         if --enable-relocatable was specified.
5817         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
5818         lib_SOURCES.
5819
5820 2007-03-04  Jim Meyering  <jim@meyering.net>
5821
5822         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
5823         Use it consistently, rather than enumerating errno constants.
5824
5825 2007-03-04  Bruno Haible  <bruno@clisp.org>
5826
5827         * modules/xvasprintf-tests: New file.
5828         * tests/test-xvasprintf.c: New file.
5829
5830         * modules/vasprintf-tests: New file.
5831         * tests/test-vasprintf.c: New file.
5832
5833         * modules/vasnprintf-tests: New file.
5834         * tests/test-vasnprintf.c: New file.
5835
5836         * modules/vsnprintf-tests: New file.
5837         * tests/test-vsnprintf.c: New file.
5838
5839         * modules/snprintf-tests: New file.
5840         * tests/test-snprintf.c: New file.
5841
5842 2007-03-04  Bruno Haible  <bruno@clisp.org>
5843
5844         Compile relocatable.c only if --enable-relocatable is specified.
5845         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
5846         gl_RELOCATABLE_LIBRARY.
5847         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
5848         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
5849         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
5850         gl_RELOCATABLE_LIBRARY.
5851         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
5852         (Makefile.am): Remove lib_SOURCES.
5853         * modules/relocatable-lib-lgpl (configure.ac): Invoke
5854         gl_RELOCATABLE_LIBRARY.
5855         (Makefile.am): Remove lib_SOURCES.
5856         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
5857         always.
5858         * modules/relocatable-prog-wrapper (configure.ac): Invoke
5859         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
5860
5861 2007-03-04  Bruno Haible  <bruno@clisp.org>
5862
5863         * modules/argmatch-tests: New file.
5864         * tests/test-argmatch.c: New file.
5865
5866         * tests/test-allocsa.c (main): Halve the number of loop runs.
5867
5868         * modules/alloca-opt-tests: New file.
5869         * tests/test-alloca-opt.c: New file.
5870
5871 2007-03-04  Jim Meyering  <jim@meyering.net>
5872
5873         Work around difference between Linux ACLs and Solaris 10 ZFS.
5874         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
5875         for EINVAL.
5876
5877 2007-03-03  Bruno Haible  <bruno@clisp.org>
5878
5879         * modules/relocatable-prog (Depends-on): Add back progreloc's
5880         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
5881
5882 2007-03-03  Bruno Haible  <bruno@clisp.org>
5883
5884         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
5885         * modules/relocatable-lib: New file.
5886
5887 2007-03-03  Bruno Haible  <bruno@clisp.org>
5888
5889         * modules/relocatable-prog: Renamed from modules/relocatable.
5890         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5891
5892 2007-03-03  Bruno Haible  <bruno@clisp.org>
5893
5894         * modules/relocatable-script (Files): Add doc/relocatable.texi,
5895         m4/relocatable-lib.m4.
5896         (Depends-on): Remove 'relocatable'.
5897         (configure.ac): Add gl_RELOCATABLE_NOP.
5898
5899 2007-03-03  Bruno Haible  <bruno@clisp.org>
5900
5901         * modules/relocatable-prog-wrapper: New file.
5902         * modules/relocatable (Depends-on): Add it. Remove all other
5903         dependencies except progname.
5904         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5905
5906         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5907         (gl_FUNC_STRERROR): Nop.
5908         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5909
5910         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5911         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5912
5913         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5914         (gl_FUNC_READLINK): Update.
5915
5916         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5917
5918 2007-03-03  Bruno Haible  <bruno@clisp.org>
5919
5920         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5921         * modules/xreadlink (Depends-on): Add unistd.
5922         * modules/xreadlink-with-size (Depends-on): Likewise.
5923
5924 2007-03-03  Bruno Haible  <bruno@clisp.org>
5925
5926         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5927         extracted from gt_FUNC_SETENV.
5928         (gt_FUNC_SETENV): Remove macro.
5929         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5930         remove gt_FUNC_SETENV.
5931
5932 2007-03-03  Bruno Haible  <bruno@clisp.org>
5933
5934         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5935         ENABLE_RELOCATABLE here.
5936         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5937
5938 2007-03-03  Bruno Haible  <bruno@clisp.org>
5939
5940         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5941         * tests/test-rbtreehash_list.c: Include progname.h.
5942         (main): Call set_program_name.
5943
5944         * modules/rbtree-oset-tests (Depends-on): Add progname.
5945         * tests/test-rbtree_oset.c: Include progname.h.
5946         (main): Call set_program_name.
5947
5948         * modules/rbtree-list-tests (Depends-on): Add progname.
5949         * tests/test-rbtree_list.c: Include progname.h.
5950         (main): Call set_program_name.
5951
5952         * modules/linked-list-tests (Depends-on): Add progname.
5953         * tests/test-linked_list.c: Include progname.h.
5954         (main): Call set_program_name.
5955
5956 2007-03-03  Bruno Haible  <bruno@clisp.org>
5957
5958         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5959         All uses of __restrict changed to _Restrict_.
5960         * lib/glob_.h (__restrict): Remove macro.
5961
5962 2007-03-02  Bruno Haible  <bruno@clisp.org>
5963
5964         * modules/gettext (configure.ac): Require gettext infrastructure
5965         from version 0.16.1.
5966
5967 2007-03-02  Bruno Haible  <bruno@clisp.org>
5968
5969         * modules/linkedhash-list-tests (Depends-on): Add progname.
5970         * tests/test-linkedhash_list.c: Include progname.h.
5971         (main): Call set_program_name.
5972
5973         * modules/carray-list-tests (Depends-on): Add progname.
5974         * tests/test-carray_list.c: Include progname.h.
5975         (main): Call set_program_name.
5976
5977         * modules/avltreehash-list-tests (Depends-on): Add progname.
5978         * tests/test-avltreehash_list.c: Include progname.h.
5979         (main): Call set_program_name.
5980
5981         * modules/avltree-oset-tests (Depends-on): Add progname.
5982         * tests/test-avltree_oset.c: Include progname.h.
5983         (main): Call set_program_name.
5984
5985         * modules/avltree-list-tests (Depends-on): Add progname.
5986         * tests/test-avltree_list.c: Include progname.h.
5987         (main): Call set_program_name.
5988
5989         * modules/array-oset-tests (Depends-on): Add progname.
5990         * tests/test-array_oset.c: Include progname.h.
5991         (main): Call set_program_name.
5992
5993         * modules/array-list-tests (Depends-on): Add progname.
5994         * tests/test-array_list.c: Include progname.h.
5995         (main): Call set_program_name.
5996
5997         * modules/argp-tests (Depends-on): Add progname.
5998         * tests/test-argp.c: Include argp.h first. Include progname.h.
5999         (main): Call set_program_name.
6000
6001 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
6002
6003         * doc/gnulib-tool.texi (Initial import): Reword description of
6004         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
6005         limited effect even if defined after the first system include.
6006
6007 2007-03-01  Bruno Haible  <bruno@clisp.org>
6008
6009         * build-aux/config.libpath: Update to libtool-1.5.22.
6010         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6011
6012 2007-03-01  Bruno Haible  <bruno@clisp.org>
6013
6014         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
6015         foo_CFLAGS.
6016         Reported by Ralf Wildenhues.
6017
6018 2007-03-01  Bruno Haible  <bruno@clisp.org>
6019
6020         * build-aux/install-reloc: Remove object files left over by some
6021         compilers.
6022         Reported by Ralf Wildenhues.
6023
6024 2007-03-01  Bruno Haible  <bruno@clisp.org>
6025
6026         * build-aux/install-reloc: Break long lines.
6027
6028 2007-03-01  Bruno Haible  <bruno@clisp.org>
6029
6030         * doc/relocatable.texi: Document that it may not work on OpenBSD.
6031         Reported by Ralf Wildenhues.
6032
6033 2007-03-01  Bruno Haible  <bruno@clisp.org>
6034
6035         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
6036         include ordering constraints.
6037
6038 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
6039
6040         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
6041         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
6042         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
6043         as another example.
6044         * lib/time_.h: Fix misspelling.
6045         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6046         Require gl_HEADER_TIME_H_DEFAULTS.
6047         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
6048         * m4/time_r.m4 (gl_TIME_R): Likewise.
6049         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
6050
6051 2007-03-01  Bruno Haible  <bruno@clisp.org>
6052
6053         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
6054         * m4/utimens.m4 (gl_UTIMENS): Likewise.
6055
6056 2007-03-01  Jim Meyering  <jim@meyering.net>
6057
6058         * modules/xreadlink (Maintainer): Add my name.
6059         * modules/xreadlink-with-size (Depends-on): Alphabetize.
6060
6061 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
6062             Bruno Haible  <bruno@clisp.org>
6063
6064         * build-aux/install-reloc: Compile also c-ctype.c.
6065         * build-aux/relocatable.sh.in: New file.
6066         * doc/relocatable.texi: New file.
6067         * doc/relocatable-maint.texi: New file.
6068         * doc/gnulib.texi: Include relocatable-maint.texi.
6069         * lib/progreloc.c: Include unistd.h unconditionally.
6070         * lib/relocwrapper.c: Include unistd.h unconditionally.
6071         Include c-ctype.h.
6072         (add_dotbin): Use c_tolower.
6073         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
6074         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
6075         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
6076         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
6077         to m4/relocatable-lib.m4.
6078         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
6079         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
6080         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
6081         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
6082         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
6083         * modules/relocatable: New file.
6084         * modules/relocatable-lib: New file.
6085         * modules/relocatable-script: New file.
6086
6087 2007-02-28  Bruno Haible  <bruno@clisp.org>
6088
6089         Import --enable-relocatable infrastructure.
6090         * build-aux/config.libpath: New file, from GNU gettext.
6091         * build-aux/install-reloc: New file, from GNU gettext.
6092         * build-aux/reloc-ldflags: New file, from GNU gettext.
6093         * lib/relocatable.h: New file, from GNU gettext.
6094         * lib/relocatable.c: New file, from GNU gettext.
6095         * lib/relocwrapper.c: New file, from GNU gettext.
6096         * m4/relocatable.m4: New file, from GNU gettext.
6097
6098 2007-02-28  Bruno Haible  <bruno@clisp.org>
6099
6100         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
6101
6102         * modules/xreadlink: New file, from GNU gettext with modifications.
6103         * lib/xreadlink.c: New file, from GNU gettext.
6104         * lib/xreadlink.h: Add comments.
6105         (xreadlink): New declaration.
6106
6107         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
6108         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
6109         lib/xreadlink-with-size.c.
6110         (configure.ac): Remove gl_XREADLINK invocation.
6111         (Makefile.am): Augment lib_SOURCES.
6112         * m4/xreadlink.m4: Remove file.
6113         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
6114         (xreadlink_with_size): Renamed from xreadink.
6115         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
6116         * modules/canonicalize (Depends-on): Replace xreadlink with
6117         xreadlink-with-size.
6118         * lib/canonicalize.c (canonicalize_filename_mode): Update.
6119
6120 2007-02-25  Jim Meyering  <jim@meyering.net>
6121
6122         * build-aux/announce-gen: When complaining about excess arguments,
6123         list them.
6124
6125 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
6126
6127         * README: Document signed integer overflow situation more
6128         accurately.
6129
6130 2007-02-25  Bruno Haible  <bruno@clisp.org>
6131
6132         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
6133         'a' or 'A' conversion.
6134
6135 2007-02-25  Bruno Haible  <bruno@clisp.org>
6136
6137         * modules/filename: Renamed from modules/pathname.
6138         (Files): Replace lib/pathname.h with lib/filename.h. Replace
6139         lib/concatpath.c with lib/concat-filename.c.
6140         (Makefile.am): Update.
6141         (Include): Replace pathname.h with filename.h.
6142         * lib/filename.h: Renamed from lib/pathname.h.
6143         (concatenated_filename): Renamed from concatenated_pathname.
6144         * lib/concat-filename.c: Renamed from lib/concatpath.c.
6145         (concatenated_filename): Renamed from concatenated_pathname.
6146         * lib/findprog.c: Include filename.h instead of pathname.h.
6147         (find_in_path): Update.
6148         * lib/javacomp.c: Include filename.h instead of pathname.h.
6149         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
6150         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
6151         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
6152         is_oldgcj_14_13_usable, is_javac_usable): Update.
6153         * lib/javaexec.c: Include filename.h instead of pathname.h.
6154         (execute_java_class): Update.
6155         * modules/findprog: Update.
6156         * modules/javacomp: Update.
6157         * modules/javaexec: Update.
6158         * MODULES.html.sh (File system functions): Add 'filename', remove
6159         'pathname'.
6160
6161 2007-02-25  Bruno Haible  <bruno@clisp.org>
6162
6163         * modules/printf-frexpl-tests: New file.
6164         * tests/test-printf-frexpl.c: New file.
6165
6166         * modules/printf-frexpl: New file.
6167         * lib/printf-frexpl.h: New file.
6168         * lib/printf-frexpl.c: New file.
6169         * m4/printf-frexpl.m4: New file.
6170
6171 2007-02-25  Bruno Haible  <bruno@clisp.org>
6172
6173         * modules/printf-frexp-tests: New file.
6174         * tests/test-printf-frexp.c: New file.
6175
6176         * modules/printf-frexp: New file.
6177         * lib/printf-frexp.h: New file.
6178         * lib/printf-frexp.c: New file.
6179         * m4/printf-frexp.m4: New file.
6180
6181 2007-02-25  Bruno Haible  <bruno@clisp.org>
6182
6183         Assume automake >= 1.10 for the tests.
6184         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
6185         * modules/arctwo-tests: Likewise.
6186         * modules/argp-tests: Likewise.
6187         * modules/avltree-list-tests: Likewise.
6188         * modules/avltree-oset-tests: Likewise.
6189         * modules/avltreehash-list-tests: Likewise.
6190         * modules/carray-list-tests: Likewise.
6191         * modules/crc-tests: Likewise.
6192         * modules/des-tests: Likewise.
6193         * modules/gc-arcfour-tests: Likewise.
6194         * modules/gc-arctwo-tests: Likewise.
6195         * modules/gc-des-tests: Likewise.
6196         * modules/gc-hmac-md5-tests: Likewise.
6197         * modules/gc-hmac-sha1-tests: Likewise.
6198         * modules/gc-md2-tests: Likewise.
6199         * modules/gc-md4-tests: Likewise.
6200         * modules/gc-md5-tests: Likewise.
6201         * modules/gc-pbkdf2-sha1-tests: Likewise.
6202         * modules/gc-rijndael-tests: Likewise.
6203         * modules/gc-sha1-tests: Likewise.
6204         * modules/gc-tests: Likewise.
6205         * modules/getaddrinfo-tests: Likewise.
6206         * modules/hmac-md5-tests: Likewise.
6207         * modules/hmac-sha1-tests: Likewise.
6208         * modules/linked-list-tests: Likewise.
6209         * modules/linkedhash-list-tests: Likewise.
6210         * modules/lock-tests: Likewise.
6211         * modules/md2-tests: Likewise.
6212         * modules/md4-tests: Likewise.
6213         * modules/md5-tests: Likewise.
6214         * modules/rbtree-list-tests: Likewise.
6215         * modules/rbtree-oset-tests: Likewise.
6216         * modules/rbtreehash-list-tests: Likewise.
6217         * modules/read-file-tests: Likewise.
6218         * modules/rijndael-tests: Likewise.
6219         * modules/stdint-tests: Likewise.
6220         * modules/tls-tests: Likewise.
6221
6222 2007-02-24  Bruno Haible  <bruno@clisp.org>
6223
6224         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
6225         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
6226         function; instead check whether isnan with a double argument links.
6227         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
6228         function; instead check whether isnan with a 'long double' argument
6229         links.
6230         Reported by Eric Blake <ebb9@byu.net>.
6231
6232 2007-02-24  Bruno Haible  <bruno@clisp.org>
6233
6234         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
6235         defined.
6236         * lib/isnanl.c: Remove all code. Just include isnan.c.
6237         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
6238
6239 2007-02-25  Jim Meyering  <jim@meyering.net>
6240
6241         Avoid conflicting types for 'unsetenv' on FreeBSD.
6242         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
6243         conflicting with FreeBSD's (5.0 and 6.1) function declaration
6244         in stdlib.h.
6245
6246 2007-02-24  Bruno Haible  <bruno@clisp.org>
6247
6248         * modules/isnanl-nolibm-tests: New file.
6249         * tests/test-isnanl.c: New file.
6250
6251         * modules/isnanl-nolibm: New file.
6252         * lib/isnanl.h: New file.
6253         * lib/isnanl.c: New file.
6254         * m4/isnanl.m4: New file.
6255
6256 2007-02-24  Bruno Haible  <bruno@clisp.org>
6257
6258         * modules/isnan-nolibm-tests: New file.
6259         * tests/test-isnan.c: New file.
6260
6261         * modules/isnan-nolibm: New file.
6262         * lib/isnan.h: New file.
6263         * lib/isnan.c: New file.
6264         * m4/isnan.m4: New file.
6265
6266 2007-02-24  Bruno Haible  <bruno@clisp.org>
6267
6268         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
6269         assume that an exponent fits in 20 bits.
6270
6271 2007-02-24  Jim Meyering  <jim@meyering.net>
6272
6273         * m4/regex.m4: Update the description of the configure-time option,
6274         --without-included-regex, to state accurately what the defaults are,
6275         and perhaps to give people an idea why using this option is risky.
6276
6277 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
6278
6279         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
6280         loops on small arguments.  This attempts to avoid the problem
6281         Bruno Haible reported for AIX 4.3.2 in
6282         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
6283
6284 2007-02-23  Bruno Haible  <bruno@clisp.org>
6285
6286         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
6287         Needed for help2man.
6288
6289 2007-02-23  Karl Berry  <karl@gnu.org>
6290
6291         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
6292         exists, foo.h should be cvs-ignored, not committed.
6293
6294 2007-02-23  Eric Blake  <ebb9@byu.net>
6295
6296         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
6297         * lib/stat-time.h (includes): Likewise.
6298         * lib/utimecmp.c (includes): Likewise.
6299         * lib/utimens.h (includes): Likewise.
6300         * lib/getdate.y (includes): Also include "timespec.h" for use
6301         internal to the module.
6302         * modules/utimens (Depends-on): Revert yesterday's patch.
6303         * modules/nanosleep (Depends-on): Add missing dependency.
6304
6305 2007-02-22  Bruno Haible  <bruno@clisp.org>
6306
6307         * lib/glob.c: Don't include getlogin_r.h.
6308
6309 2007-02-22  Jim Meyering  <jim@meyering.net>
6310
6311         * modules/utimens (Depends-on): Add timespec, required for
6312         utimens.h's inclusion of timespec.h.
6313
6314 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
6315
6316         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
6317         long unreadable paths in GNU/Linux.  Problem reported by Andreas
6318         Schwab in
6319         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
6320         I'll try to think of a better way to fix the Solaris problem.
6321
6322         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
6323         like glibc; on Solaris 10, it fails with errno == EINVAL.
6324         POSIX says the behavior is unspecified if the first argument is NULL,
6325         so play it safe and never pass NULL to the system getcwd.
6326
6327 2007-02-21  Jim Meyering  <jim@meyering.net>
6328
6329         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
6330         of gettimeofday.  It would conflict with the one now always
6331         provided via sys_time_.h.  Reported by Matthew Woehlke, as
6332         an IRIX 6.5 build failure.
6333
6334 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
6335
6336         Minor fixups to port to Solaris 10 with Sun C 5.8.
6337         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
6338         * modules/getcwd (Depends-on): Add dirfd.
6339         * lib/putenv.c (putenv): #undef it.
6340         (rpl_putenv): New decl.
6341         (malloc, free): Include <stdlib.h> rather than prototyping separately.
6342
6343 2007-02-20  Bruno Haible  <bruno@clisp.org>
6344
6345         * modules/stdio-tests: New file.
6346         * tests/test-stdio.c: New file.
6347
6348         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
6349         (Depends-on): Add stdio.
6350         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
6351         (Include): Use <stdio.h> instead of vsnprintf.h.
6352         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
6353         HAVE_DECL_VSNPRINTF.
6354         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
6355
6356         * modules/snprintf (Files): Remove lib/snprintf.h.
6357         (Depends-on): Add stdio.
6358         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
6359         (Include): Use <stdio.h> instead of snprintf.h.
6360         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
6361         HAVE_DECL_SNPRINTF.
6362         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
6363         * lib/getaddrinfo.c: Likewise.
6364
6365         * modules/stdio: New file.
6366         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
6367         * lib/snprintf.h: Remove file.
6368         * lib/vsnprintf.h: Remove file.
6369         * lib/.cppi-disable: Remove snprintf.h.
6370         * m4/stdio_h.m4: New file.
6371         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
6372
6373 2007-02-20  Jim Meyering  <jim@meyering.net>
6374
6375         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
6376         used by e.g., mingw.  From Bruno Haible.
6377
6378 2007-02-19  Bruno Haible  <bruno@clisp.org>
6379
6380         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
6381         warnings.
6382         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6383
6384 2007-02-19  Bruno Haible  <bruno@clisp.org>
6385
6386         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
6387         from mingw users.
6388
6389 2007-02-19  Bruno Haible  <bruno@clisp.org>
6390
6391         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
6392         warnings.
6393         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
6394
6395 2007-02-19  Jim Meyering  <jim@meyering.net>
6396
6397         Don't use FD after a successful "fdopendir (fd)".
6398         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
6399         Reset it by calling dirfd on the just-obtained DIR*.
6400
6401         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
6402         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
6403
6404 2007-02-18  Bruno Haible  <bruno@clisp.org>
6405
6406         * lib/readlink.c: Include <unistd.h>.
6407         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
6408         HAVE_READLINK.
6409         * modules/readlink (Depends-on): Add unistd.
6410         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6411         (Include): Add <unistd.h>.
6412
6413         * lib/getlogin_r.h: Remove file.
6414         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
6415         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
6416         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
6417         HAVE_DECL_GETLOGIN_R.
6418         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
6419         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6420         (Include): Use <unistd.h> instead of getlogin_r.h.
6421
6422         * lib/getcwd.h: Remove file.
6423         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
6424         * lib/xgetcwd.c: Likewise.
6425         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
6426         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
6427         * modules/getcwd (Files): Remove lib/getcwd.h.
6428         (Depends-on): Add unistd.
6429         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6430         (Include): Use <unistd.h> instad of getcwd.h.
6431
6432         * lib/ftruncate.c: Include <unistd.h> first.
6433         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
6434         Set HAVE_FTRUNCATE.
6435         * modules/ftruncate (Depends-on): Add unistd.
6436         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6437
6438         * lib/fchdir.c: Include <unistd.h> first.
6439         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
6440         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
6441         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
6442         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6443         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
6444
6445         * lib/dup2.c: Include <unistd.h> first.
6446         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
6447         HAVE_DUP2.
6448         * modules/dup2 (Depends-on): Add unistd.
6449         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6450
6451         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
6452         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
6453         REPLACE_CHOWN. Don't define chown as a macro here.
6454         * modules/chown (Depends-on): Add unistd.
6455         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6456
6457         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
6458         Add definition for GL_LINK_WARNING.
6459         (chown, dup2): New declarations.
6460         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
6461         link warning.
6462         (ftruncate): New declaration.
6463         (getcwd): New declaration, taken from old getcwd.h.
6464         (getlogin_r): New declaration, taken from old getlogin_r.h.
6465         (readlink): New declaration.
6466         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
6467         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
6468         (gl_PREREQ_UNISTD): Remove macro.
6469         (gl_UNISTD_MODULE_INDICATOR): New macro.
6470         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
6471         many new variables. Don't set UNISTD_H.
6472         * modules/unistd (Description): Change.
6473         (Depends-on): Add link-warning.
6474         (configure.ac): Update.
6475         (Makefile.am): Create unistd.h always. Substitute many new variables
6476         into it.
6477
6478 2007-02-18  Bruno Haible  <bruno@clisp.org>
6479
6480         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
6481         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
6482         HAVE_GETSUBOPT.
6483         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
6484         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
6485         * lib/getsubopt.h: Remove file.
6486         * modules/getsubopt (Files): Remove lib/getsubopt.h.
6487         (Depends-on): Add stdlib.
6488         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6489         (Includes): Use <stdlib.h> instead of getsubopt.h.
6490         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
6491         Set HAVE_GETSUBOPT.
6492         * lib/getsubopt.c: Don't include getsubopt.h.
6493
6494 2007-02-18  Bruno Haible  <bruno@clisp.org>
6495
6496         * modules/fchdir (Depends-on): Add dup2.
6497
6498 2007-02-18  Bruno Haible  <bruno@clisp.org>
6499
6500         * lib/stdlib_.h: Handle glibc's special invocation convention
6501         specially.
6502
6503 2007-02-18  Bruno Haible  <bruno@clisp.org>
6504
6505         * modules/stdlib-tests: New file.
6506         * tests/test-stdlib.c: New file.
6507
6508         * modules/mkstemp (Files): Remove lib/mkstemp.h.
6509         (Depends-on): Add stdlib.
6510         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6511         (Includes): Use <stdlib.h> instead of mkstemp.h.
6512         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6513         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
6514         * lib/mkstemp.c: Don't include mkstemp.h.
6515         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
6516         * lib/stdlib--.h: Don't include mkstemp.h.
6517
6518         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
6519         (Depends-on): Add stdlib.
6520         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6521         (Includes): Use <stdlib.h> instead of mkdtemp.h.
6522         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6523         HAVE_MKDTEMP.
6524         * lib/mkdtemp.c: Don't include mkdtemp.h.
6525         * lib/clean-temp.c: Don't include mkdtemp.h.
6526
6527         * modules/exit (Files): Remove lib/exit.h.
6528         (Depends-on): Add stdlib.
6529         (Makefile.am): Remove lib_SOURCES.
6530         (Include): Use <stdlib.h> instead of exit.h.
6531         * lib/argmatch.c: Don't include exit.h.
6532         * lib/execute.c: Likewise.
6533         * lib/pagealign_alloc.c: Likewise.
6534         * lib/pipe.c: Likewise.
6535         * lib/wait-process.c: Likewise.
6536         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
6537         * lib/exitfail.c: Likewise.
6538         * lib/savewd.c: Likewise.
6539         * lib/xsetenv.c: Likewise.
6540
6541         * modules/stdlib: New file.
6542         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
6543         and extra comments about mkstemp().
6544         * lib/exit.h: Remove file.
6545         * lib/mkdtemp.h: Remove file.
6546         * lib/mkstemp.h: Remove file.
6547         * m4/stdlib_h.m4: New file.
6548         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
6549
6550 2007-02-18  Bruno Haible  <bruno@clisp.org>
6551
6552         * modules/math-tests: New file.
6553         * tests/test-math.c: New file.
6554
6555         * modules/math: New file.
6556         * modules/mathl (Files): Remove lib/mathl.h.
6557         (Depends-on): Add math.
6558         (Makefile.am): Don't mention mathl.h.
6559         (Include): Use <math.h> instead of mathl.h.
6560         * lib/math_.h: New file.
6561         * lib/mathl.h: Remove file.
6562         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
6563         mathl.h.
6564         * lib/asinl.c: Likewise.
6565         * lib/atanl.c: Likewise.
6566         * lib/ceill.c: Likewise.
6567         * lib/cosl.c: Likewise.
6568         * lib/expl.c: Likewise.
6569         * lib/floorl.c: Likewise.
6570         * lib/frexpl.c: Likewise.
6571         * lib/ldexpl.c: Likewise.
6572         * lib/logl.c: Likewise.
6573         * lib/sincosl.c: Likewise.
6574         * lib/sinl.c: Likewise.
6575         * lib/sqrtl.c: Likewise.
6576         * lib/tanl.c: Likewise.
6577         * lib/trigl.c: Likewise.
6578         * m4/math_h.m4: New file.
6579         * MODULES.html.sh (Mathematics): Add math.
6580
6581 2007-02-17  Bruno Haible  <bruno@clisp.org>
6582
6583         * modules/wctype-tests: New file.
6584         * tests/test-wctype.c: New file.
6585
6586         * modules/wchar-tests: New file.
6587         * tests/test-wchar.c: New file.
6588
6589         * modules/unistd-tests: New file.
6590         * tests/test-unistd.c: New file.
6591
6592         * modules/time-tests: New file.
6593         * tests/test-time.c: New file.
6594
6595         * modules/sysexits-tests: New file.
6596         * tests/test-sysexits.c: New file.
6597
6598         * modules/sys_time-tests: New file.
6599         * tests/test-sys_time.c: New file.
6600
6601         * modules/sys_stat-tests: New file.
6602         * tests/test-sys_stat.c: New file.
6603
6604         * modules/sys_socket-tests: New file.
6605         * tests/test-sys_socket.c: New file.
6606
6607         * modules/sys_select-tests: New file.
6608         * tests/test-sys_select.c: New file.
6609
6610         * modules/string-tests: New file.
6611         * tests/test-string.c: New file.
6612
6613         * modules/stdbool-tests: New file.
6614         * tests/test-stdbool.c: New file.
6615
6616         * modules/netinet_in-tests: New file.
6617         * tests/test-netinet_in.c: New file.
6618
6619         * modules/inttypes-tests: New file.
6620         * tests/test-inttypes.c: New file.
6621
6622         * modules/fcntl-tests: New file.
6623         * tests/test-fcntl.c: New file.
6624
6625         * modules/byteswap-tests: New file.
6626         * tests/test-byteswap.c: New file.
6627
6628         * modules/arpa_inet-tests: New file.
6629         * tests/test-arpa_inet.c: New file.
6630
6631 2007-02-17  Bruno Haible  <bruno@clisp.org>
6632
6633         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
6634         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
6635         if the corresponding module is not enabled. Emit link warnings if
6636         the function is used nevertheless.
6637         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
6638         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
6639         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
6640         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
6641         * modules/inttypes (Depends-on): Add link-warning.
6642         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6643         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
6644         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
6645         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
6646         * modules/imaxdiv (configure.ac): Likewise.
6647         * modules/strtoimax (configure.ac): Likewise.
6648         * modules/strtoumax (configure.ac): Likewise.
6649
6650 2007-02-17  Bruno Haible  <bruno@clisp.org>
6651
6652         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
6653         gl_STRING_MODULE_INDICATOR_DEFAULTS.
6654         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
6655         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
6656
6657 2007-02-17  Bruno Haible  <bruno@clisp.org>
6658
6659         * modules/link-warning: New file.
6660         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
6661         * lib/string_.h (GL_LINK_WARNING): Remove definition.
6662         * modules/string (Depends-on): Add link-warning.
6663         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6664         string.h.
6665         * MODULES.html.sh (Support for building libraries and executables): Add
6666         link-warning.
6667
6668 2007-02-17  Bruno Haible  <bruno@clisp.org>
6669
6670         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
6671         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
6672         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
6673         long lines.
6674
6675 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
6676             Bruno Haible  <bruno@clisp.org>
6677
6678         * modules/tmpfile: New file.
6679         * lib/tmpfile.c: New file.
6680         * m4/tmpfile.m4: New file.
6681         * MODULES.html.sh (func_all_modules): New section "Input/output".
6682
6683 2007-02-15  Bruno Haible  <bruno@clisp.org>
6684
6685         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
6686         (supports_delete_on_close): New function.
6687         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
6688
6689 2007-02-14  Bruno Haible  <bruno@clisp.org>
6690
6691         * modules/mbspcasecmp-tests: New file.
6692         * tests/test-mbspcasecmp.sh: New file.
6693         * tests/test-mbspcasecmp.c: New file.
6694
6695         New module mbspcasecmp.
6696         * modules/mbspcasecmp: New file.
6697         * lib/mbspcasecmp.c: New file.
6698         * lib/string_.h (strncasecmp): Change warning message.
6699         (mbspcasecmp): New declaration.
6700         * m4/mbspcasecmp.m4: New file.
6701         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6702         GNULIB_MBSPCASECMP.
6703         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
6704         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
6705
6706 2007-02-14  Bruno Haible  <bruno@clisp.org>
6707
6708         * modules/mbsncasecmp-tests: New file.
6709         * tests/test-mbsncasecmp.sh: New file.
6710         * tests/test-mbsncasecmp.c: New file.
6711
6712         New module mbsncasecmp.
6713         * modules/mbsncasecmp: New file.
6714         * lib/mbsncasecmp.c: New file.
6715         * lib/string_.h (mbsncasecmp): New declaration.
6716         * m4/mbsncasecmp.m4: New file.
6717         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6718         GNULIB_MBSNCASECMP.
6719         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
6720         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
6721
6722 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6723
6724         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
6725         Verify that it doesn't overlap with our flags.
6726         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
6727         do not have the desired effect in multibyte locales; instead, use
6728         mbscasecmp.
6729         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
6730         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
6731         we don't require GNU fnmatch ourselves (if our users require it, they
6732         should do so explicitly).
6733
6734         Fix regex code so it doesn't rely on strcasecmp.
6735         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
6736         Otherwise, include gnulib's langinfo.h.
6737         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
6738         undesirable behavior in non-C locales.  Instead, rely on localecharset.
6739         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
6740         * modules/regex (FILES): Remove m4/codeset.m4.
6741         (Depends-on): Add localcharset.  Remove strcase.
6742
6743 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6744
6745         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
6746         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
6747
6748 2007-02-13  Bruno Haible  <bruno@clisp.org>
6749
6750         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
6751         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6752
6753 2007-02-12  Bruno Haible  <bruno@clisp.org>
6754
6755         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6756         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
6757         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
6758         time warning rather than a link error.
6759
6760 2007-02-12  Bruno Haible  <bruno@clisp.org>
6761
6762         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
6763         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6764         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6765
6766 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6767
6768         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
6769         args, not 2.
6770
6771 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6772
6773         New module 'time', so that apps can include <time.h> as per
6774         POSIX and GNU instead of separate include files like time_r.h
6775         and timegm.h.  This implementation tries out a simpler approach
6776         for replacing decls in standard include files (as compared to
6777         the string module), somewhat as an experiment.
6778
6779         * config/srclist.txt: Comment out mktime.c for now.
6780         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
6781         since it doesn't apply any more.  Use generic wording instead.
6782         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
6783         'time'.
6784         * lib/time_.h, m4/time_h.m4, modules/time: New files.
6785         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
6786         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
6787         Don't include <sys/types.h>; no longer needed since we assume C89.
6788         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
6789         * lib/strftime.c: Likewise.
6790         * lib/time_r.c: Likewise.
6791         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
6792         * lib/nanosleep.c: Include <time.h> first, to check interface.
6793         * lib/strptime.c: Likewise.
6794         * lib/time_r.c: Likewise.
6795         * lib/timegm.c: Likewise.
6796         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
6797         needed.
6798         * lib/timegm.c: Don't include timegm.h; no longer needed.
6799         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
6800         time.h now handles any problems in that area.
6801         (struct timespec, nanosleep): Remove; time.h now arranges for these.
6802         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
6803         that time.h defines struct timespec.
6804         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
6805         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
6806         handles that.
6807         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
6808         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
6809         needed.  Set REPLACE_LOCALTIME.
6810         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
6811         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
6812         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
6813         nanosleep; time_h.m4 now does that.  Don't require
6814         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
6815         module handles this now.
6816         * modules/getdate (Depends-on): Remove timespec.  Add time.
6817         * modules/nanosleep (Depends-on): Likewise.
6818         * modules/stat-time (Depends-on): Likewise.
6819         * modules/nanosleep (Include): Include time.h, not timespec.h.
6820         * modules/strptime (Files): Remove lib/strptime.h.
6821         (Depends-on): Add extensions, time.
6822         (Include): Include time.h, not strptime.h.
6823         * modules/time_r (Files): Remove lib/time_r.h.
6824         (Depends-on): Add time.
6825         (Include): Include time.h, not time_r.h.
6826         * modules/timegm: Likewise.
6827         * modules/timespec (Description): Now does timespec-related decls
6828         of our own, instead of struct timespec itself.
6829         (Depends-on): Add time; remove extensions.
6830         (Maintainer): Add self.
6831         * modules/utimecmp (Depends-on): Add time; remove timespec.
6832         * modules/utimens (Depends-on): Likewise.
6833         * modules/xnanosleep (Depends-on): Likewise.
6834
6835 2007-02-11  Bruno Haible  <bruno@clisp.org>
6836
6837         * lib/c-strstr.c: Include allocsa.h.
6838         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6839         * lib/c-strcasestr.c: Include allocsa.h.
6840         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6841         * lib/strcasestr.c: Include allocsa.h.
6842         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6843         * lib/mbsstr.c: Include allocsa.h.
6844         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6845         allocsa/freesa instead of malloc/free.
6846         * lib/mbscasestr.c: Include allocsa.h.
6847         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6848         allocsa/freesa instead of malloc/free.
6849         * modules/c-strstr (Depends-on): Add allocsa.
6850         * modules/c-strcasestr (Depends-on): Likewise.
6851         * modules/strcasestr (Depends-on): Likewise.
6852         * modules/mbsstr (Depends-on): Likewise.
6853         * modules/mbscasestr (Depends-on): Likewise.
6854
6855 2007-02-11  Bruno Haible  <bruno@clisp.org>
6856
6857         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
6858
6859         * modules/mbsspn-tests: New file.
6860         * tests/test-mbsspn.sh: New file.
6861         * tests/test-mbsspn.c: New file.
6862
6863 2007-02-11  Bruno Haible  <bruno@clisp.org>
6864
6865         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
6866
6867         * modules/mbspbrk-tests: New file.
6868         * tests/test-mbspbrk.sh: New file.
6869         * tests/test-mbspbrk.c: New file.
6870
6871 2007-02-11  Bruno Haible  <bruno@clisp.org>
6872
6873         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
6874         unneeded cast.
6875
6876         * modules/mbscspn-tests: New file.
6877         * tests/test-mbscspn.sh: New file.
6878         * tests/test-mbscspn.c: New file.
6879
6880 2007-02-11  Bruno Haible  <bruno@clisp.org>
6881
6882         * modules/mbscasecmp-tests: New file.
6883         * tests/test-mbscasecmp.sh: New file.
6884         * tests/test-mbscasecmp.c: New file.
6885
6886 2007-02-11  Bruno Haible  <bruno@clisp.org>
6887
6888         Ensure O(n) worst-case complexity of mbscasestr.
6889         * lib/mbscasestr.c: Include stdbool.h.
6890         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6891         functions.
6892         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
6893         the bookkeeping indicates that it's worth it.
6894         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
6895
6896         * modules/mbscasestr-tests: New file.
6897         * tests/test-mbscasestr1.c: New file.
6898         * tests/test-mbscasestr2.sh: New file.
6899         * tests/test-mbscasestr2.c: New file.
6900         * tests/test-mbscasestr3.sh: New file.
6901         * tests/test-mbscasestr3.c: New file.
6902         * tests/test-mbscasestr4.sh: New file.
6903         * tests/test-mbscasestr4.c: New file.
6904         * m4/locale-tr.m4: New file.
6905
6906 2007-02-11  Bruno Haible  <bruno@clisp.org>
6907
6908         Ensure O(n) worst-case complexity of mbsstr.
6909         * lib/mbsstr.c: Include stdbool.h.
6910         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6911         functions.
6912         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6913         bookkeeping indicates that it's worth it.
6914         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6915
6916         * modules/mbsstr-tests: New file.
6917         * tests/test-mbsstr1.c: New file.
6918         * tests/test-mbsstr2.sh: New file.
6919         * tests/test-mbsstr2.c: New file.
6920         * tests/test-mbsstr3.sh: New file.
6921         * tests/test-mbsstr3.c: New file.
6922         * m4/locale-fr.m4: New file.
6923
6924 2007-02-11  Bruno Haible  <bruno@clisp.org>
6925
6926         * lib/mbsrchr.c (mbsrchr): Fix bug.
6927
6928         * modules/mbsrchr-tests: New file.
6929         * tests/test-mbsrchr.sh: New file.
6930         * tests/test-mbsrchr.c: New file.
6931
6932 2007-02-11  Bruno Haible  <bruno@clisp.org>
6933
6934         * lib/mbschr.c (mbschr): Fix bug.
6935
6936         * modules/mbschr-tests: New file.
6937         * tests/test-mbschr.sh: New file.
6938         * tests/test-mbschr.c: New file.
6939         * m4/locale-zh.m4: New file.
6940
6941 2007-02-11  Bruno Haible  <bruno@clisp.org>
6942
6943         Support for copying multibyte string iterators.
6944         * lib/mbiter.h: Include <string.h>.
6945         (mbiter_multi_copy): New function.
6946         (mbi_copy): New macro.
6947         * lib/mbuiter.h: Include <string.h>.
6948         (mbuiter_multi_copy): New function.
6949         (mbui_copy): New macro.
6950
6951 2007-02-11  Bruno Haible  <bruno@clisp.org>
6952
6953         New module mbslen.
6954         * modules/mbslen: New file.
6955         * lib/mbslen.c: New file.
6956         * lib/string_.h (mbslen): New declaration.
6957         * m4/mbslen.m4: New file.
6958         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6959         GNULIB_MBSLEN.
6960         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6961         * MODULES.html.sh (Internationalization functions): Add mbslen.
6962
6963 2007-02-11  Bruno Haible  <bruno@clisp.org>
6964
6965         Ensure O(n) worst-case complexity of strcasestr substitute.
6966         * lib/strcasestr.c: Include stdbool.h.
6967         (knuth_morris_pratt): New function.
6968         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6969         bookkeeping indicates that it's worth it.
6970         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6971
6972         * modules/strcasestr-tests: New file.
6973         * tests/test-strcasestr.c: New file.
6974
6975 2007-02-11  Bruno Haible  <bruno@clisp.org>
6976
6977         Ensure O(n) worst-case complexity of c_strcasestr.
6978         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6979         (knuth_morris_pratt): New function.
6980         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6981         the bookkeeping indicates that it's worth it.
6982         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6983
6984         * modules/c-strcasestr-tests: New file.
6985         * tests/test-c-strcasestr.c: New file.
6986
6987 2007-02-11  Bruno Haible  <bruno@clisp.org>
6988
6989         Ensure O(n) worst-case complexity of c_strstr.
6990         * lib/c-strstr.c: Include stdbool.h, string.h.
6991         (knuth_morris_pratt): New function.
6992         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6993         bookkeeping indicates that it's worth it.
6994         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6995
6996         * lib/c-strstr.c: Complete rewrite for maintainability.
6997
6998         * modules/c-strstr-tests: New file.
6999         * tests/test-c-strstr.c: New file.
7000
7001 2007-02-11  Bruno Haible  <bruno@clisp.org>
7002
7003         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
7004         5.2.1 and earlier, whereby \055 was treated just like the range
7005         delimiter '-'.
7006         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
7007
7008 2007-02-08  Bruno Haible  <bruno@clisp.org>
7009
7010         * modules/regex (Depends-on): Add stdbool.
7011         Reported by Dalibor Topic <robilad@kaffe.org>.
7012
7013 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7014
7015         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
7016         Prefer returning from main to exiting from it.
7017         Remove unnecessary parens after sizeof.
7018
7019 2007-02-05  Bruno Haible  <bruno@clisp.org>
7020
7021         New module mbssep.
7022         * modules/mbssep: New file.
7023         * lib/mbssep.c: New file.
7024         * lib/string_.h (strsep): Add a conditional link warning.
7025         (mbssep): New declaration.
7026         * m4/mbssep.m4: New file.
7027         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7028         GNULIB_MBSSEP.
7029         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
7030         * MODULES.html.sh (Internationalization functions): Add mbssep.
7031
7032 2007-02-05  Bruno Haible  <bruno@clisp.org>
7033
7034         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
7035         Optimize search in case of 1 delimiter.
7036
7037 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
7038
7039         * lib/acl.h: Include sys/types.h before sys/acl.h.
7040
7041 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
7042
7043         Merge upstream fix for glibc bugzilla #3957:
7044
7045         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7046
7047         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7048         bit for RE_HAT_LISTS_NOT_NEWLINE.
7049         (build_charclass_op): Remove bogus comment.
7050
7051 2007-02-05  Simon Josefsson  <simon@josefsson.org>
7052
7053         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
7054
7055 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
7056
7057         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
7058         * lib/memmem.c [!defined _LIBC]: Include config.h.
7059
7060 2007-02-04  Bruno Haible  <bruno@clisp.org>
7061
7062         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
7063         warning message.
7064
7065 2007-02-04  Bruno Haible  <bruno@clisp.org>
7066
7067         New module mbstok_r.
7068         * modules/mbstok_r: New file.
7069         * lib/mbstok_r.c: New file.
7070         * lib/string_.h (strtok_r): Change argument names to match the
7071         comments. Add a conditional link warning.
7072         (mbstok_r): New declaration.
7073         * m4/mbstok_r.m4: New file.
7074         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7075         GNULIB_MBSTOK_R.
7076         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
7077         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
7078
7079 2007-02-04  Bruno Haible  <bruno@clisp.org>
7080
7081         New module mbsspn.
7082         * modules/mbsspn: New file.
7083         * lib/mbsspn.c: New file.
7084         * lib/string_.h (strspn): Add a conditional link warning.
7085         (mbsspn): New declaration.
7086         * m4/mbsspn.m4: New file.
7087         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7088         GNULIB_MBSSPN.
7089         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
7090         * MODULES.html.sh (Internationalization functions): Add mbsspn.
7091
7092 2007-02-04  Bruno Haible  <bruno@clisp.org>
7093
7094         New module mbspbrk.
7095         * modules/mbspbrk: New file.
7096         * lib/mbspbrk.c: New file.
7097         * lib/string_.h (strpbrk): Add a conditional link warning.
7098         (mbspbrk): New declaration.
7099         * m4/mbspbrk.m4: New file.
7100         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7101         GNULIB_MBSPBRK.
7102         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
7103         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
7104
7105 2007-02-04  Bruno Haible  <bruno@clisp.org>
7106
7107         New module mbscspn.
7108         * modules/mbscspn: New file.
7109         * lib/mbscspn.c: New file.
7110         * lib/string_.h (strcspn): Add a conditional link warning.
7111         (mbscspn): New declaration.
7112         * m4/mbscspn.m4: New file.
7113         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7114         GNULIB_MBSCSPN.
7115         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
7116         * MODULES.html.sh (Internationalization functions): Add mbscspn.
7117
7118 2007-02-04  Bruno Haible  <bruno@clisp.org>
7119
7120         New module mbscasestr, reduced goal of strcasestr.
7121         * modules/mbscasestr: New file.
7122         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
7123         (mbscasestr): Renamed from strcasestr.
7124         * lib/strcasestr.c: Don't include mbuiter.h.
7125         (strcasestr): Remove support for multibyte locales.
7126         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
7127         Change the conditional link warning.
7128         (mbscasestr): New declaration.
7129         * m4/mbscasestr.m4: New file.
7130         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
7131         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
7132         REPLACE_STRCASESTR.
7133         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
7134         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7135         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
7136         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
7137         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
7138         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
7139         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
7140         (Depends-on): Remove mbuiter.
7141         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
7142
7143 2007-02-04  Bruno Haible  <bruno@clisp.org>
7144
7145         Simplify handling of strncasecmp.
7146         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
7147         the conditional link warning.
7148         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7149         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
7150         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
7151         * modules/strcase (configure.ac): Don't invoke
7152         gl_STRING_MODULE_INDICATOR.
7153         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
7154
7155 2007-02-04  Bruno Haible  <bruno@clisp.org>
7156
7157         New module mbscasecmp, reduced goal of strcasecmp.
7158         * modules/mbscasecmp: New file.
7159         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
7160         (mbscasecmp): Renamed from strcasecmp.
7161         * lib/strcasecmp.c: Don't include mbuiter.h.
7162         (strcasecmp): Remove support for multibyte locales.
7163         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
7164         Change the conditional link warning.
7165         (mbscasecmp): New declaration.
7166         * m4/mbscasecmp.m4: New file.
7167         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
7168         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
7169         REPLACE_STRCASECMP.
7170         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
7171         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7172         GNULIB_MBSCASECMP.
7173         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
7174         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
7175         * modules/strcase (Files): Remove m4/mbrtowc.m4.
7176         (Depends-on): Remove mbuiter.
7177         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
7178
7179 2007-02-04  Bruno Haible  <bruno@clisp.org>
7180
7181         New module mbsstr. Remove module strstr.
7182         * modules/mbsstr: New file.
7183         * modules/strstr: Remove file.
7184         * lib/mbsstr.c: Renamed from lib/strstr.c.
7185         (mbsstr): Renamed from strstr.
7186         * lib/string_.h (strstr): Remove declaration. Change the conditional
7187         link warning.
7188         (mbsstr): New declaration.
7189         * m4/mbsstr.m4: New file.
7190         * m4/strstr.m4: Remove file.
7191         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
7192         REPLACE_STRSTR.
7193         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
7194         Don't initialize GNULIB_STRSTR.
7195         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
7196         substitute GNULIB_STRSTR and REPLACE_STRSTR.
7197         * MODULES.html.sh (Internationalization functions): Add mbsstr.
7198         (Support for systems lacking ANSI C 89): Remove strstr.
7199
7200 2007-02-04  Bruno Haible  <bruno@clisp.org>
7201
7202         New module mbsrchr.
7203         * modules/mbsrchr: New file.
7204         * lib/mbsrchr.c: New file.
7205         * lib/string_.h (strrchr): Add a conditional link warning.
7206         (mbsrchr): New declaration.
7207         * m4/mbsrchr.m4: New file.
7208         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7209         GNULIB_MBSRCHR.
7210         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
7211         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
7212
7213 2007-02-04  Bruno Haible  <bruno@clisp.org>
7214
7215         New module mbschr.
7216         * modules/mbschr: New file.
7217         * lib/mbschr.c: New file.
7218         * lib/string_.h (strchr): Add a conditional link warning.
7219         (mbschr): New declaration.
7220         * m4/mbschr.m4: New file.
7221         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7222         GNULIB_MBSCHR.
7223         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
7224         * MODULES.html.sh (Internationalization functions): Add mbschr.
7225
7226 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
7227
7228         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
7229
7230         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
7231
7232 2007-02-04  Bruno Haible  <bruno@clisp.org>
7233
7234         New module description section 'configure.ac-early'.
7235         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
7236         (func_get_autoconf_early_snippet): New function.
7237         (func_import, func_create_testdir): Use it. Remove special cases for
7238         modules 'extensions' and 'lock'.
7239         * modules/extensions (configure.ac-early): Require
7240         gl_USE_SYSTEM_EXTENSIONS.
7241         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
7242
7243 2007-02-04  Bruno Haible  <bruno@clisp.org>
7244
7245         Make use of gcj-4.3's -fsource and -ftarget option.
7246         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
7247         and if so try the options -fsource and -ftarget.
7248         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
7249         source_version, ftarget_option, target_version arguments.
7250         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
7251         (is_envjavac_oldgcj_14_14_usable): Renamed from
7252         is_envjavac_gcj_14_14_usable.
7253         (is_envjavac_oldgcj_14_13_usable): Renamed from
7254         is_envjavac_gcj_14_13_usable.
7255         (is_gcj_present): Update.
7256         (is_gcj_43, is_gcj43_usable): New functions.
7257         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
7258         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
7259         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
7260         try the options -fsource and -ftarget.
7261
7262 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
7263
7264         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
7265         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
7266         larger value.
7267
7268 2007-02-03  Jim Meyering  <jim@meyering.net>
7269
7270         Give tools a better chance to allocate space for very large buffers.
7271         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
7272
7273         Make pwd and readlink work also when run with an unreadable parent dir
7274         on systems with openat support.
7275         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
7276         provided getcwd function, even when we have openat support.
7277         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
7278
7279 2007-02-02  Bruno Haible  <bruno@clisp.org>
7280
7281         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
7282         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
7283         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
7284         portability problems if one of these functions is only used on specific
7285         platforms.
7286         Reported by Paul Eggert.
7287
7288 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
7289
7290         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
7291         is causing more trouble than it's curing.
7292         * lib/regex_internal.h (__mempcpy): Remove.
7293         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
7294         (and make the code a tad smaller to boot).
7295         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
7296
7297 2007-02-02  Jim Meyering  <jim@meyering.net>
7298
7299         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
7300         section, not in the Makefile.am: one.
7301
7302 2007-02-02  Eric Blake  <ebb9@byu.net>
7303
7304         * lib/strchrnul.c: Always include config.h first.
7305
7306         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
7307         gnulib strstr is not necessary here.
7308
7309 2007-02-02  Simon Josefsson  <simon@josefsson.org>
7310
7311         * m4/socklen.m4: Fix typo.
7312
7313 2007-02-02  Eric Blake  <ebb9@byu.net>
7314
7315         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
7316         * modules/netinet_in (Makefile.am): Likewise.
7317
7318 2007-02-01  Bruno Haible  <bruno@clisp.org>
7319
7320         * lib/string_.h (GL_LINK_WARNING): New macro.
7321         (strcasecmp, strstr, strcasestr): If provided by the system,
7322         conditionally define as a macro that leads to a warning instead of to
7323         an error.
7324         (strncasecmp): Conditionally define as a macro that leads to a warning.
7325
7326 2007-02-01  Karl Berry  <karl@gnu.org>
7327
7328         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
7329
7330 2007-02-01  Bruno Haible  <bruno@clisp.org>
7331
7332         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
7333         renamings.
7334
7335 2007-02-01  Eric Blake  <ebb9@byu.net>
7336
7337         * modules/regex (Depends-on): Revert dependence on mempcpy.
7338         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
7339         module's definition of mempcpy.
7340         Reported by Paul Eggert.
7341
7342 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
7343
7344         * lib/string_.h: If the gnulib module XYZ is not present, undefine
7345         the symbol XYZ before redefining it.  This fixes a problem with
7346         programs that don't use XYZ, when compiled on systems that define
7347         XYZ to something else.
7348
7349 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
7350
7351         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
7352         occurs when "mkdir -m foo" creates a setgid directory that is (1)
7353         writeable to group or other and (2) is intended to have a special
7354         mode bit that is set or cleared.  In such a case, the directory
7355         should be neither group- nor other-writeable until the special
7356         mode bits are right.
7357
7358 2007-01-31  Eric Blake  <ebb9@byu.net>
7359
7360         * modules/mountlist (Depends-on): Add strstr.
7361
7362         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
7363         bug.
7364         * modules/string (Makefile.am): Remove redundant replacement.
7365         * modules/regex (Depends-on): Add mempcpy.
7366
7367 2007-01-31  Bruno Haible  <bruno@clisp.org>
7368
7369         New module description field 'Link'.
7370         * gnulib-tool (func_usage): Document --extract-link-directive.
7371         (sed_extract_prog): Recognize 'Link' directive.
7372         (func_get_link_directive): New function.
7373         (func_import): Show summary of link directives.
7374         Handle --extract-link-directive option.
7375         * modules/acl (Link): New section.
7376         * modules/clock-time (Link): New section.
7377         * modules/euidaccess (Link): New section.
7378         * modules/gettext (Link): New section.
7379         * modules/iconv (Link): New section.
7380         * modules/lock (Link): New section.
7381         * modules/nanosleep (Link): New section.
7382         * modules/readline (Link): New section.
7383
7384 2007-01-27  Bruno Haible  <bruno@clisp.org>
7385
7386         Enforce the use of gnulib modules for unportable <string.h> functions.
7387         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
7388         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
7389         (gl_HEADER_STRING_H_BODY): Require it.
7390         * lib/string_.h: If the gnulib module XYZ is not present, redefine
7391         the symbol XYZ to one that gives a link error.
7392         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
7393         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
7394         * modules/mempcpy (configure.ac): Likewise.
7395         * modules/memrchr (configure.ac): Likewise.
7396         * modules/stpcpy (configure.ac): Likewise.
7397         * modules/stpncpy (configure.ac): Likewise.
7398         * modules/strcase (configure.ac): Likewise.
7399         * modules/strcasestr (configure.ac): Likewise.
7400         * modules/strchrnul (configure.ac): Likewise.
7401         * modules/strdup (configure.ac): Likewise.
7402         * modules/strndup (configure.ac): Likewise.
7403         * modules/strnlen (configure.ac): Likewise.
7404         * modules/strpbrk (configure.ac): Likewise.
7405         * modules/strsep (configure.ac): Likewise.
7406         * modules/strstr (configure.ac): Likewise.
7407         * modules/strtok_r (configure.ac): Likewise.
7408
7409 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
7410
7411         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
7412
7413 2007-01-30  Jim Meyering  <jim@meyering.net>
7414
7415         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
7416
7417 2007-01-29  Bruno Haible  <bruno@clisp.org>
7418
7419         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
7420         * lib/execute.c: Likewise.
7421         * lib/pipe.c: Likewise.
7422         * lib/printf-args.h: Likewise.
7423         * lib/printf-args.c: Likewise.
7424         * lib/printf-parse.c: Likewise.
7425         * lib/vasnprintf.c: Likewise.
7426
7427 2007-01-29  Eric Blake  <ebb9@byu.net>
7428
7429         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
7430         declaration.
7431
7432 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
7433
7434         * lib/strptime.h (strptime): Use 'restrict' for args where
7435         POSIX requires this.
7436         * lib/strptime.c (strptime): Likewise.
7437         Change license notice from LGPL to GPL, since gnulib-tool will
7438         change this as needed.
7439         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
7440         defined.
7441         Include "strptime.h" first, to check interface.
7442         Do not #undef _LIBC and _NL_CURRENT.
7443         Do not include <stdlib.h>; no longer needed.
7444         Include "time_r.h" and declare ptime_locale_status
7445         only if _LIBC is not defined.
7446         (__P): Remove unused macro.
7447         (match_string): Bring back glibc version, but use it only if _LIBC
7448         is defined.
7449         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
7450         Remove unnecessary assertion and abort() call.
7451         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
7452         * m4/strptime.m4: Fix serial number comment.
7453         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
7454         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
7455         (Depends-on): Add time_r.
7456
7457 2007-01-29  Bruno Haible  <bruno@clisp.org>
7458
7459         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7460         strptime.
7461         * modules/strptime (Depends-on): Add stdbool.
7462         * lib/strptime.h: Include <time.h> always. Add comments.
7463
7464 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7465
7466         * modules/strptime: New file.
7467         * lib/strptime.h: New file.
7468         * lib/strptime.c: New file.
7469         * m4/strptime.m4: New file.
7470
7471 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
7472
7473         * MODULES.html.sh: New module mpsort.
7474         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
7475
7476         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
7477         a circularity problem with HP-UX ia64 reported by Bob Proulx in
7478         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
7479         All uses changed.
7480         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
7481         All uses changed.
7482         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
7483         to _Restrict_.
7484         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
7485         the parameter matches the prototype.
7486
7487 2007-01-28  Jim Meyering  <jim@meyering.net>
7488
7489         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
7490         sys/time.h here, reverting that part of the previous patch:
7491         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
7492
7493 2007-01-28  Bruno Haible  <bruno@clisp.org>
7494
7495         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
7496         value of $(SYS_TIME_H).
7497         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
7498         remove it conditionally, too. [added by Jim Meyering]
7499         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
7500         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7501         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
7502         GETTIMEOFDAY_REPLACEMENT to 1.
7503
7504 2007-01-28  Bruno Haible  <bruno@clisp.org>
7505
7506         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
7507         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
7508         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
7509         Set UNISTD_H instead of UNISTD_H2.
7510         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
7511
7512 2007-01-28  Bruno Haible  <bruno@clisp.org>
7513
7514         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
7515         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
7516
7517 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7518
7519         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
7520         (func_create_testdir): Ensure C locale for `grep' and `tr'
7521         character ranges.
7522         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
7523         ACLOCAL_AMFLAGS parsing state machine.
7524
7525 2007-01-27  Bruno Haible  <bruno@clisp.org>
7526
7527         * modules/unistr/base: Update.
7528
7529 2007-01-27  Bruno Haible  <bruno@clisp.org>
7530
7531         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
7532         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
7533         * modules/unistr/u32-mbtouc-unsafe: Renamed from
7534         modules/unistr/u32-mbtouc.
7535         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
7536         * lib/unistr.h: Update.
7537         * lib/linebreak.c: Update.
7538         * modules/unistr/u32-mbtouc: Renamed from
7539         modules/unistr/u32-mbtouc-safe.
7540         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
7541         * lib/unistr.h: Update.
7542         * lib/unistr/u32-to-u8.c: Update.
7543         * lib/unistr/u32-to-u16.c: Update.
7544
7545 2007-01-27  Bruno Haible  <bruno@clisp.org>
7546
7547         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
7548         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
7549         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
7550         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
7551         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
7552         * modules/unistr/u16-mbtouc-unsafe: Renamed from
7553         modules/unistr/u16-mbtouc.
7554         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
7555         * lib/unistr.h: Update.
7556         * lib/linebreak.c: Update.
7557         * modules/linebreak: Update.
7558         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
7559         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
7560         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
7561         * modules/unistr/u16-mbtouc: Renamed from
7562         modules/unistr/u16-mbtouc-safe.
7563         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
7564         * lib/unistr.h: Update.
7565         * lib/unistr/u16-to-u8.c: Update.
7566         * modules/unistr/u16-to-u8: Update.
7567         * lib/unistr/u16-to-u32.c: Update.
7568         * modules/unistr/u16-to-u32: Update.
7569
7570 2007-01-27  Bruno Haible  <bruno@clisp.org>
7571
7572         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
7573         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
7574         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
7575         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
7576         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
7577         * modules/unistr/u8-mbtouc-unsafe: Renamed from
7578         modules/unistr/u8-mbtouc.
7579         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
7580         * lib/unistr.h: Update.
7581         * lib/striconveh.c: Update.
7582         * modules/striconveh: Update.
7583         * lib/linebreak.c: Update.
7584         * modules/linebreak: Update.
7585         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
7586         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
7587         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
7588         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
7589         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
7590         * lib/unistr.h: Update.
7591         * lib/striconveh.c: Update.
7592         * modules/striconveh: Update.
7593         * lib/unistr/u8-to-u16.c: Update.
7594         * modules/unistr/u8-to-u16: Update.
7595         * lib/unistr/u8-to-u32.c: Update.
7596         * modules/unistr/u8-to-u32: Update.
7597
7598 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7599
7600         Sync from Libtool.
7601         * lib/argz.c: Do not include strings.h nor memory.h, include
7602         string.h unconditionally.  Patch by Simon Josefsson.
7603
7604 2007-01-27  Bruno Haible  <bruno@clisp.org>
7605
7606         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
7607         from gl_HEADER_STRING_H_BODY.
7608         (gl_HEADER_STRING_H_BODY): Require it.
7609         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
7610         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7611         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7612         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7613         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7614         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
7615         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7616         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7617         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
7618         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7619         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7620         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
7621         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7622         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7623         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7624
7625 2007-01-27  Bruno Haible  <bruno@clisp.org>
7626
7627         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
7628         check_PROGRAMS into noinst_PROGRAMS.
7629         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
7630         check_PROGRAMS in this case.
7631         (func_import): Set for_test to false.
7632         (func_create_testdir): Set for_test to true.
7633
7634 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7635             Bruno Haible  <bruno@clisp.org>
7636
7637         * modules/strcasestr (Files): Remove lib/strcasestr.h.
7638         (Depends-on): Add string.
7639         (Includes): Use <string.h> instead of strcasestr.h.
7640         * modules/string (Makefile.am): Also substitute the value of
7641         REPLACE_STRCASESTR.
7642         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
7643         assume strcasestr is declared in <string.h> not <strings.h>. Also
7644         set REPLACE_STRCASESTR.
7645         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
7646         REPLACE_STRCASESTR.
7647         * lib/strcasestr.h: Remove file.
7648         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
7649         * lib/string_.h (strcasestr): New declaration.
7650
7651 2007-01-27  Bruno Haible  <bruno@clisp.org>
7652
7653         * lib/string_.h: Use 'extern'.
7654
7655 2007-01-27  Jim Meyering  <jim@meyering.net>
7656
7657         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
7658         of set-but-not-used local, "q".
7659
7660         * lib/mempcpy.c: Include <config.h> before <string.h>.
7661         This fixes a compilation error on HP-UX, due to the system's
7662         "restrict"-using mempcpy prototype.
7663
7664 2007-01-26  Bruno Haible  <bruno@clisp.org>
7665
7666         Small optimization.
7667         * lib/javacomp.c: Include c-strstr.h.
7668          (is_envjavac_gcj): Use c_strstr instead of strstr.
7669         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
7670
7671 2007-01-26  Bruno Haible  <bruno@clisp.org>
7672
7673         * MODULES.html.sh (Unicode string functions): Add the new modules.
7674
7675         * modules/uniconv/u32-strconv-to-locale: New file.
7676         * lib/uniconv/u32-strconv-to-locale.c: New file.
7677
7678         * modules/uniconv/u16-strconv-to-locale: New file.
7679         * lib/uniconv/u16-strconv-to-locale.c: New file.
7680
7681         * modules/uniconv/u8-strconv-to-locale: New file.
7682         * lib/uniconv/u8-strconv-to-locale.c: New file.
7683
7684         * modules/uniconv/u32-strconv-from-locale: New file.
7685         * lib/uniconv/u32-strconv-from-locale.c: New file.
7686
7687         * modules/uniconv/u16-strconv-from-locale: New file.
7688         * lib/uniconv/u16-strconv-from-locale.c: New file.
7689
7690         * modules/uniconv/u8-strconv-from-locale: New file.
7691         * lib/uniconv/u8-strconv-from-locale.c: New file.
7692
7693         * modules/uniconv/u32-strconv-to-enc: New file.
7694         * lib/uniconv/u32-strconv-to-enc.c: New file.
7695         * modules/uniconv/u32-strconv-to-enc-tests: New file.
7696         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
7697
7698         * modules/uniconv/u16-strconv-to-enc: New file.
7699         * lib/uniconv/u16-strconv-to-enc.c: New file.
7700         * lib/uniconv/u-strconv-to-enc.h: New file.
7701         * modules/uniconv/u16-strconv-to-enc-tests: New file.
7702         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
7703
7704         * modules/uniconv/u8-strconv-to-enc: New file.
7705         * lib/uniconv/u8-strconv-to-enc.c: New file.
7706         * modules/uniconv/u8-strconv-to-enc-tests: New file.
7707         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
7708
7709         * modules/uniconv/u32-strconv-from-enc: New file.
7710         * lib/uniconv/u32-strconv-from-enc.c: New file.
7711         * modules/uniconv/u32-strconv-from-enc-tests: New file.
7712         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
7713
7714         * modules/uniconv/u16-strconv-from-enc: New file.
7715         * lib/uniconv/u16-strconv-from-enc.c: New file.
7716         * modules/uniconv/u16-strconv-from-enc-tests: New file.
7717         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
7718
7719         * modules/uniconv/u8-strconv-from-enc: New file.
7720         * lib/uniconv/u8-strconv-from-enc.c: New file.
7721         * lib/uniconv/u-strconv-from-enc.h: New file.
7722         * modules/uniconv/u8-strconv-from-enc-tests: New file.
7723         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
7724
7725         * modules/uniconv/u32-conv-from-enc: New file.
7726         * lib/uniconv/u32-conv-from-enc.c: New file.
7727         * modules/uniconv/u32-conv-from-enc-tests: New file.
7728         * tests/uniconv/test-u32-conv-from-enc.c: New file.
7729
7730         * modules/uniconv/u16-conv-from-enc: New file.
7731         * lib/uniconv/u16-conv-from-enc.c: New file.
7732         * lib/uniconv/u-conv-from-enc.h: New file.
7733         * modules/uniconv/u16-conv-from-enc-tests: New file.
7734         * tests/uniconv/test-u16-conv-from-enc.c: New file.
7735
7736         * modules/uniconv/u8-conv-from-enc: New file.
7737         * lib/uniconv/u8-conv-from-enc.c: New file.
7738         * modules/uniconv/u8-conv-from-enc-tests: New file.
7739         * tests/uniconv/test-u8-conv-from-enc.c: New file.
7740
7741         * modules/uniconv/base: New file.
7742         * lib/uniconv.h: New file.
7743
7744 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7745
7746         * doc/gnulib-tool.texi (Initial import): Update to match current
7747         behavior with strdup module.
7748         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
7749         * lib/memmem.h: Remove; all uses removed.  This is now done
7750         by <string.h>.
7751         * lib/mempcpy.h: Likewise.
7752         * lib/memrchr.h: Likewise.
7753         * lib/stpcpy.h: Likewise.
7754         * lib/stpncpy.h: Likewise.
7755         * lib/strcase.h: Likewise.
7756         * lib/strchrnul.h: Likewise.
7757         * lib/strdup.h: Likewise.
7758         * lib/strndup.h: Likewise.
7759         * lib/strnlen.h: Likewise.
7760         * lib/strpbrk.h: Likewise.
7761         * lib/strsep.h: Likewise.
7762         * lib/strstr.h: Likewise.
7763         * lib/strtok_r.h: Likewise.
7764         * lib/string_.h: New file.
7765         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
7766         Rely on <string.h> instead.
7767         * lib/canon-host.c: Likewise.
7768         * lib/chdir-long.c: Likewise.
7769         * lib/concatpath.c: Likewise.
7770         * lib/exclude.c: Likewise.
7771         * lib/fchdir.c: Likewise.
7772         * lib/getaddrinfo.c: Likewise.
7773         * lib/getcwd.c: Likewise.
7774         * lib/getsubopt.c: Likewise.
7775         * lib/glob.c: Likewise.
7776         * lib/hard-locale.c: Likewise.
7777         * lib/iconvme.c: Likewise.
7778         * lib/javacomp.c: Likewise.
7779         * lib/mempcpy.c: Likewise.
7780         * lib/memrchr.c: Likewise.
7781         * lib/regex_internal.h: Likewise.
7782         * lib/stpncpy.c: Likewise.
7783         * lib/strcasecmp.c: Likewise.
7784         * lib/strchrnul.c: Likewise.
7785         * lib/strdup.c: Likewise.
7786         * lib/striconv.c: Likewise.
7787         * lib/striconveh.c: Likewise.
7788         * lib/striconveha.c: Likewise.
7789         * lib/strncasecmp.c: Likewise.
7790         * lib/strndup.c: Likewise.
7791         * lib/strnlen.c: Likewise.
7792         * lib/strsep.c: Likewise.
7793         * lib/strstr.c: Likewise.
7794         * lib/strtok_r.c: Likewise.
7795         * lib/userspec.c: Likewise.
7796         * lib/w32spawn.h: Likewise.
7797         * lib/xstrndup.c: Likewise.
7798         * lib/mountlist.c (strstr): Remove decl.
7799         * m4/string_h.m4: New file.
7800         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
7801         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
7802         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
7803         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
7804         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
7805         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
7806         Set REPLACE_STRCASECMP if necessary.
7807         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
7808         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
7809         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
7810         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
7811         HAVE_DECL_STRDUP if necessary.
7812         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
7813         since gl_FUNC_STRNDUP does that now.
7814         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
7815         Check for decl here...
7816         (gl_PREREQ_STRNLEN): ... not here.
7817         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
7818         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
7819         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
7820         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
7821         necessary.
7822         * modules/string: New file.
7823         * modules/memmem (Files): Remove special-purpose include file.
7824         (Depends-on): Add string.
7825         (Include): Include <string.h>, not the removed file.
7826         * modules/mempcpy: Likewise.
7827         * modules/memrchr: Likewise.
7828         * modules/stpcpy: Likewise.
7829         * modules/stpncpy: Likewise.
7830         * modules/strcase: Likewise.
7831         * modules/strchrnul: Likewise.
7832         * modules/strdup: Likewise.
7833         * modules/strndup: Likewise.
7834         * modules/strnlen: Likewise.
7835         * modules/strpbrk: Likewise.
7836         * modules/strsep: Likewise.
7837         * modules/strstr: Likewise.
7838         * modules/strtok_r: Likewise.
7839         * tests/test-dirname.c: Don't include "strdup.h", since
7840         <string.h> now suffices.
7841         * tests/test-memmem.c: Don't include "memmem.h", since
7842         <string.h> now suffices.
7843
7844 2007-01-25  Bruno Haible  <bruno@clisp.org>
7845
7846         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
7847         *resultp is 0.
7848
7849         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
7850         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
7851         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
7852         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
7853
7854         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
7855         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
7856         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
7857         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
7858         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
7859         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
7860
7861 2007-01-24  Bruno Haible  <bruno@clisp.org>
7862
7863         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
7864         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
7865         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
7866         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
7867         gl_FUNC_FTS_CORE.
7868         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
7869         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
7870         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
7871         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
7872         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
7873         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
7874         gl_FUNC_FCHOWNAT.
7875         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
7876         gl_FUNC_STRFTIME.
7877         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
7878         Reported by Ralf Wildenhues.
7879
7880 2007-01-24  Bruno Haible  <bruno@clisp.org>
7881
7882         Drop AC_REQUIRE calls that are redundant with the module dependencies.
7883         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
7884         gl_GETADDRINFO.
7885         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
7886         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
7887         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
7888
7889 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
7890
7891         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
7892         Don't use 'exit'; just return from 'main'.
7893         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
7894
7895         * lib/fnmatch_.h: Readjust white space and comments to match
7896         glibc, to avoid spurious diffs.
7897
7898 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7899
7900         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7901         2004-12-01 change by Jakub Jelinek, since this code won't compile
7902         if !LIBC.  Problem reported by Bob Proulx.
7903
7904 2007-01-23  Bruno Haible  <bruno@clisp.org>
7905
7906         * lib/striconveh.c: Include c-strcaseeq.h.
7907         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7908         * modules/striconveh (Depends-on): Add c-strcaseeq.
7909
7910 2007-01-23  Bruno Haible  <bruno@clisp.org>
7911
7912         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7913
7914         * modules/c-strcaseeq: New file.
7915         * lib/c-strcaseeq.h: New file.
7916
7917         * modules/streq: New file.
7918         * lib/streq.h: New file.
7919
7920 2007-01-23  Bruno Haible  <bruno@clisp.org>
7921
7922         * modules/striconveha-tests: New file.
7923         * tests/test-striconveha.c: New file.
7924
7925         * lib/striconveha.h: Include <stdbool.h>.
7926         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7927         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7928         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7929         (mem_iconveha): New function.
7930         (str_iconveha_notranslit): Renamed from str_iconveha.
7931         (str_iconveha): New function.
7932         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7933         c-strcase.
7934
7935 2007-01-23  Bruno Haible  <bruno@clisp.org>
7936
7937         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7938         encodings without forgiving before trying any encoding with handler.
7939         (str_iconveha): Try all encodings without forgiving before trying any
7940         encoding with handler.
7941
7942 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7943
7944         Import the following changes from libc.
7945
7946         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7947
7948         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7949
7950         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7951
7952         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7953         normal_bracket label.
7954
7955         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7956
7957         [BZ #361]
7958         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7959         to normal_bracket after fetching the next character.
7960
7961 2007-01-22  Bruno Haible  <bruno@clisp.org>
7962
7963         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7964         argument.
7965         * lib/striconveh.c (iconv_carefully_1): New function.
7966         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7967         argument.
7968         (str_cd_iconveh): Update.
7969         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7970         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7971         * tests/test-striconveh.c (MAGIC): New macro.
7972         (new_offsets): New function.
7973         (main): Test call with and without offsets.
7974
7975 2007-01-22  Bruno Haible  <bruno@clisp.org>
7976
7977         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7978         * modules/sys_select (Makefile.am): Likewise.
7979         * modules/sys_socket (Makefile.am): Likewise.
7980         * modules/sys_time (Makefile.am): Likewise.
7981
7982 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7983
7984         * modules/gettimeofday (License): Change from GPL to LGPL, since
7985         gettimeofday is a library function.
7986
7987 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7988
7989         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7990
7991 2007-01-21  Bruno Haible  <bruno@clisp.org>
7992
7993         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7994
7995 2007-01-21  Bruno Haible  <bruno@clisp.org>
7996
7997         * modules/striconveha: New file.
7998         * lib/striconveha.h: New file.
7999         * lib/striconveha.c: New file.
8000         * MODULES.html.sh (Internationalization functions): Add striconveha.
8001         * lib/striconv.c (str_iconv): Optimize the case of an empty input
8002         string.
8003         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
8004
8005 2007-01-21  Bruno Haible  <bruno@clisp.org>
8006
8007         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
8008         * lib/striconveh.c (str_iconveh): Likewise.
8009
8010 2007-01-21  Bruno Haible  <bruno@clisp.org>
8011
8012         * lib/striconveh.h (mem_iconveh): New declaration.
8013         * lib/striconveh.c (mem_iconveh): New function.
8014         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
8015
8016 2007-01-21  Bruno Haible  <bruno@clisp.org>
8017
8018         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
8019
8020         * lib/striconveh.h (mem_cd_iconveh): Change specification.
8021         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
8022         original result buffer.
8023         (str_cd_iconveh): Update.
8024         * tests/test-striconveh.c (main): Update.
8025
8026         * lib/striconv.h (mem_cd_iconv): Change specification.
8027         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
8028         result buffer.
8029         (str_cd_iconv): Update.
8030         * tests/test-striconv.c (main): Update.
8031
8032 2007-01-21  Bruno Haible  <bruno@clisp.org>
8033
8034         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
8035
8036 2007-01-20  Jim Meyering  <jim@meyering.net>
8037
8038         * lib/userspec.c (parse_with_separator): If a user or group string
8039         starts with "+", skip the corresponding name-to-ID look-up, since
8040         such a look-up must fail: user and group names may not include "+".
8041
8042 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
8043
8044         * lib/poll.c: Include sys/time.h and time.h unconditionally,
8045         since we now assume the sys_time module.
8046         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
8047         check for sys/time.h; no longer needed.
8048         * modules/poll (Depends-on): Depend on sys_time.
8049
8050 2007-01-18  Bruno Haible  <bruno@clisp.org>
8051
8052         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
8053         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
8054
8055         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
8056         gettimeofday.
8057
8058         * tests/test-gettimeofday.c: Include <time.h>.
8059         (dummy): Remove variable.
8060
8061         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
8062         gl_HEADER_SYS_TIME_H.
8063         (gl_HEADER_SYS_TIME_H): New macro.
8064
8065         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
8066         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8067         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
8068         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
8069         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8070         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
8071         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
8072         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8073         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
8074         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
8075         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8076
8077         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
8078         last change; it caused a compilation error when cross-compiling to
8079         Cygwin.
8080
8081 2007-01-18  Jim Meyering  <jim@meyering.net>
8082
8083         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
8084         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
8085         than the race-prone "test -d sys || mkdir sys".
8086         (configure.ac): Use AC_PROG_MKDIR_P.
8087         * modules/sys_select: Likewise.
8088         * modules/sys_socket: Likewise.
8089         * modules/sys_time: Likewise.
8090
8091 2007-01-18  Eric Blake  <ebb9@byu.net>
8092
8093         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
8094         replace gettimeofday.
8095         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
8096         name, to avoid infinite recursion.
8097
8098 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
8099
8100         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
8101         module sys_time.
8102         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
8103         assume timespec.h defines struct timeval.
8104         * lib/settime.c: Likewise.
8105         * lib/utimens.c: Likewise.
8106         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
8107         since we now assume the gettimeofday module.
8108         * lib/tempname.c (__gen_tempname): Likewise.
8109         * lib/gettimeofday.h: Remove.
8110         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
8111         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
8112         Include <time.h>, for 'time()'.
8113         (localtime_buffer_addr): Also use this workaround if
8114         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
8115         to simplify the uses.  All uses changed.
8116         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
8117         that #undef is inside {}, and 'const' follows type name consistently.
8118         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
8119         (gettimeofday): Do not use the maximum possible value for
8120         tv->tv_usec, since that might break usages other than ls.c.
8121         Instead, we'll leave ls.c alone.  This undoes today's patch
8122         by Bruno.  Add a compile-time warning for 1s-clock resolution;
8123         we've never observed the problem but might as well keep the
8124         canary.
8125         * lib/nanosleep.c: Include timespec.h first, for interface check.
8126         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
8127         now assume the sys_time module.
8128         * lib/tempname.c: Likewise.
8129         * lib/timespec.h: Likewise.
8130         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
8131         needed.
8132         * lib/strftime.c: Likewise.
8133         * lib/timespec.h: Likewise.
8134         * lib/posixtm.c: Include posixtm.h first, for interface check.
8135         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
8136         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
8137         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
8138         * lib/sys_time_.h: New file.
8139         * lib/timespec.h (struct timespec): Use long int, not long.
8140         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
8141         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
8142         Remove obsolescent call to AC_HEADER_TIME.
8143         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
8144         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8145         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
8146         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
8147         Likewise.
8148         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
8149         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
8150         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
8151         into the sys_time module.  Check for gettimeofday just once.
8152         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
8153         for gettimeofday signature to just check the signature.  Merely
8154         compile it, since linking doesn't test signature.  Improve test for
8155         whether gettimeofday.o is actually needed.
8156         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
8157         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
8158         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
8159         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8160         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
8161         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
8162         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
8163         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
8164         than worrying about sys/time.h.
8165         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8166         Don't bother worrying about TIME_WITH_SYS_TIME.
8167         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
8168         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
8169         * m4/sys_time_h.m4: New file.
8170         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
8171         Don't include sys/time.h.  Return from main rather than exiting.
8172         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
8173         all uses changed.
8174         * modules/gethrxtime (Depends-on): Add sys_time.
8175         * modules/gettime (Depends-on): Likewise.
8176         * modules/gettimeofday (Depends-on): Likewise.
8177         * modules/nanosleep (Depends-on): Likewise.
8178         * modules/settime (Depends-on): Likewise.
8179         * modules/tempname (Depends-on): Likewise.
8180         * modules/utimens (Depends-on): Likewise.
8181         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
8182         (Include:) Change back to <sys/time.h>.
8183         (Maintainer:) Add self.
8184         * modules/sys_time: New file.
8185         * modules/tempname (Depends-on): Add gettimeofday.
8186         * tests/test-gettimeofday.c: Include <sys/time.h>
8187         rather than gettimeofday.h.
8188
8189 2007-01-17  Bruno Haible  <bruno@clisp.org>
8190
8191         * gnulib-tool (func_get_license): Revert last patch. Instead, let
8192         the license default to GPL.
8193         (func_create_testdir): Don't complain if a module is LGPL and its
8194         tests module depends on GPLed modules.
8195
8196 2007-01-17  Bruno Haible  <bruno@clisp.org>
8197
8198         * lib/gettimeofday.c (gettimeofday): Add code for the case
8199         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
8200         maximum possible value for tv->tv_usec, rather than the minimum one.
8201
8202 2005-10-08  Martin Lambers  <marlam@marlam.de>
8203 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
8204 2007-01-16  Bruno Haible  <bruno@clisp.org>
8205
8206         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
8207         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
8208         gl_FUNC_GETTIMEOFDAY.
8209         (Include): Add gettimeofday.h.
8210         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
8211         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
8212         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
8213         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
8214         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
8215         * lib/gettimeofday.h: New file.
8216         * lib/gettimeofday.c: Include <sys/timeb.h>.
8217         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
8218         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8219         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
8220         fall back on time().
8221
8222         * tests/test-gettimeofday.c: New file.
8223         * modules/gettimeofday-tests: New file.
8224
8225 2007-01-16  Eric Blake  <ebb9@byu.net>
8226
8227         * modules/fnmatch (Depends-on): Depend on wchar.
8228         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
8229         * m4/fnmatch.m4: Likewise.
8230         * modules/mbchar (Makefile.am): Assume <wchar.h>.
8231         * m4/mbchar.m4: Likewise.
8232         * modules/mbswidth (Depends-on): Depend on wchar.
8233         * lib/mbswidth.c: Assume <wchar.h>.
8234         * m4/mbswidth.m4: Likewise.
8235         * modules/quotearg (Depends-on): Depend on wchar.
8236         * lib/quotearg.c: Assume <wchar.h>.
8237         * m4/quotearg.m4: Likewise.
8238         * modules/regex (Depends-on): Depend on wchar.
8239         * lib/regex_internal.h: Assume <wchar.h>.
8240         * m4/regex.m4: Likewise.
8241         * modules/stdint (Depends-on): Depend on wchar.
8242         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
8243         * m4/stdint.m4: Likewise.
8244         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
8245         * modules/strftime (Depends-on): Depend on wchar.
8246         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
8247         * modules/strtol (Depends-on): Depend on wchar.
8248         * lib/strtol.c: Assume <wchar.h>.
8249         * modules/wcwidth (Depends-on): Depend on wchar.
8250         * lib/wcwidth.h: Assume <wchar.h>.
8251         * m4/wcwidth.m4: Likewise.
8252
8253 2007-01-16  Bruno Haible  <bruno@clisp.org>
8254
8255         * modules/csharpexec-script: New, created from...
8256         * modules/csharpexec: ... this.
8257
8258 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
8259
8260         * modules/javaexec-script: New, created from...
8261         * modules/javaexec: ... this.
8262
8263 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8264
8265         * modules/poll (Dependencies): Add sys_select.
8266
8267 2007-01-15  Jim Meyering  <jim@meyering.net>
8268
8269         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
8270         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
8271         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
8272         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
8273
8274 2007-01-15  Bruno Haible  <bruno@clisp.org>
8275
8276         * modules/striconveh: New file.
8277         * lib/striconveh.h: New file.
8278         * lib/striconveh.c: New file.
8279         * MODULES.html.sh (Internationalization functions): Add striconveh.
8280
8281         * modules/striconveh-tests: New file.
8282         * tests/test-striconveh.c: New file.
8283
8284 2007-01-15  Bruno Haible  <bruno@clisp.org>
8285
8286         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
8287         not from GNU libiconv or GNU libc.
8288
8289 2007-01-15  Bruno Haible  <bruno@clisp.org>
8290
8291         * doc/gnulib-intro.texi (Copyright): Explain the different license
8292         terms for module descriptions, autoconf macros, tests, documentation.
8293
8294 2007-01-14  Bruno Haible  <bruno@clisp.org>
8295
8296         * modules/striconv-tests: New file.
8297         * tests/test-striconv.c: New file.
8298
8299 2007-01-14  Bruno Haible  <bruno@clisp.org>
8300
8301         * modules/iconv-tests: New file.
8302         * tests/test-iconv.c: New file.
8303
8304 2007-01-14  Bruno Haible  <bruno@clisp.org>
8305
8306         * gnulib-tool (func_get_license): For test modules, use the license of
8307         the main module.
8308
8309 2007-01-14  Bruno Haible  <bruno@clisp.org>
8310
8311         * modules/iconv (Include): Clarify that <iconv.h> can only be included
8312         if iconv is found to exist.
8313
8314 2007-01-14  Bruno Haible  <bruno@clisp.org>
8315
8316         * modules/c-ctype-tests: New file.
8317         * tests/test-c-ctype.c: New file.
8318
8319 2007-01-14  Bruno Haible  <bruno@clisp.org>
8320
8321         * modules/binary-io-tests: New file.
8322         * tests/test-binary-io.sh: New file.
8323         * tests/test-binary-io.c: New file.
8324
8325 2007-01-14  Bruno Haible  <bruno@clisp.org>
8326
8327         * modules/array-oset-tests: New file.
8328         * tests/test-array_oset.c: New file.
8329
8330 2007-01-14  Bruno Haible  <bruno@clisp.org>
8331
8332         * modules/array-list-tests: New file.
8333         * tests/test-array_list.c: New file.
8334
8335 2007-01-14  Bruno Haible  <bruno@clisp.org>
8336
8337         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
8338         and make.
8339         Reported by Simon Josefsson in
8340         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
8341
8342 2007-01-14  Bruno Haible  <bruno@clisp.org>
8343
8344         * modules/allocsa-tests: New file.
8345         * tests/test-allocsa.c: New file.
8346
8347 2007-01-14  Bruno Haible  <bruno@clisp.org>
8348
8349         * modules/fchdir (Depends-on): Add absolute-header.
8350         * modules/unistd (Depends-on): Likewise.
8351
8352 2006-12-30  Bruno Haible  <bruno@clisp.org>
8353
8354         * modules/fchdir: New file.
8355         * modules/unistd (Files): Add lib/unistd_.h.
8356         (Makefile.am): Generate unistd.h from unistd_.h.
8357         * lib/fchdir.c: New file.
8358         * lib/dirent_.h: New file.
8359         * lib/unistd_.h: New file.
8360         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
8361         * m4/fchdir.m4: New file.
8362         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
8363         (gl_HEADER_UNISTD): Invoke it.
8364         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
8365         function.
8366         * lib/backupfile.c (opendir, closedir): Undefine.
8367         * lib/chown.c (open, close): Undefine.
8368         * lib/clean-temp.c (open, close): Undefine.
8369         * lib/copy-file.c (open, close): Undefine.
8370         * lib/execute.c (open, close): Undefine.
8371         * lib/fsusage.c (open, close): Undefine.
8372         * lib/gc-gnulib.c (open, close): Undefine.
8373         * lib/getcwd.c (opendir, closedir): Undefine.
8374         * lib/glob.c (opendir, closedir): Undefine.
8375         * lib/javacomp.c (open, close): Undefine.
8376         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
8377         * lib/openat-proc.c (open, close): Undefine.
8378         * lib/pagealign_alloc.c (open, close): Undefine.
8379         * lib/pipe.c (open, close): Undefine.
8380         * lib/progreloc.c (open, close): Undefine.
8381         * lib/savedir.c (opendir, closedir): Undefine.
8382         * lib/utime.c (open, close): Undefine.
8383         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
8384
8385 2007-01-10  Bruno Haible  <bruno@clisp.org>
8386
8387         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
8388
8389 2007-01-12  Eric Blake  <ebb9@byu.net>
8390
8391         Provide a robust <wchar.h>.  Further simplifications are now
8392         possible in other modules, but not included here.
8393         * modules/wchar: New module.
8394         * m4/wchar.m4: New file.
8395         * lib/wchar_.h: Likewise.
8396         * modules/mbchar (Depends-on): Depend on wchar, as the first use
8397         of the new module.
8398         * MODULES.html.sh (Extended multibyte and wide character utilities):
8399         New section.
8400
8401 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
8402
8403         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
8404         to a reasonable default for memory allocation.
8405         (xreadlink): Don't allocate a huge buffer, to work around a buggy
8406         file system that reports garbage st_size values for symlinks.
8407         Problem reported by Liyang Hu.
8408
8409 2007-01-11  Simon Josefsson  <simon@josefsson.org>
8410
8411         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
8412         Emacs .#* auto-save files).
8413
8414 2007-01-11  Bruno Haible  <bruno@clisp.org>
8415
8416         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
8417         directory.
8418
8419 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8420
8421         Use @...@ consistently in lib/wctype_.h.
8422         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
8423         on it being set to 1 or 0.
8424         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
8425         go back to AC_SUBSTing it.
8426         * modules/wctype (Makefile.am): Undo previous change.
8427
8428 2007-01-10  Eric Blake  <ebb9@byu.net>
8429
8430         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
8431         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
8432         * modules/wctype (Makefile.am): Likewise.
8433         Reported by Chris McGuire.
8434
8435 2007-01-10  Jim Meyering  <jim@meyering.net>
8436
8437         fts.c: a small readability/maintainability improvement
8438         * lib/fts.c (fts_read): Make this code slightly more readable and
8439         maintainable by hoisting the "sp->fts_cur = p" assignments to
8440         immediately follow the statements that set P.  Derived from
8441         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
8442
8443 2007-01-10  Eric Blake  <ebb9@byu.net>
8444
8445         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
8446         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
8447         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8448         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
8449         Reported by Chris McGuire.
8450
8451 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8452
8453         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
8454         in sed script.
8455
8456 2007-01-09  Bruno Haible  <bruno@clisp.org>
8457
8458         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
8459         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
8460         variables.
8461         (func_module): Use them.
8462
8463 2007-01-09  Bruno Haible  <bruno@clisp.org>
8464
8465         * modules/unistr/base: New file.
8466         * lib/unistr.h: New file.
8467
8468         * modules/unistr/u8-to-u16: New file.
8469         * lib/unistr/u8-to-u16.c: New file.
8470
8471         * modules/unistr/u8-to-u32: New file.
8472         * lib/unistr/u8-to-u32.c: New file.
8473
8474         * modules/unistr/u16-to-u8: New file.
8475         * lib/unistr/u16-to-u8.c: New file.
8476
8477         * modules/unistr/u16-to-u32: New file.
8478         * lib/unistr/u16-to-u32.c: New file.
8479
8480         * modules/unistr/u32-to-u8: New file.
8481         * lib/unistr/u32-to-u8.c: New file.
8482
8483         * modules/unistr/u32-to-u16: New file.
8484         * lib/unistr/u32-to-u16.c: New file.
8485
8486         * modules/unistr/u8-check: New file.
8487         * modules/unistr/u16-check: New file.
8488         * modules/unistr/u32-check: New file.
8489         * lib/unistr/u8-check.c: New file.
8490         * lib/unistr/u16-check.c: New file.
8491         * lib/unistr/u32-check.c: New file.
8492
8493         * modules/unistr/u8-chr: New file.
8494         * modules/unistr/u16-chr: New file.
8495         * modules/unistr/u32-chr: New file.
8496         * lib/unistr/u8-chr.c: New file.
8497         * lib/unistr/u16-chr.c: New file.
8498         * lib/unistr/u32-chr.c: New file.
8499
8500         * modules/unistr/u8-cmp: New file.
8501         * modules/unistr/u16-cmp: New file.
8502         * modules/unistr/u32-cmp: New file.
8503         * lib/unistr/u8-cmp.c: New file.
8504         * lib/unistr/u16-cmp.c: New file.
8505         * lib/unistr/u32-cmp.c: New file.
8506
8507         * modules/unistr/u8-cpy: New file.
8508         * modules/unistr/u16-cpy: New file.
8509         * modules/unistr/u32-cpy: New file.
8510         * lib/unistr/u8-cpy.c: New file.
8511         * lib/unistr/u16-cpy.c: New file.
8512         * lib/unistr/u32-cpy.c: New file.
8513         * lib/unistr/u-cpy.h: New file.
8514
8515         * modules/unistr/u8-cpy-alloc: New file.
8516         * modules/unistr/u16-cpy-alloc: New file.
8517         * modules/unistr/u32-cpy-alloc: New file.
8518         * lib/unistr/u8-cpy-alloc.c: New file.
8519         * lib/unistr/u16-cpy-alloc.c: New file.
8520         * lib/unistr/u32-cpy-alloc.c: New file.
8521         * lib/unistr/u-cpy-alloc.h: New file.
8522
8523         * modules/unistr/u8-endswith: New file.
8524         * modules/unistr/u16-endswith: New file.
8525         * modules/unistr/u32-endswith: New file.
8526         * lib/unistr/u8-endswith.c: New file.
8527         * lib/unistr/u16-endswith.c: New file.
8528         * lib/unistr/u32-endswith.c: New file.
8529         * lib/unistr/u-endswith.h: New file.
8530
8531         * modules/unistr/u8-mblen: New file.
8532         * modules/unistr/u16-mblen: New file.
8533         * modules/unistr/u32-mblen: New file.
8534         * lib/unistr/u8-mblen.c: New file.
8535         * lib/unistr/u16-mblen.c: New file.
8536         * lib/unistr/u32-mblen.c: New file.
8537
8538         * modules/unistr/u8-mbtouc: New file.
8539         * modules/unistr/u16-mbtouc: New file.
8540         * modules/unistr/u32-mbtouc: New file.
8541         * lib/unistr/u8-mbtouc.c: New file.
8542         * lib/unistr/u16-mbtouc.c: New file.
8543         * lib/unistr/u32-mbtouc.c: New file.
8544
8545         * modules/unistr/u8-mbtouc-safe: New file.
8546         * modules/unistr/u16-mbtouc-safe: New file.
8547         * modules/unistr/u32-mbtouc-safe: New file.
8548         * lib/unistr/u8-mbtouc-safe.c: New file.
8549         * lib/unistr/u16-mbtouc-safe.c: New file.
8550         * lib/unistr/u32-mbtouc-safe.c: New file.
8551
8552         * modules/unistr/u8-move: New file.
8553         * modules/unistr/u16-move: New file.
8554         * modules/unistr/u32-move: New file.
8555         * lib/unistr/u8-move.c: New file.
8556         * lib/unistr/u16-move.c: New file.
8557         * lib/unistr/u32-move.c: New file.
8558         * lib/unistr/u-move.h: New file.
8559
8560         * modules/unistr/u8-next: New file.
8561         * modules/unistr/u16-next: New file.
8562         * modules/unistr/u32-next: New file.
8563         * lib/unistr/u8-next.c: New file.
8564         * lib/unistr/u16-next.c: New file.
8565         * lib/unistr/u32-next.c: New file.
8566
8567         * modules/unistr/u8-prev: New file.
8568         * modules/unistr/u16-prev: New file.
8569         * modules/unistr/u32-prev: New file.
8570         * lib/unistr/u8-prev.c: New file.
8571         * lib/unistr/u16-prev.c: New file.
8572         * lib/unistr/u32-prev.c: New file.
8573
8574         * modules/unistr/u8-set: New file.
8575         * modules/unistr/u16-set: New file.
8576         * modules/unistr/u32-set: New file.
8577         * lib/unistr/u8-set.c: New file.
8578         * lib/unistr/u16-set.c: New file.
8579         * lib/unistr/u32-set.c: New file.
8580         * lib/unistr/u-set.h: New file.
8581
8582         * modules/unistr/u8-startswith: New file.
8583         * modules/unistr/u16-startswith: New file.
8584         * modules/unistr/u32-startswith: New file.
8585         * lib/unistr/u8-startswith.c: New file.
8586         * lib/unistr/u16-startswith.c: New file.
8587         * lib/unistr/u32-startswith.c: New file.
8588         * lib/unistr/u-startswith.h: New file.
8589
8590         * modules/unistr/u8-stpcpy: New file.
8591         * modules/unistr/u16-stpcpy: New file.
8592         * modules/unistr/u32-stpcpy: New file.
8593         * lib/unistr/u8-stpcpy.c: New file.
8594         * lib/unistr/u16-stpcpy.c: New file.
8595         * lib/unistr/u32-stpcpy.c: New file.
8596         * lib/unistr/u-stpcpy.h: New file.
8597
8598         * modules/unistr/u8-stpncpy: New file.
8599         * modules/unistr/u16-stpncpy: New file.
8600         * modules/unistr/u32-stpncpy: New file.
8601         * lib/unistr/u8-stpncpy.c: New file.
8602         * lib/unistr/u16-stpncpy.c: New file.
8603         * lib/unistr/u32-stpncpy.c: New file.
8604         * lib/unistr/u-stpncpy.h: New file.
8605
8606         * modules/unistr/u8-strcat: New file.
8607         * modules/unistr/u16-strcat: New file.
8608         * modules/unistr/u32-strcat: New file.
8609         * lib/unistr/u8-strcat.c: New file.
8610         * lib/unistr/u16-strcat.c: New file.
8611         * lib/unistr/u32-strcat.c: New file.
8612         * lib/unistr/u-strcat.h: New file.
8613
8614         * modules/unistr/u8-strchr: New file.
8615         * modules/unistr/u16-strchr: New file.
8616         * modules/unistr/u32-strchr: New file.
8617         * lib/unistr/u8-strchr.c: New file.
8618         * lib/unistr/u16-strchr.c: New file.
8619         * lib/unistr/u32-strchr.c: New file.
8620
8621         * modules/unistr/u8-strcmp: New file.
8622         * modules/unistr/u16-strcmp: New file.
8623         * modules/unistr/u32-strcmp: New file.
8624         * lib/unistr/u8-strcmp.c: New file.
8625         * lib/unistr/u16-strcmp.c: New file.
8626         * lib/unistr/u32-strcmp.c: New file.
8627
8628         * modules/unistr/u8-strcpy: New file.
8629         * modules/unistr/u16-strcpy: New file.
8630         * modules/unistr/u32-strcpy: New file.
8631         * lib/unistr/u8-strcpy.c: New file.
8632         * lib/unistr/u16-strcpy.c: New file.
8633         * lib/unistr/u32-strcpy.c: New file.
8634         * lib/unistr/u-strcpy.h: New file.
8635
8636         * modules/unistr/u8-strcspn: New file.
8637         * modules/unistr/u16-strcspn: New file.
8638         * modules/unistr/u32-strcspn: New file.
8639         * lib/unistr/u8-strcspn.c: New file.
8640         * lib/unistr/u16-strcspn.c: New file.
8641         * lib/unistr/u32-strcspn.c: New file.
8642         * lib/unistr/u-strcspn.h: New file.
8643
8644         * modules/unistr/u8-strdup: New file.
8645         * modules/unistr/u16-strdup: New file.
8646         * modules/unistr/u32-strdup: New file.
8647         * lib/unistr/u8-strdup.c: New file.
8648         * lib/unistr/u16-strdup.c: New file.
8649         * lib/unistr/u32-strdup.c: New file.
8650         * lib/unistr/u-strdup.h: New file.
8651
8652         * modules/unistr/u8-strlen: New file.
8653         * modules/unistr/u16-strlen: New file.
8654         * modules/unistr/u32-strlen: New file.
8655         * lib/unistr/u8-strlen.c: New file.
8656         * lib/unistr/u16-strlen.c: New file.
8657         * lib/unistr/u32-strlen.c: New file.
8658         * lib/unistr/u-strlen.h: New file.
8659
8660         * modules/unistr/u8-strmblen: New file.
8661         * modules/unistr/u16-strmblen: New file.
8662         * modules/unistr/u32-strmblen: New file.
8663         * lib/unistr/u8-strmblen.c: New file.
8664         * lib/unistr/u16-strmblen.c: New file.
8665         * lib/unistr/u32-strmblen.c: New file.
8666
8667         * modules/unistr/u8-strmbtouc: New file.
8668         * modules/unistr/u16-strmbtouc: New file.
8669         * modules/unistr/u32-strmbtouc: New file.
8670         * lib/unistr/u8-strmbtouc.c: New file.
8671         * lib/unistr/u16-strmbtouc.c: New file.
8672         * lib/unistr/u32-strmbtouc.c: New file.
8673
8674         * modules/unistr/u8-strncat: New file.
8675         * modules/unistr/u16-strncat: New file.
8676         * modules/unistr/u32-strncat: New file.
8677         * lib/unistr/u8-strncat.c: New file.
8678         * lib/unistr/u16-strncat.c: New file.
8679         * lib/unistr/u32-strncat.c: New file.
8680         * lib/unistr/u-strncat.h: New file.
8681
8682         * modules/unistr/u8-strncmp: New file.
8683         * modules/unistr/u16-strncmp: New file.
8684         * modules/unistr/u32-strncmp: New file.
8685         * lib/unistr/u8-strncmp.c: New file.
8686         * lib/unistr/u16-strncmp.c: New file.
8687         * lib/unistr/u32-strncmp.c: New file.
8688
8689         * modules/unistr/u8-strncpy: New file.
8690         * modules/unistr/u16-strncpy: New file.
8691         * modules/unistr/u32-strncpy: New file.
8692         * lib/unistr/u8-strncpy.c: New file.
8693         * lib/unistr/u16-strncpy.c: New file.
8694         * lib/unistr/u32-strncpy.c: New file.
8695         * lib/unistr/u-strncpy.h: New file.
8696
8697         * modules/unistr/u8-strnlen: New file.
8698         * modules/unistr/u16-strnlen: New file.
8699         * modules/unistr/u32-strnlen: New file.
8700         * lib/unistr/u8-strnlen.c: New file.
8701         * lib/unistr/u16-strnlen.c: New file.
8702         * lib/unistr/u32-strnlen.c: New file.
8703         * lib/unistr/u-strnlen.h: New file.
8704
8705         * modules/unistr/u8-strpbrk: New file.
8706         * modules/unistr/u16-strpbrk: New file.
8707         * modules/unistr/u32-strpbrk: New file.
8708         * lib/unistr/u8-strpbrk.c: New file.
8709         * lib/unistr/u16-strpbrk.c: New file.
8710         * lib/unistr/u32-strpbrk.c: New file.
8711         * lib/unistr/u-strpbrk.h: New file.
8712
8713         * modules/unistr/u8-strrchr: New file.
8714         * modules/unistr/u16-strrchr: New file.
8715         * modules/unistr/u32-strrchr: New file.
8716         * lib/unistr/u8-strrchr.c: New file.
8717         * lib/unistr/u16-strrchr.c: New file.
8718         * lib/unistr/u32-strrchr.c: New file.
8719
8720         * modules/unistr/u8-strspn: New file.
8721         * modules/unistr/u16-strspn: New file.
8722         * modules/unistr/u32-strspn: New file.
8723         * lib/unistr/u8-strspn.c: New file.
8724         * lib/unistr/u16-strspn.c: New file.
8725         * lib/unistr/u32-strspn.c: New file.
8726         * lib/unistr/u-strspn.h: New file.
8727
8728         * modules/unistr/u8-strstr: New file.
8729         * modules/unistr/u16-strstr: New file.
8730         * modules/unistr/u32-strstr: New file.
8731         * lib/unistr/u8-strstr.c: New file.
8732         * lib/unistr/u16-strstr.c: New file.
8733         * lib/unistr/u32-strstr.c: New file.
8734         * lib/unistr/u-strstr.h: New file.
8735
8736         * modules/unistr/u8-strtok: New file.
8737         * modules/unistr/u16-strtok: New file.
8738         * modules/unistr/u32-strtok: New file.
8739         * lib/unistr/u8-strtok.c: New file.
8740         * lib/unistr/u16-strtok.c: New file.
8741         * lib/unistr/u32-strtok.c: New file.
8742         * lib/unistr/u-strtok.h: New file.
8743
8744         * modules/unistr/u8-uctomb: New file.
8745         * modules/unistr/u16-uctomb: New file.
8746         * modules/unistr/u32-uctomb: New file.
8747         * lib/unistr/u8-uctomb.c: New file.
8748         * lib/unistr/u16-uctomb.c: New file.
8749         * lib/unistr/u32-uctomb.c: New file.
8750
8751         * MODULES.html.sh (Unicode string functions): Add the new modules.
8752
8753 2007-01-08  Bruno Haible  <bruno@clisp.org>
8754
8755         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
8756         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
8757         subdirectories.
8758
8759 2007-01-08  Karl Berry  <karl@gnu.org>
8760
8761         * doc/error.texi: mention that main() fns must set program_name
8762         when progname is used.
8763
8764 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
8765
8766         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
8767         WCTYPE_H is empty, for the benefit of builds from non-distclean
8768         directories.  Problem reported by Eric Blake in
8769         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
8770
8771 2007-01-08  Bruno Haible  <bruno@clisp.org>
8772
8773         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
8774         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
8775         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
8776         PROVIDE_CANONICALIZE_FILENAME_MODE.
8777         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
8778
8779 2007-01-08  Bruno Haible  <bruno@clisp.org>
8780
8781         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
8782         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
8783         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
8784         * lib/fts.c: Likewise.
8785         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
8786
8787 2006-12-25  Bruno Haible  <bruno@clisp.org>
8788
8789         * modules/utf8-ucs4-safe: New file.
8790         * lib/utf8-ucs4-safe.h: New file.
8791         * lib/unistr/utf8-ucs4-safe.c: New file.
8792
8793         * modules/utf16-ucs4-safe: New file.
8794         * lib/utf16-ucs4-safe.h: New file.
8795         * lib/unistr/utf16-ucs4-safe.c: New file.
8796
8797         * MODULES.html.sh (Unicode string functions): Add the new modules.
8798
8799 2007-01-08  Bruno Haible  <bruno@clisp.org>
8800
8801         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
8802         (Depends-on): Add unitypes.
8803         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8804         (u8_mbtouc_aux): Move out to separate file.
8805         (u8_mbtouc): Use ucs4_t, uint8_t types.
8806         * lib/unistr/utf8-ucs4.c: New file.
8807
8808         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
8809         (Depends-on): Add unitypes.
8810         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8811         (u16_mbtouc_aux): Move out to separate file.
8812         (u16_mbtouc): Use ucs4_t, uint16_t types.
8813         * lib/unistr/utf16-ucs4.c: New file.
8814
8815         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
8816         (Depends-on): Add unitypes.
8817         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
8818         (u8_uctomb_aux): Move out to separate file.
8819         (u8_uctomb): Use ucs4_t, uint8_t types.
8820         * lib/unistr/ucs4-utf8.c: New file.
8821
8822         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
8823         (Depends-on): Add unitypes.
8824         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
8825         (u16_uctomb_aux): Move out to separate file.
8826         (u16_uctomb): Use ucs4_t, uint16_t types.
8827         * lib/unistr/ucs4-utf16.c: New file.
8828
8829 2006-12-25  Bruno Haible  <bruno@clisp.org>
8830
8831         * modules/unitypes: New file.
8832         * lib/unitypes.h: New file.
8833         * MODULES.html.sh (func_all_modules): New section "Unicode string
8834         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
8835         this section. Add unitypes.
8836
8837 2007-01-08  Bruno Haible  <bruno@clisp.org>
8838
8839         Avoid variable names that conflict with those from libtool.
8840         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
8841         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
8842         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
8843         library_names_spec to acl_library_names_spec, hardcode_* to
8844         acl_hardcode_*.
8845         Reported by Ralf Wildenhues.
8846
8847 2007-01-08  Bruno Haible  <bruno@clisp.org>
8848
8849         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
8850         definition.
8851         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
8852         definition.
8853         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
8854         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
8855         definition.
8856         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
8857         definition.
8858         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
8859         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
8860         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
8861         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
8862         definition.
8863         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
8864         definition.
8865         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
8866         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
8867         GC_USE_<algorithm>.
8868         * lib/gc-libgcrypt.c: Likewise.
8869         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
8870         * modules/gc-arctwo (configure.ac): Likewise.
8871         * modules/gc-des (configure.ac): Likewise.
8872         * modules/gc-hmac-md5 (configure.ac): Likewise.
8873         * modules/gc-hmac-sha1 (configure.ac): Likewise.
8874         * modules/gc-md2 (configure.ac): Likewise.
8875         * modules/gc-md4 (configure.ac): Likewise.
8876         * modules/gc-md5 (configure.ac): Likewise.
8877         * modules/gc-random (configure.ac): Likewise.
8878         * modules/gc-rijndael (configure.ac): Likewise.
8879         * modules/gc-sha1 (configure.ac): Likewise.
8880
8881 2007-01-08  Bruno Haible  <bruno@clisp.org>
8882
8883         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
8884         macro definition.
8885         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
8886         definition.
8887         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
8888         definition.
8889         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
8890         * modules/fcntl-safer (configure.ac): Likewise.
8891         * modules/fopen-safer (configure.ac): Likewise.
8892         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
8893         GNULIB_FWRITEERROR macro definition.
8894
8895 2007-01-08  Bruno Haible  <bruno@clisp.org>
8896
8897         * m4/gnulib-common.m4: New file.
8898         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8899         (func_get_filelist): Add m4/gnulib-common.m4.
8900
8901 2007-01-08  Bruno Haible  <bruno@clisp.org>
8902
8903         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8904         command.
8905
8906 2007-01-08  Jim Meyering  <jim@meyering.net>
8907
8908         Use a more robust test for a "can't happen" condition.
8909         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8910         narrowed the st_size value.  Presuming the "can't happen" condition
8911         is true, that narrowing could conceivably convert an invalid st_size
8912         value into a valid one.  Instead, use a change based on Matthew
8913         Woehlke's original patch.
8914
8915         Slight readability improvement: use an assert-like macro
8916         in place of literal "abort ()" uses.
8917         * lib/fts.c (fts_assert): Define.
8918         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8919         Use this macro instead of a bare 'abort'.
8920
8921 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8922
8923         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8924         simply work around them.
8925         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8926         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8927         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8928         declaring.
8929         Don't bother to define as macros, since the standard doesn't require it.
8930         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8931         longer worry about IRIX 5.3.
8932         (HAVE_WCTYPE_CTMP_BUG): Remove.
8933
8934 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8935
8936         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8937         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8938         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8939         Problems reported by Georg Schwarz for IRIX 5.3.
8940
8941         * gnulib-tool (autoconf_minversion): Take the maximum version number
8942         found, not the minimum.  Problem reported by James Youngman.
8943
8944 2007-01-03  Karl Berry  <karl@gnu.org>
8945
8946         * doc/error.texi: new file, explaining interaction with progname.
8947         * doc/gnulib.texi: include it.  Update copyright.
8948
8949 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8950
8951         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8952         AC_CANONICAL_HOST, to improve autobuild outputs.
8953
8954 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8955             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8956
8957         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8958         sockets, server sockets, and other file descriptors.  Count errors
8959         to compute the return value.  Reorder the code a bit to be easier
8960         to follow.  Don't set event bits that were not requested (except
8961         POLLERR and POLLHUP).
8962
8963 2007-01-01  Bruno Haible  <bruno@clisp.org>
8964
8965         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8966
8967 2007-01-03  Jim Meyering  <jim@meyering.net>
8968
8969         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8970
8971 2007-01-02  Bruno Haible  <bruno@clisp.org>
8972
8973         * modules/settime (Include): Require timespec.h.
8974         * modules/nanosleep (Include): Likewise.
8975
8976 2007-01-01  Bruno Haible  <bruno@clisp.org>
8977
8978         * gnulib-tool (func_emit_copyright_notice): Bump year.
8979         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8980
8981 2007-01-01  Bruno Haible  <bruno@clisp.org>
8982
8983         Improve support for OpenBSD.
8984         * build-aux/config.rpath (libname_spec): Export.
8985         (library_names_spec): New variable. Export.
8986         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8987         library_names_spec from the config.rpath output. Locate shared library
8988         through the name pattern in library_names_spec.
8989
8990 2007-01-01  Eric Blake  <ebb9@byu.net>
8991
8992         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8993
8994 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8995
8996         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
8997         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
8998         assume the C locale, and avoid an "eval" that could cause trouble.
8999         Problem with SORT reported by Bob Proulx.
9000
9001         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
9002         Define.  Trivial patch from Henning Nielsen Lund, originally
9003         sent to bug-grep@gnu.org today.
9004
9005 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
9006
9007         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
9008         struct stat.  Problem reported by Henning Nielsen Lund.
9009         * lib/acl.c: Include acl.h first, to check interface.  Don't
9010         bother to include sys/types.h and sys/stat.h again.
9011
9012 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
9013
9014         Import the following change from libc; problem reported by
9015         Sven Verdoolaege.
9016
9017         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
9018
9019         [BZ #1373]
9020         * lib/argp.h: Remove __NTH for __argp_usage inline function.
9021
9022 2006-12-28  Jim Meyering  <jim@meyering.net>
9023
9024         * build-aux/announce-gen: Do not assume that the package
9025         builds any of tar.gz, tar.bz2, and .xdelta files.
9026         Suggestion from Simon Josefsson.
9027
9028 2006-12-28  Simon Josefsson  <simon@josefsson.org>
9029
9030         * modules/announce-gen: New file.
9031
9032 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
9033
9034         * lib/mbchar.h: Just include <wctype.h>; the wctype module
9035         handles its gotchas now.
9036         * lib/mbswidth.c: Likewise.
9037         * lib/wcwidth.h: Likewise.
9038         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
9039         and iswcntrl; the wctype module does this stuff now.
9040         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
9041         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
9042         * modules/mbchar (Depends-on): Add wctype.
9043         * modules/mbswidth (Depends-on): Likewise.
9044         * modules/wcwidth (Depends-on): Likewise.
9045
9046 2006-12-27  Eric Blake  <ebb9@byu.net>
9047
9048         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
9049         module uses more than what <wctype.h> is required to provide.
9050
9051 2006-12-26  Eric Blake  <ebb9@byu.net>
9052
9053         * gnulib-tool (sed_extract_prog): Avoid space-tab.
9054
9055 2006-12-26  Eric Blake  <ebb9@byu.net>
9056
9057         * modules/absolute-header: New module.
9058         * modules/fcntl (Depends-on): Depend on it.
9059         * modules/inttypes (Depends-on): Likewise.
9060         * modules/stdint (Depends-on): Likewise.
9061         * modules/sys_stat (Depends-on): Likewise.
9062         * modules/wctype (Depends-on): Likewise.
9063         * MODULES.html.sh (Support for building libraries and
9064         executables): Document it.
9065
9066 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
9067
9068         * gnulib-tool (SED): Remove, undoing previous change.
9069         The problem was that it broke coreutils on Solaris, because
9070         "sed --posix" leaked into a makefile.
9071         (sed): New alias, if 'alias' and GNU sed.
9072
9073 2006-12-24  Jim Meyering  <jim@meyering.net>
9074
9075         Work around an fchownat bug in glibc-2.4:
9076         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
9077         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
9078         in spite of the -P option.
9079         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
9080         New macros.
9081         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
9082         * modules/openat (Files): Add lib/fchownat.c.
9083         * lib/openat.c (fchownat): Don't define here.  Move to...
9084         * lib/fchownat.c: ...this new file.
9085
9086 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
9087
9088         Fix bug reported by Bruno Haible in
9089         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
9090         where quotearg.c didn't compile on Mac OS X 10.2 because it
9091         lacks <wchar.h> and wint_t.
9092         * lib/wctype_.h (__wctype_wint_t): New type.
9093         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
9094         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
9095         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
9096         Arg is now of type __wctype_wint_t, not wint_t.
9097         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
9098         substitute HAVE_WINT_T.
9099         * modules/wctype (Files): Add m4/wint_t.m4.
9100         (wctype.h): Substitute HAVE_WINT_T.
9101
9102 2006-12-23  Bruno Haible  <bruno@clisp.org>
9103
9104         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
9105
9106 2006-12-23  Bruno Haible  <bruno@clisp.org>
9107
9108         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
9109         S_ISLNK.
9110         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
9111         mingw.
9112
9113 2006-12-22  Bruno Haible  <bruno@clisp.org>
9114
9115         * lib/copy-file.c: Include acl.h.
9116         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
9117         Close the file descriptors only after being done with copy_acl.
9118         * modules/copy-file (Depends-on): Add acl.
9119
9120 2006-12-22  Bruno Haible  <bruno@clisp.org>
9121
9122         * gnulib-tool (SED): New variable.
9123         Use $SED instead of sed everywhere.
9124
9125 2006-12-22  Bruno Haible  <bruno@clisp.org>
9126
9127         * modules/no-c++: New file.
9128         * m4/no-c++.m4: New file.
9129         * MODULES.html.sh (Support for building libraries and executables):
9130         Add no-c++.
9131
9132 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
9133
9134         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
9135         Include <limits.h>, and use its INT_MAX to rewrite the
9136         j loop so that it does not overflow 'int'.  Problem reported by
9137         Ralf Wildenhues in
9138         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
9139         Play it safe by shifting left by 1 rather than multiplying by 2,
9140         as GCC is less likely to optimize this away when the value
9141         is signed (when it assumes overflow leads to undefined behavior).
9142         Also, don't assume time_t uses two's complement.
9143
9144 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
9145
9146         * MODULES.html.sh: New module wctype.
9147         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
9148         * lib/fnmatch.c: Don't bother to include <wchar.h> before
9149         <wctype.h>, since the new wctype module should fix this.
9150         * lib/quotearg.c: Include <wctype.h> unconditionally, since
9151         the wctype module should arrange for it.
9152         * lib/regex_internal.h: Likewise.
9153         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
9154         since the wctype module should handle this now.
9155         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
9156         * modules/fnmatch (Depends-on): Add wctype.
9157         * modules/quotearg (Depends-on): Likewise.
9158         * modules/regex (Depends-on): Likewise.
9159
9160 2006-12-19  Bruno Haible  <bruno@clisp.org>
9161
9162         * lib/strdup.h [C++]: Wrap definitions in extern "C".
9163         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
9164
9165 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9166
9167         * modules/savewd (Depends-on): Fix dependency on fcntl.
9168
9169 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9170
9171         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
9172         conforms to C99, rather than relying on the user's environment
9173         setting of STDINT_H.
9174
9175 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9176         and Eric Blake  <ebb9@byu.net>
9177
9178         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
9179         This is more consistent with the other defines here.
9180         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
9181         Port to z/OS.  Problem reported by Paul Gilmartin.
9182         Change local vars to use gl_ prefix rather than ac_.
9183         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
9184         with other defines.
9185         * modules/double-slash-root: New module.
9186         * modules/dirname (Files): Remove m4/double-slash-root.m4.
9187         (Depends-on): Add double-slash-root.
9188         * MODULES.html.sh (File system functions): Mention new module.
9189
9190 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
9191
9192         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
9193         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
9194         This is for the benefit of gzip, which doesn't do i18n.
9195
9196 2006-12-12  Jim Meyering  <jim@meyering.net>
9197
9198         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
9199         Reported by Andreas Schwab <schwab@suse.de>.
9200
9201 2006-12-12  Bruno Haible  <bruno@clisp.org>
9202
9203         Merge these changes.
9204         2006-09-05  Bruno Haible  <bruno@clisp.org>
9205         * lib/iconvme.c (iconv_string): No need to save and restore errno when
9206         iconv_alloc succeeded.
9207         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
9208         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
9209         test for " && dest " at the end - dest is always != NULL there. Call
9210         iconv with 4xNULL arguments initially, to reset the state. Call iconv
9211         with 2xNULL arguments, also to flush the state storage. Handle the
9212         IRIX iconv behaviour. Realloc the final result, to throw away unused
9213         memory.
9214
9215 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
9216
9217         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
9218         and fchmodat unconditionally, since glibc 2.4 has them.
9219         Problem reported by Arkadiusz Miskiewicz.
9220
9221 2006-12-10  Bruno Haible  <bruno@clisp.org>
9222
9223         * gnulib-tool (func_import): Show the include files only for those
9224         modules that are copied and specified.
9225         Reported by Karl Berry.
9226
9227 2006-12-08  Jim Meyering  <jim@meyering.net>
9228
9229         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
9230         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
9231
9232         * build-aux/announce-gen: Add two new options, both optional:
9233         --bootstrap-tools=TOOL_LIST
9234               a comma-separated list of tools, e.g.,
9235               autoconf,automake,bison,gnulib
9236         --gnulib-snapshot-date=DATE
9237               if gnulib is in the bootstrap tool list,
9238               then report this as the snapshot date.
9239               If not specified, use the current date/time.
9240               If you specify a date here, be sure it's UTC.
9241
9242 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9243
9244         * tests/test-argp-2.sh: Fix test to match actual output.
9245         (func_compare): Fix sed script to be portable.
9246
9247 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
9248
9249         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
9250         workaround for this case.  It is not autoconfigured now; offhand
9251         it's hard to see how to autoconfigure it.
9252
9253 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
9254
9255         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
9256         a directory that is about to be chowned.  Such a directory's
9257         initial file permissions should permit the owner only and this
9258         should not be changed until after the chown, since the group and
9259         other bits would be incorrect if they granted permission before
9260         the chown.
9261
9262         Fix porting problem for iswctype reported by Georg Schwarz in:
9263         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
9264         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
9265         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
9266         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
9267         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
9268
9269 2006-12-03  Jim Meyering  <jim@meyering.net>
9270
9271         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
9272         p->fts_statp may not yet be defined.
9273         (fts_read): Instead, set it in the caller, once p->fts_statp is
9274         sure to be defined, and corresponds to a top-level directory.
9275         This bug made du -x fail.  Here's the coreutils test case:
9276         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
9277         Reported by Mike Frysinger.
9278
9279 2006-12-01  Jim Meyering  <jim@meyering.net>
9280
9281         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
9282         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
9283         Reported by Simon Josefsson.
9284
9285 2006-11-30  Jim Meyering  <jim@meyering.net>
9286
9287         * m4/warning.m4: Use the all-permissive copyright notice
9288         recommended by RMS (rather than LGPL).
9289         * m4/vararrays.m4: Likewise.
9290         * m4/flexmember.m4: Likewise.
9291
9292 2006-11-29  Bruno Haible  <bruno@clisp.org>
9293
9294         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
9295         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
9296         using +=.
9297         Reported by Simon Josefsson <simon@josefsson.org>.
9298
9299 2006-11-28  James Youngman <jay@gnu.org>
9300
9301         * README: Advise users that they might find the bug-gnulib@gnu.org
9302         and autotools-announce@gnu.org mailing lists useful.
9303
9304 2006-11-28  Bruno Haible  <bruno@clisp.org>
9305
9306         * m4/ptrdiff_max.m4: Remove file.
9307
9308 2006-11-21  Bruno Haible  <bruno@clisp.org>
9309
9310         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
9311         _AC_COMPUTE_INT.
9312         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9313         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
9314         _AC_COMPUTE_INT.
9315         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9316         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
9317         _AC_COMPUTE_INT.
9318         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9319
9320 2006-11-28  Jim Meyering  <jim@meyering.net>
9321
9322         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
9323         warning from "gcc -Wshadow" about shadowing the builtin.
9324
9325 2006-11-27  Bruno Haible  <bruno@clisp.org>
9326
9327         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
9328         _AC_COMPUTE_INT.
9329         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9330
9331 2006-11-27  Bruno Haible  <bruno@clisp.org>
9332             Paul Eggert  <eggert@cs.ucla.edu>
9333
9334         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
9335
9336 2006-11-26  Bruno Haible  <bruno@clisp.org>
9337
9338         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
9339         noinst_LTLIBRARIES.
9340
9341 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
9342             Bruno Haible  <bruno@clisp.org>
9343
9344         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
9345         if compiling with "gcc -ansi".
9346
9347 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
9348
9349         Fix some incompatibilities with gcc -ansi -pedantic.
9350         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
9351         if compiling pedantically with GCC, unless it's C99 or later.
9352         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
9353         it mishandles gcc -ansi -pedantic as well.
9354         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
9355         if gcc -pedantic.
9356         * lib/regexec.c (check_node_accept_bytes): Don't use auto
9357         initializers for struct if -pedantic, unless it's C99 or later.
9358
9359 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
9360
9361         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
9362         Don't close an fd more than once. Identical atimes indicate
9363         success, not failure.
9364
9365 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
9366
9367         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
9368
9369 2006-11-23  Jim Meyering  <jim@meyering.net>
9370
9371         * build-aux/announce-gen: New file.  From coreutils.
9372
9373 2006-11-22  Jim Meyering  <jim@meyering.net>
9374
9375         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
9376         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
9377         (fts_read): Use a temporary to narrow the overused st_size member
9378         before using it in a switch statement.  Reported by Matthew Woehlke.
9379
9380         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
9381         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9382
9383 2006-11-20  Bruno Haible  <bruno@clisp.org>
9384
9385         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
9386         changequote instead of pairs of brackets.
9387         Reported by Andreas Schwab <schwab@suse.de>.
9388
9389 2006-11-21  Jim Meyering  <jim@meyering.net>
9390
9391         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
9392         so as to remain compatible with older compilers.
9393         Patch from Michael Deutschmann.
9394
9395 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
9396
9397         * MODULES.html.sh (File system functions): Add openat.
9398
9399         * lib/openat.h (rpl_fstatat): New macro, if
9400         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
9401         (fstatat): Define to rpl_fstatat under the same conditions,
9402         unless COMPILING_FSTATAT.
9403         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
9404         seems to have the bug.
9405         * lib/fstatat.c: New file.
9406         * modules/openat (Files): Add it.
9407
9408 2006-11-20  Bruno Haible  <bruno@clisp.org>
9409
9410         * Makefile: New file.
9411
9412 2006-11-20  Jim Meyering  <jim@meyering.net>
9413
9414         The beginnings of syntax-related checks for gnulib.
9415         * lib/Makefile: New file.
9416         * lib/t-idcache: New script.  Ensure that the two halves of
9417         idcache.c stay in sync.
9418
9419         * lib/idcache.c: Adjust comments in user- and group- portions to
9420         be more accurate, and to be consistent with one another.
9421
9422 2006-11-20  Jim Meyering  <jim@meyering.net>
9423
9424         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
9425         continue using the flexible array member (thus, this module performs
9426         half as many malloc calls), with the addition that...
9427         (getgroup, getuser): Consistently record a non-match via an empty
9428         "name" string, and map an empty string match to a NULL return value.
9429         * modules/idcache (Depends-on): Re-add flexmember.
9430
9431         * lib/idcache.c (getuser): Remove all uses of the register keyword.
9432         (getuidbyname, getgroup, getgidbyname): Likewise.
9433
9434         Use cleaner syntax: NULL rather than 0.
9435         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
9436
9437 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
9438
9439         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
9440         It mishandled the case where the group was missing.
9441         Problem reported by Greg Schafer.
9442         * modules/idcache: Likewise.
9443
9444 2006-11-18  Jim Meyering  <jim@meyering.net>
9445
9446         * check-module (%exempt_header): Add exception for some
9447         conditionally-included headers.
9448
9449         * modules/i-ring (Depends-on): Add verify.
9450         (License): Change to LGPL.
9451
9452 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9453
9454         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
9455         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
9456         and inttostr.h.  Use snprintf rather than uinttostr, so that
9457         LGPLed code doesn't depend on GPLed.
9458
9459 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
9460
9461         * modules/inline (License): Change from GPL to LGPL.
9462
9463 2006-11-17  Jim Meyering  <jim@meyering.net>
9464
9465         * modules/d-type (License): Switch to LGPL.
9466
9467 2006-11-15  Bruno Haible  <bruno@clisp.org>
9468
9469         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
9470
9471 2006-11-15  Eric Blake  <ebb9@byu.net>
9472
9473         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
9474         the module dependency.
9475
9476 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9477             Bruno Haible  <bruno@clisp.org>
9478
9479         * gnulib-tool (func_create_testdir): Add license consistency check.
9480
9481 2006-11-15  Eric Blake  <ebb9@byu.net>
9482
9483         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
9484         random "(cached)" in configure output.
9485
9486 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9487
9488         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
9489         test for conforming inttypes.h is both announced and cached.
9490
9491         * MODULES.html.sh (seen_modules, seen_files): New variables.
9492         (func_module): Rewrite to use a few less gnulib-tool and sed
9493         invocations.  Avoid a couple of quadratic algorithms for ...
9494         (missed_modules, missed_files): ... these, with ...
9495         (func_append, func_tmpdir): ... these new functions, from
9496         gnulib-tool.  Analogously, install traps for cleanup.
9497
9498         * tests/test-gc.c (main): Remove unused variables.
9499         * tests/test-read-file.c: Include stdlib.h, for 'free'.
9500
9501 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
9502
9503         * modules/inttostr (License): Change to LGPL.
9504
9505 2006-11-14  Eric Blake  <ebb9@byu.net>
9506
9507         * modules/tempname (License): Change to LGPL.
9508
9509 2006-11-14  Eric Blake  <ebb9@byu.net>
9510
9511         * doc/functions.texi (Function Portability): *printf functions on
9512         Cygwin now understand all POSIX size specifiers.
9513
9514 2006-11-14  Bruno Haible  <bruno@clisp.org>
9515
9516         * modules/c-ctype (License): Change to LGPL.
9517
9518 2006-11-12  Bruno Haible  <bruno@clisp.org>
9519
9520         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9521         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
9522         for GNOME libraries, for which the include files are installed in
9523         subdirectories of $prefix/include.
9524
9525 2006-11-12  Bruno Haible  <bruno@clisp.org>
9526
9527         * m4/lib-link.m4: Require at least autoconf-2.54.
9528         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
9529         name to underscores for the --with option.
9530
9531 2006-11-13  Bruno Haible  <bruno@clisp.org>
9532
9533         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
9534         the tests directory.
9535         Reported by Ralf Wildenhues.
9536
9537 2006-11-13  Bruno Haible  <bruno@clisp.org>
9538
9539         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
9540         (func_emit_initmacro_end): Undo the override here.
9541         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
9542         Works around the famous automake error in coreutils.
9543
9544 2006-11-13  Eric Blake  <ebb9@byu.net>
9545
9546         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
9547         element, not its node.
9548
9549 2006-11-12  Bruno Haible  <bruno@clisp.org>
9550
9551         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
9552         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
9553
9554 2006-11-12  Bruno Haible  <bruno@clisp.org>
9555
9556         * gnulib-tool: New option --local-symlink.
9557         (func_usage): Document it.
9558         (lsymbolic): New variable.
9559         (func_import, func_create_testdir): If --symlink was not specified,
9560         test whether --local-symlink was specified and the file comes from
9561         the local_gnulib_dir.
9562
9563 2006-11-12  Bruno Haible  <bruno@clisp.org>
9564
9565         * gnulib-tool (func_ln): New function.
9566         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
9567
9568 2006-11-12  Bruno Haible  <bruno@clisp.org>
9569
9570         Finish support for source files in subdirectories.
9571         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
9572         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
9573         AUTOMAKE_OPTIONS.
9574         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
9575
9576 2006-11-12  Bruno Haible  <bruno@clisp.org>
9577
9578         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9579         EXTRA_lib_SOURCES augmentation.
9580         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
9581
9582 2006-11-12  Jim Meyering  <jim@meyering.net>
9583
9584         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
9585         file descriptors.  This also averts a failure on systems with
9586         native openat support when a traversed directory lacks "x" access.
9587         * lib/fts_.h: Include "i-ring.h"
9588         (struct FTS) [fts_fd_ring]: New member.
9589         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
9590         (FCHDIR): Add parentheses.
9591         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
9592         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
9593         When descending, rather than simply closing the previous
9594         fts_cwd_fd value, push that file descriptor onto the ring.
9595         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
9596         (fts_open): Initialize the new fd_ring member.
9597         (fts_close): Clear the ring.
9598         (fts_safe_changedir): When possible, use our new fd_ring to skip
9599         the diropen and fstat and dev/ino comparison that would normally
9600         accompany a virtual `chdir ("..")'.
9601
9602         * modules/fts (Depends-on): Add i-ring.
9603         * modules/i-ring: New module.
9604         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
9605         * m4/i-ring.m4: New file.
9606
9607 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9608
9609         * gnulib-tool (func_create_testdir): Fix replacement of
9610         `build-aux' in configure.ac.  Run autotools in gltests
9611         subdirectory.
9612         (func_create_testdir, func_create_megatestdir, test): There is
9613         no need for '--force' in most autotool invocations in a new
9614         tree.  Actually fail the whole test if any of the tools, or the
9615         configure or make stages fail.
9616
9617         Sync from Automake.
9618         * build-aux/gnupload: Revert last change.  Add pointer to upload
9619         instructions of the GNU Maintenance Instructions.
9620         Suggestion by Karl Berry.
9621
9622 2006-11-10  Jim Meyering  <jim@meyering.net>
9623
9624         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
9625
9626 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9627
9628         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
9629         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
9630         (bind_textdomain_codeset) [! ENABLE_NLS]:
9631         Evaluate all the arguments.  That way, callers get compatible behavior
9632         if the arguments have side effects.  Also, it avoids some GCC
9633         diagnostics in some cases; Joel E. Denny reported problems when Bison
9634         was configured with --enable-gcc-warnigs.
9635
9636 2006-11-10  Jim Meyering  <jim@meyering.net>
9637
9638         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
9639         relevant options in CFLAGS (like -O, -fno-inline) are taken into
9640         account.
9641
9642 2006-11-10  Jim Meyering  <jim@meyering.net>
9643
9644         * modules/inline: New file/module.
9645         * modules/xalloc (Files): Remove m4/inline.m4.
9646         (Depends-on): Add inline, instead.
9647         * modules/oset: Likewise.
9648         * modules/list: Likewise.
9649
9650 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9651
9652         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
9653         Problem reported by Matthew Woehlke.
9654
9655 2006-11-09  Bruno Haible  <bruno@clisp.org>
9656
9657         * lib/tempname.c (gen_tempname): Remove variant that invokes
9658         __gen_tempname.
9659         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
9660         __gen_tempname.
9661
9662 2006-11-08  Bruno Haible  <bruno@clisp.org>
9663
9664         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
9665         to 'yes' instead of 'cross-compiling'.
9666
9667 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9668
9669         * lib/quotearg.h (quotearg_free): New decl.
9670         * lib/quotearg.c (quotearg_free): New function.
9671         (slot0, nslots, slotvec0, slotvec):
9672         Now file-scope so that quotearg_free can get at them.
9673
9674 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9675
9676         Sync from Automake.
9677         * build-aux/gnupload: Add missing 'gnu' to example URL.
9678         Report by Karl Berry.
9679
9680 2006-11-08  Bruno Haible  <bruno@clisp.org>
9681
9682         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
9683         Suggested by Paul Eggert.
9684
9685 2006-11-08  Jim Meyering  <jim@meyering.net>
9686
9687         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
9688         It's already included if !_LIBC.
9689         (fts_safe_changedir): Add a comment.
9690
9691 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9692
9693         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
9694         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
9695         Matthew Woehlke.
9696
9697         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
9698         definitions up, to avoid colliding with change below.
9699         (static_inline) [HAVE_INLINE]: New macro.
9700         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
9701         Provide extern decls when !HAVE_INLINE.  Do not define unless
9702         static_inline is defined, either by us or by xmalloc.c.  Use
9703         static_inline rather than static inline.
9704         (XCALLOC): Optimize sizeof(T) = 1 case.
9705         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
9706
9707 2006-11-07  Bruno Haible  <bruno@clisp.org>
9708
9709         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
9710         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
9711         AC_C_INLINE.
9712         * modules/xalloc (Files): Add m4/inline.m4.
9713
9714 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9715
9716         * README: Fix typo.
9717         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
9718         (Miscellanous Notes): ...from this.
9719
9720 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9721
9722         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
9723         Mention that offsetof should be used instead of sizeof.
9724         From Bruno Haible.
9725
9726 2006-11-07  Bruno Haible  <bruno@clisp.org>
9727
9728         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
9729
9730 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9731
9732         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9733         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
9734         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9735         (gl_tree_add_before, gl_tree_add_after):
9736         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
9737         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
9738         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
9739         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
9740         (gl_linked_add_after, gl_linked_add_at): Likewise.
9741         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
9742         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9743         (gl_tree_add_before, gl_tree_add_after): Likewise.
9744         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
9745         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
9746         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
9747
9748 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9749
9750         * lib/gl_oset.h: Use C comment style, not C++ comment style.
9751
9752 2006-11-06  Bruno Haible  <bruno@clisp.org>
9753
9754         * m4/inline.m4: New file.
9755         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
9756         * modules/list (Files): Add m4/inline.m4.
9757         * modules/oset (Files): Likewise.
9758
9759 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9760
9761         * lib/idcache.c: Include <stddef.h>, for offsetof.
9762         (struct userid.name): Change from char * to a flexible array member.
9763         All uses changed.
9764         * modules/idcache (Depends-on): Add flexmember.
9765
9766         * MODULES.html.sh (Core language properties): New module flexmember.
9767         * modules/flexmember, m4/flexmember.m4: New files.
9768
9769         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
9770         inline functions that are identical with the old xnmalloc_inline,
9771         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
9772         that we can avoid some unnecessary integer multiplications and
9773         divisions in the common case where the element size is known at
9774         compile time.
9775         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
9776         needed.
9777         (xnboundedmalloc): Remove.
9778         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
9779         arguments, for consistency with rest of this header.
9780         (xcharalloc): Rewrite using XNMALLOC.
9781         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
9782         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
9783         versions have been moved to lib/xalloc.h and renamed to be the
9784         non-*_inline versions.
9785         (xmalloc, xrealloc): Implement without reference to the xnmalloc
9786         and xnrealloc functions, since those functions are now inline and
9787         now call us.
9788         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
9789         renaming described above.
9790         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
9791         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
9792         captures the dependency in AC_C_INLINE.
9793
9794         New module canonicalize-lgpl, proposed by Charles Wilson in
9795         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
9796         with a few small changes afterwards.
9797         * MODULES.html.sh (File system functions): New module
9798         canonicalize-lgpl.
9799         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
9800         and canonicalize_file_name.
9801         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
9802         * modules/canonicalize-lgpl: New files.
9803
9804 2006-11-05  Bruno Haible  <bruno@clisp.org>
9805
9806         * gnulib-tool (func_import, func_create_testdir): Create directories
9807         also for files in subdirectories of lib/.
9808
9809 2006-11-05  Bruno Haible  <bruno@clisp.org>
9810
9811         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
9812         ANSI C compliant.
9813
9814 2006-11-03  Bruno Haible  <bruno@clisp.org>
9815
9816         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9817         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
9818         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
9819         (xnboundedmalloc): New inline function.
9820         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
9821         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
9822         xmalloc.
9823         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
9824         xmalloc.
9825         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
9826         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
9827         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
9828         xmalloc.
9829         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9830         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
9831         xmalloc.
9832         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
9833         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9834         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
9835         xmalloc.
9836         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9837         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
9838         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9839         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
9840         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
9841         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
9842         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
9843
9844 2006-11-03  Bruno Haible  <bruno@clisp.org>
9845
9846         * lib/c-ctype.h [C++]: Define functions without name mangling.
9847         * lib/fwriteerror.h [C++]: Likewise.
9848         * lib/gcd.h [C++]: Likewise.
9849         * lib/linebreak.h [C++]: Likewise.
9850
9851 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
9852
9853         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
9854         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
9855         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
9856         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9857         Check for functions and headers just once.
9858         Check for declaration of canonicalize_file_name.
9859         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
9860
9861 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9862
9863         * gnulib-tool (func_import): Fix typo in actioncmd.
9864
9865 2006-11-02  Bruno Haible  <bruno@clisp.org>
9866
9867         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
9868         newline sequence in the Makefile.am snippet as a space, like "make"
9869         does.
9870         Reported by Roger Persson <perrog@gmail.com>.
9871
9872 2006-11-01  Bruno Haible  <bruno@clisp.org>
9873
9874         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
9875         already declared in <string.h>.
9876         * lib/strcase.h (strncasecmp): Don't declare it if yes.
9877
9878 2006-11-01  Bruno Haible  <bruno@clisp.org>
9879
9880         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
9881         * lib/strcase.h: Include <string.h>.
9882         (strcasecmp): Define to rpl_strcasecmp here.
9883
9884 2006-11-01  Bruno Haible  <bruno@clisp.org>
9885
9886         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
9887
9888 2006-11-01  Eric Blake  <ebb9@byu.net>
9889
9890         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
9891
9892         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
9893
9894 2006-10-29  Bruno Haible  <bruno@clisp.org>
9895
9896         Make it compile in C++ mode.
9897         * lib/full-write.c (full_rw): Add a cast.
9898
9899 2006-11-01  Bruno Haible  <bruno@clisp.org>
9900
9901         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9902         be POSIX compliant.
9903         Reported by Roger Persson <perrog@gmail.com>.
9904
9905 2006-11-01  Eric Blake  <ebb9@byu.net>
9906
9907         * lib/getopt_.h: Fix comments.
9908
9909 2006-10-31  Eric Blake  <ebb9@byu.net>
9910
9911         * modules/tmpdir (Depends-on): Add sys_stat.
9912         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9913         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9914         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9915         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9916         tempname.
9917
9918 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9919
9920         Avoid some C++ diagnostics reported by Bruno Haible.
9921         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9922         xmalloc.
9923         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9924         (struct slotvec): Move to top level.
9925         (quotearg_n_options): Rewrite to avoid xmalloc.
9926         * lib/xalloc.h (xcharalloc): New function.
9927         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9928         [defined __cplusplus]: Add function template that provides result
9929         type propagation.  This part of the change is from Bruno Haible.
9930
9931 2006-10-29  Bruno Haible  <bruno@clisp.org>
9932
9933         Make it compile in C++ mode.
9934         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9935         * lib/strnlen1.c (strnlen1): Cast memchr result.
9936         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9937         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9938         (create_temp_dir): Rename local variable 'template'.
9939         (compile_csharp_using_sscli): Add cast.
9940         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9941         * lib/findprog.c (find_in_path): Likewise.
9942         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9943         * lib/wait-process.c (register_slave_subprocess): Likewise.
9944
9945 2006-10-22  Bruno Haible  <bruno@clisp.org>
9946
9947         * modules/tsearch: New file.
9948         * lib/tsearch.h: New file.
9949         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9950         * m4/tsearch.m4: New file.
9951         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9952
9953 2006-10-29  Eric Blake  <ebb9@byu.net>
9954
9955         * lib/arcfour.c: Assume config.h.
9956         * lib/arctwo.c: Likewise.
9957         * lib/base64.c: Likewise.
9958         * lib/check-version.c: Likewise.
9959         * lib/crc.c: Likewise.
9960         * lib/des.c: Likewise.
9961         * lib/gc-gnulib.c: Likewise.
9962         * lib/gc-libgcrypt.c: Likewise.
9963         * lib/gc-pbkdf2-sha1.c: Likewise.
9964         * lib/getaddrinfo.c: Likewise.
9965         * lib/getdelim.c: Likewise.
9966         * lib/getline.c: Likewise.
9967         * lib/hmac-md5.c: Likewise.
9968         * lib/hmac-sha1.c: Likewise.
9969         * lib/iconvme.c: Likewise.
9970         * lib/md2.c: Likewise.
9971         * lib/md4.c: Likewise.
9972         * lib/memxor.c: Likewise.
9973         * lib/read-file.c: Likewise.
9974         * lib/readline.c: Likewise.
9975         * lib/rijndael-alg-fst.c: Likewise.
9976         * lib/rijndael-api-fst.c: Likewise.
9977         * lib/xgetdomainname.c: Likewise.
9978
9979 2006-10-28  Eric Blake  <ebb9@byu.net>
9980
9981         * lib/xstrndup.c: Assume config.h.
9982
9983 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9984
9985         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9986         stat-macros.h is now for our own macros, whereas stat_h is for
9987         macros in the <sys/stat.h> name space.
9988         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9989         (STAT_MACROS_H): Remove.
9990         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9991         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9992         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9993         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9994         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9995         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9996         Move these macros to ...
9997         * lib/stat_.h: here.  Don't include stat-macros.h.
9998         * lib/canonicalize.c: Don't include stat-macros.h.
9999         * lib/chown.c: Likewise.
10000         * lib/euidaccess.c: Likewise.
10001         * lib/file-type.c: Likewise.
10002         * lib/filemode.c: Likewise.
10003         * lib/glob.c: Likewise.
10004         * lib/isapipe.c: Likewise.
10005         * lib/lchown.c: Likewise.
10006         * lib/lstat.c: Likewise.
10007         * lib/mkdir-p.c: Likewise.
10008         * lib/rmdir.c: Likewise.
10009         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
10010         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
10011         unless mkdir isn't declared, to speed up 'configure'.
10012         Always create sys/stat.h, since it's unlikely any real sys/stat.h
10013         would define all the S_* symbols.
10014         * modules/canonicalize (Depends-on):
10015         Depend on sys_stat, not stat-macros.
10016         * modules/chown: Likewise.
10017         * modules/euidaccess: Likewise.
10018         * modules/filemode: Likewise.
10019         * modules/file-type: Likewise.
10020         * modules/glob: Likewise.
10021         * modules/isapipe: Likewise.
10022         * modules/lchown: Likewise.
10023         * modules/lstat: Likewise.
10024         * modules/mkancesdirs: Likewise.
10025         * modules/rmdir: Likewise.
10026         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
10027         * modules/modechange: Likewise.
10028         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
10029         (configure.ac): Remove gl_STAT_MACROS.
10030         * modules/sys_stat (Depends-on): Remove stat-macros.
10031
10032 2006-10-27  Bruno Haible  <bruno@clisp.org>
10033
10034         * m4/signed.m4: Remove file.
10035         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
10036         invocation.
10037         * modules/vasnprintf (Files): Remove m4/signed.m4.
10038
10039 2006-10-27  Bruno Haible  <bruno@clisp.org>
10040
10041         Update to GNU gettext 0.16.
10042         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
10043         m4/inttypes-h.m4, m4/signed.m4.
10044         * m4/gettext.m4: Update to GNU gettext 0.16.
10045         * m4/intl.m4: New file, from GNU gettext.
10046         * m4/intldir.m4: New file, from GNU gettext.
10047         * config/srclist.txt: Update
10048
10049 2006-10-27  Eric Blake  <ebb9@byu.net>
10050
10051         * MODULES.html.sh: Document tempname.
10052         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
10053         dependencies.
10054         (Files): Move lib/tempname.c...
10055         * modules/tempname: ...to this new module.
10056         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
10057         (gl_PREREQ_TEMPNAME): Move...
10058         * m4/tempname.m4: ...to this new file.
10059         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
10060         * modules/sys_stat (Depends-on): Add stat-macros.
10061         * lib/stat_.h (includes): Pick up stat macros.
10062         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
10063         if stat macros are broken.
10064         * lib/tempname.c (includes): No need to include "stat-macros.h".
10065         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
10066         (direxists, __path_search) [!_LIBC]: Don't compile these in
10067         gnulib; the tmpdir module covers that.
10068         * lib/tempname.h: New file.
10069
10070 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
10071
10072         * COPYING: Explain how gnulib-tool converts licence headers.
10073         Almost all wording by Eric Blake.
10074
10075 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
10076
10077         * lib/mbchar.h (is_basic_table): Make read-only.
10078         * lib/mbchar.c (is_basic_table): Likewise.
10079         Reported by John Darrington.
10080
10081 2006-10-25  Bruno Haible  <bruno@clisp.org>
10082
10083         * lib/progname.h (set_program_name): Undefine before defining.
10084
10085 2006-10-25  Bruno Haible  <bruno@clisp.org>
10086
10087         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
10088         false for non-gcc C++ compilers.
10089         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
10090
10091 2006-10-24  Bruno Haible  <bruno@clisp.org>
10092
10093         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
10094         iconv implementations like Irix iconv.
10095
10096 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10097
10098         * modules/vararrays: New file.
10099         * m4/vararrays.m4: New file, taken from diffutils.
10100         * MODULES.html.sh: New module vararrays.
10101
10102 2006-10-24  Karl Berry  <karl@gnu.org>
10103
10104         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
10105         Don't call GNU Unix.
10106
10107 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10108
10109         * users.txt: Add Libtool.
10110
10111         Sync from Libtool:
10112
10113         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10114
10115         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
10116         to gnulib's policy of including config.h unconditionally.
10117
10118 2006-10-24  Bruno Haible  <bruno@clisp.org>
10119
10120         * modules/wcwidth (Files): Add m4/wint_t.m4.
10121         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
10122         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
10123
10124 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10125
10126         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
10127         to pacify GCC with some -W flags enabled.  Problem reported by
10128         Bruno Haible.
10129
10130 2006-10-24  Jim Meyering  <jim@meyering.net>
10131
10132         * MODULES.html.sh: Remove uinttostr.  It's not a module.
10133         Reported by Karl Berry.
10134
10135 2006-10-23  Bruno Haible  <bruno@clisp.org>
10136
10137         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
10138
10139 2006-10-24  Bruno Haible  <bruno@clisp.org>
10140
10141         * lib/gl_list.h: Use C comment style, not C++ comment style.
10142
10143 2006-10-23  Eric Blake  <ebb9@byu.net>
10144
10145         * lib/getaddrinfo.c (includes): Add missing include.
10146
10147 2006-10-23  Bruno Haible  <bruno@clisp.org>
10148             Paul Eggert  <eggert@cs.ucla.edu>
10149
10150         Ability to rename obstack_free.
10151         * lib/obstack.h (__obstack_free): New macro. Declare instead of
10152         obstack_free.
10153         (obstack_free): Invoke the __obstack_free macro.
10154         * lib/obstack.c (obstack_free): Use __obstack_free macro.
10155
10156 2006-10-23  Bruno Haible  <bruno@clisp.org>
10157             Paul Eggert  <eggert@cs.ucla.edu>
10158
10159         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
10160         __argc, __argv from the declaration. (They are defined as macros on
10161         mingw.)
10162
10163 2006-10-22  Bruno Haible  <bruno@clisp.org>
10164
10165         * doc/gnulib-intro.texi: New file.
10166         * doc/gnulib.texi: Include it.
10167
10168 2006-10-21  Bruno Haible  <bruno@clisp.org>
10169
10170         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
10171         "Introduction", "Miscellanous Notes", "Particular Modules".
10172
10173 2006-10-21  Bruno Haible  <bruno@clisp.org>
10174
10175         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10176         Change mostlyclean-local rule to avoid sh syntax error from bash
10177         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
10178
10179 2006-10-23  Jim Meyering  <jim@meyering.net>
10180
10181         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
10182         in place of snprintf.
10183
10184         * modules/inttostr (Files): Add lib/uinttostr.c.
10185         * lib/uinttostr.c (inttostr): New file/function.
10186         * lib/inttostr.h (uinttostr): Declare.
10187         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
10188         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10189         Add uinttostr.
10190         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
10191
10192 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
10193
10194         * lib/canonicalize.c (ELOOP): Define if not already defined.
10195         Problem reported by Bruno Haible in
10196         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
10197
10198 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
10199
10200         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
10201         Problem reported by Perry Smith and Ville Laurikari.
10202
10203         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
10204         uses.
10205
10206 2006-10-19  Bruno Haible  <bruno@clisp.org>
10207
10208         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
10209         for mingw.
10210
10211 2006-10-19  Bruno Haible  <bruno@clisp.org>
10212
10213         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
10214         Needed for mingw.
10215
10216 2006-10-19  Bruno Haible  <bruno@clisp.org>
10217
10218         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
10219
10220 2006-10-19  Bruno Haible  <bruno@clisp.org>
10221
10222         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
10223         it.
10224
10225 2006-10-19  Bruno Haible  <bruno@clisp.org>
10226
10227         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
10228         invocation.
10229
10230 2006-10-19  Bruno Haible  <bruno@clisp.org>
10231
10232         * gnulib-tool (func_create_testdir): Don't include ftruncate and
10233         mountlist by default.
10234
10235 2006-10-16  Bruno Haible  <bruno@clisp.org>
10236
10237         * lib/c-strstr.c: Include c-strstr.h.
10238
10239 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
10240
10241         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
10242         in a slash.
10243
10244 2006-10-18  Bruno Haible  <bruno@clisp.org>
10245
10246         * lib/lock.h [C++]: Wrap definitions in extern "C".
10247
10248 2006-10-18  Bruno Haible  <bruno@clisp.org>
10249
10250         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
10251         gl_LIBOBJS list.
10252
10253 2006-10-18  Bruno Haible  <bruno@clisp.org>
10254
10255         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
10256
10257 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
10258
10259         * lib/xstrtol.h: Include gettext.h.
10260         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
10261         Problem reported by Eric Blake.
10262         * modules/xstrtol (Depends-on): Add gettext-h.
10263
10264 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
10265
10266         * lib/strftime.c (advance): New macro.
10267         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
10268         incomplete type, so you can't add 0 to it.  Problem and patch
10269         reported by Eelco Dolstra for dietlibc.
10270
10271 2006-10-18  Jim Meyering  <jim@meyering.net>
10272
10273         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
10274         type for a local, and rename it: s/up/user_proc/.
10275
10276 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
10277
10278         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
10279         READ_UTMP_USER_PROCESS.
10280         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
10281
10282 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
10283
10284         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
10285         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
10286
10287 2006-10-17  Eric Blake  <ebb9@byu.net>
10288
10289         * lib/sigprocmask.c (sigprocmask): Fix typo.
10290
10291         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
10292
10293         * modules/clean-temp (Makefile.am): Don't add to make output...
10294         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
10295         config.h.
10296
10297 2006-10-17  Bruno Haible  <bruno@clisp.org>
10298
10299         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
10300         differently if DEFAULT_TEXT_DOMAIN is set.
10301
10302 2006-10-16  Bruno Haible  <bruno@clisp.org>
10303
10304         * lib/clean-temp.c: Include fwriteerror.h.
10305
10306 2006-10-16  Bruno Haible  <bruno@clisp.org>
10307
10308         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
10309
10310 2006-10-16  Bruno Haible  <bruno@clisp.org>
10311
10312         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
10313         * lib/sigprocmask.h: Include <sys/types.h>.
10314         (sigset_t): Use the system's definition if present.
10315
10316 2006-10-17  Eric Blake  <ebb9@byu.net>
10317
10318         * lib/xvasprintf.c (includes): Assume config.h.
10319         * lib/xasprintf.c (includes): Likewise.
10320
10321 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10322
10323         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
10324         at least as wide as intmax_t.
10325
10326 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
10327
10328         (Imported from Automake.)
10329         * build-aux/gnupload: Update to version 1.1 of directive file.
10330
10331 2006-10-16  Eric Blake  <ebb9@byu.net>
10332
10333         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
10334         match Automake 1.10a.
10335
10336 2006-10-14  Bruno Haible  <bruno@clisp.org>
10337
10338         * modules/sigprocmask: New file.
10339         * lib/sigprocmask.h: New file.
10340         * lib/sigprocmask.c: New file.
10341         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
10342         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
10343         request sigprocmask.o.
10344         (gl_PREREQ_SIGPROCMASK): New macro.
10345         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
10346         (Depends-on): Add sigprocmask.
10347         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
10348         gt_SIGNALBLOCKING. Test for 'raise' only once.
10349         * lib/fatal-signal.c: Include sigprocmask.h.
10350         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
10351         unblock_fatal_signals): Define always.
10352         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10353         sigprocmask.
10354
10355 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10356
10357         Sync from Automake.
10358         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
10359         which incorrectly sets the mode of an existing destination
10360         directory.  In some cases the unpatched install-sh could do the
10361         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
10362         system.  We hope this is rare in practice, but it's clearly worth
10363         fixing.  Problem reported by Alex Unleashed in
10364         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
10365         Also, don't bother to check for -m bugs unless we're using -m;
10366         suggested by Stepan Kasal.
10367
10368 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10369
10370         Sync from Automake.
10371         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
10372         `-c' flag, so they appear at the same position as in %FASTDEP%
10373         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
10374         which ignores unknown options only after the first non-option.
10375         Bug report against M4 by Nelson H. F. Beebe.
10376
10377 2006-10-13  Jim Meyering  <jim@meyering.net>
10378
10379         Fix a bug in yesterday's change.
10380         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
10381         p->fts_statp->st_dev would be used uninitialized.
10382         Ensures that we always call fts_stat on the very first entry.
10383         Miklos Szeredi reported that find -xdev stopped working.
10384
10385 2006-10-12  Bruno Haible  <bruno@clisp.org>
10386
10387         * gnulib-tool (func_get_automake_snippet): Append an automatically
10388         computed EXTRA_DIST augmentation.
10389         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
10390         * modules/alloca-opt (Makefile.am): Likewise.
10391         * modules/allocsa (Makefile.am): Likewise.
10392         * modules/arcfour (Makefile.am): Likewise.
10393         * modules/arctwo (Makefile.am): Likewise.
10394         * modules/argmatch (Makefile.am): Likewise.
10395         * modules/argz (Makefile.am): Likewise.
10396         * modules/atexit (Makefile.am): Likewise.
10397         * modules/backupfile (Makefile.am): Likewise.
10398         * modules/byteswap (Makefile.am): Likewise.
10399         * modules/c-strtod (Makefile.am): Likewise.
10400         * modules/c-strtold (Makefile.am): Likewise.
10401         * modules/calloc (Makefile.am): Likewise.
10402         * modules/canon-host (Makefile.am): Likewise.
10403         * modules/canonicalize (Makefile.am): Likewise.
10404         * modules/chdir-long (Makefile.am): Likewise.
10405         * modules/chdir-safer (Makefile.am): Likewise.
10406         * modules/check-version (Makefile.am): Likewise.
10407         * modules/chown (Makefile.am): Likewise.
10408         * modules/cloexec (Makefile.am): Likewise.
10409         * modules/close-stream (Makefile.am): Likewise.
10410         * modules/closeout (Makefile.am): Likewise.
10411         * modules/crc (Makefile.am): Likewise.
10412         * modules/csharpexec (Makefile.am): Likewise.
10413         * modules/cycle-check (Makefile.am): Likewise.
10414         * modules/des (Makefile.am): Likewise.
10415         * modules/dev-ino (Makefile.am): Likewise.
10416         * modules/dirfd (Makefile.am): Likewise.
10417         * modules/dirname (Makefile.am): Likewise.
10418         * modules/dup2 (Makefile.am): Likewise.
10419         * modules/eealloc (Makefile.am): Likewise.
10420         * modules/error (Makefile.am): Likewise.
10421         * modules/euidaccess (Makefile.am): Likewise.
10422         * modules/exclude (Makefile.am): Likewise.
10423         * modules/exitfail (Makefile.am): Likewise.
10424         * modules/fcntl-safer (Makefile.am): Likewise.
10425         * modules/fcntl (Makefile.am): Likewise.
10426         * modules/file-type (Makefile.am): Likewise.
10427         * modules/fileblocks (Makefile.am): Likewise.
10428         * modules/filemode (Makefile.am): Likewise.
10429         * modules/filenamecat (Makefile.am): Likewise.
10430         * modules/fnmatch (Makefile.am): Likewise.
10431         * modules/fopen-safer (Makefile.am): Likewise.
10432         * modules/fpending (Makefile.am): Likewise.
10433         * modules/fprintftime (Makefile.am): Likewise.
10434         * modules/free (Makefile.am): Likewise.
10435         * modules/fsusage (Makefile.am): Likewise.
10436         * modules/ftruncate (Makefile.am): Likewise.
10437         * modules/fts (Makefile.am): Likewise.
10438         * modules/gc-arcfour (Makefile.am): Likewise.
10439         * modules/gc-des (Makefile.am): Likewise.
10440         * modules/gc-hmac-md5 (Makefile.am): Likewise.
10441         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
10442         * modules/gc-md4 (Makefile.am): Likewise.
10443         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10444         * modules/gc-sha1 (Makefile.am): Likewise.
10445         * modules/gc (Makefile.am): Likewise.
10446         * modules/getaddrinfo (Makefile.am): Likewise.
10447         * modules/getcwd (Makefile.am): Likewise.
10448         * modules/getdelim (Makefile.am): Likewise.
10449         * modules/getdomainname (Makefile.am): Likewise.
10450         * modules/getgroups (Makefile.am): Likewise.
10451         * modules/gethostname (Makefile.am): Likewise.
10452         * modules/gethrxtime (Makefile.am): Likewise.
10453         * modules/getline (Makefile.am): Likewise.
10454         * modules/getloadavg (Makefile.am): Likewise.
10455         * modules/getlogin_r (Makefile.am): Likewise.
10456         * modules/getndelim2 (Makefile.am): Likewise.
10457         * modules/getopt (Makefile.am): Likewise.
10458         * modules/getpagesize (Makefile.am): Likewise.
10459         * modules/getpass-gnu (Makefile.am): Likewise.
10460         * modules/getpass (Makefile.am): Likewise.
10461         * modules/getsubopt (Makefile.am): Likewise.
10462         * modules/gettime (Makefile.am): Likewise.
10463         * modules/gettimeofday (Makefile.am): Likewise.
10464         * modules/getugroups (Makefile.am): Likewise.
10465         * modules/getusershell (Makefile.am): Likewise.
10466         * modules/glob (Makefile.am): Likewise.
10467         * modules/group-member (Makefile.am): Likewise.
10468         * modules/hard-locale (Makefile.am): Likewise.
10469         * modules/hash (Makefile.am): Likewise.
10470         * modules/hmac-md5 (Makefile.am): Likewise.
10471         * modules/hmac-sha1 (Makefile.am): Likewise.
10472         * modules/human (Makefile.am): Likewise.
10473         * modules/idcache (Makefile.am): Likewise.
10474         * modules/imaxabs (Makefile.am): Likewise.
10475         * modules/imaxdiv (Makefile.am): Likewise.
10476         * modules/inet_ntop (Makefile.am): Likewise.
10477         * modules/inet_pton (Makefile.am): Likewise.
10478         * modules/intprops (Makefile.am): Likewise.
10479         * modules/inttostr (Makefile.am): Likewise.
10480         * modules/inttypes (Makefile.am): Likewise.
10481         * modules/isapipe (Makefile.am): Likewise.
10482         * modules/javaversion (Makefile.am): Likewise.
10483         * modules/lchmod (Makefile.am): Likewise.
10484         * modules/lchown (Makefile.am): Likewise.
10485         * modules/localcharset (Makefile.am): Likewise.
10486         * modules/long-options (Makefile.am): Likewise.
10487         * modules/lstat (Makefile.am): Likewise.
10488         * modules/malloc (Makefile.am): Likewise.
10489         * modules/mathl (Makefile.am): Likewise.
10490         * modules/mbchar (Makefile.am): Likewise.
10491         * modules/md2 (Makefile.am): Likewise.
10492         * modules/md4 (Makefile.am): Likewise.
10493         * modules/md5 (Makefile.am): Likewise.
10494         * modules/memcasecmp (Makefile.am): Likewise.
10495         * modules/memchr (Makefile.am): Likewise.
10496         * modules/memcmp (Makefile.am): Likewise.
10497         * modules/memcoll (Makefile.am): Likewise.
10498         * modules/memcpy (Makefile.am): Likewise.
10499         * modules/memmem (Makefile.am): Likewise.
10500         * modules/memmove (Makefile.am): Likewise.
10501         * modules/mempcpy (Makefile.am): Likewise.
10502         * modules/memrchr (Makefile.am): Likewise.
10503         * modules/memset (Makefile.am): Likewise.
10504         * modules/memxor (Makefile.am): Likewise.
10505         * modules/mkancesdirs (Makefile.am): Likewise.
10506         * modules/mkdir-p (Makefile.am): Likewise.
10507         * modules/mkdir (Makefile.am): Likewise.
10508         * modules/mkdtemp (Makefile.am): Likewise.
10509         * modules/mkstemp (Makefile.am): Likewise.
10510         * modules/mktime (Makefile.am): Likewise.
10511         * modules/modechange (Makefile.am): Likewise.
10512         * modules/mountlist (Makefile.am): Likewise.
10513         * modules/nanosleep (Makefile.am): Likewise.
10514         * modules/obstack (Makefile.am): Likewise.
10515         * modules/openat (Makefile.am): Likewise.
10516         * modules/pagealign_alloc (Makefile.am): Likewise.
10517         * modules/pathmax (Makefile.am): Likewise.
10518         * modules/physmem (Makefile.am): Likewise.
10519         * modules/poll (Makefile.am): Likewise.
10520         * modules/posixtm (Makefile.am): Likewise.
10521         * modules/posixver (Makefile.am): Likewise.
10522         * modules/putenv (Makefile.am): Likewise.
10523         * modules/quote (Makefile.am): Likewise.
10524         * modules/quotearg (Makefile.am): Likewise.
10525         * modules/raise (Makefile.am): Likewise.
10526         * modules/read-file (Makefile.am): Likewise.
10527         * modules/readline (Makefile.am): Likewise.
10528         * modules/readlink (Makefile.am): Likewise.
10529         * modules/readtokens (Makefile.am): Likewise.
10530         * modules/readutmp (Makefile.am): Likewise.
10531         * modules/realloc (Makefile.am): Likewise.
10532         * modules/regex (Makefile.am): Likewise.
10533         * modules/rename-dest-slash (Makefile.am): Likewise.
10534         * modules/rename (Makefile.am): Likewise.
10535         * modules/rijndael (Makefile.am): Likewise.
10536         * modules/rmdir (Makefile.am): Likewise.
10537         * modules/rpmatch (Makefile.am): Likewise.
10538         * modules/safe-read (Makefile.am): Likewise.
10539         * modules/safe-write (Makefile.am): Likewise.
10540         * modules/same-inode (Makefile.am): Likewise.
10541         * modules/same (Makefile.am): Likewise.
10542         * modules/save-cwd (Makefile.am): Likewise.
10543         * modules/savedir (Makefile.am): Likewise.
10544         * modules/setenv (Makefile.am): Likewise.
10545         * modules/settime (Makefile.am): Likewise.
10546         * modules/sha1 (Makefile.am): Likewise.
10547         * modules/sig2str (Makefile.am): Likewise.
10548         * modules/snprintf (Makefile.am): Likewise.
10549         * modules/stat-macros (Makefile.am): Likewise.
10550         * modules/stat-time (Makefile.am): Likewise.
10551         * modules/stdbool (Makefile.am): Likewise.
10552         * modules/stdint (Makefile.am): Likewise.
10553         * modules/stdlib-safer (Makefile.am): Likewise.
10554         * modules/stpcpy (Makefile.am): Likewise.
10555         * modules/stpncpy (Makefile.am): Likewise.
10556         * modules/strcase (Makefile.am): Likewise.
10557         * modules/strcasestr (Makefile.am): Likewise.
10558         * modules/strchrnul (Makefile.am): Likewise.
10559         * modules/strcspn (Makefile.am): Likewise.
10560         * modules/strdup (Makefile.am): Likewise.
10561         * modules/strerror (Makefile.am): Likewise.
10562         * modules/strftime (Makefile.am): Likewise.
10563         * modules/strndup (Makefile.am): Likewise.
10564         * modules/strnlen (Makefile.am): Likewise.
10565         * modules/strpbrk (Makefile.am): Likewise.
10566         * modules/strsep (Makefile.am): Likewise.
10567         * modules/strstr (Makefile.am): Likewise.
10568         * modules/strtod (Makefile.am): Likewise.
10569         * modules/strtoimax (Makefile.am): Likewise.
10570         * modules/strtok_r (Makefile.am): Likewise.
10571         * modules/strtol (Makefile.am): Likewise.
10572         * modules/strtoll (Makefile.am): Likewise.
10573         * modules/strtoul (Makefile.am): Likewise.
10574         * modules/strtoull (Makefile.am): Likewise.
10575         * modules/strtoumax (Makefile.am): Likewise.
10576         * modules/strverscmp (Makefile.am): Likewise.
10577         * modules/sys_socket (Makefile.am): Likewise.
10578         * modules/sys_stat (Makefile.am): Likewise.
10579         * modules/sysexits (Makefile.am): Likewise.
10580         * modules/time_r (Makefile.am): Likewise.
10581         * modules/timegm (Makefile.am): Likewise.
10582         * modules/timespec (Makefile.am): Likewise.
10583         * modules/tmpfile-safer (Makefile.am): Likewise.
10584         * modules/trim (Makefile.am): Likewise.
10585         * modules/unistd-safer (Makefile.am): Likewise.
10586         * modules/unlinkdir (Makefile.am): Likewise.
10587         * modules/unlocked-io (Makefile.am): Likewise.
10588         * modules/userspec (Makefile.am): Likewise.
10589         * modules/utime (Makefile.am): Likewise.
10590         * modules/utimecmp (Makefile.am): Likewise.
10591         * modules/utimens (Makefile.am): Likewise.
10592         * modules/vasnprintf (Makefile.am): Likewise.
10593         * modules/vasprintf (Makefile.am): Likewise.
10594         * modules/vsnprintf (Makefile.am): Likewise.
10595         * modules/xalloc (Makefile.am): Likewise.
10596         * modules/xgetcwd (Makefile.am): Likewise.
10597         * modules/xnanosleep (Makefile.am): Likewise.
10598         * modules/xreadlink (Makefile.am): Likewise.
10599         * modules/xstrtod (Makefile.am): Likewise.
10600         * modules/xstrtol (Makefile.am): Likewise.
10601         * modules/xstrtold (Makefile.am): Likewise.
10602         * modules/yesno (Makefile.am): Likewise.
10603         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
10604
10605 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10606
10607         * modules/error (Makefile.am): Distribute files through
10608         EXTRA_DIST, not lib_SOURCES.
10609
10610 2006-10-12  Eric Blake  <ebb9@byu.net>
10611
10612         * modules/error (Makefile.am): Distribute files in /lib.
10613         * modules/obstack (Makefile.am): Likewise.
10614
10615 2006-10-12  Bruno Haible  <bruno@clisp.org>
10616
10617         * modules/acl (Makefile.am): Distribute all files in lib/ through
10618         EXTRA_DIST.
10619         * modules/arcfour (Makefile.am): Likewise.
10620         * modules/arctwo (Makefile.am): Likewise.
10621         * modules/argmatch (Makefile.am): Likewise.
10622         * modules/argz (Makefile.am): Likewise.
10623         * modules/atexit (Makefile.am): Likewise.
10624         * modules/backupfile (Makefile.am): Likewise.
10625         * modules/c-strtod (Makefile.am): Likewise.
10626         * modules/c-strtold (Makefile.am): Likewise.
10627         * modules/calloc (Makefile.am): Likewise.
10628         * modules/canon-host (Makefile.am): Likewise.
10629         * modules/canonicalize (Makefile.am): Likewise.
10630         * modules/chdir-long (Makefile.am): Likewise.
10631         * modules/chdir-safer (Makefile.am): Likewise.
10632         * modules/check-version (Makefile.am): Likewise.
10633         * modules/chown (Makefile.am): Likewise.
10634         * modules/cloexec (Makefile.am): Likewise.
10635         * modules/close-stream (Makefile.am): Likewise.
10636         * modules/closeout (Makefile.am): Likewise.
10637         * modules/crc (Makefile.am): Likewise.
10638         * modules/cycle-check (Makefile.am): Likewise.
10639         * modules/des (Makefile.am): Likewise.
10640         * modules/dirfd (Makefile.am): Likewise.
10641         * modules/dirname (Makefile.am): Likewise.
10642         * modules/dup2 (Makefile.am): Likewise.
10643         * modules/euidaccess (Makefile.am): Likewise.
10644         * modules/exclude (Makefile.am): Likewise.
10645         * modules/exitfail (Makefile.am): Likewise.
10646         * modules/fcntl-safer (Makefile.am): Likewise.
10647         * modules/file-type (Makefile.am): Likewise.
10648         * modules/fileblocks (Makefile.am): Likewise.
10649         * modules/filemode (Makefile.am): Likewise.
10650         * modules/filenamecat (Makefile.am): Likewise.
10651         * modules/fnmatch (Makefile.am): Likewise.
10652         * modules/fopen-safer (Makefile.am): Likewise.
10653         * modules/fpending (Makefile.am): Likewise.
10654         * modules/fprintftime (Makefile.am): Likewise.
10655         * modules/free (Makefile.am): Likewise.
10656         * modules/fsusage (Makefile.am): Likewise.
10657         * modules/ftruncate (Makefile.am): Likewise.
10658         * modules/fts (Makefile.am): Likewise.
10659         * modules/gc (Makefile.am): Likewise.
10660         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10661         * modules/getaddrinfo (Makefile.am): Likewise.
10662         * modules/getcwd (Makefile.am): Likewise.
10663         * modules/getdelim (Makefile.am): Likewise.
10664         * modules/getdomainname (Makefile.am): Likewise.
10665         * modules/getgroups (Makefile.am): Likewise.
10666         * modules/gethostname (Makefile.am): Likewise.
10667         * modules/gethrxtime (Makefile.am): Likewise.
10668         * modules/getline (Makefile.am): Likewise.
10669         * modules/getloadavg (Makefile.am): Likewise.
10670         * modules/getlogin_r (Makefile.am): Likewise.
10671         * modules/getopt (Makefile.am): Likewise.
10672         * modules/getpass (Makefile.am): Likewise.
10673         * modules/getpass-gnu (Makefile.am): Likewise.
10674         * modules/getsubopt (Makefile.am): Likewise.
10675         * modules/gettime (Makefile.am): Likewise.
10676         * modules/gettimeofday (Makefile.am): Likewise.
10677         * modules/getugroups (Makefile.am): Likewise.
10678         * modules/getusershell (Makefile.am): Likewise.
10679         * modules/glob (Makefile.am): Likewise.
10680         * modules/group-member (Makefile.am): Likewise.
10681         * modules/hard-locale (Makefile.am): Likewise.
10682         * modules/hash (Makefile.am): Likewise.
10683         * modules/hmac-md5 (Makefile.am): Likewise.
10684         * modules/hmac-sha1 (Makefile.am): Likewise.
10685         * modules/human (Makefile.am): Likewise.
10686         * modules/idcache (Makefile.am): Likewise.
10687         * modules/imaxabs (Makefile.am): Likewise.
10688         * modules/imaxdiv (Makefile.am): Likewise.
10689         * modules/inet_ntop (Makefile.am): Likewise.
10690         * modules/inet_pton (Makefile.am): Likewise.
10691         * modules/inttostr (Makefile.am): Likewise.
10692         * modules/isapipe (Makefile.am): Likewise.
10693         * modules/lchown (Makefile.am): Likewise.
10694         * modules/long-options (Makefile.am): Likewise.
10695         * modules/lstat (Makefile.am): Likewise.
10696         * modules/malloc (Makefile.am): Likewise.
10697         * modules/mathl (Makefile.am): Likewise.
10698         * modules/mbchar (Makefile.am): Likewise.
10699         * modules/md2 (Makefile.am): Likewise.
10700         * modules/md4 (Makefile.am): Likewise.
10701         * modules/md5 (Makefile.am): Likewise.
10702         * modules/memcasecmp (Makefile.am): Likewise.
10703         * modules/memchr (Makefile.am): Likewise.
10704         * modules/memcmp (Makefile.am): Likewise.
10705         * modules/memcoll (Makefile.am): Likewise.
10706         * modules/memcpy (Makefile.am): Likewise.
10707         * modules/memmem (Makefile.am): Likewise.
10708         * modules/memmove (Makefile.am): Likewise.
10709         * modules/mempcpy (Makefile.am): Likewise.
10710         * modules/memrchr (Makefile.am): Likewise.
10711         * modules/memset (Makefile.am): Likewise.
10712         * modules/memxor (Makefile.am): Likewise.
10713         * modules/mkancesdirs (Makefile.am): Likewise.
10714         * modules/mkdir (Makefile.am): Likewise.
10715         * modules/mkdir-p (Makefile.am): Likewise.
10716         * modules/mkdtemp (Makefile.am): Likewise.
10717         * modules/mkstemp (Makefile.am): Likewise.
10718         * modules/mktime (Makefile.am): Likewise.
10719         * modules/modechange (Makefile.am): Likewise.
10720         * modules/mountlist (Makefile.am): Likewise.
10721         * modules/nanosleep (Makefile.am): Likewise.
10722         * modules/openat (Makefile.am): Likewise.
10723         * modules/pagealign_alloc (Makefile.am): Likewise.
10724         * modules/physmem (Makefile.am): Likewise.
10725         * modules/poll (Makefile.am): Likewise.
10726         * modules/posixtm (Makefile.am): Likewise.
10727         * modules/posixver (Makefile.am): Likewise.
10728         * modules/putenv (Makefile.am): Likewise.
10729         * modules/quote (Makefile.am): Likewise.
10730         * modules/quotearg (Makefile.am): Likewise.
10731         * modules/raise (Makefile.am): Likewise.
10732         * modules/read-file (Makefile.am): Likewise.
10733         * modules/readline (Makefile.am): Likewise.
10734         * modules/readlink (Makefile.am): Likewise.
10735         * modules/readtokens (Makefile.am): Likewise.
10736         * modules/readutmp (Makefile.am): Likewise.
10737         * modules/realloc (Makefile.am): Likewise.
10738         * modules/regex (Makefile.am): Likewise.
10739         * modules/rename (Makefile.am): Likewise.
10740         * modules/rename-dest-slash (Makefile.am): Likewise.
10741         * modules/rijndael (Makefile.am): Likewise.
10742         * modules/rmdir (Makefile.am): Likewise.
10743         * modules/rpmatch (Makefile.am): Likewise.
10744         * modules/safe-read (Makefile.am): Likewise.
10745         * modules/safe-write (Makefile.am): Likewise.
10746         * modules/same (Makefile.am): Likewise.
10747         * modules/save-cwd (Makefile.am): Likewise.
10748         * modules/savedir (Makefile.am): Likewise.
10749         * modules/setenv (Makefile.am): Likewise.
10750         * modules/settime (Makefile.am): Likewise.
10751         * modules/sha1 (Makefile.am): Likewise.
10752         * modules/sig2str (Makefile.am): Likewise.
10753         * modules/snprintf (Makefile.am): Likewise.
10754         * modules/stdlib-safer (Makefile.am): Likewise.
10755         * modules/stpcpy (Makefile.am): Likewise.
10756         * modules/stpncpy (Makefile.am): Likewise.
10757         * modules/strcase (Makefile.am): Likewise.
10758         * modules/strcasestr (Makefile.am): Likewise.
10759         * modules/strchrnul (Makefile.am): Likewise.
10760         * modules/strcspn (Makefile.am): Likewise.
10761         * modules/strdup (Makefile.am): Likewise.
10762         * modules/strerror (Makefile.am): Likewise.
10763         * modules/strftime (Makefile.am): Likewise.
10764         * modules/strndup (Makefile.am): Likewise.
10765         * modules/strnlen (Makefile.am): Likewise.
10766         * modules/strpbrk (Makefile.am): Likewise.
10767         * modules/strsep (Makefile.am): Likewise.
10768         * modules/strstr (Makefile.am): Likewise.
10769         * modules/strtod (Makefile.am): Likewise.
10770         * modules/strtoimax (Makefile.am): Likewise.
10771         * modules/strtok_r (Makefile.am): Likewise.
10772         * modules/strtol (Makefile.am): Likewise.
10773         * modules/strtoll (Makefile.am): Likewise.
10774         * modules/strtoul (Makefile.am): Likewise.
10775         * modules/strtoull (Makefile.am): Likewise.
10776         * modules/strtoumax (Makefile.am): Likewise.
10777         * modules/strverscmp (Makefile.am): Likewise.
10778         * modules/time_r (Makefile.am): Likewise.
10779         * modules/timegm (Makefile.am): Likewise.
10780         * modules/tmpfile-safer (Makefile.am): Likewise.
10781         * modules/unistd-safer (Makefile.am): Likewise.
10782         * modules/unlinkdir (Makefile.am): Likewise.
10783         * modules/userspec (Makefile.am): Likewise.
10784         * modules/utime (Makefile.am): Likewise.
10785         * modules/utimecmp (Makefile.am): Likewise.
10786         * modules/utimens (Makefile.am): Likewise.
10787         * modules/vasnprintf (Makefile.am): Likewise.
10788         * modules/vasprintf (Makefile.am): Likewise.
10789         * modules/vsnprintf (Makefile.am): Likewise.
10790         * modules/xalloc (Makefile.am): Likewise.
10791         * modules/xgetcwd (Makefile.am): Likewise.
10792         * modules/xnanosleep (Makefile.am): Likewise.
10793         * modules/xreadlink (Makefile.am): Likewise.
10794         * modules/xstrtod (Makefile.am): Likewise.
10795         * modules/xstrtol (Makefile.am): Likewise.
10796         * modules/xstrtold (Makefile.am): Likewise.
10797         * modules/yesno (Makefile.am): Likewise.
10798
10799 2006-10-12  Jim Meyering  <jim@meyering.net>
10800
10801         * m4/getloadavg.m4: Revert the change below.
10802
10803         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
10804         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
10805         fail with a symlink, which is what coreutils' ./bootstrap now
10806         creates by default.
10807
10808 2006-10-12  Bruno Haible  <bruno@clisp.org>
10809
10810         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
10811         mingw.
10812         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
10813         MSVC and mingw explicitly.
10814
10815 2006-10-11  Simon Josefsson  <jas@extundo.com>
10816             Bruno Haible  <bruno@clisp.org>
10817
10818         Add support for multiple gnulib-tool invocations in the scope of a
10819         single configure.ac file.
10820         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
10821         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
10822         with the same contents as the _LIBADD variable.
10823         (func_emit_initmacro_start, func_emit_initmacro_end,
10824         func_emit_initmacro_done): New functions.
10825         (func_import, func_create_testdir): Invoke them. Allow the identifiers
10826         gl_LIBOBJS and gl_LTLIBOBJS.
10827
10828 2006-10-11  Bruno Haible  <bruno@clisp.org>
10829
10830         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
10831         (func_create_testdir): Don't create po/Makefile.am, don't invoke
10832         autoreconf. Instead, invoke autopoint explicitly but move back the
10833         *.m4 files from gnulib.
10834
10835 2006-10-11  Bruno Haible  <bruno@clisp.org>
10836
10837         * gnulib-tool (func_usage): Make module names after --create-testdir
10838         optional.
10839         (func_create_testdir): If no module was specified, use nearly all
10840         modules.
10841
10842 2006-10-12  Jim Meyering  <jim@meyering.net>
10843
10844         Big performance improvement for fts-based tools that use FTS_NOSTAT.
10845         Avoid spurious inode-mismatch problems on non-POSIX file systems.
10846         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
10847         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
10848         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
10849         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
10850         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
10851         (fts_set_stat_required): New function.
10852         (fts_open): Defer the calls to fts_stat, if possible or requested.
10853         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
10854         into fts_stat itself.
10855         (fts_read): Perform any required (deferred) fts_stat call.
10856         (fts_build): Likewise, for the directory we're about to open and read.
10857         In the readdir loop, carefully decide whether each entry will require
10858         an eventual call to fts_stat, using dirent.d_type info if available.
10859         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
10860         a command line argument into this function.  Update all callers.
10861         Map a return value of FTS_DOT to FTS_D for a command line argument.
10862         * modules/fts (Depends-on): Add d-type.  Alphabetize.
10863         Thanks to Miklos Szeredi for his tenacity and for the initial
10864         bug report about "find" failing on a FUSE-based file system.
10865
10866         * lib/fts.c (fts_open): Use consistent indentation.
10867
10868 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10869
10870         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
10871         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
10872         reported by Jim Meyering.  All uses of cache variables renamed
10873         to match Autoconf's.
10874         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
10875         the other one.
10876
10877         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10878         Fix misspelling in diagnostic.
10879
10880 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10881
10882         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
10883         defined.  Problem reported by Matthew Woehlke.
10884
10885         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
10886         Add support for Tandem NonStop R series.
10887         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
10888         Use new macro.
10889
10890         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
10891         (has_trailing_slash): Omit size arg; all callers changed.
10892         Omit 'inline', since it doesn't help performance and we'd
10893         need to configure it.
10894         Don't count //, ///, etc. as having a trailing slash.
10895         As a side effect, this removes a C99ism reported by Matthew Woehlke.
10896         (rpl_rename_dest_slash): On failure, use rename's errno rather
10897         than (in some cases) an incorrect or junk errno.
10898         Simplify code by removing need to compute length; this does
10899         cause it to make two passes instead of one over the file name,
10900         but it's worth it.
10901
10902         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10903         change, since Autoconf's version may no longer be appropriate now
10904         that we are using CVS Autoconf's version.  Add support for Tandem.
10905
10906 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10907             Bruno Haible  <bruno@clisp.org>
10908
10909         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10910         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10911         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10912         gl_AC_TYPE_LONG_LONG.
10913
10914         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10915         instead of HAVE_LONG_LONG.
10916         * lib/printf-args.c (printf_fetchargs): Likewise.
10917         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10918         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10919         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10920         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10921         gl_AC_TYPE_LONG_LONG.
10922
10923 2006-10-11  Bruno Haible  <bruno@clisp.org>
10924
10925         * m4/longlong.m4: Add comments.
10926         * m4/ulonglong.m4: Likewise.
10927
10928 2006-10-10  Bruno Haible  <bruno@clisp.org>
10929
10930         Make it possible to #define stpcpy, strdup to aliases.
10931         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10932         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10933
10934 2006-10-10  Bruno Haible  <bruno@clisp.org>
10935
10936         Make it possible to #define gcd to an alias.
10937         * lib/gcd.c: Include config.h.
10938
10939 2006-10-10  Bruno Haible  <bruno@clisp.org>
10940
10941         Make it possible to #define c_isascii to an alias.
10942         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10943         defined. Undefine the macros before defining them, to avoid gcc
10944         warnings.
10945         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10946         define NO_C_CTYPE_MACROS early.
10947
10948 2006-10-10  Bruno Haible  <bruno@clisp.org>
10949
10950         Make it possible to #define set_program_name to an alias.
10951         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10952         ENABLE_RELOCATABLE early.
10953
10954 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10955
10956         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10957         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10958         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10959         More generally, don't assume that 64-bit signed int is available
10960         if unsigned int is, and vice versa.
10961         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10962         unsigned symbols, not on their signed counterparts.
10963         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10964         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10965         (UINT64_C, UINTMAX_C):
10966         Likewise.
10967         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10968         unsigned counterparts.
10969         (Have_long_long, Unsigned): New macros.
10970         (Int): Renamed from INT.
10971         (strtoimax): Use the new macros.
10972         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10973         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10974         * modules/inttypes (inttypes.h): Substitute
10975         HAVE_UNSIGNED_LONG_LONG_INT.
10976         * modules/stdint (stdint.h): Likewise.
10977         (Files): Add m4/ulonglong.m4.
10978
10979 2006-10-10  Bruno Haible  <bruno@clisp.org>
10980
10981         Fix a gcc -Wshadow warning.
10982         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10983         to 'bucket'.
10984         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10985         gl_linked_indexof_from_to): Likewise.
10986         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10987         Likewise.
10988         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10989         Likewise.
10990         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10991         Reported by Eric Blake.
10992
10993 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10994
10995         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10996         for NetBSD.  Problem reported by Bruno Haible.
10997
10998 2006-10-09  Jim Meyering  <jim@meyering.net>
10999
11000         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
11001         Patch from Bruno Haible.
11002
11003 2006-10-09  Jim Meyering  <jim@meyering.net>
11004
11005         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
11006         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
11007         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
11008
11009 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11010
11011         Don't include <config.h> twice; this doesn't work in some cases,
11012         e.g., when config.h has "#define intmax_t long long int" and
11013         we include <config.h>, <inttypes.h>, <config.h> in that order.
11014         Problem reported by Matthew Woehlke in:
11015         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
11016         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
11017         * lib/fts-cycle.c: Don't include config.h.
11018         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
11019         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
11020         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
11021         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
11022         inttypes.h.
11023         * lib/xstrtoumax.c: Likewise.
11024         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
11025         __strtol and the like, so that this module is more like its siblings.
11026         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
11027         Remove; no longer needed now that we assume gnulib inttypes.h.
11028
11029 2006-10-08  Bruno Haible  <bruno@clisp.org>
11030
11031         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
11032         option.
11033
11034 2006-10-07  Jim Meyering  <jim@meyering.net>
11035
11036         * modules/inttypes (inttypes.h): Revert what seems to have been
11037         an inadvertent part of today's change: use "|", not "/" in the
11038         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
11039
11040 2006-10-07  Bruno Haible  <bruno@clisp.org>
11041
11042         * modules/sublist: New file.
11043
11044 2006-10-07  Bruno Haible  <bruno@clisp.org>
11045
11046         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
11047         * modules/argz (argz.h): Likewise.
11048         * modules/arpa_inet (arpa/inet.h): Likewise.
11049         * modules/byteswap (byteswap.h): Likewise.
11050         * modules/configmake (configmake.h): Likewise.
11051         * modules/fcntl (fcntl.h): Likewise.
11052         * modules/fnmatch (fnmatch.h): Likewise.
11053         * modules/getopt (getopt.h): Likewise.
11054         * modules/glob (glob.h): Likewise.
11055         * modules/inttypes (inttypes.h): Likewise.
11056         * modules/netinet_in (netinet/in.h): Likewise.
11057         * modules/poll (poll.h): Likewise.
11058         * modules/stdbool (stdbool.h): Likewise.
11059         * modules/stdint (stdint.h): Likewise.
11060         * modules/sys_select (sys/select.h): Likewise.
11061         * modules/sys_socket (sys/socket.h): Likewise.
11062         * modules/sys_stat (sys/stat.h): Likewise.
11063         * modules/sysexits (sysexits.h): Likewise.
11064         * modules/unistd (unistd.h): Likewise.
11065         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11066         Add a "DO NOT EDIT" comment to the generated file.
11067         (func_import): Likewise for gnulib-comp.m4.
11068
11069 2006-10-07  Bruno Haible  <bruno@clisp.org>
11070
11071         * lib/gl_sublist.h: New file.
11072         * lib/gl_sublist.c: New file.
11073
11074 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11075
11076         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
11077         name (relative to the original working directory) and the file
11078         name component (relative to the temporary working directory).  All
11079         callers changed.
11080         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
11081         * lib/mkdir-p.c (make_dir_parents): Likewise.
11082         * lib/mkdir-p.h (make_dir_parents): Likewise.
11083
11084 2006-10-06  Eric Blake  <ebb9@byu.net>
11085
11086         Define several macros for use by the clean-temp module.
11087         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
11088         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
11089         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
11090
11091         * lib/clean-temp.h (close_stream_temp): New declaration.
11092         * lib/clean-temp.c (includes): Pull in headers according to what
11093         other modules are in use.
11094         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
11095
11096 2006-10-06  Bruno Haible  <bruno@clisp.org>
11097
11098         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
11099         instead of fopen, fwriteerror.
11100
11101 2006-10-06  Bruno Haible  <bruno@clisp.org>
11102
11103         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
11104         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
11105         int.
11106         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
11107         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
11108         Return an error indicator.
11109         Suggested by Eric Blake.
11110
11111 2006-10-06  Bruno Haible  <bruno@clisp.org>
11112
11113         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
11114         Reported by Eric Blake.
11115
11116 2006-10-06  Bruno Haible  <bruno@clisp.org>
11117
11118         * modules/closeout (Description): Mention stderr too.
11119
11120 2006-10-06  Bruno Haible  <bruno@clisp.org>
11121         and Paul Eggert  <eggert@cs.ucla.edu>
11122
11123         * lib/closeout.c (close_stdout): Also close stderr.
11124         * lib/closeout.h: Update comment.
11125
11126 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11127
11128         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
11129         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
11130         * lib/dirchownmod.c: Include lchown.h.
11131         * lib/lchown.c: Don't include files that lchown.h now includes.
11132         Don't declare chown, since lchown.h now does that.
11133         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
11134         (lchown): Define to rpl_chown if lchown is declared but
11135         does not exist.  Declare using a prototype if lchown is not
11136         declared.  Add a copyright notice.
11137         * lib/mkstemp.h: Include <unistd.h>.
11138         * lib/openat.c: Include lchown.h.
11139
11140         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
11141         we now test for that separately.
11142         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
11143         rather than O_NOFOLLOW, when testing whether it's possible to
11144         avoid a race condition reliably.
11145         * lib/savewd.c (savewd_chdir): Likewise.
11146
11147         Remove macros that are no longer needed now that stdint.h is
11148         reliable.
11149         * lib/fsusage.c (UINTMAX_MAX): Remove.
11150         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
11151         * lib/utimecmp.c (SIZE_MAX): Remove.
11152
11153         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
11154
11155         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
11156         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
11157         O_NOATIME works.
11158
11159 2006-10-05  Bruno Haible  <bruno@clisp.org>
11160
11161         * lib/gl_list.h (gl_sortedlist_search_from_to,
11162         gl_sortedlist_indexof_from_to): New declarations.
11163         (gl_list_implementation): New fields sortedlist_search_from_to,
11164         sortedlist_indexof_from_to.
11165         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
11166         inline functions.
11167         * lib/gl_list.c (gl_sortedlist_search_from_to,
11168         gl_sortedlist_indexof_from_to): New functions.
11169         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
11170         function.
11171         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
11172         (gl_array_sortedlist_search_from_to): New function.
11173         (gl_array_list_implementation): Update.
11174         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
11175         function.
11176         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
11177         (gl_carray_sortedlist_search_from_to): New function.
11178         (gl_carray_list_implementation): Update.
11179         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
11180         gl_linked_sortedlist_indexof_from_to): New functions.
11181         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
11182         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
11183         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
11184         gl_tree_sortedlist_indexof_from_to): New functions.
11185         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
11186         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
11187         Update.
11188         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
11189         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
11190         Update.
11191
11192 2006-10-05  Bruno Haible  <bruno@clisp.org>
11193
11194         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
11195         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
11196         (struct gl_list_implementation): Add fields search_from_to,
11197         indexof_from_to. Remove fields search, indexof.
11198         (gl_list_search): Use the search_from_to method.
11199         (gl_list_search_from, gl_list_search_from_to): New functions.
11200         (gl_list_indexof): Use the indexof_from_to method.
11201         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
11202         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
11203         (gl_list_search_from, gl_list_search_from_to): New functions.
11204         (gl_list_indexof): Use the indexof_from_to method.
11205         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
11206         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
11207         gl_array_indexof. Add start_index, end_index arguments.
11208         (gl_array_search_from_to): Renamed from gl_array_search. Add
11209         start_index, end_index arguments.
11210         (gl_array_remove, gl_array_list_implementation): Update.
11211         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
11212         gl_carray_indexof. Add start_index, end_index arguments.
11213         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
11214         start_index, end_index arguments.
11215         (gl_carray_remove, gl_carray_list_implementation): Update.
11216         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
11217         gl_linked_search. Add start_index, end_index arguments.
11218         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
11219         start_index, end_index arguments.
11220         (gl_linked_remove): Update.
11221         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
11222         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
11223         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
11224         field to 'size_t'.
11225         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
11226         gl_tree_search. Add start_index, end_index arguments.
11227         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
11228         start_index, end_index arguments.
11229         (gl_tree_remove): Update.
11230         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
11231         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
11232         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
11233         function.
11234         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
11235         gl_tree_search. Add start_index, end_index arguments.
11236         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
11237         start_index, end_index arguments.
11238         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
11239         Update.
11240         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
11241
11242 2006-10-05  Bruno Haible  <bruno@clisp.org>
11243
11244         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
11245
11246         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
11247         fwriteerror_temp): New declarations.
11248         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
11249         (descriptors): New variable.
11250         (cleanup): First, close the descriptors.
11251         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
11252         fclose_temp, fwriteerror_temp): New functions.
11253
11254 2006-10-04  Jim Meyering  <jim@meyering.net>
11255
11256         * lib/fts.c (fts_open): Tiny comment change.
11257
11258 2006-10-04  Bruno Haible  <bruno@clisp.org>
11259
11260         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
11261         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
11262         gl_LOCK_BODY.
11263         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
11264         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
11265         gl_LOCK_EARLY_BODY.
11266         (gl_LOCK): Require gl_LOCK_BODY.
11267
11268 2006-10-04  Bruno Haible  <bruno@clisp.org>
11269
11270         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
11271         (gl_oset_search_atleast): New declaration.
11272         (struct gl_oset_implementation): Add field 'search_atleast'.
11273         (gl_oset_search_atleast): New inline function.
11274         * lib/gl_oset.c (gl_oset_search_atleast): New function.
11275         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
11276         (gl_array_oset_implementation): Update.
11277         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
11278         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
11279         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
11280
11281 2006-10-04  Bruno Haible  <bruno@clisp.org>
11282
11283         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
11284
11285 2006-10-03  Bruno Haible  <bruno@clisp.org>
11286
11287         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
11288         from gl_avltreehash_list_implementation.
11289
11290 2006-10-03  Bruno Haible  <bruno@clisp.org>
11291
11292         * lib/gl_oset.c (gl_oset_add): Fix return type.
11293
11294 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
11295
11296         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
11297
11298 2006-10-02  Eric Blake  <ebb9@byu.net>
11299
11300         * modules/strnlen (Depends-on): Add extensions.
11301
11302 2006-10-02  Eric Blake  <ebb9@byu.net>
11303
11304         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
11305         definition in 2.60+.
11306
11307 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
11308
11309         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
11310         checks.
11311
11312 2006-10-02  Bruno Haible  <bruno@clisp.org>
11313
11314         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
11315         to the AUTOMAKE_OPTIONS.
11316         Reported by Jim Meyering.
11317
11318 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11319
11320         Work around bug in Solaris 10 /proc file system:
11321         /proc/self/fd/NNN/.. isn't the parent directory of
11322         the directory whose file descriptor is NNN.  This needs to
11323         be worked around at run time, not compile time, since a
11324         program might be built on Solaris 8, where things work, and
11325         run on Solaris 10.
11326         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
11327         to use the following interface instead:
11328         (OPENAT_BUFFER_SIZE): New macro.
11329         (openat_proc_name): New function.
11330         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
11331         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
11332         Likewise.
11333         * lib/openat-proc.c: New file.
11334         * modules/openat (Files): Add lib/openat-proc.c.
11335         (Depends-on): Add same-inode, stdbool.
11336         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
11337
11338 2006-09-29  Bruno Haible  <bruno@clisp.org>
11339
11340         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
11341         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
11342         argument. Set stdout_closed before testing for ferror, not after.
11343         (fwriteerror, fwriteerror_no_ebadf): New functions.
11344
11345 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11346
11347         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
11348
11349 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
11350
11351         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
11352         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
11353
11354 2006-09-28  Jim Meyering  <jim@meyering.net>
11355
11356         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
11357         Include <unistd.h>.
11358
11359 2006-09-28  Bruno Haible  <bruno@clisp.org>
11360
11361         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
11362         * modules/linkedhash-list (Depends-on): Likewise.
11363         * modules/rbtreehash-list (Depends-on): Likewise.
11364
11365 2006-09-28  Bruno Haible  <bruno@clisp.org>
11366
11367         * lib/strndup.h: Simplify the redefinition of strndup.
11368         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
11369         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
11370
11371 2006-09-28  Bruno Haible  <bruno@clisp.org>
11372
11373         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
11374         * lib/gl_linkedhash_list.c: Likewise.
11375         * lib/gl_rbtreehash_list.c: Likewise.
11376
11377 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11378
11379         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
11380         getaddrinfo.
11381
11382         * lib/__fpending.h: Don't include <stdio_ext.h> unless
11383         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
11384         it causes <stdio_ext.h> to cause a compile-time error.
11385         Problem reported by Nelson H. F. Beebe.
11386         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
11387         of HAVE_DECL___PENDING.
11388
11389         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
11390         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
11391         declaration.
11392
11393 2006-09-27  Jim Meyering  <jim@meyering.net>
11394
11395         This file could end up with a definition for a function
11396         named __strndup, rather than rpl_strndup on a system with
11397         incomplete weak_alias support.
11398         * lib/strndup.c (strndup): Rename from __strndup.
11399         Remove #defines that used to map __strndup to strndup.
11400         Don't use K&R prototypes.
11401         Remove LIBC-related code, since this file is not sync'd with glibc.
11402         * lib/strndup.h: Revamp, accordingly.
11403         * m4/strndup.m4: Modernize.
11404
11405 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11406
11407         * modules/savewd (Depends-on): Add 'raise'.
11408         * lib/savewd.c: Include <signal.h>, for 'raise'.
11409
11410 2006-09-26  Jim Meyering  <jim@meyering.net>
11411
11412         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
11413         when we detect Darwin 8.7.0's acl_get_file bug.
11414         Rearrange to perform the new (below) run-test while $LIBS
11415         contains any acl-related library.  Set USE_ACL at the end.
11416         (gl_ACL_GET_FILE): New function.
11417
11418 2006-09-26  Eric Blake  <ebb9@byu.net>
11419
11420         * lib/verror.c: Include <config.h> unconditionally.
11421
11422 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
11423
11424         * modules/clock-time (Maintainer): Add self.
11425         * modules/getlogin_r (Depends-on): Add extensions.
11426
11427 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11428
11429         * modules/clock-time: New module.
11430         * modules/nanosleep (Depends-on): Add clock-time.
11431         * modules/gethrxtime (Depends-on): Likewise.
11432         * modules/gettime (Depends-on): Likewise.
11433         * modules/settime (Depends-on): Likewise.
11434
11435         * modules/fts-lgpl: Depend on openat.
11436         * modules/mkancesdirs: Depend on savewd.
11437         * modules/mkdir-p: Likewise.
11438
11439 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11440
11441         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
11442
11443         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
11444         `gl_have_arbitrary_file_name_length_limit' to
11445         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
11446         actually works between configure runs.
11447
11448 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11449             Bruno Haible  <bruno@clisp.org>
11450
11451         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
11452
11453 2006-09-25  Jim Meyering  <jim@meyering.net>
11454
11455         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
11456         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
11457
11458 2006-09-25  Eric Blake  <ebb9@byu.net>
11459
11460         * gnulib-tool (func_import, func_create_testdir): Fix typos in
11461         exec's in 2006-09-18 patch when shuffling fds.
11462
11463 2006-09-25  Bruno Haible  <bruno@clisp.org>
11464
11465         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
11466         Reported by Jim Meyering.
11467
11468 2006-09-24  Jim Meyering  <jim@meyering.net>
11469
11470         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
11471         compare a pointer against a literal "0".  That caused failures with
11472         at least HP-UX's hpcc.
11473
11474 2006-09-22  Simon Josefsson  <jas@extundo.com>
11475
11476         * modules/gc-sha1:
11477         * modules/gc-md4:
11478         * modules/gc-hmac-sha1:
11479         * modules/gc-hmac-md5:
11480         * modules/gc-des:
11481         * modules/gc-arcfour: Distribute more files.
11482
11483 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11484
11485         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
11486         (gl_linked_iterator_from_to): Initialize struct completely.
11487         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
11488         (gl_tree_iterator_from_to): Likewise
11489         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
11490         * lib/gl_array_list.c [lint] (gl_array_iterator)
11491         (gl_array_iterator_from_to): Likewise.
11492         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
11493         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
11494         (gl_carray_iterator_from_to): Likewise.
11495
11496         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
11497         * lib/md4.c (md4_process_block): Remove unused variable.
11498         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
11499         parentheses for clarity.
11500
11501 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11502
11503         * modules/bison-i18n (Depends-on): Add gettext.
11504
11505 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11506
11507         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
11508         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11509         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
11510         also add missing comma that caused broken test.
11511         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
11512         stdlib.h, for `abort'.
11513         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
11514         variables.
11515         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
11516         include unistd.h if present, for `rmdir'.
11517         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
11518         variables.
11519         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
11520         in the process include standard headers for prototypes.
11521         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
11522         gets declared on GNU/Linux.
11523         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
11524         unistd.h, for `rmdir'.
11525         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
11526
11527         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
11528         always true.
11529         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
11530
11531         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
11532
11533 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11534
11535         * gnulib-tool (func_version): Create output all at once.  This
11536         may help avoid triggering unnecessary SIGPIPEs, and at any
11537         rate it doesn't hurt.
11538
11539 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11540             Bruno Haible  <bruno@clisp.org>
11541
11542         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
11543         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11544         * m4/signed.m4 (bh_C_SIGNED): Likewise.
11545
11546         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
11547         (gl_FUNC_VASPRINTF): Invoke it.
11548
11549 2006-09-22  Bruno Haible  <bruno@clisp.org>
11550
11551         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
11552         getloadavg.c as first argument.
11553
11554 2006-09-22  Bruno Haible  <bruno@clisp.org>
11555
11556         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
11557         at the beginning of the gl_INIT macro.
11558         * modules/getloadavg (configure.ac): Pass $gl_source_base to
11559         gl_GETLOADAVG.
11560
11561 2006-09-22  Bruno Haible  <bruno@clisp.org>
11562
11563         * gnulib-tool (func_create_megatestdir): Don't include the config-h
11564         module.
11565         Suggested by Ralf Wildenhues.
11566
11567 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
11568
11569         Import this patch from libc:
11570
11571         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11572
11573         * lib/regex_internal.c (re_string_reconstruct): Handle
11574         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11575         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11576         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11577         re_string_context_at.
11578
11579         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
11580         now requires it.
11581         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
11582         gl_REGEX now does it for us.
11583         (gl_REGEX): Add test taken from
11584         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
11585
11586         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
11587         Check that large offsets work.  Modernize Autoconf usages.
11588         Prefer "yes" to mean a good thing rather than a bad.
11589         Don't put "#define mkstemp" in config.h, as this might interfere
11590         with standard system headers that "#define mkstemp mkstemp64".
11591
11592         * modules/mkstemp (Depends-on): Add extensions, so that
11593         mkstemp is visible on some platforms.
11594         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
11595         (Include): Change to "mkstemp.h" from <stdlib.h>.
11596         (Files): Add mkstemp.h.
11597
11598         * lib/mkstemp.h: New file, since some standard headers
11599         #define mkstemp.
11600         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
11601         Include "mkstemp.h".
11602         Make the _LIBC code resemble glibc original more,
11603         e.g., use K&R style.
11604         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
11605         (mkstemp): Remove, since mkstemp.h does this for us.
11606         * lib/stdlib--.h: Include mkstemp.h.
11607
11608         Import this patch from libc:
11609
11610         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11611
11612         * lib/tempname.c (__gen_tempname): Change attempts_min
11613         into a macro.  Use preprocessor to decide how to initialize
11614         attempts [Coverity CID 67].
11615
11616 2006-09-20  Bruno Haible  <bruno@clisp.org>
11617
11618         * lib/mkdtemp.c: Import from libc.
11619         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11620                 * sysdeps/posix/tempname.c (__gen_tempname): Change
11621                 attempts_min into a macro.  Use preprocessor to decide how to
11622                 initialize attempts [Coverity CID 67].
11623         2001-11-27  Paul Eggert  <eggert@twinsun.com>
11624                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11625                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11626
11627 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11628
11629         * gnulib-tool (func_exit): New function, to allow to pass the
11630         exit status portably through the trap.  Use everywhere.
11631         (--help, --version): Signal a write error.
11632         (trap): catch SIGPIPE, for write errors.
11633         Exit at the end of the trap, with the correct exit status.
11634
11635 2006-09-19  Karl Berry  <karl@gnu.org>
11636
11637         * doc/gnulib.texi: note about the license texinfo files.
11638
11639 2006-09-19  Eric Blake  <ebb9@byu.net>
11640
11641         * gnulib-tool: Avoid space-tab.
11642
11643 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11644
11645         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
11646         that prevented coreutils 6.1 from building.  Problem reported
11647         by Petter Reinholdtsen.
11648
11649 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11650
11651         * gnulib-tool (avoidlist): Fix typo that broke options like
11652         --avoid=lock that are used by coreutils bootstrap.
11653
11654 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
11655
11656         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
11657         more systematically.
11658
11659 2006-09-18  Jim Meyering  <jim@meyering.net>
11660
11661         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
11662
11663 2006-09-18  Bruno Haible  <bruno@clisp.org>
11664
11665         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
11666
11667 2006-09-18  Bruno Haible  <bruno@clisp.org>
11668
11669         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
11670         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
11671         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
11672         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
11673         * m4/gettext.m4: Require autoconf >= 2.52.
11674         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
11675         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
11676         of gl_cv_header_inttypes_h.
11677
11678 2006-09-18  Bruno Haible  <bruno@clisp.org>
11679
11680         * lib/javaversion.c: Include configmake.h.
11681
11682 2006-09-18  Bruno Haible  <bruno@clisp.org>
11683
11684         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
11685         avoid that the while loops be executed in a subshell.
11686
11687 2006-09-18  Bruno Haible  <bruno@clisp.org>
11688
11689         * MODULES.html.sh (func_module): Break long lines.
11690         Suggested by Bruce Korb <bkorb@gnu.org>.
11691
11692 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11693
11694         Speed up by a factor of 1.12.
11695         * gnulib-tool (nl): New variable.
11696         (func_import): Rewrite include directive extraction to only read each
11697         directive once.
11698
11699 2006-09-17  Bruno Haible  <bruno@clisp.org>
11700
11701         * modules/javaversion (Makefile.am): Remove DEFS setting.
11702         (Depends-on): Add configmake, for PKGDATADIR definition.
11703
11704 2006-09-17  Bruno Haible  <bruno@clisp.org>
11705
11706         * gnulib-tool (func_create_testdir): Rewrite all files at once.
11707
11708 2006-09-17  Bruno Haible  <bruno@clisp.org>
11709
11710         * gnulib-tool (func_append): New function, stolen from libtool.m4.
11711         (func_modules_transitive_closure, func_modules_add_dummy,
11712         func_modules_to_filelist, func_import, func_create_testdir,
11713         func_create_megatestdir, ...): Use it wherever possible.
11714         Suggested by Ralf Wildenhues.
11715
11716 2006-09-16  Karl Berry  <karl@gnu.org>
11717
11718         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
11719         to avoid sectioning errors.
11720         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
11721         [ifinfo]: blank line after @center-ed titles.
11722         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
11723         Spell FSF address consistently with others.
11724         (These changes approved by rms.)
11725
11726 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11727
11728         Speed up by a factor of 1.61.
11729         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
11730         already checked module names again.
11731
11732 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11733
11734         Speed up by a factor of 1.13.
11735         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
11736         for new_files, and the input to func_add_or_update.
11737
11738 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11739
11740         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
11741         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
11742
11743 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11744
11745         * modules/mkancesdirs (Depends-on): Add fcntl.
11746         * modules/savewd: New file.
11747         * MODULES.html.sh (File system functions): Add savewd.
11748
11749         * modules/configmake (Makefile.am): Add support for the
11750         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
11751
11752 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11753
11754         * m4/savewd.m4: New file.
11755
11756 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11757
11758         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
11759         (dirchownmod): New arg FD.  All callers changed.
11760         Use FD rather than opening the directory ourself, as opening is
11761         now the caller's responsibility.
11762         * lib/dirchownmod.h: Likewise.
11763         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
11764         hosts that require <sys/types.h> before <sys/stat.h>.  Include
11765         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
11766         (test_dir): Remove.
11767         (mkancesdirs): Return length of prefix of FILE that has already
11768         been made, or -2 if there is a child doing the work.  Redo
11769         algorithm so that it is O(N) rather than O(N**2).  Optimize away
11770         ".", and treat ".." specially since it might stray back into
11771         already-created areas.  Use a subprocess if necessary.  New arg
11772         WD; all users changed.  MAKE_DIR function should now return 1
11773         if it creates a directory that is not readable.  Return -2 if
11774         a child process is spun off.
11775         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
11776         Adjust signature to match code.
11777         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
11778         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
11779         all users changed.
11780         * lib/savewd.c, lib/savewd.h: New files.
11781
11782 2006-09-15  Jim Meyering  <jim@meyering.net>
11783
11784         * modules/rename-dest-slash: New module.
11785         * MODULES.html.sh (posix_compat): Add it here.
11786
11787         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
11788
11789 2006-09-15  Jim Meyering  <jim@meyering.net>
11790
11791         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
11792         file.
11793
11794         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
11795
11796 2006-09-15  Jim Meyering  <jim@meyering.net>
11797
11798         * lib/rename-dest-slash.c (has_trailing_slash): Use
11799         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
11800         (rpl_rename_dest_slash): Perform the cheaper trailing slash
11801         test before testing whether SRC is a directory.
11802         Suggestions from Bruno Haible.
11803
11804         Avoid a warning about an unused variable.
11805         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
11806         into the #ifdef block where it's used.
11807
11808         * lib/rename-dest-slash.c: New file.
11809
11810 2006-09-14  Bruno Haible  <bruno@clisp.org>
11811
11812         * lib/allocsa.c: Include <config.h> unconditionally.
11813         * lib/asnprintf.c: Likewise.
11814         * lib/asprintf.c: Likewise.
11815         * lib/c-strcasecmp.c: Likewise.
11816         * lib/c-strcasestr.c: Likewise.
11817         * lib/c-strncasecmp.c: Likewise.
11818         * lib/c-strstr.c: Likewise.
11819         * lib/classpath.c: Likewise.
11820         * lib/clean-temp.c: Likewise.
11821         * lib/concatpath.c: Likewise.
11822         * lib/copy-file.c: Likewise.
11823         * lib/csharpcomp.c: Likewise.
11824         * lib/csharpexec.c: Likewise.
11825         * lib/execute.c: Likewise.
11826         * lib/fatal-signal.c: Likewise.
11827         * lib/findprog.c: Likewise.
11828         * lib/fwriteerror.c: Likewise.
11829         * lib/gl_array_list.c: Likewise.
11830         * lib/gl_array_oset.c: Likewise.
11831         * lib/gl_avltree_list.c: Likewise.
11832         * lib/gl_avltree_oset.c: Likewise.
11833         * lib/gl_avltreehash_list.c: Likewise.
11834         * lib/gl_carray_list.c: Likewise.
11835         * lib/gl_linked_list.c: Likewise.
11836         * lib/gl_linkedhash_list.c: Likewise.
11837         * lib/gl_list.c: Likewise.
11838         * lib/gl_oset.c: Likewise.
11839         * lib/gl_rbtree_list.c: Likewise.
11840         * lib/gl_rbtree_oset.c: Likewise.
11841         * lib/gl_rbtreehash_list.c: Likewise.
11842         * lib/imaxabs.c: Likewise.
11843         * lib/imaxdiv.c: Likewise.
11844         * lib/javacomp.c: Likewise.
11845         * lib/javaexec.c: Likewise.
11846         * lib/javaversion.c: Likewise.
11847         * lib/linebreak.c: Likewise.
11848         * lib/localcharset.c: Likewise.
11849         * lib/lock.c: Likewise.
11850         * lib/mbchar.c: Likewise.
11851         * lib/mbswidth.c: Likewise.
11852         * lib/mkdtemp.c: Likewise.
11853         * lib/pipe.c: Likewise.
11854         * lib/printf-args.c: Likewise.
11855         * lib/printf-parse.c: Likewise.
11856         * lib/progname.c: Likewise.
11857         * lib/progreloc.c: Likewise.
11858         * lib/readlink.c: Likewise.
11859         * lib/sh-quote.c: Likewise.
11860         * lib/stpcpy.c: Likewise.
11861         * lib/stpncpy.c: Likewise.
11862         * lib/strcasecmp.c: Likewise.
11863         * lib/strcasestr.c: Likewise.
11864         * lib/strcspn.c: Likewise.
11865         * lib/striconv.c: Likewise.
11866         * lib/strncasecmp.c: Likewise.
11867         * lib/strnlen1.c: Likewise.
11868         * lib/strstr.c: Likewise.
11869         * lib/strtok_r.c: Likewise.
11870         * lib/tls.c: Likewise.
11871         * lib/tmpdir.c: Likewise.
11872         * lib/unicodeio.c: Likewise.
11873         * lib/unsetenv.c: Likewise.
11874         * lib/vasnprintf.c: Likewise.
11875         * lib/vasprintf.c: Likewise.
11876         * lib/wait-process.c: Likewise.
11877         * lib/xallocsa.c: Likewise.
11878         * lib/xsetenv.c: Likewise.
11879         * lib/xstriconv.c: Likewise.
11880
11881 2006-09-13  Simon Josefsson  <jas@extundo.com>
11882
11883         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
11884         that internally, suggested by Ralf Wildenhues
11885         <Ralf.Wildenhues@gmx.de>.
11886
11887 2006-09-13  Simon Josefsson  <jas@extundo.com>
11888
11889         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
11890         @LIBOBJS@.
11891         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11892
11893 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
11894
11895         * lib/_fpending.c: Include <config.h> unconditionally, since we no
11896         longer worry about uses that don't define HAVE_CONFIG_H.
11897         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
11898         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11899         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11900         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11901         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11902         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11903         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11904         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11905         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11906         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11907         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11908         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11909         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11910         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11911         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11912         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11913         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11914         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11915         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11916         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11917         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11918         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11919         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11920         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11921         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11922         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11923         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11924         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11925         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11926         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11927         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11928         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11929         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11930         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11931         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11932         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11933         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11934         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11935         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11936         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11937         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11938         Likewise.
11939
11940 2006-09-13  Eric Blake  <ebb9@byu.net>
11941
11942         * lib/getopt.c: Fix typo in last commit.
11943
11944 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11945
11946         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11947         dgettext.
11948
11949 2006-09-12  Jim Meyering  <jim@meyering.net>
11950
11951         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11952         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11953         Reported by Nelson H. F. Beebe.
11954
11955 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11956
11957         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11958         program_invocation_name and program_invocation_short_name are
11959         initialized.
11960         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11961         and program_invocation_short_name to argp.h, so they are visible
11962         to user programs.
11963         * lib/argp.h: Likewise
11964
11965 2006-09-10  Bruno Haible  <bruno@clisp.org>
11966
11967         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11968         m4/inttypes_h.m4, m4/uintmax_t.m4.
11969
11970 2006-09-10  Bruno Haible  <bruno@clisp.org>
11971
11972         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11973         gl_AC_TYPE_UINTMAX_T.
11974
11975 2006-09-10  Bruno Haible  <bruno@clisp.org>
11976
11977         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11978
11979 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11980
11981         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11982         convention.  Text proposed by Bruno Haible.
11983         (struct argp_option): Document the use of N_() wrappers.
11984
11985         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11986         '\v', and translate the two parts separately, instead of feeding
11987         the whole string to gettext.  This allows to exclude
11988         '\v' from the strings visible to the translator by writing doc
11989         strings as N_("..") "\v" N_("..").
11990
11991 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11992
11993         * config/srclist.txt: Undo latest change; the bug was fixed.
11994
11995 2006-09-09  Bruno Haible  <bruno@clisp.org>
11996
11997         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
11998         assignments if building a library without libtool.
11999         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
12000         in func_emit_lib_Makefile_am.
12001         (func_import): When building a static library libfoo.a, arrange to
12002         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
12003         (func_create_testdir): Likewise.
12004         * modules/gc (configure.ac, Makefile.am): If building statically,
12005         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
12006         * modules/iconvme (configure.ac, Makefile.am): Likewise.
12007         * modules/striconv (configure.ac, Makefile.am): Likewise.
12008         Based on a suggestion by Ralf Wildenhues.
12009
12010 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12011
12012         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
12013         Check for unistd.h too, since Autoconf doesn't assume POSIX.
12014         Also:
12015
12016         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12017         Add year_2050_test to catch glibc bug 2821
12018         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
12019
12020         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12021         Prefer #ifdef to #if.
12022
12023         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
12024         Return from 'main' instead of calling 'exit'.
12025
12026 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12027
12028         * lib/mktime.c (guess_time_tm): Fix bug where mktime
12029         returned the maximum time_t value rather than (time_t) -1.
12030         Problem originally reported by William Bardwell
12031         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
12032
12033         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
12034         Moved to here ...
12035         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
12036         ... from here.
12037
12038 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12039
12040         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
12041         2821 is fixed.
12042
12043 2006-09-08  Jim Meyering  <jim@meyering.net>
12044
12045         Don't make generated files read-only.  That would bother too many
12046         people.  However, do retain the ability to work when targets are
12047         read-only: remove the destination and temporary files before writing
12048         them (when generated via sed or echo), or by using the -f option for
12049         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
12050         * modules/alloca-opt, modules/argz, modules/arpa_inet:
12051         * modules/byteswap, modules/configmake, modules/fcntl:
12052         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
12053         * modules/localcharset, modules/netinet_in, modules/poll:
12054         * modules/stdbool, modules/stdint, modules/sys_select:
12055         * modules/sys_socket, modules/sys_stat, modules/sysexits:
12056
12057 2006-09-08  Jim Meyering  <jim@meyering.net>
12058
12059         Avoid new build failure on FreeBSD 6.0.
12060         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
12061         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
12062         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
12063
12064 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12065
12066         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
12067
12068 2006-09-07  Jim Meyering  <jim@meyering.net>
12069
12070         Fix global typo in last change: use chmod u-w, not chmod u-x.
12071         Spotted by Paul Eggert and Bruce Korb.
12072         * modules/alloca-opt, modules/argz, modules/arpa_inet:
12073         * modules/byteswap, modules/configmake, modules/fcntl:
12074         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
12075         * modules/localcharset, modules/netinet_in, modules/poll:
12076         * modules/stdbool, modules/stdint, modules/sys_select:
12077         * modules/sys_socket, modules/sys_stat, modules/sysexits:
12078
12079 2006-09-06  Jim Meyering  <jim@meyering.net>
12080
12081         Make generated files be read-only.
12082         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
12083         Ensure that each generated file is now read-only.
12084         * modules/argz: Likewise.
12085         * modules/arpa_inet: Likewise.
12086         * modules/byteswap: Likewise.
12087         * modules/configmake: Likewise.
12088         * modules/fcntl: Likewise.
12089         * modules/fnmatch: Likewise.
12090         * modules/getopt: Likewise.
12091         * modules/glob: Likewise.
12092         * modules/inttypes: Likewise.
12093         * modules/netinet_in: Likewise.
12094         * modules/poll: Likewise.
12095         * modules/stdbool: Likewise.
12096         * modules/stdint: Likewise.
12097         * modules/sys_select: Likewise.
12098         * modules/sys_socket: Likewise.
12099         * modules/sys_stat: Likewise.
12100         * modules/sysexits: Likewise.
12101         * modules/localcharset: Same as above, but continue using temporary
12102         file named "t-$@" (why different?) rather than the "$@-t" used
12103         everywhere else.
12104
12105         * modules/sysexits (Makefile.am): Replace literal occurrences
12106         of "sysexit.h" more readable, and more consistent, "$@".
12107
12108 2006-09-06  Bruno Haible  <bruno@clisp.org>
12109
12110         * modules/striconv: New file.
12111         * modules/xstriconv: New file.
12112         * MODULES.html.sh (Internationalization functions): Add striconv,
12113         xstriconv.
12114
12115 2006-09-06  Bruno Haible  <bruno@clisp.org>
12116
12117         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
12118         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
12119         not using libtool correctly.
12120
12121 2006-09-06  Bruno Haible  <bruno@clisp.org>
12122
12123         * lib/striconv.h: New file.
12124         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
12125         iconvstring.c.
12126         * lib/xstriconv.h: New file.
12127         * lib/xstriconv.c: New file.
12128
12129 2006-09-06  Bruno Haible  <bruno@clisp.org>
12130
12131         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
12132         lib_..._LDFLAGS.
12133
12134 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12135
12136         * lib/argz_.h: Sync from Libtool.
12137
12138         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
12139                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12140
12141         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
12142
12143 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
12144
12145         * modules/trim: New file.
12146
12147 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
12148
12149         * lib/trim.h: New file.
12150         * lib/trim.c: New file.
12151
12152 2006-09-05  Bruno Haible  <bruno@clisp.org>
12153
12154         * MODULES.html.sh (String handling): Add trim.
12155
12156 2006-09-04  Karl Berry  <karl@gnu.org>
12157
12158         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
12159         until next release.
12160
12161 2006-09-03  Bruno Haible  <bruno@clisp.org>
12162
12163         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
12164         correctly.
12165
12166 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12167
12168         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
12169         not gl_GETLOADAVG.  Omit unneeded semicolons.
12170         Problems reported by Ralf Wildenhues in
12171         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
12172         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
12173         at the end, which is the usual gnulib style.
12174
12175         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
12176         of doing all the work ourselves.
12177         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
12178         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
12179
12180 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12181
12182         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
12183         Problem reported by Ralf Wildenhues in
12184         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
12185
12186         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
12187         HAVE_STRUCT_STATFS_F_FSTYPENAME.
12188
12189 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12190
12191         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
12192         yesterday's patch by changing test -n to test -z.
12193
12194 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12195
12196         * modules/getloadavg (Files): Add m4/getloadavg.m4.
12197         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
12198         the former is now obsolescent.
12199
12200         * modules/chdir-long (Depends-on): Add fcntl.
12201
12202 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12203
12204         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
12205         obsolescent, and programs should use gnulib instead.
12206         * m4/getloadavg.m4: New file, with contents taken from Autoconf
12207         but with prefixes changed.
12208
12209 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12210
12211         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
12212         or stdbool.h, because they might not exist while configuring.
12213
12214         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
12215         Don't include unistd.h or limits.h; not needed, since chdir-long.h
12216         does that for us.
12217         (O_DIRECTORY): Remove.
12218
12219 2006-08-31  Eric Blake  <ebb9@byu.net>
12220
12221         * gnulib-tool: Don't let emacs change spaces to TAB.
12222
12223 2006-08-31  Bruno Haible  <bruno@clisp.org>
12224
12225         * gnulib-tool: When calling func_import more than once, do it in a
12226         subshell.
12227         Reported by Eric Blake <ebb9@byu.net>.
12228
12229 2006-08-31  Bruno Haible  <bruno@clisp.org>
12230
12231         * gnulib-tool (nl): Remove variable.
12232         (sed_transform_lib_file): Use more robust test for config-h module.
12233         (func_import): Fix typo in 2006-08-25 patch.
12234
12235 2006-08-31  Bruno Haible  <bruno@clisp.org>
12236
12237         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
12238         specified, augment Makefile.am variables instead of assigning them.
12239
12240 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12241
12242         Work around a bug in both the Linux and SunOS 64-bit kernels:
12243         nanosleep mishandles sleeps for longer than 2**31 seconds.
12244         Problem reported by Frank v Waveren in
12245         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
12246         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
12247         Check for nanosleep bug.
12248         (LIB_NANOSLEEP): Append clock_gettime library if needed.
12249
12250 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12251
12252         Work around a bug in both the Linux and SunOS 64-bit kernels:
12253         nanosleep mishandles sleeps for longer than 2**31 seconds.
12254         Problem reported by Frank v Waveren in
12255         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
12256         * lib/nanosleep.c (BILLION): New constant.
12257         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
12258         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
12259         implementation.
12260
12261 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12262
12263         * modules/nanosleep (Depends-on): Add gettime.
12264
12265 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12266         and Simon Josefsson  <jas@extundo.com>
12267         and Oskar Liljeblad  <oskar@osk.mine.nu>
12268
12269         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
12270         * gnulib-tool (func_import): New license type 'unmodifiable license
12271         text'.
12272         * modules/fdl: Use it.  Longer description.
12273         * module/gpl, module/lgpl: New files.
12274
12275 2006-08-30  Jim Meyering  <jim@meyering.net>
12276
12277         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
12278         shadowing the parameter.
12279
12280 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12281
12282         Sync from Libtool:
12283
12284         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12285
12286         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
12287         sharing with gnulib.  Report by Eric Blake.
12288
12289 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12290
12291         * modules/isapipe: New file.
12292         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
12293
12294 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12295
12296         * modules/configmake (Makefile.am): Add a comment, and omit
12297         the CONFIGMAKE_ prefix from generated macro names.  Suggested
12298         by Bruno Haible.
12299
12300 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12301
12302         * m4/isapipe.m4: New file.
12303
12304 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12305
12306         * lib/isapipe.c, lib/isapipe.h: New files.
12307
12308 2006-08-29  Jim Meyering  <jim@meyering.net>
12309
12310         * modules/configmake (Makefile.am): Make configmake.h depend on
12311         Makefile.  Otherwise, a stale configmake.h could hang around.
12312
12313 2006-08-29  Eric Blake  <ebb9@byu.net>
12314
12315         * lib/error.c (error_at_line, print_errno_message): Match libc, after
12316         resolution of upstream bug 3044.
12317
12318 2006-08-29  Bruno Haible  <bruno@clisp.org>
12319
12320         * modules/localcharset (Depends-on): Add configmake.
12321         (Makefile.am): Remove setting of LIBDIR through DEFS.
12322
12323 2006-08-29  Bruno Haible  <bruno@clisp.org>
12324
12325         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
12326         defined.
12327
12328 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12329
12330         * modules/fcntl: New file.
12331         * modules/chdir-safer (Depends-on): Add fcntl.
12332         * modules/fts: Likewise.
12333         * modules/mkdir-p: Likewise.
12334
12335         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
12336         This undoes the most recent change, since we're now addressing the
12337         problem in a different way.
12338
12339         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
12340         into output, since the output might be called Makefile.am even
12341         if $makefile_name is something different.
12342         (func_import): Use $makefile_am rather than
12343         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
12344         empty.
12345
12346         * modules/inttypes (Files): Add m4/inttypes-h.m4.
12347
12348 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12349
12350         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
12351         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
12352         recent change to stdint.m4, since we're now addressing the problem in a
12353         different way.
12354
12355 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12356
12357         * m4/fcntl_h.m4: New file.
12358
12359 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12360
12361         * lib/fcntl_.h: New file.
12362         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
12363         the fcntl module.
12364         * lib/dirchownmod.c: Likewise.
12365         * lib/fts.c: Likewise.
12366
12367         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
12368         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
12369         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
12370         just before including <inttypes.h>, to avoid circular inclusion.
12371
12372 2006-08-28  Jim Meyering  <jim@meyering.net>
12373
12374         * doc/visibility.texi: Actually read and correct the grammar of the
12375         sentence affected by yesterday's change.
12376
12377 2006-08-28  Eric Blake  <ebb9@byu.net>
12378
12379         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
12380         needs wrapper.
12381
12382 2006-08-28  Eric Blake  <ebb9@byu.net>
12383
12384         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
12385
12386 2006-08-28  Eric Blake  <ebb9@byu.net>
12387
12388         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
12389
12390 2006-08-28  Bruno Haible  <bruno@clisp.org>
12391
12392         * modules/c-strstr: New file, from GNU gettext.
12393         * MODULES.html.sh (String handling): Add c-strstr.
12394
12395 2006-08-28  Bruno Haible  <bruno@clisp.org>
12396
12397         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
12398         macros.
12399         Reported by Eric Blake.
12400
12401 2006-08-28  Bruno Haible  <bruno@clisp.org>
12402
12403         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
12404         (VASNPRINTF): Return a string of length > INT_MAX without failing.
12405         * lib/vasprintf.c: Include errno.h, limits.h.
12406         (EOVERFLOW): New fallback definition.
12407         (vasprintf): Test here whether the string length is > INT_MAX.
12408         * lib/vsnprintf.c: Include errno.h, limits.h.
12409         (EOVERFLOW): New fallback definition.
12410         (vsnprintf): Fix bug when generated string was too long for the buffer.
12411         Test here whether the string length is > INT_MAX.
12412
12413 2006-08-28  Bruno Haible  <bruno@clisp.org>
12414
12415         * lib/inttypes_.h (SCNX*): Remove definitions.
12416         Reported by Eric Blake.
12417
12418 2006-08-28  Bruno Haible  <bruno@clisp.org>
12419
12420         * lib/c-strstr.h: New file, from GNU gettext.
12421         * lib/c-strstr.c: New file, from GNU gettext.
12422
12423 2006-08-28  Bruno Haible  <bruno@clisp.org>
12424
12425         * gnulib-tool: Reorder some statements.
12426
12427 2006-08-28  Bruno Haible  <bruno@clisp.org>
12428
12429         * gnulib-tool: New option --makefile-name.
12430         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
12431         $makefile_name.
12432         (func_import): Write $makefile_name to the cache file, and read it from
12433         there unless explicitly specified. Use $makefile_name as file name
12434         instead of Makefile.am. Adjust the recommendations accordingly.
12435
12436 2006-08-28  Bruno Haible  <bruno@clisp.org>
12437
12438         * gnulib-tool (func_verify_module): Check against misapplying patch.
12439
12440 2006-08-28  Bruno Haible  <bruno@clisp.org>
12441
12442         * gnulib-tool (func_relativize, func_relconcat): New functions.
12443         Give an error if --local-dir is given with --update.
12444         Remove trailing slashes from $local_gnulib_dir.
12445         (func_import): Store the relativized $local_gnulib_dir in
12446         gnulib-cache.m4, and read it from there if not specified explicitly.
12447
12448 2006-08-28  Bruno Haible  <bruno@clisp.org>
12449
12450         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
12451         is the current directory. Respect also $local_gnulib_dir.
12452
12453 2006-08-28  Bruno Haible  <bruno@clisp.org>
12454             Simon Josefsson  <jas@extundo.com>
12455
12456         BeOS portability.
12457         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
12458
12459 2006-08-27  Jim Meyering  <jim@meyering.net>
12460
12461         * doc/visibility.texi: Remove duplicate word: "pointer".
12462
12463 2006-08-26  Bruno Haible  <bruno@clisp.org>
12464
12465         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
12466         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
12467         (Makefile.am): Create inttypes.h from inttypes_.h.
12468         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
12469
12470         * modules/imaxabs: New file.
12471
12472         * modules/imaxdiv: New file.
12473
12474 2006-08-26  Bruno Haible  <bruno@clisp.org>
12475
12476         * m4/inttypes.m4: New file.
12477         * m4/_inttypes_h.m4: Remove file.
12478         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
12479         PRI_MACROS_BROKEN.
12480         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
12481
12482         * m4/imaxabs.m4: New file.
12483
12484         * m4/imaxdiv.m4: New file.
12485
12486 2006-08-26  Bruno Haible  <bruno@clisp.org>
12487
12488         * lib/inttypes_.h: New file.
12489         * lib/inttypes.h: Remove file.
12490         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
12491
12492         * lib/imaxabs.c: New file.
12493
12494         * lib/imaxdiv.c: New file.
12495
12496 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12497
12498         New config-h module, so that "make" output needn't be cluttered
12499         by -DHAVE_CONFIG_H.
12500         * MODULES.html.sh (Support for building libraries and executables):
12501         Add config-h.
12502         * modules/config-h: New file.
12503         * gnulib-tool (nl, sed_transform_lib_file): New vars.
12504         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
12505         the config-h module is used.
12506
12507         New configmake module, so that "make" output needn't be cluttered
12508         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
12509         * MODULES.html.sh (Support for building libraries and executables):
12510         Add configmake.
12511         * modules/configmake: New file.
12512
12513 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12514
12515         * m4/config-h.m4: New file.
12516
12517 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12518
12519         * config/srclist.txt: Add elisp-comp.
12520
12521 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12522
12523         * MODULES.html.sh (Support for building libraries and executables):
12524         Add elisp-comp.
12525         * build-aux/elisp-comp: New file.
12526         * modules/elisp-comp: New file.
12527
12528 2006-08-24  Bruno Haible  <bruno@clisp.org>
12529
12530         * gnulib-tool (func_create_testdir): Use non-default values of
12531         sourcebase and m4base.
12532
12533 2006-08-24  Bruno Haible  <bruno@clisp.org>
12534
12535         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
12536         HTML structure.
12537
12538 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12539
12540         * modules/openat (Depends-on): Add lchown.
12541
12542 2006-08-23  Bruno Haible  <bruno@clisp.org>
12543
12544         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
12545         of gl_LOCK_EARLY instead of gl_LOCK.
12546
12547 2006-08-23  Bruno Haible  <bruno@clisp.org>
12548
12549         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
12550         on OSF/1 to no.
12551         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
12552
12553 2006-08-23  Bruno Haible  <bruno@clisp.org>
12554
12555         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
12556         as unusable.
12557
12558         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
12559         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
12560         (gl_LOCK): New macro.
12561
12562 2006-08-22  Simon Josefsson  <jas@extundo.com>
12563
12564         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
12565         to md5 module.
12566
12567 2006-08-22  Simon Josefsson  <jas@extundo.com>
12568
12569         * MODULES.html.sh: Add "Support for maintaining and release
12570         projects".
12571
12572         * build-aux/gnupload: New file, from coreutils.
12573
12574 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12575
12576         Avoid the need for AC_LIBSOURCES in m4 macros.
12577         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
12578         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
12579         * modules/check-version (EXTRA_DIST): Add check-version.h.
12580         * modules/crc (EXTRA_DIST): Add crc.h.
12581         * modules/des (EXTRA_DIST): Add des.h.
12582         * modules/gc (EXTRA_DIST): Add gc.h.
12583         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
12584         * modules/getline (EXTRA_DIST): Add getline.h.
12585         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
12586         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
12587         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
12588         * modules/md2 (EXTRA_DIST): Add md2.h.
12589         * modules/md4 (EXTRA_DIST): Add md4.h.
12590         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
12591         * modules/read-file (EXTRA_DIST): Add read-file.h.
12592         * modules/readline (EXTRA_DIST): Add readline.h.
12593         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
12594         rijndael-api-fst.h.
12595
12596 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12597
12598         * m4/rijndael.m4 (gl_ARCFOUR):
12599         * m4/arctwo.m4 (gl_ARCTWO):
12600         * m4/check-version.m4 (gl_CHECK_VERSION):
12601         * m4/crc.m4 (gl_CRC):
12602         * m4/des.m4 (gl_DES):
12603         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
12604         * m4/gc.m4 (gl_GC):
12605         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
12606         * m4/getline.m4 (gl_FUNC_GETLINE):
12607         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
12608         * m4/hmac-md5.m4 (gl_HMAC_MD5):
12609         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
12610         * m4/md2.m4 (gl_MD2):
12611         * m4/md4.m4 (gl_MD4):
12612         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
12613         * m4/read-file.m4 (gl_FUNC_READ_FILE):
12614         * m4/readline.m4 (gl_FUNC_READLINE):
12615         * m4/rijndael.m4 (gl_RIJNDAEL):
12616         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12617         to get the necessary .h files and whatnot.
12618
12619 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12620
12621         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
12622         gnulib rather than the other way around.
12623         * config/srclistvars.sh (COREUTILS): Remove.
12624
12625 2006-08-22  Jim Meyering  <jim@meyering.net>
12626
12627         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
12628
12629         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
12630
12631 2006-08-22  Eric Blake  <ebb9@byu.net>
12632
12633         * modules/regexprops-generic: New file.
12634         * MODULES.html.sh (Support for building documentation): List it.
12635
12636 2006-08-22  Eric Blake  <ebb9@byu.net>
12637
12638         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
12639         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12640         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
12641         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
12642
12643 2006-08-22  Bruno Haible  <bruno@clisp.org>
12644
12645         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
12646         and lib_LTLIBRARIES like the other lib_* variables.
12647
12648 2006-08-22  Bruno Haible  <bruno@clisp.org>
12649
12650         * build-aux/x-to-1.in: New file, from GNU gettext.
12651
12652 2006-08-22  Bruno Haible  <bruno@clisp.org>
12653
12654         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
12655         <utmpx.h> exists.
12656
12657 2006-08-22  Bruno Haible  <bruno@clisp.org>
12658
12659         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
12660         <utmpx.h> exists.
12661
12662 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12663
12664         BeOS portability.
12665         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
12666         exist.
12667         Problem reported by Bruno Haible.
12668
12669 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12670
12671         Avoid the need for AC_LIBSOURCES in m4 macros.
12672         * modules/acl (EXTRA_DIST): Add acl.h.
12673         * modules/argmatch (Files): Add m4/argmatch.m4.
12674         (configure.ac): Add gl_ARGMATCH.
12675         (EXTRA_DIST): Renamed from lib_SOURCES, for
12676         consistency with the other modules.  Remove argmatch.c.
12677         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
12678         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
12679         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
12680         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
12681         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
12682         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
12683         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
12684         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
12685         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
12686         * modules/closeout (EXTRA_DIST): Add closeout.h.
12687         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
12688         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
12689         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
12690         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
12691         dirname.h; remove basename.c and stripslash.c.
12692         * modules/exclude (EXTRA_DIST): Add exclude.h.
12693         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
12694         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
12695         * modules/file-type (EXTRA_DIST): Add file-type.h.
12696         * modules/filemode (EXTRA_DIST): Add filemode.h.
12697         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
12698         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12699         * modules/fpending (EXTRA_DIST): Add __fpending.h.
12700         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
12701         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
12702         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
12703         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
12704         * modules/getdate (EXTRA_DIST): Add getdate.c.
12705         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
12706         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
12707         * modules/getpass (EXTRA_DIST): Add getpass.h.
12708         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
12709         * modules/group-member (EXTRA_DIST): Add group-member.h.
12710         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
12711         * modules/hash (EXTRA_DIST): Add hash.h.
12712         * modules/human (EXTRA_DIST): Add human.h.
12713         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
12714         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
12715         * modules/lchown (EXTRA_DIST): Add lchown.h.
12716         * modules/long-options (EXTRA_DIST): Add long-options.h.
12717         * modules/lstat (EXTRA_DIST): Add lstat.h.
12718         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
12719         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
12720         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
12721         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
12722         * modules/memxor (EXTRA_DIST): Add memxor.h.
12723         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
12724         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
12725         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
12726         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
12727         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
12728         * modules/physmem (EXTRA_DIST): Add physmem.h.
12729         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
12730         * modules/posixver (EXTRA_DIST): Add posixver.h.
12731         * modules/quote (EXTRA_DIST): Add quote.h.
12732         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
12733         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
12734         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
12735         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
12736         regex_internal.h regexec.c.
12737         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
12738         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
12739         * modules/same (EXTRA_DIST): Add same.h.
12740         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
12741         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
12742         * modules/savedir (EXTRA_DIST): Add savedir.h.
12743         * modules/sha1 (EXTRA_DIST): Add sha1.h.
12744         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
12745         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
12746         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
12747         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
12748         * modules/strdup (EXTRA_DIST): Add strdup.h.
12749         * modules/strftime (EXTRA_DIST): Add strftime.h.
12750         * modules/strndup (EXTRA_DIST): Add strndup.h.
12751         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
12752         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
12753         * modules/time_r (EXTRA_DIST): Add time_r.h.
12754         * modules/timespec (EXTRA_DIST): Add timespec.h.
12755         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12756         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
12757         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
12758         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
12759         * modules/userspec (EXTRA_DIST): Add userspec.h.
12760         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
12761         * modules/utimens (EXTRA_DIST): Add utimens.h.
12762         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
12763         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
12764         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
12765         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
12766         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
12767         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
12768         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
12769         * modules/yesno (EXTRA_DIST): Add yesno.h.
12770
12771 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12772
12773         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
12774
12775         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
12776         * m4/dev-ino.m4, same-inode.m4: Remove.
12777
12778         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
12779         * m4/acl.m4 (AC_FUNC_ACL):
12780         * m4/backupfile.m4 (gl_BACKUPFILE):
12781         * m4/c-strtod.m4 (gl_C99_STRTOLD):
12782         * m4/canon-host.m4 (gl_CANON_HOST):
12783         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12784         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
12785         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
12786         * m4/cloexec.m4 (gl_CLOEXEC):
12787         * m4/close-stream.m4 (gl_CLOSE_STREAM):
12788         * m4/closeout.m4 (gl_CLOSEOUT):
12789         * m4/dirfd.m4 (gl_FUNC_DIRFD):
12790         * m4/dirname.m4 (gl_DIRNAME):
12791         * m4/exclude.m4 (gl_EXCLUDE):
12792         * m4/exitfail.m4 (gl_EXITFAIL):
12793         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
12794         * m4/file-type.m4 (gl_FILE_TYPE):
12795         * m4/filemode.m4 (gl_FILEMODE):
12796         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
12797         * m4/fpending.m4 (gl_FUNC_FPENDING):
12798         * m4/fprintftime.m4 (gl_FPRINTFTIME):
12799         * m4/fts.m4 (gl_FUNC_FTS):
12800         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
12801         * m4/getdate.m4 (gl_GETDATE):
12802         * m4/gethrxtime.m4 (gl_GETHRXTIME):
12803         * m4/getpagesize.m4 (gl_GETPAGESIZE):
12804         * m4/getpass.m4 (gl_FUNC_GETPASS):
12805         * m4/gettime.m4 (gl_GETTIME):
12806         * m4/getugroups.m4 (gl_GETUGROUPS):
12807         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
12808         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
12809         * m4/hard-locale.m4 (gl_HARD_LOCALE):
12810         * m4/hash.m4 (gl_HASH):
12811         * m4/idcache.m4 (gl_IDCACHE):
12812         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
12813         * m4/lchown.m4 (gl_FUNC_LCHOWN):
12814         * m4/long-options.m4 (gl_LONG_OPTIONS):
12815         * m4/lstat.m4 (gl_FUNC_LSTAT):
12816         * m4/md5.m4 (gl_MD5):
12817         * m4/memcasecmp.m4 (gl_MEMCASECMP):
12818         * m4/memcoll.m4 (gl_MEMCOLL):
12819         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
12820         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
12821         * m4/memxor.m4 (gl_MEMXOR):
12822         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
12823         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
12824         * m4/modechange.m4 (gl_MODECHANGE):
12825         * m4/mountlist.m4 (gl_MOUNTLIST):
12826         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12827         * m4/openat.m4 (gl_FUNC_OPENAT):
12828         * m4/pathmax.m4 (gl_PATHMAX):
12829         * m4/physmem.m4 (gl_PHYSMEM):
12830         * m4/posixtm.m4 (gl_POSIXTM):
12831         * m4/posixver.m4 (gl_POSIXVER):
12832         * m4/quote.m4 (gl_QUOTE):
12833         * m4/quotearg.m4 (gl_QUOTEARG):
12834         * m4/readtokens.m4 (gl_READTOKENS):
12835         * m4/readutmp.m4 (gl_READUTMP):
12836         * m4/regex.m4 (gl_REGEX):
12837         * m4/safe-read.m4 (gl_SAFE_READ):
12838         * m4/safe-write.m4 (gl_SAFE_WRITE):
12839         * m4/same.m4 (gl_SAME):
12840         * m4/save-cwd.m4 (gl_SAVE_CWD):
12841         * m4/savedir.m4 (gl_SAVEDIR):
12842         * m4/settime.m4 (gl_SETTIME):
12843         * m4/sha1.m4 (gl_SHA1):
12844         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
12845         * m4/stat-macros.m4 (gl_STAT_MACROS):
12846         * m4/stat-time.m4 (gl_STAT_TIME):
12847         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
12848         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
12849         * m4/strdup.m4 (gl_FUNC_STRDUP):
12850         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
12851         * m4/strndup.m4 (gl_FUNC_STRNDUP):
12852         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
12853         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
12854         * m4/time_r.m4 (gl_TIME_R):
12855         * m4/timespec.m4 (gl_TIMESPEC):
12856         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
12857         * m4/unlinkdir.m4 (gl_UNLINKDIR):
12858         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
12859         * m4/userspec.m4 (gl_USERSPEC):
12860         * m4/utimecmp.m4 (gl_UTIMECMP):
12861         * m4/utimens.m4 (gl_UTIMENS):
12862         * m4/xalloc.m4 (gl_XALLOC):
12863         * m4/xgetcwd.m4 (gl_XGETCWD):
12864         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
12865         * m4/xreadlink.m4 (gl_XREADLINK):
12866         * m4/xstrtod.m4 (gl_XSTRTOD):
12867         * m4/yesno.m4 (gl_YESNO):
12868         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12869         to get the necessary .h files and whatnot.
12870
12871 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
12872             Bruno Haible  <bruno@clisp.org>
12873
12874         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
12875         /bin/sh understanding of '!' conditional negation.
12876
12877 2006-08-21  Jim Meyering  <jim@meyering.net>
12878
12879         * modules/openat (Depends-on): Really alphabetize.
12880
12881         * modules/acl (Depends-on): Add error and quote.
12882
12883         * check-module (find_included_lib_files): Add at-func.c to the
12884         ok-to-include-more-than-once white list.
12885
12886         * modules/openat (Depends-on): Add lstat.  Alphabetize.
12887
12888 2006-08-21  Bruno Haible  <bruno@clisp.org>
12889
12890         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12891         Emit a pkgdata_DATA variable only if some snippets add contents to it.
12892         Reported by Martin Lambers <marlam@marlam.de>.
12893
12894 2006-08-21  Bruno Haible  <bruno@clisp.org>
12895
12896         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
12897         specify an installation location, don't emit a noinst_LIBRARIES or
12898         noinst_LTLIBRARIES assignment.
12899
12900 2006-08-21  Bruno Haible  <bruno@clisp.org>
12901
12902         BeOS portability.
12903         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12904         BeOS has mbrtowc() but no <wctype.h>.
12905
12906 2006-08-21  Bruno Haible  <bruno@clisp.org>
12907
12908         BeOS portability.
12909         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12910         exist.
12911
12912 2006-08-21  Bruno Haible  <bruno@clisp.org>
12913
12914         BeOS portability.
12915         * lib/mbchar.h: Include <wctype.h> only if it exists.
12916
12917 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12918
12919         Remove files that are no longer needed by their respective modules.
12920         * m4/obstack.m4: Remove.
12921         * m4/strerror_r.m4: Remove.
12922         * m4/uint32_t.m4: Remove.
12923         * m4/uintptr_t.m4: Remove.
12924         * m4/ullong_max.m4: Remove.
12925         * m4/xstrtoimax.m4: Remove.
12926         * m4/xstrtoumax.m4: Remove.
12927
12928         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12929         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12930         dependencies now capture this.
12931
12932         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12933         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12934         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12935         * m4/human.m4 (gl_HUMAN): Likewise.
12936         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12937         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12938
12939         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12940
12941         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12942         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12943         stdint.
12944         * m4/human.m4 (gl_HUMAN): Likewise.
12945         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12946         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12947         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12948         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12949         * m4/xstrtol (gl_XSTRTOL): Likewise.
12950
12951         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12952         AC_TYPE_LONG_LONG_INT.
12953         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12954         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12955         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12956         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12957
12958         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12959         on stdbool.
12960
12961         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12962         (gl_PREREQ_XSTRTOUL): Remove.
12963
12964         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12965
12966         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12967         mode.
12968
12969 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12970
12971         Add and change modules to make it easier for coreutils to use
12972         gnulib-tool.
12973         * modules/backupfile (Files): Remove m4/d-ino.m4.
12974         (Depends-on): Add d-ino.
12975         * modules/cycle-check (Depends-on): Add stdint.
12976         (lib_SOURCES): Add cycle-check.h.
12977         * modules/d-ino: New module.
12978         * modules/d-type: New module.
12979         * modules/error (Files): Remove m4/strerror_r.m4.
12980         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12981         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12982         m4/inttypes_h.m4, m4/uintmax_t.m4.
12983         (Depends-on): Add stdint.
12984         (lib_SOURCES): Add fsusage.h.
12985         * modules/getcwd (Files): Remove d-ino.m4.
12986         (Depends-on): Add d-ino.
12987         * modules/getndelim2 (Depends-on): Add stdint.
12988         * modules/glob (Files): Remove m4/d-type.m4.
12989         (Depends-on): Add d-type.
12990         * modules/host-os: New module.
12991         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12992         m4/inttypes_h.m4, m4/uintmax_t.m4.
12993         * Depends-on: Add stdint.
12994         (lib_SOURCES): Add human.h.
12995         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12996         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
12997         m4/uintmax_t.m4, m4/ulonglong.m4.
12998         (Depends-on): Add stdint.
12999         (EXTRA_DIST): Add inttostr.h.
13000         * modules/lchmod: New module.
13001         * modules/link-follow: New module.
13002         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
13003         (Depends-on): Add lchmod.
13004         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
13005         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
13006         (Depends-on): Add stdint.
13007         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
13008         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
13009         (Depends-on): Add stdint.
13010         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
13011         * modules/perl: New module.
13012         * modules/regex (Depends-on): Add stdint.
13013         * modules/rmdir-errno: New module.
13014         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
13015         m4/intmax_t.m4.
13016         (Depends-on): Add stdint.
13017         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
13018         m4/uintmax_t.m4.
13019         (Depends-on): Add stdint.
13020         * modules/unlink-busy: New module.
13021         * modules/utimecmp (Depends-on): Add stdint.
13022         * modules/uptime: New module.
13023         * modules/winsz-ioctl: New module.
13024         * modules/winsz-termios: New module.
13025         * modules/xnanosleep (Depends-on): Add nanosleep.
13026         * modules/ullong_max: Remove.
13027         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
13028         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
13029         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
13030         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
13031         (Depends-on): Add inttypes.
13032         (lib_SOURCES): Add xstrtol.h.
13033         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
13034         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
13035         * MODULES.html.sh: Move 'assert' into the assert section.
13036         Move 'dummy' into the linking section.
13037         Remove ullong_max.
13038         Add section for compatibility checks for POSIX:2001 functions,
13039         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
13040         winsz-ioctl, and winsz-termios into it.
13041         Add lchmod.
13042         Add top-level Misc section and put host-os, perl, and uptime
13043         into it.
13044
13045 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13046
13047         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
13048         now assume the stdint module.  Do not include inttypes.h.
13049         * lib/fsusage.h: Likewise.
13050         * lib/getndelim2.c: Likewise.
13051         * lib/human.h: Likewise.
13052         * lib/inttostr.h: Likewise.
13053         * lib/obstack.c: Likewise.
13054         * lib/regex_internal.h: Likewise.
13055         * lib/tempname.c: Likewise.
13056         * lib/utimecmp.c: Likewise.
13057         * lib/xstrtol.h: Likewise.
13058
13059         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
13060
13061         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
13062         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
13063         * lib/xtime.h: Likewise.
13064
13065 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13066
13067         * modules/openat (Files): Add lib/fchmodat.c.
13068         Fixes problem reported by Jay Youngman.
13069
13070 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13071
13072         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
13073         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
13074
13075 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
13076             Bruno Haible  <bruno@clisp.org>
13077
13078         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
13079         and is a script that invokes bison. Tighten the code. Add comments.
13080
13081 2006-08-18  Jim Meyering  <jim@meyering.net>
13082
13083         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
13084         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
13085         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
13086         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
13087
13088 2006-08-18  Bruno Haible  <bruno@clisp.org>
13089
13090         * modules/bison-i18n: New file.
13091         * MODULES.html.sh (Internationalization functions): Add it.
13092
13093 2006-08-18  Bruno Haible  <bruno@clisp.org>
13094
13095         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
13096         sys/statvfs.h. When getmntinfo was found, check its declaration and
13097         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
13098
13099 2006-08-18  Bruno Haible  <bruno@clisp.org>
13100
13101         * m4/bison-i18n.m4: New file, from bison.
13102
13103 2006-08-18  Bruno Haible  <bruno@clisp.org>
13104
13105         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
13106         (ME_DUMMY): Treat "kernfs" as a dummy.
13107         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
13108
13109 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13110
13111         Update from coreutils.
13112
13113         2006-08-15  Jim Meyering  <jim@meyering.net>
13114
13115         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
13116
13117         2006-01-17  Jim Meyering  <jim@meyering.net>
13118
13119         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
13120
13121         2006-01-11  Jim Meyering  <jim@meyering.net>
13122
13123         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
13124         Check for the lchmod function.
13125
13126 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13127
13128         Update from coreutils.
13129
13130         * lib/__fpending.h: Add copyright notice.
13131         * lib/fprintftime.h: Likewise.
13132         * lib/savedir.c: Use (C) in copyright notice.
13133         * lib/savedir.h: Likewise.
13134
13135         2006-08-15  Jim Meyering  <jim@meyering.net>
13136
13137         * lib/at-func.c: New file, with the logic of all emulated at-functions.
13138         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
13139         in support of the EXPECTED_ERRNO macro.
13140         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
13141         definitions.  Instead, define the appropriate symbols and include
13142         "at-func.c".
13143         * lib/mkdirat.c (mkdirat): Likewise.
13144         * lib/fchmodat.c (fchmodat): Likewise.
13145         (ENOSYS): Remove definition.
13146         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
13147         it.  Don't include "unistd--.h" -- it wasn't ever used.
13148
13149         2006-01-17  Jim Meyering  <jim@meyering.net>
13150
13151         Rewrite fts.c not to change the current working directory,
13152         by using openat, fstatat, fdopendir, etc..
13153
13154         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
13155         (HAVE_OPENAT_SUPPORT): Define.
13156         [_LIBC] (fchdir): Don't undef or define; no longer used.
13157         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
13158         Now, this `function' always succeeds, and consumes its file descriptor
13159         parameter -- so callers must not close such FDs.  Update callers.
13160         (diropen_fd, opendirat, cwd_advance_fd): New functions.
13161         (diropen): Add parameter, SP.  Adjust all callers.
13162         Implement using diropen_fd, rather than open.
13163         (fts_open): Initialize new member, fts_cwd_fd.
13164         Remove fts_rft-setting code.
13165         (fts_close): Close fts_cwd_fd, if necessary.
13166         (__opendir2): Define in terms of opendir or opendirat,
13167         depending on whether the FST_NOCHDIR flag is set.
13168         (fts_build): Since fts_safe_changedir consumes its FD, and since
13169         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
13170         and close the dup'd file descriptor upon failure.
13171         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
13172         (fts_safe_changedir): Tweak semantics to reflect that this function
13173         now calls cwd_advance_fd and hence consumes its FD argument.
13174         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
13175         [struct FTS] (fts_rft): Remove now-unused member.
13176         [struct FTS] (fts_cycle.state): Improve comment.
13177
13178         * lib/openat.c (openat_needs_fchdir): New function.
13179         * lib/openat.h (openat_needs_fchdir): Declare it.
13180
13181 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13182
13183         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
13184         Problem and fix reported by PĆ”draig Brady in
13185         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
13186
13187 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13188
13189         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
13190
13191 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13192
13193         * lib/memcoll.c (memcoll): Optimize for the common case where the
13194         arguments are bytewise equal.
13195
13196 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13197
13198         * doc/regexprops-generic.texi: Add a copyright notice.
13199
13200 2006-08-15  Bruno Haible  <bruno@clisp.org>
13201
13202         * modules/tmpdir (License): Change to LGPL.
13203
13204 2006-08-15  Bruno Haible  <bruno@clisp.org>
13205
13206         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
13207         module.
13208
13209 2006-08-14  Simon Josefsson  <jas@extundo.com>
13210
13211         * config/srclist.txt: Add gnupload.
13212
13213 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13214
13215         Change copyright notice from LGPL 2 to GPL 2, since that's the
13216         standard form used in the gnulib repository.
13217         * tests/test-lock.c: Likewise.
13218         * tests/test-stdint.c: Likewise.
13219         * tests/test-tls.c: Likewise.
13220
13221         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
13222         prelude-manager.  User shorter URLs for GNU projects, without '?'.
13223         Add copyright notice.
13224
13225         * check-module: Add copyright notice.  Output a copyright
13226         notice if "--version" is specified.
13227         * modules/COPYING: New file.
13228         * tests/test-getaddrinfo.c: Add copyright notice.
13229         * tests/test-verify.c: Likewise.
13230
13231 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13232
13233         Change copyright notice from LGPL 2 to GPL 2, since that's the
13234         standard form used in the gnulib repository.
13235         * lib/lock.c: LGPL -> GPL.
13236         * lib/lock.h: Likewise.
13237         * lib/strnlen1.c: Likewise.
13238         * lib/strnlen1.h: Likewise.
13239         * lib/tls.c: Likewise.
13240         * lib/tls.h: Likewise.
13241         * lib/tmpdir.c: Likewise.
13242
13243         * lib/TODO: Remove; this belongs only in coreutils.
13244
13245 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13246
13247         Add copyright notices to long-enough files that lack them, since
13248         otherwise the files aren't clearly free.  Use the same notice that
13249         getdate.texi already uses.
13250         * doc/alloca-opt.texi: Add copyright notice.
13251         * doc/alloca.texi: Likewise.
13252         * doc/ctime.texi: Likewise.
13253         * doc/functions.texi: Likewise.
13254         * doc/gcd.texi: Likewise.
13255         * doc/gnulib-tool.texi: Likewise.
13256         * doc/inet_ntoa.texi: Likewise.
13257         * doc/visibility.texi: Likewise.
13258
13259         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
13260         * doc/quote.texi: Add copyright notice.
13261
13262         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
13263         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
13264         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
13265         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
13266         is now obsolete, and give a pointer to the Sun list.
13267         Add copyright notice.
13268
13269 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13270
13271         * config/srclistvars.sh: Add copyright notice.
13272
13273 2006-08-14  Eric Blake  <ebb9@byu.net>
13274
13275         Import the following change from libc:
13276
13277         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
13278
13279         Upstream bug 2997.
13280         * lib/misc/error.c: Add space between program name and message if file
13281         name is missing.
13282
13283 2006-08-12  Karl Berry  <karl@gnu.org>
13284
13285         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
13286         remove, these originate in gnulib now.
13287
13288 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13289
13290         * doc/Makefile (standards.info standards.html standards.dvi):
13291         Also depend on make-stds.texi.
13292
13293 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
13294
13295         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
13296         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
13297
13298         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
13299         in wchar_t.  Problem reported by Eric Blake.
13300
13301         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
13302         LEN is smaller than SIZE.  Suggested by Bruno Haible.
13303         Also, help the compiler to keep LEN in a register.
13304
13305 2006-08-11  Eric Blake  <ebb9@byu.net>
13306
13307         * users.txt: Sort.  Add tar.
13308
13309 2006-08-11  Bruno Haible  <bruno@clisp.org>
13310
13311         * users.txt: New file.
13312
13313 2006-08-11  Bruno Haible  <bruno@clisp.org>
13314
13315         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
13316         before <wchar.h>. Needed for OSF/1 and BSD/OS.
13317
13318 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13319
13320         * modules/snprintf (Depends-on): Remove minmax.
13321         (Maintainer): Add self and Bruno.
13322
13323 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13324
13325         * lib/.cppi-disable: Add snprintf.h, socket_.h.
13326         * lib/snprintf.c: Include <errno.h> and <limits.h>.
13327         (EOVERFLOW): Define if the system does not.
13328         Do not include "minmax.h"; it wasn't used.
13329         (snprintf): Don't assume size_t promotes to an unsigned type.
13330         Fix bug when generated string was too long for the buffer: the
13331         buffer's contents are supposed to be the initial prefix of the
13332         output.  Don't assume vasnprintf returns EOVERFLOW if the size
13333         exceeds INT_MAX; do the check ourselves.
13334
13335         Import the following changes from libc:
13336
13337         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
13338
13339         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
13340         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
13341         set wc to the byte which couldn't be converted.
13342         (re_string_reconstruct): Don't clear valid_raw_len before calling
13343         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
13344         tip_context using re_string_context_at.
13345
13346         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
13347
13348         * lib/posix/regex.h: g++ still cannot handled [restrict].
13349
13350         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
13351
13352         * lib/posix/regex.h: Remove special handling for VMS.
13353
13354 2006-08-10  Jim Meyering  <jim@meyering.net>
13355
13356         * modules/same-inode: New module.
13357         * modules/dev-ino: New module.
13358         * modules/cycle-check: Depend on these modules, rather than simply
13359         including their .h files.
13360         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
13361         required via m4/cycle-check.m4.
13362         * modules/same: Depend on new same-inode module, rather than
13363         including same-inode.h.
13364         * modules/chdir-safer: New file.
13365
13366         * modules/chown (Depends-on): Add stat-macros.
13367
13368 2006-08-10  Jim Meyering  <jim@meyering.net>
13369
13370         * m4/cycle-check.m4: New file.
13371         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
13372         * m4/dev-ino.m4, m4/same-inode.m4: New files.
13373
13374 2006-08-10  Eric Blake  <ebb9@byu.net>
13375
13376         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
13377         in from original proposal.
13378
13379 2006-08-10  Eric Blake  <ebb9@byu.net>
13380         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13381
13382         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
13383         namespace.
13384
13385 2006-08-10  Bruno Haible  <bruno@clisp.org>
13386
13387         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
13388         as well.
13389
13390 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13391
13392         Sync from coreutils.
13393
13394         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
13395
13396         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
13397         Reported by Toralf Fƶrster in <http://bugs.gentoo.org/141012>.
13398
13399 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13400
13401         * modules/restrict: Remove; no longer needed now that we assume
13402         Autoconf 2.59 or later.
13403         * MODULES.html.sh: Remove 'restrict'.
13404         * modules/argp (Depends-on): Remove 'restrict'.
13405         * modules/base64 (Depends-on): Likewise.
13406         * modules/gc (Depends-on): Likewise.
13407         * modules/getaddrinfo (Depends-on): Likewise.
13408         * modules/glob (Depends-on): Likewise.
13409         * modules/inet_ntop (Depends-on): Likewise.
13410         * modules/inet_pton (Depends-on): Likewise.
13411         * modules/memxor (Depends-on): Likewise.
13412         * modules/regex (Depends-on): Likewise.
13413         * modules/strtok_r (Depends-on): Likewise.
13414         * modules/time_r (Depends-on): Likewise.
13415
13416 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13417
13418         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
13419         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
13420         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13421         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
13422         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
13423         * m4/memxor.m4 (gl_MEMXOR): Likewise.
13424         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
13425         gl_C_RESTRICT replaced by AC_C_RESTRICT.
13426
13427         Merge from coreutils.
13428         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
13429         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
13430         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13431         * m4/time_r.m4 (gl_TIME_R): Likewise.
13432
13433 2006-08-09  Karl Berry  <karl@gnu.org>
13434
13435         * config/srclist.txt: no more gettext-tools, per Bruno.
13436
13437 2006-08-08  Eric Blake  <ebb9@byu.net>
13438
13439         * modules/verror: New module.
13440         * MODULES.html.sh: Document it.
13441
13442 2006-08-08  Eric Blake  <ebb9@byu.net>
13443
13444         * lib/verror.h, lib/verror.c: New files.
13445
13446 2006-08-08  Eric Blake  <ebb9@byu.net>
13447
13448         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
13449         verror_at_line output complies with GNU Coding Standards even when
13450         file is NULL.
13451
13452 2006-08-07  Bruno Haible  <bruno@clisp.org>
13453
13454         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
13455         versions of AIX.
13456         Reported by Ralf Wildenhues.
13457
13458 2006-08-07  Bruno Haible  <bruno@clisp.org>
13459
13460         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
13461         in an AC_DEFUN. Needed so that the autoconf snippets can use
13462         AC_REQUIRE.
13463
13464 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13465
13466         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13467         Initialize pkgdata_DATA.
13468         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
13469         overriding it.
13470
13471 2006-08-06  Eric Blake  <ebb9@byu.net>
13472
13473         * lib/error.h: Fold in some upstream changes from glibc.
13474         * lib/error.c: Likewise.
13475
13476 2006-08-04  Bruno Haible  <bruno@clisp.org>
13477
13478         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13479         Make the mostlyclean-local rule depend on mostlyclean-generic.
13480         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
13481
13482 2006-07-31  Bruno Haible  <bruno@clisp.org>
13483
13484         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
13485         <stdlib.h>, <string.h>.
13486
13487 2006-07-30  Bruno Haible  <bruno@clisp.org>
13488
13489         * modules/readlink (License): Change to LGPL.
13490
13491 2006-07-30  Bruno Haible  <bruno@clisp.org>
13492
13493         * modules/javaversion (Makefile.am): Distribute javaversion.java and
13494         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
13495         set PKGDATADIR to point to it.
13496
13497 2006-07-30  Bruno Haible  <bruno@clisp.org>
13498
13499         * modules/csharpexec (configure.ac): Comment out macro invocation.
13500         * modules/javaexec (configure.ac): Likewise.
13501         * modules/javacomp-script (configure.ac): Likewise.
13502
13503         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
13504
13505 2006-07-30  Bruno Haible  <bruno@clisp.org>
13506
13507         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
13508         linked-list.
13509
13510 2006-07-30  Bruno Haible  <bruno@clisp.org>
13511
13512         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
13513
13514 2006-07-30  Bruno Haible  <bruno@clisp.org>
13515
13516         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13517         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
13518         get removed.
13519
13520 2006-07-29  Bruno Haible  <bruno@clisp.org>
13521
13522         Make it possible for gnulib-tool to work with locally modified or
13523         augmented gnulib repositories.
13524         * gnulib-tool (func_usage): Document --local-dir option.
13525         (local_gnulib_dir): New variable.
13526         Handle --local-dir option.
13527         (func_lookup_file): New function.
13528         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
13529         (func_get_description, func_get_filelist, func_get_description,
13530         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
13531         func_get_automake_snippet, func_get_include_directive,
13532         func_get_license, func_get_maintainer): Use func_lookup_file.
13533         (func_import, func_create_testdir): Use func_lookup_file.
13534
13535 2006-07-29  Bruno Haible  <bruno@clisp.org>
13536
13537         * modules/setenv (Depends-on): Add unistd.
13538
13539 2006-07-29  Bruno Haible  <bruno@clisp.org>
13540
13541         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
13542
13543 2006-07-29  Bruno Haible  <bruno@clisp.org>
13544
13545         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
13546
13547 2006-07-29  Bruno Haible  <bruno@clisp.org>
13548
13549         * gnulib-tool (import, update): If there is no Makefile.am, look at
13550         aclocal.m4, instead of bailing out.
13551
13552 2006-07-29  Bruno Haible  <bruno@clisp.org>
13553
13554         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
13555         Categorize the options by when they are useful.
13556
13557 2006-07-29  Bruno Haible  <bruno@clisp.org>
13558
13559         * gnulib-tool (func_usage): Document option --no-libtool.
13560         Handle option --no-libtool.
13561         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
13562         for changed semantics of $libtool variable.
13563         (func_import): Likewise. If libtool is not used, show this through
13564         an option --no-libtool.
13565         (func_create_testdir): Update.
13566
13567 2006-07-29  Bruno Haible  <bruno@clisp.org>
13568
13569         * gnulib-tool (func_import): Extend error message about missing
13570         --doc-base.
13571
13572 2006-07-29  Bruno Haible  <bruno@clisp.org>
13573
13574         * gnulib-tool (func_import): Don't create the $docbase directory if
13575         there is no file to store there.
13576
13577 2006-07-29  Bruno Haible  <bruno@clisp.org>
13578
13579         * gnulib-tool (autoconf_minversion): If a --dir option is given and
13580         relevant, look for configure.ac there, not in the current directory.
13581         Also use a simple search for AC_PREREQ, not "autoconf --trace".
13582
13583 2006-07-29  Bruno Haible  <bruno@clisp.org>
13584
13585         * gnulib-tool (SORT): New variable.
13586         (func_usage): Undocument --assume-autoconf option.
13587         Remove --assume-autoconf option handling.
13588         (autoconf_minversion): Determine from the contents of configure.ac.
13589         (func_import): Remove autoconf_minversion handling.
13590         Suggested by Eric Blake.
13591
13592 2006-07-29  Bruno Haible  <bruno@clisp.org>
13593
13594         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
13595
13596 2006-07-29  Bruno Haible  <bruno@clisp.org>
13597
13598         * config/srclist.txt (*setenv.[ch]): Remove rules.
13599
13600 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13601
13602         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
13603
13604 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13605
13606         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
13607         arpa/inet.h.
13608
13609 2006-07-28  Simon Josefsson  <jas@extundo.com>
13610
13611         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
13612         * modules/inet_pton (Depends-on): Likewise.
13613
13614 2006-07-28  Simon Josefsson  <jas@extundo.com>
13615
13616         * m4/netinet_in_h.m4: New file.
13617
13618 2006-07-28  Simon Josefsson  <jas@extundo.com>
13619
13620         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
13621         #include's.
13622
13623 2006-07-28  Simon Josefsson  <jas@extundo.com>
13624
13625         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
13626         #include's.
13627
13628 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
13629
13630         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
13631         setgid on directories only if they set these bits.
13632         * lib/modechange.h: Remove obsolete comment about masks.
13633
13634 2006-07-28  Eric Blake  <ebb9@byu.net>
13635
13636         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
13637         macro expansion.
13638
13639 2006-07-28  Bruno Haible  <bruno@clisp.org>
13640
13641         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
13642
13643 2006-07-28  Bruno Haible  <bruno@clisp.org>
13644
13645         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
13646
13647 2006-07-28  Bruno Haible  <bruno@clisp.org>
13648
13649         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
13650         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
13651         Define fallbacks.
13652         Avoids link error on FreeBSD 4.x.
13653         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13654
13655         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
13656         encoding.
13657         * lib/mbswidth.c (iswcntrl): Likewise.
13658
13659 2006-07-27  Bruno Haible  <bruno@clisp.org>
13660
13661         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
13662         test.
13663
13664 2006-07-27  Bruno Haible  <bruno@clisp.org>
13665
13666         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
13667         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
13668         defined.
13669
13670 2006-07-26  Eric Blake  <ebb9@byu.net>
13671
13672         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
13673
13674 2006-07-26  Eric Blake  <ebb9@byu.net>
13675
13676         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
13677         like mingw that lack mkstemp.
13678         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
13679         avoid compilation warning on mingw.
13680
13681 2006-07-26  Bruno Haible  <bruno@clisp.org>
13682
13683         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
13684         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
13685         INT_FAST*_MIN, INTPTR_MIN.
13686
13687 2006-07-25  Bruno Haible  <bruno@clisp.org>
13688
13689         * modules/version-etc (Depends-on): Add stdarg.
13690
13691 2006-07-25  Bruno Haible  <bruno@clisp.org>
13692
13693         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
13694         complex commands.
13695
13696 2006-07-25  Bruno Haible  <bruno@clisp.org>
13697
13698         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
13699         defined in <stdarg.h> or config.h.
13700
13701 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13702
13703         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
13704         (gl_STDIO_SAFER): Remove.
13705
13706 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13707
13708         * MODULES.html.sh (File stream based Input/Output):
13709         Add fopen-safer, tmpfile-safer; remove stdio-safer.
13710         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
13711         * modules/fopen-safer, modules/tmpfile-safer: New files.
13712         * modules/stdio-safer: Remove.
13713
13714 2006-07-24  Bruno Haible  <bruno@clisp.org>
13715
13716         * modules/tmpdir: New file.
13717         * MODULES.html.sh (File system functions): Add it.
13718
13719 2006-07-24  Bruno Haible  <bruno@clisp.org>
13720
13721         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
13722         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
13723
13724 2006-07-24  Bruno Haible  <bruno@clisp.org>
13725
13726         * modules/clean-temp: New file.
13727
13728 2006-07-24  Bruno Haible  <bruno@clisp.org>
13729
13730         * m4/tmpdir.m4: New file, from GNU gettext.
13731
13732 2006-07-24  Bruno Haible  <bruno@clisp.org>
13733
13734         * lib/tmpdir.h: New file, from GNU gettext.
13735         * lib/tmpdir.c: New file, from GNU gettext.
13736
13737 2006-07-24  Bruno Haible  <bruno@clisp.org>
13738
13739         * lib/clean-temp.h: New file, from GNU gettext.
13740         * lib/clean-temp.c: New file, from GNU gettext.
13741
13742 2006-07-23  Eric Blake  <ebb9@byu.net>
13743
13744         * modules/stdio-safer (Files): Add tmpfile-safer.c.
13745         (Depends-on): Add binary-io.
13746
13747 2006-07-23  Eric Blake  <ebb9@byu.net>
13748
13749         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
13750
13751 2006-07-23  Eric Blake  <ebb9@byu.net>
13752
13753         * lib/tmpfile-safer.c: New file.
13754         * lib/stdio-safer.h (fopen_safer): Add prototype.
13755         * lib/stdio--.h (tmpfile): Make safer.
13756
13757 2006-07-23  Bruno Haible  <bruno@clisp.org>
13758
13759         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
13760         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
13761         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
13762         gl_linked_remove_at): Use it.
13763
13764 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13765         and Simon Josefsson <jas@extundo.com>
13766
13767         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
13768
13769         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
13770
13771 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13772
13773         * modules/close-stream: New file.
13774         * modules/closeout (Description): Make it clear that it exits
13775         with a diagnostic on error.
13776         (Depends-on): Add close-stream.  Remove fpending, stdbool.
13777         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
13778
13779 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13780
13781         * m4/close-stream.m4: New file.
13782
13783 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13784
13785         * lib/close-stream.c, lib/close-stream.h: New files.
13786
13787 2006-07-22  Bruno Haible  <bruno@clisp.org>
13788
13789         Merge from GNU gettext 0.15.
13790
13791         2006-05-01  Bruno Haible  <bruno@clisp.org>
13792
13793                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
13794
13795         2006-07-22  Bruno Haible  <bruno@clisp.org>
13796
13797                 * modules/javaversion: New file.
13798                 * MODULES.html.sh (Java): Add javaversion.
13799
13800         2006-03-12  Bruno Haible  <bruno@clisp.org>
13801
13802                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
13803
13804         2005-12-04  Bruno Haible  <bruno@clisp.org>
13805
13806                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
13807                 (untested).
13808
13809         2006-06-21  Bruno Haible  <bruno@clisp.org>
13810
13811                 Avoid warnings from recent versions of mcs.
13812                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
13813                 -o, -L, -r any more. Use options documented since mcs-1.0
13814                 instead. Similarly for -g.
13815
13816         2005-12-04  Bruno Haible  <bruno@clisp.org>
13817
13818                 * build-aux/csharpcomp.sh.in: Suffix for resources is
13819                 .resources, not .resource.
13820
13821         2005-07-09  Bruno Haible  <bruno@clisp.org>
13822
13823                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
13824                 add a .dll suffix.
13825                 Reported by Mark Junker <mjscod@gmx.de>.
13826
13827         2006-07-22  Bruno Haible  <bruno@clisp.org>
13828
13829                 * modules/gettext: Upgrade to gettext-0.15.
13830                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
13831                 m4/visibility.m4.
13832                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
13833
13834 2006-07-22  Bruno Haible  <bruno@clisp.org>
13835
13836         Merge from GNU gettext 0.15.
13837
13838         2006-03-25  Bruno Haible  <bruno@clisp.org>
13839
13840                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
13841
13842         2006-07-21  Bruno Haible  <bruno@clisp.org>
13843
13844                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
13845                 "1.1".
13846
13847         2006-05-09  Bruno Haible  <bruno@clisp.org>
13848
13849                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
13850                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
13851                 for the conftestver execution.
13852
13853         2006-05-01  Bruno Haible  <bruno@clisp.org>
13854
13855                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
13856                 optional target-version argument. Verify that the compiler
13857                 groks source of the specified source-version, or add -source
13858                 option as necessary. Verify that the compiler produces
13859                 bytecode in the specified target-version, or add -target and
13860                 -source options as necessary. Make the result of the test
13861                 available as variable CONF_JAVAC. Also log error output in
13862                 config.log.
13863
13864         2006-03-11  Bruno Haible  <bruno@clisp.org>
13865
13866                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
13867
13868         2006-05-09  Bruno Haible  <bruno@clisp.org>
13869
13870                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
13871                 CLASSPATH_SEPARATOR to a semicolon.
13872
13873         2006-03-12  Bruno Haible  <bruno@clisp.org>
13874
13875                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
13876                 available as variable CONF_JAVA, for subsequent autoconf
13877                 tests. Also log error output in config.log.
13878
13879         2006-07-19  Bruno Haible  <bruno@clisp.org>
13880
13881                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
13882                 that getline works on glibc2 systems. Needed to avoid trouble
13883                 in relocatable.c.
13884                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
13885
13886         2005-12-04  Bruno Haible  <bruno@clisp.org>
13887
13888                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
13889                 launcher (untested).
13890
13891         2005-12-04  Bruno Haible  <bruno@clisp.org>
13892
13893                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
13894
13895         2006-07-22  Bruno Haible  <bruno@clisp.org>
13896
13897                 * gettext.m4: Update from GNU gettext-0.15.
13898                 * nls.m4: Likewise.
13899                 * po.m4: Likewise.
13900                 * inttypes-pri.m4: Likewise.
13901                 * inttypes-h.m4: Renamed from inttypes.m4.
13902                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13903
13904 2006-07-22  Bruno Haible  <bruno@clisp.org>
13905
13906         Merge from GNU gettext 0.15.
13907
13908         2005-07-05  Bruno Haible  <bruno@clisp.org>
13909
13910                 * printf-args.c (printf_fetchargs): Work around broken
13911                 definition of wint_t on mingw.
13912
13913         2005-02-12  Bruno Haible  <bruno@clisp.org>
13914
13915                 * xallocsa.h: Add extern "C" for C++.
13916
13917         2006-05-17  Bruno Haible  <bruno@clisp.org>
13918
13919                 Cygwin portability.
13920                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13921
13922         2006-04-30  Bruno Haible  <bruno@clisp.org>
13923
13924                 * progreloc.c: Include <mach-o/dyld.h> if available.
13925                 (find_executable): Use _NSGetExecutablePath when possible.
13926
13927         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13928
13929                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13930                 function.
13931
13932         2005-12-29  Bruno Haible  <bruno@clisp.org>
13933
13934                 * progreloc.c (set_program_name_and_installdir): Fix
13935                 compilation error.
13936
13937         2005-12-04  Bruno Haible  <bruno@clisp.org>
13938
13939                 Cygwin portability.
13940                 * progreloc.c: Include <windows.h> also on Cygwin.
13941                 (find_executable): Add support for Cygwin.
13942                 (set_program_name_and_installdir): Handle also platforms with
13943                 nonempty EXEEXT.
13944
13945         2006-07-11  Bruno Haible  <bruno@clisp.org>
13946
13947                 * javacomp.c: Fix a comment.
13948                 Reported by Jim Meyering.
13949
13950         2006-04-30  Bruno Haible  <bruno@clisp.org>
13951
13952                 * javacomp.h (compile_java_class): Add source_version,
13953                 target_version arguments.
13954                 * javacomp.c: Rewritten to choose only a compiler that
13955                 respects the specified source_version and target_version.
13956
13957         2006-06-27  Bruno Haible  <bruno@clisp.org>
13958
13959                 Assume correct S_ISDIR macro.
13960                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13961
13962         2006-07-22  Bruno Haible  <bruno@clisp.org>
13963
13964                 * javaversion.h: New file, from GNU gettext.
13965                 * javaversion.c: New file, from GNU gettext.
13966                 * javaversion.java: New file, from GNU gettext.
13967                 * javaversion.class: New file, from GNU gettext.
13968
13969         2006-05-17  Bruno Haible  <bruno@clisp.org>
13970
13971                 Cygwin portability.
13972                 * javaexec.c (execute_java_class): Test for jview program
13973                 also on Cygwin.
13974
13975         2006-04-09  Bruno Haible  <bruno@clisp.org>
13976
13977                 * fatal-signal.c: Don't include string.h.
13978                 (at_fatal_signal): Use a copying loop instead of memcpy.
13979
13980         2005-12-04  Bruno Haible  <bruno@clisp.org>
13981
13982                 * csharpexec.c: Add support for 'clix' launcher (untested).
13983                 (execute_csharp_using_sscli): New function.
13984                 (execute_csharp_program): Call it.
13985
13986         2006-06-21  Bruno Haible  <bruno@clisp.org>
13987
13988                 Avoid warnings from recent versions of mcs.
13989                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13990                 -o, -L, -r any more. Use options documented since mcs-1.0
13991                 instead. Similarly for -g.
13992
13993         2005-07-09  Bruno Haible  <bruno@clisp.org>
13994
13995                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13996                 add a .dll suffix.
13997                 Reported by Mark Junker <mjscod@gmx.de>.
13998
13999         2006-06-17  Bruno Haible  <bruno@clisp.org>
14000
14001                 * config.charset: Update for NetBSD 3.0.
14002
14003         2006-05-17  Bruno Haible  <bruno@clisp.org>
14004
14005                 Cygwin portability.
14006                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
14007
14008         2006-05-16  Bruno Haible  <bruno@clisp.org>
14009
14010                 * localcharset.c [CYGWIN]: Include <windows.h>.
14011                 (get_charset_aliases): For Cygwin, return the same CPxxx
14012                 aliases list as under WIN32.
14013                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
14014                 the environment variables. Fall back to GetACP().
14015
14016         2006-04-05  Bruno Haible  <bruno@clisp.org>
14017
14018                 * config.charset: Update Juan Manuel Guerrero's address.
14019
14020         2005-02-12  Bruno Haible  <bruno@clisp.org>
14021
14022                 * allocsa.h: Add extern "C" for C++.
14023
14024         2005-02-10  Bruno Haible  <bruno@clisp.org>
14025
14026                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
14027                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
14028
14029         2006-07-22  Bruno Haible  <bruno@clisp.org>
14030
14031                 * gettext.h: Update to GNU gettext-0.15.
14032
14033 2006-07-22  Bruno Haible  <bruno@clisp.org>
14034
14035         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
14036         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
14037         lib-prefix.m4, longdouble.m4, ssize_t.m4.
14038
14039 2006-07-21  Eric Blake  <ebb9@byu.net>
14040
14041         * modules/stdlib-safer: New file.
14042         * MODULES.html.sh (File stream based Input/Output): Add
14043         stdlib-safer.
14044
14045 2006-07-21  Eric Blake  <ebb9@byu.net>
14046
14047         * lib/stdlib-safer.h: New file from coreutils, required by
14048         stdlib--.h.
14049
14050 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
14051
14052         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
14053
14054 2006-07-20  Bruno Haible  <bruno@clisp.org>
14055
14056         * gnulib-tool: Recognize new option --assume-autoconf.
14057         (autoconf_minversion): New variable.
14058         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
14059
14060 2006-07-20  Bruno Haible  <bruno@clisp.org>
14061
14062         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
14063
14064 2006-07-19  Derek R. Price  <derek@ximbiot.com>
14065
14066         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
14067         Reindent and repaginate.
14068
14069 2006-07-19  Derek Price  <derek@ximbiot.com>
14070
14071         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
14072         Correct grammar.
14073
14074 2006-07-17  Bruno Haible  <bruno@clisp.org>
14075
14076         * modules/list: New file.
14077         * modules/array-list: New file.
14078         * modules/carray-list, modules/carray-list-tests: New files.
14079         * modules/linked-list, modules/linked-list-tests: New files.
14080         * modules/avltree-list, modules/avltree-list-tests: New files.
14081         * modules/rbtree-list, modules/rbtree-list-tests: New files.
14082         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
14083         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
14084         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
14085         * modules/oset: New file.
14086         * modules/array-oset: New file.
14087         * modules/avltree-oset, modules/avltree-oset-tests: New files.
14088         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
14089         * tests/test-carray_list.c: New file.
14090         * tests/test-linked_list.c: New file.
14091         * tests/test-avltree_list.c: New file.
14092         * tests/test-rbtree_list.c: New file.
14093         * tests/test-linkedhash_list.c: New file.
14094         * tests/test-avltreehash_list.c: New file.
14095         * tests/test-rbtreehash_list.c: New file.
14096         * tests/test-avltree_oset.c: New file.
14097         * tests/test-rbtree_oset.c: New file.
14098         * MODULES.html.sh (Container data structures): New section.
14099
14100 2006-07-17  Bruno Haible  <bruno@clisp.org>
14101
14102         * m4/gl_list.m4: New file.
14103
14104 2006-07-17  Bruno Haible  <bruno@clisp.org>
14105
14106         * lib/gl_list.h: New file.
14107         * lib/gl_list.c: New file.
14108         * lib/gl_array_list.h: New file.
14109         * lib/gl_array_list.c: New file.
14110         * lib/gl_carray_list.h: New file.
14111         * lib/gl_carray_list.c: New file.
14112         * lib/gl_linked_list.h: New file.
14113         * lib/gl_linked_list.c: New file.
14114         * lib/gl_anylinked_list1.h: New file.
14115         * lib/gl_anylinked_list2.h: New file.
14116         * lib/gl_avltree_list.h: New file.
14117         * lib/gl_avltree_list.c: New file.
14118         * lib/gl_anyavltree_list1.h: New file.
14119         * lib/gl_anyavltree_list2.h: New file.
14120         * lib/gl_rbtree_list.h: New file.
14121         * lib/gl_rbtree_list.c: New file.
14122         * lib/gl_anyrbtree_list1.h: New file.
14123         * lib/gl_anyrbtree_list2.h: New file.
14124         * lib/gl_anytree_list1.h: New file.
14125         * lib/gl_anytree_list2.h: New file.
14126         * lib/gl_linkedhash_list.h: New file.
14127         * lib/gl_linkedhash_list.c: New file.
14128         * lib/gl_anyhash_list1.h: New file.
14129         * lib/gl_anyhash_list2.h: New file.
14130         * lib/gl_avltreehash_list.h: New file.
14131         * lib/gl_avltreehash_list.c: New file.
14132         * lib/gl_rbtreehash_list.h: New file.
14133         * lib/gl_rbtreehash_list.c: New file.
14134         * lib/gl_anytreehash_list1.h: New file.
14135         * lib/gl_anytreehash_list2.h: New file.
14136
14137         * lib/gl_oset.h: New file.
14138         * lib/gl_oset.c: New file.
14139         * lib/gl_array_oset.h: New file.
14140         * lib/gl_array_oset.c: New file.
14141         * lib/gl_avltree_oset.h: New file.
14142         * lib/gl_avltree_oset.c: New file.
14143         * lib/gl_rbtree_oset.h: New file.
14144         * lib/gl_rbtree_oset.c: New file.
14145         * lib/gl_anytree_oset.h: New file.
14146
14147 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
14148
14149         * m4/mkancesdirs.m4: New file.
14150         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
14151         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
14152         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
14153         it.
14154
14155 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
14156
14157         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
14158         * lib/mkancesdirs.h: New files.
14159         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
14160         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
14161         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
14162         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
14163         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
14164         callers changed.  Revamp internals significantly, by not
14165         attempting to create directories that are temporarily more
14166         permissive than the final results.  Do not attempt to use
14167         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
14168         This removes some race conditions, fixes some bugs, and simplifies
14169         things.  Use new dirchownmod function to do owner and mode changes.
14170         * lib/mkdir-p.h: Likewise.
14171         * lib/modechange.c (octal_to_mode): New function.
14172         (struct mode_change): New member mentioned.
14173         (make_node_op_equals): New arg mentioned.  All callers changed.
14174         (mode_compile): Keep track of which mode bits the user has explicitly
14175         mentioned.
14176         (mode_adjust): New arg DIR, so that we implement the X op correctly.
14177         New arg PMODE_BITS, to keep track of which mode bits the user
14178         mentioned; it treats S_ISUID and S_ISGID speciall.
14179         All callers changed.
14180         * lib/modechange.h: Likewise.
14181
14182 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
14183
14184         * MODULES.html.sh: Add mkancestors.
14185         * modules/mkancesdirs: New module.
14186         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
14187         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
14188         The chdir-safer and afs files are now orphans; I'll remove them
14189         unless someone speaks up.
14190         Add lib/dirchownmod.c, lib/dirchownmod.h.
14191         (Depends-on): Remove alloca, chown, save-cwd, dirname.
14192         Add lchown, mkancesdirs.
14193         (Maintainer): Add self.
14194
14195 2006-07-15  Karl Berry  <karl@gnu.org>
14196
14197         * gnulib-tool: help message wording/arrangement.
14198
14199 2006-07-14  Simon Josefsson  <jas@extundo.com>
14200
14201         * doc/gnulib.texi (Libtool and Windows): New section.
14202
14203 2006-07-12  Simon Josefsson  <jas@extundo.com>
14204
14205         * modules/gendocs (License): Fix license, approved by Karl.
14206
14207 2006-07-12  Eric Blake  <ebb9@byu.net>
14208
14209         * MODULES.html.sh: Add gendocs.
14210
14211 2006-07-11  Eric Blake  <ebb9@byu.net>
14212
14213         * modules/fdl: New module, to install doc/fdl.texi.
14214         * MODULES.html.sh: Add new section for documentation modules.
14215         * gnulib-tool: Avoid space-tab.
14216         (--doc-base): New option, to manage files from doc.
14217
14218 2006-07-11  Eric Blake  <ebb9@byu.net>
14219
14220         * m4/absolute-header.m4: Fix comments to match recent change.
14221
14222 2006-07-11  Eric Blake  <ebb9@byu.net>
14223
14224         * gnulib-tool: List --doc-base before --tests-base.
14225
14226 2006-07-11  Derek R. Price  <derek@ximbiot.com>
14227
14228         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
14229
14230 2006-07-11  Bruno Haible  <bruno@clisp.org>
14231
14232         * README: Mention where to put documentation.
14233
14234 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14235
14236         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
14237
14238 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
14239
14240         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
14241         to stdint.m4.
14242
14243 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
14244
14245         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
14246         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
14247         "no/such/file/stdint.h" when there is no such file, so that
14248         the resulting C code can be parsed by dodgy compilers.
14249         Problems reported by Bob Proulx.
14250
14251 2006-07-10  Derek R. Price  <derek@ximbiot.com>
14252
14253         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
14254         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
14255         macros into the GNU _D_EXACT_NAMLEN.
14256         * lib/savedir.c:  Likewise.
14257         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
14258
14259 2006-07-10  Derek R. Price  <derek@ximbiot.com>
14260         and Paul Eggert  <eggert@cs.ucla.edu>
14261
14262         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
14263         * m4/savedir.m4:
14264         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
14265         macros into the GNU _D_EXACT_NAMLEN.
14266
14267 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14268
14269         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
14270         around the absolute name, to work around a problem with the HP-UX
14271         11.23 native C compiler, reported by Bob Proulx.
14272
14273 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14274
14275         * doc/maintain.texi, make-stds.texi: Sync from
14276         <http://savannah.gnu.org/projects/gnustandards>.
14277
14278 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14279
14280         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
14281
14282 2006-07-09  Jim Meyering  <jim@meyering.net>
14283
14284         * m4/glob.m4: Remove a doubled word in a comment.
14285
14286 2006-07-09  Jim Meyering  <jim@meyering.net>
14287
14288         * lib/argp-pv.c: Remove a doubled word in a comment.
14289         * lib/check-version.c (check_version): Likewise.
14290         * lib/javacomp.c (compile_java_class): Likewise.
14291
14292 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14293
14294         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
14295         for the benefit of people using Autoconf 2.60.  If you want to
14296         support older Autoconf versions you can copy m4/onceonly_2_57.m4
14297         (or m4/onceonly.m4, if pre-2.57) manually.
14298
14299 2006-07-08  Jim Meyering  <jim@meyering.net>
14300
14301         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
14302         comment.
14303         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
14304         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
14305         comment.
14306
14307 2006-07-08  Jim Meyering  <jim@meyering.net>
14308
14309         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
14310
14311 2006-07-07  Simon Josefsson  <jas@extundo.com>
14312
14313         * tests/test-crc.c: Change expected crc value, the test vector
14314         were probably computed using the old broken crc.c?
14315
14316 2006-07-06  Simon Josefsson  <jas@extundo.com>
14317
14318         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
14319         now the canonical place for the M4 file).
14320
14321         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
14322         from the sys_socket dependency now.
14323
14324         * modules/inet_pton (Files): Ditto.
14325
14326         * modules/inet_ntop (Files): Ditto.
14327
14328 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14329
14330         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
14331         not gl_PREREQ_GETUSERSHELL.
14332
14333 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14334
14335         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
14336         with only one argument, for Autoconf 2.60.
14337         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
14338         expand to nothing, so add a shell command to avoid syntax error.
14339         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14340
14341 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14342
14343         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
14344
14345 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14346
14347         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
14348         no longer needed.  Check for isblank decl.
14349         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
14350         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
14351         of existence.
14352
14353 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14354
14355         * lib/getloadavg.c: Use __VMS, not VMS.
14356         * lib/getopt.c: Likewise.
14357         * lib/getpagesize.h: Likewise.
14358         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
14359         and probably does not work.
14360
14361 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14362
14363         * lib/.cppi-disable: Add wcwidth.
14364         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
14365         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
14366         (ISGRAPH): Remove.  All uses changed to isgraph.
14367         (FOLD) [!defined _LIBC]: Remove special case.
14368         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
14369         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
14370         HAVE_ISBLANK.
14371         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
14372         case.
14373
14374 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14375
14376         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
14377         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
14378         brackets.  Other minor changes to suppress some compiler
14379         warnings.
14380
14381 2006-07-06  Derek R. Price  <derek@ximbiot.com>
14382         and Paul Eggert  <eggert@cs.ucla.edu>
14383
14384         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
14385         of invoking obsolescent AC_HEADER_DIRENT macro.
14386         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
14387         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
14388         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
14389         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
14390         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
14391         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14392         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
14393         * m4/readdir.m4: Remove; no longer needed.
14394
14395 2006-07-06  Derek R. Price  <derek@ximbiot.com>
14396         and Paul Eggert  <eggert@cs.ucla.edu>
14397
14398         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
14399         Don't worry about this obsolete case any more.
14400         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
14401         directories.
14402         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
14403         worry about this obsolete case any more.
14404         * lib/fts.c: Likewise.
14405         * lib/getcwd.c: Likewise.
14406         * lib/glob.h: Likewise.
14407         * lib/savedir.c: Likewise.
14408
14409 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14410
14411         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
14412         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
14413         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
14414         needed.
14415         All uses removed.
14416         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14417         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14418         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
14419         needed.
14420         * m4/getdate.m4 (gl_GETDATE): Likewise.
14421         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14422         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14423         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14424         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14425         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14426         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14427         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
14428         needed.
14429
14430 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14431
14432         * lib/memcasecmp.c: Include <limits.h>.
14433         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
14434         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
14435         Don't assume isdigit succeeds only on '0' through '9'.
14436
14437 2006-07-05  Eric Blake  <ebb9@byu.net>
14438
14439         * modules/getaddrinfo (Depends-on): Add snprintf.
14440
14441 2006-07-05  Eric Blake  <ebb9@byu.net>
14442
14443         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
14444         to avoid 'header present but could not be compiled' on cygwin.
14445
14446 2006-07-05  Eric Blake  <ebb9@byu.net>
14447
14448         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
14449         missing from netdb.h.
14450         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
14451
14452 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14453
14454         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
14455         no longer needed.
14456         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
14457         * m4/getdate.m4 (gl_GETDATE): Likewise.
14458         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14459         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14460         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14461         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14462         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14463
14464 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14465
14466         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
14467         All uses of is_space replaced by isspace.
14468         * lib/exit.h: Don't talk about STDC_HEADERS.
14469         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
14470         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
14471         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
14472         replaced by isprint etc.
14473         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
14474         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14475         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
14476         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
14477         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
14478         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14479
14480 2006-07-05  Bruno Haible  <bruno@clisp.org>
14481
14482         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
14483         the function exists, before testing against AIX.
14484         Reported by Martin Lambers <marlam@marlam.de>.
14485
14486 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14487
14488         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
14489         From Mark D. Baushke.
14490
14491 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14492
14493         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
14494         to the absolute name, not just one, to bypass Sun C 5.8's
14495         "warning: #include of /usr/include/... may be non-portable".
14496
14497 2006-07-04  Eric Blake  <ebb9@byu.net>
14498
14499         * modules/dirname-tests: New test module.
14500         * tests/test-dirname.c: New file, replacing dirname.c
14501         TEST_DIRNAME section that was recently deleted.
14502
14503 2006-07-04  Bruno Haible  <bruno@clisp.org>
14504
14505         Assume ANSI C header files and <ctype.h> functions.
14506         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
14507         (mbsnwidth): Use isprint, iscntrl instead.
14508
14509 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14510
14511         Merge from coreutils.
14512         * MODULES.html.sh: Add xstrtold.
14513         * modules/xstrtold: New file.
14514         * modules/cycle-check (Files): Add lib/same-inode.h.
14515         * modules/dirname (Files): Add m4/double-slash-root.m4.
14516         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
14517         * modules/mkdir-p (Files): Add lib/same-inode.h.
14518         * modules/same (Files): Add lib/same-inode.h.
14519
14520 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14521
14522         * m4/absolute-header.m4: Renamed from full-header-path.m4.
14523         This is to keep the terminology clean; POSIX talks about
14524         "absolute pathnames", not "full pathnames", but the GNU
14525         Coding Standards say to use "path" for something else;
14526         so use "absolute" to keep both sides happy.
14527         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
14528         Set gl_absolute_header, not gl_full_header_path.
14529         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
14530         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
14531         All uses changed.
14532
14533         Merge from coreutils.
14534
14535         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14536
14537         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
14538         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
14539         want to require the building of c-strtod.o.
14540         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
14541         needs -lm directly.
14542         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
14543
14544         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14545
14546         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
14547         --as-needed option if available.  Problem reported by Albert Chin in
14548         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
14549         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
14550         cc merely issues a bunch of annoying warnings for --as-needed
14551         (this problem was reported by Bob Proulx).  Also, try linking with
14552         -lm to detect a bug in binutils 2.16 (this problem was reported
14553         by Ralf Wildenhues).
14554
14555         2006-06-18  Jim Meyering  <jim@meyering.net>
14556
14557         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
14558         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
14559         macro.
14560         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
14561         also check for glibc-2.4's abort-inducing bug.
14562
14563         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
14564         Low-probability clean-up should be to use rmdir to get rid of
14565         the just-created directory, not unlink.
14566
14567         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
14568         configure fail, and request a bug report to inform us about it.
14569         Add a comment that, barring reports to the contrary, in 2007 we'll
14570         assume ftruncate is universally available.
14571
14572         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14573
14574         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
14575
14576         2006-03-12  Jim Meyering  <jim@meyering.net>
14577
14578         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
14579         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
14580         * m4/same.m4 (gl_SAME): Likewise.
14581         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
14582
14583         2006-03-11  Eric Blake  <ebb9@byu.net>
14584
14585         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
14586         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
14587         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
14588         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
14589
14590 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14591
14592         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
14593         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
14594         reported by Mark D. Baushke, one in
14595         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
14596
14597         Merge from coreutils.
14598
14599         * lib/.cppi-disable: Add stdint_.h.
14600         * lib/.cvsignore: Add stdint.h.
14601
14602         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14603
14604         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
14605         both double and long double versions.
14606         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
14607         * lib/xstrtold.c: New file.
14608         * lib/xstrtod.h (xstrtold): New decl.
14609
14610         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14611
14612         * lib/filemode.c (setst): Remove.
14613         (strmode): Rewrite to avoid setst.  This makes the code shorter,
14614         (arguably) clearer, and the generated code is a bit smaller on my
14615         Debian GNU/Linux stable x86 host.
14616
14617         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14618
14619         * lib/filemode.c: Include "filemode.h" first, to test the interface.
14620         Assume that filemode.h includes sys/types.h and sys/stat.h.
14621         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
14622         (ftypelet): Reorder to put common cases first, for efficiency.
14623         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
14624         to do 'M'.
14625         (strmode): Renamed from mode_string, and now stores 12 bytes instead
14626         of 10, for compatibility with FreeBSD.  All callers changed.
14627         (filemodestring): Now stores 12 bytes instead of 10, and sets file
14628         types that can't be deduced solely from st_mode.  First arg is now a
14629         const pointer.
14630         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
14631         (strmode): Renamed from mode_string.
14632         (filemodestring): New decl.
14633         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
14634         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
14635         needed.
14636         (S_ISPORT, S_ISWHT): New macros, if not already defined.
14637
14638         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14639
14640         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
14641         fsusage.h now does that.  Include fsusage.h first, to test interface.
14642         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
14643         at most one method (the old code could have generated decls that
14644         didn't conform to C89, not that this was ever exercised).
14645         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
14646
14647         2006-03-19  Jim Meyering  <jim@meyering.net>
14648
14649         Work even in a chroot where d_ino values for entries in "/"
14650         don't match the stat.st_ino values for the same names.
14651         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
14652         number, iterate through all entries again, using lstat instead.
14653         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
14654         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
14655
14656         * lib/getcwd.c (__getcwd): Clarify a comment.
14657         Use memcpy in place of a call to strcpy.
14658
14659         2006-03-12  Jim Meyering  <jim@meyering.net>
14660
14661         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
14662         matches that of the current directory (which we're about to chdir ".."
14663         out of), then save the dev-ino of the parent, instead.
14664
14665         * lib/same-inode.h (SAME_INODE): New file/macro.
14666         * lib/chdir-safer.c (SAME_INODE): Remove definition.
14667         Include "same-inode.h", instead.
14668         * lib/same.c: Likewise.
14669         * lib/cycle-check.h: Include "same-inode.h".
14670         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
14671         * lib/cycle-check.c (SAME_INODE): Remove definition.
14672         * lib/root-dev-ino.h: Include "same-inode.h".
14673
14674         2006-03-11  Eric Blake  <ebb9@byu.net>
14675
14676         * lib/same.c (same_name): s/base_name/last_component/
14677         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
14678         * lib/filenamecat.c (file_name_concat): Likewise.
14679
14680         2006-03-11  Eric Blake  <ebb9@byu.net>,
14681                     Paul Eggert  <eggert@cs.ucla.edu>
14682
14683         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
14684         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
14685         drive prefix.
14686         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
14687         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
14688         (last_component): New method.
14689         * lib/dirname.c (dir_len): Determine when drive letters need a
14690         subsequent slash.  Preserve // when it is special.
14691         (dir_name): Don't append dot when drive letter is absolute.
14692         [TEST_DIRNAME]: Move into a full-blown gnulib test.
14693         * lib/basename.c (base_name): New semantics - malloc the result.
14694         Preserve // when it is special.  Preserve relative files that look
14695         like drive letters.
14696         (base_len): Preserve // when it is special.
14697         (last_component): New method, similar to old base_name semantics.
14698         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
14699         base_name.  Strip redundant slashes from ///.
14700
14701 2006-07-03  Jim Meyering  <jim@meyering.net>
14702
14703         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
14704         macro is used before the first cycle_check call.
14705
14706 2006-07-03  Eric Blake  <ebb9@byu.net>
14707
14708         * modules/dirname (Depends-on): Add xstrndup.
14709
14710 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14711
14712         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
14713         test cases, so that config.log is a bit easier to follow.
14714
14715 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14716
14717         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
14718         both are 64 bits, since this seems to be the tradition, and this
14719         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
14720         we ever run into a host that prefers long long to long in this
14721         case, we'll need another configure-time test.  Problem reported by
14722         Jim Meyering.
14723
14724 2006-07-02  Eric Blake  <ebb9@byu.net>
14725
14726         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
14727
14728 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14729
14730         * modules/inttypes (Depends-on): No longer depends on stdint.
14731         * modules/stdint (Description): Say more about assumptions.
14732         Say that the fast types might differ.  Say macros are used.
14733         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
14734         (Makefile.am): Revise list of substituted symbols to match
14735         new stdint.m4.
14736         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
14737         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
14738         * tests/test-stdint.c (verify_same_types)
14739         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
14740         the code conforms to C99/C89.
14741         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
14742         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
14743
14744 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14745
14746         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
14747         but fix a bug, by requiring at least 64 bits.
14748         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14749         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
14750         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
14751         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
14752
14753         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
14754         changes.  Make 2.59 a prerequisite.  Check and substitute for
14755         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
14756         inttypes.h.  Do not use special include files; just use the
14757         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
14758         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
14759         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
14760         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
14761         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
14762         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
14763         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
14764         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
14765         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
14766         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
14767         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
14768         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
14769         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
14770         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
14771         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
14772         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
14773         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
14774         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
14775         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
14776         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
14777         WINT_MAX.  Check for C99 conformance more strictly, by detecting
14778         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
14779         not check for things that C99 does not require, e.g., int8_t.  If
14780         a test isn't needed unless <stdint.h> isn't working, and is
14781         unlikely to be needed for any other reason, then don't do it
14782         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
14783         size_t, since we assume C89 freestanding at least.  Do not check
14784         for sig_atomic_t, wchar_t, or wint_t, since the code now does
14785         the right thing even if the types are not defined.  Instead use:
14786         (gl_STDINT_TYPE_PROPERTIES): New macro.
14787         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
14788         testing whether <sys/types.h> clashes, as Autoconf does this for
14789         us now.  All uses removed.
14790         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
14791         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
14792         (gl_CHECK_TYPE_SAME):
14793         Remove; no longer needed.
14794         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
14795         exists, since we'll return 0 anyway in that case.
14796         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
14797
14798 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14799
14800         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
14801         possible collision with system files.
14802         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
14803         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
14804         WCHAR_MIN and WCHAR_MAX in this case.
14805         (<stddef.h>): Do not include; no longer needed.
14806         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
14807         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
14808         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
14809         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
14810         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
14811         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
14812         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
14813         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
14814         !defined(__c99))]: Include in this case too, since it's harmless
14815         now.
14816         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
14817         dangerous to do so.
14818         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
14819         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
14820         (_STDINT_MIN, _STDINT_MAX): New macros.
14821         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
14822         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
14823         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
14824         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
14825         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
14826         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
14827         macros, not typedefs; this simplifies things quite a bit.
14828         Use long int for all types narrower than int64_t.
14829         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
14830         Define in terms of long long int or int64_t or long int,
14831         not int64_t or int32_t.  This saves some compile-time testing.
14832         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
14833         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
14834         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
14835         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
14836         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
14837         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
14838         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
14839         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
14840         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
14841         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
14842         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14843         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14844         undef any previous version and define our own version, for
14845         simplicity and consistency with the new macros for types.
14846         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14847         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14848         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
14849         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
14850         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
14851         @WINT_T_SUFFIX@ to keep things simple here.
14852         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
14853         Simplify by assuming typical 8/16/32/64 host, since we're
14854         already doing that elsewhere anyway.
14855         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
14856         and assume long long int is 64 bits if available.  This
14857         speeds up 'configure'.
14858
14859 2006-07-01  Eric Blake  <ebb9@byu.net>
14860
14861         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
14862         Reported by Andreas Buening.
14863
14864 2006-07-01  Eric Blake  <ebb9@byu.net>
14865
14866         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
14867
14868 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14869
14870         * lib/getaddrinfo.c: fixed typo
14871
14872 2006-06-29  Jim Meyering  <jim@meyering.net>
14873
14874         * modules/strftime (Maintainer): Add my name, since with the
14875         FPRINTFTIME changes strftime.c has forked from glibc.
14876
14877 2006-06-29  Eric Blake  <ebb9@byu.net>
14878
14879         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
14880
14881 2006-06-29  Eric Blake  <ebb9@byu.net>
14882
14883         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
14884
14885 2006-06-29  Eric Blake  <ebb9@byu.net>
14886
14887         * lib/stat_.h: New file.
14888
14889 2006-06-29  Eric Blake  <ebb9@byu.net>
14890
14891         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
14892         unused static function.
14893
14894 2006-06-29  Eric Blake  <ebb9@byu.net>
14895
14896         * doc/functions.texi (Function Portability): Document missing lstat
14897         on mingw.
14898
14899 2006-06-29  Eric Blake  <ebb9@byu.net>
14900
14901         * MODULES.html.sh: Add sys_stat.
14902         * modules/sys_stat: New module.
14903         * modules/mkstemp (Depends-on): Add sys_stat.
14904
14905 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14906
14907         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14908
14909 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14910
14911         * m4/c-bs-a.m4: Removed.
14912
14913 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14914
14915         * lib/strftime.c: Assume strftime() exists.
14916
14917 2006-06-29  Derek Price  <derek@ximbiot.com>
14918
14919         * modules/c-bs-a: Removed - \a is C89.
14920         * MODULES.html.sh: Remove c-bs-a.
14921
14922 2006-06-29  Bruno Haible  <bruno@clisp.org>
14923
14924         * modules/wcwidth (License): Change to LGPL.
14925
14926 2006-06-28  Simon Josefsson  <jas@extundo.com>
14927
14928         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14929         on _WIN32.
14930
14931         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14932         getnameinfo.
14933
14934 2006-06-28  Simon Josefsson  <jas@extundo.com>
14935
14936         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14937
14938 2006-06-28  Simon Josefsson  <jas@extundo.com>
14939
14940         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14941         functions there.  It will succeed on Windows XP, but on Windows
14942         2000 and (presumably) earlier, it will fail, and use the internal
14943         re-implementation.
14944         (use_win32_p): New function.
14945         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14946         Support AI_NUMERICSERV to disable getservbyname.
14947         (getnameinfo): New function, only supports
14948         NI_NUMERICHOST|NI_NUMERICSERV for now.
14949
14950         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14951         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14952         getnameinfo.
14953
14954 2006-06-28  Eric Blake  <ebb9@byu.net>
14955
14956         * modules/wcwidth: New file.
14957         * modules/mbchar (Depends-on): Add wcwidth.
14958         * modules/mbswidth (Depends-on): Add wcwidth.
14959         * MODULES.html.sh: Add wcwidth.
14960
14961 2006-06-28  Eric Blake  <ebb9@byu.net>
14962
14963         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14964         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14965
14966 2006-06-28  Eric Blake  <ebb9@byu.net>
14967
14968         * lib/xvasprintf.h: Fix comments.
14969
14970 2006-06-28  Eric Blake  <ebb9@byu.net>
14971
14972         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14973         * lib/mbswidth.c (wcwidth): Move from here...
14974         * lib/wcwidth.h: ...to this new file.
14975
14976 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14977
14978         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14979
14980         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14981         it's obsolete.
14982         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14983
14984 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14985
14986         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14987         Autoconf 2.60 says this stuff was obsolete.
14988
14989 2006-06-28  Bruno Haible  <bruno@clisp.org>
14990
14991         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14992
14993 2006-06-28  Bruno Haible  <bruno@clisp.org>
14994
14995         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14996         gt_TYPE_WCHAR_T.
14997
14998 2006-06-28  Bruno Haible  <bruno@clisp.org>
14999
15000         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
15001         declaration for wcwidth.
15002         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
15003
15004 2006-06-28  Bruno Haible  <bruno@clisp.org>
15005
15006         * lib/mkdtemp.c [MINGW]: Include <io.h>.
15007         (mkdir): Define using _mkdir.
15008
15009 2006-06-28  Bruno Haible  <bruno@clisp.org>
15010
15011         * lib/getaddrinfo.h: Fix POSIX URL.
15012         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
15013         _WIN32.
15014         (use_win32_p): Make static.
15015         (getaddrinfo): Reject service name if it is empty or does not consist
15016         solely of decimal digits, or if its value is > 65535.
15017         (getnameinfo): Remove useless casts.
15018
15019 2006-06-27  Simon Josefsson  <jas@extundo.com>
15020
15021         * modules/sys_select: New file, suggested by Bruno Haible, Paul
15022         Eggert and Martin Lambers.
15023
15024 2006-06-27  Simon Josefsson  <jas@extundo.com>
15025
15026         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
15027         Eggert and Martin Lambers.
15028
15029 2006-06-27  Bruno Haible  <bruno@clisp.org>
15030
15031         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
15032         result to 0, not to empty.
15033         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
15034
15035 2006-06-27  Bruno Haible  <bruno@clisp.org>
15036
15037         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
15038
15039 2006-06-26  Simon Josefsson  <jas@extundo.com>
15040
15041         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
15042         present.
15043
15044 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
15045
15046         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
15047         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
15048         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
15049
15050 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
15051
15052         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
15053
15054 2006-06-26  Bruno Haible  <bruno@clisp.org>
15055
15056         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
15057
15058 2006-06-26  Bruno Haible  <bruno@clisp.org>
15059
15060         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
15061
15062 2006-06-26  Bruno Haible  <bruno@clisp.org>
15063
15064         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
15065         SGI C compiler in pre-C99 mode.
15066         Suggested by Mark D. Baushke and Larry Jones.
15067
15068 2006-06-26  Bruno Haible  <bruno@clisp.org>
15069
15070         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
15071         WCHAR_MAX.
15072         Reported by Mark D. Baushke and Larry Jones.
15073
15074 2006-06-26  Bruno Haible  <bruno@clisp.org>
15075
15076         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
15077         in pre-C99 mode.
15078         Suggested by Mark D. Baushke and Larry Jones.
15079
15080 2006-06-23  Simon Josefsson  <jas@extundo.com>
15081             Bruno Haible  <bruno@clisp.org>
15082
15083         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
15084         Emit mostlyclean-local rule.
15085         (func_emit_tests_Makefile_am): Likewise.
15086         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
15087
15088 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
15089
15090         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
15091
15092 2006-06-23  Bruno Haible  <bruno@clisp.org>
15093
15094         * tests/test-stdint.c: Update to match ISO C 99 Technical
15095         Corrigendum 1.
15096
15097 2006-06-23  Bruno Haible  <bruno@clisp.org>
15098
15099         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
15100
15101 2006-06-23  Bruno Haible  <bruno@clisp.org>
15102
15103         * lib/stdint_.h: Treat IRIX like OpenBSD.
15104
15105 2006-06-23  Bruno Haible  <bruno@clisp.org>
15106
15107         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
15108         ISO C 99 Technical Corrigendum 1.
15109
15110 2006-06-22  Simon Josefsson  <jas@extundo.com>
15111
15112         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
15113         MinGW.
15114
15115 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15116
15117         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
15118         needed.  Some compiler complained about some of them.  Problem reported
15119         by Larry Jones in
15120         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
15121
15122 2006-06-21  Simon Josefsson  <jas@extundo.com>
15123
15124         * tests/test-getaddrinfo.c: New file.
15125
15126         * modules/getaddrinfo-tests: New file.
15127
15128         * MODULES.html.sh: Add inet_pton.
15129
15130         * modules/inet_pton: New file.
15131
15132 2006-06-21  Simon Josefsson  <jas@extundo.com>
15133
15134         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
15135         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
15136         of using the (limited) gnulib implementation on Windows XP.
15137
15138         * m4/inet_pton.m4: New file.
15139
15140 2006-06-21  Simon Josefsson  <jas@extundo.com>
15141
15142         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
15143         variable.
15144
15145         * lib/socket_.h: Don't define WINVER.
15146
15147         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
15148         slightly modified to work in gnulib.
15149
15150 2006-06-21  Simon Josefsson  <jas@extundo.com>
15151
15152         * doc/gnulib.texi (Windows sockets): Add.
15153
15154 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
15155
15156         * lib/read-file.c (fread_file): Start with buffer allocation of
15157         0 bytes rather than 1 byte; this simplifies the code.
15158         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
15159         code to free buffer and save/restore errno.
15160         (internal_read_file): Remove unused local.
15161
15162 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
15163
15164         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
15165         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
15166         Problem reported by Denis Excoffier in
15167         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
15168
15169 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15170
15171         * modules/sys_socket, modules/socklen: Include sys/types since
15172         FreeBSD 4.x's sys/socket.h needs it.
15173
15174 2006-06-19  Simon Josefsson  <jas@extundo.com>
15175
15176         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
15177
15178 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
15179
15180         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
15181
15182 2006-06-19  Bruno Haible  <bruno@clisp.org>
15183
15184         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
15185         and FULL_PATH_INTTYPES_H in angle brackets.
15186         Reported by Mark D. Baushke <mdb@gnu.org>.
15187
15188 2006-06-17  Eric Blake  <ebb9@byu.net>
15189
15190         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
15191         errno.
15192
15193 2006-06-17  Bruno Haible  <bruno@clisp.org>
15194
15195         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
15196         <sys/inttypes.h>.
15197
15198 2006-06-17  Bruno Haible  <bruno@clisp.org>
15199
15200         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
15201         whether errno is declared. Assume <errno.h> declares errno.
15202
15203 2006-06-17  Bruno Haible  <bruno@clisp.org>
15204
15205         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
15206
15207 2006-06-17  Bruno Haible  <bruno@clisp.org>
15208
15209         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
15210         problem on Solaris 2.5.1.
15211
15212 2006-06-16  Eric Blake  <ebb9@byu.net>
15213
15214         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
15215         * lib/unicodeio.c [!defined errno]: Likewise.
15216         * lib/strtol.c [!defined errno]: Likewise.
15217         * lib/strtod.c [!defined errno]: Likewise.
15218
15219 2006-06-15  Eric Blake  <ebb9@byu.net>
15220
15221         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
15222
15223 2006-06-15  Eric Blake  <ebb9@byu.net>
15224
15225         * config/srclist.txt (ssize_t.m4): Lose sync.
15226
15227 2006-06-15  Bruno Haible  <bruno@clisp.org>
15228
15229         * modules/stdint (Files): Include m4/full-header-path.m4,
15230         m4/size_max.m4, m4/wchar_t.m4.
15231         (Makefile.am): Many more substitutions.
15232         * modules/stdint-tests: New file.
15233         * tests/test-stdint.c: New file.
15234
15235 2006-06-15  Bruno Haible  <bruno@clisp.org>
15236
15237         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
15238         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
15239         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
15240         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
15241         gl_CHECK_TYPE_SAME): New macros.
15242
15243 2006-06-15  Bruno Haible  <bruno@clisp.org>
15244
15245         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
15246
15247 2006-06-15  Bruno Haible  <bruno@clisp.org>
15248
15249         * lib/stdint_.h: Rewritten to be fully auto-configured.
15250         Fixes bug on HP-UX/IA64.
15251
15252 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
15253
15254         * lib/getdate.y (__attribute__): Don't define if already defined.
15255         Problem reported by Larry Jones.
15256         * lib/utimens.c (__attribute__): Likewise.
15257
15258 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
15259
15260         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
15261         reported by Andreas Schwab.
15262
15263 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15264             Bruno Haible  <bruno@clisp.org>
15265
15266         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
15267         check for the declaration of strnlen and a run test that exposes the
15268         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
15269         rpl_strndup.
15270
15271 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15272             Bruno Haible  <bruno@clisp.org>
15273
15274         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
15275
15276 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15277
15278         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
15279         compile test, for Tru64 4.0D.
15280
15281 2006-05-28  Karl Berry  <karl@gnu.org>
15282
15283         * config/srclist.txt (printf-args.c): lose sync.
15284
15285 2006-05-26  Martin Lambers  <marlam@marlam.de>
15286
15287         * lib/getpass.c: Updates the test for the native W32 API, and adds
15288         missing includes, thus fixing compilation warnings.
15289
15290 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15291
15292         * lib/exclude.c (exclude_fnmatch): New function.
15293         (excluded_file_name): Call exclude_fnmatch.
15294         * lib/exclude.h (excluded_file_name): New prototype
15295
15296 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
15297
15298         * lib/tempname.c (small_open, large_open): New macros.
15299         (__open, __open64) [!_LIBC]: Remove.
15300         (__gen_tempname): Use small_open and large_open instead of __open
15301         and __open64.  This fixes a portability bug on HP-UX 11.11i
15302         reported by Simon Wing-Tang in
15303         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
15304
15305 2006-05-24  Bruno Haible  <bruno@clisp.org>
15306
15307         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
15308         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
15309         Reported by Thorsten Maerz <torte@netztorte.de> via
15310         Aaron Stone <aaron@serendipity.cx>.
15311
15312 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15313
15314         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
15315         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
15316         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
15317         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
15318         not really conditional on the cache.
15319         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
15320
15321 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15322
15323         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
15324         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
15325         (my_usleep): Don't mishandle maximum value.
15326
15327 2006-05-19  Jim Meyering  <jim@meyering.net>
15328
15329         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
15330
15331 2006-05-17  Bruno Haible  <bruno@clisp.org>
15332
15333         Cygwin portability.
15334         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
15335
15336 2006-05-17  Bruno Haible  <bruno@clisp.org>
15337
15338         * lib/stdint_.h: Fix recognition of Cygwin.
15339
15340 2006-05-15  Bruno Haible  <bruno@clisp.org>
15341
15342         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
15343         on libtool patch by Ralf Wildenhues.
15344
15345 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15346
15347         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
15348         test for C99 conformance; (bool) 0.5 is an integer constant
15349         expression, but (bool) -0.5 is not.  Problem reported by Fedor
15350         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
15351
15352 2006-05-11  Simon Josefsson  <jas@extundo.com>
15353
15354         * m4/xvasprintf.m4: Fix obvious typo.
15355
15356 2006-05-11  Jim Meyering  <jim@meyering.net>
15357
15358         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
15359         James Lemley.
15360
15361 2006-05-10  Simon Josefsson  <jas@extundo.com>
15362
15363         * lib/md4.c: Typo fix, update copyright years.
15364         (K1, K2): Don't use L because it turn computations into 64-bit on
15365         64-bit platforms.
15366
15367 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
15368
15369         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
15370         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
15371         unwanted sign propagation, e.g., on hosts with 64-bit int.
15372         There still are some problems with reeelly weird theoretical hosts
15373         (e.g., 33-bit int) but it's not worth worrying about now.
15374         * lib/sha1.c (rol): Likewise.
15375         (K1, K2, K3, K4): Remove unnecessary L suffix.
15376
15377 2006-05-10  Bruno Haible  <bruno@clisp.org>
15378
15379         * lib/des.c: Cast to avoid warnings.
15380
15381 2006-05-09  Bruno Haible  <bruno@clisp.org>
15382
15383         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
15384         (Depends-on): Depend also on xsize, stdarg.
15385         (configure.ac): Add gl_XVASPRINTF.
15386
15387 2006-05-09  Bruno Haible  <bruno@clisp.org>
15388
15389         * m4/xvasprintf.m4: New file.
15390
15391 2006-05-09  Bruno Haible  <bruno@clisp.org>
15392
15393         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
15394         (EOVERFLOW): Define fallback value.
15395         (xstrcat): New function.
15396         (xvasprintf): Recognize the special case of a string concatenation.
15397
15398 2006-05-08  Eric Blake  <ebb9@byu.net>
15399
15400         * gnulib-tool (func_version): Base copyright year on CVS date.
15401         (func_emit_copyright_notice): New function.
15402         (func_emit_lib_Makefile_am): Use it.
15403         (func_emit_tests_Makefile_am): Likewise.
15404         (func_import): Likewise.
15405
15406 2006-05-08  Bruno Haible  <bruno@clisp.org>
15407
15408         * modules/stdarg: New file.
15409         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
15410
15411 2006-05-08  Bruno Haible  <bruno@clisp.org>
15412
15413         * m4/stdarg.m4: New file, from GNU gettext.
15414
15415 2006-05-08  Bruno Haible  <bruno@clisp.org>
15416
15417         * config/srclist.txt (build-aux/config.rpath): different from latest
15418         release.
15419
15420 2006-05-08  Bruno Haible  <bruno@clisp.org>
15421
15422         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
15423
15424 2006-05-05  Jim Meyering  <jim@meyering.net>
15425
15426         * m4/warning.m4: New file, derived from bison's file by the same name.
15427
15428 2006-05-03  Bruno Haible  <bruno@clisp.org>
15429
15430         * lib/stdint_.h: Shorter URL.
15431         * lib/inttypes.h: Likewise.
15432
15433 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15434
15435         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
15436
15437 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15438
15439         * lib/verify.h: Document the internals better.  Most of this change
15440         was written by Bruno Haible.
15441
15442 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15443
15444         * doc/verify.texi: New file, partly based on a proposal by
15445         Bruno Haible.
15446
15447 2006-05-02  Bruno Haible  <bruno@clisp.org>
15448
15449         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
15450         test from here...
15451         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
15452
15453 2006-04-29  Bruno Haible  <bruno@clisp.org>
15454
15455         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
15456         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
15457
15458 2006-04-29  Bruno Haible  <bruno@clisp.org>
15459
15460         * gnulib-tool: Make --update option actually work.
15461
15462 2006-04-29  Bruno Haible  <bruno@clisp.org>
15463
15464         * doc/gcd.texi: New file.
15465         * doc/gnulib.texi: Include it.
15466
15467 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
15468
15469         * lib/getdate.y (get_date): When adding relative date, start with the
15470         initial time, not with the result of the first mktime call.
15471
15472 2006-04-25  Bruno Haible  <bruno@clisp.org>
15473
15474         * gnulib-tool (func_import): Output the include directives in three
15475         blocks, sorted separately.
15476         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15477
15478 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15479
15480         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
15481         to define main with arguments, for C++.  Reported by Eric Blake.
15482         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
15483         Prefer 'int main ()' to 'int main (void)', for C++.
15484         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
15485         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
15486         for 'main', for C99 and C++.
15487
15488 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15489
15490         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
15491         Don't assume that exit status -1 is valid.
15492         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15493         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
15494         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
15495         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
15496         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
15497         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
15498         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
15499         functions can be used without declaring them, or that you can
15500         exit with status -1.
15501         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
15502
15503 2006-04-24  Karl Berry  <karl@gnu.org>
15504
15505         * config/srclist.txt (longdouble.m4): sync lost.
15506
15507 2006-04-24  Eric Blake  <ebb9@byu.net>
15508
15509         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
15510
15511 2006-04-24  Bruno Haible  <bruno@clisp.org>
15512
15513         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
15514         poll() implementation in AIX.
15515         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15516
15517 2006-04-24  Bruno Haible  <bruno@clisp.org>
15518
15519         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
15520         assigned exactly once.
15521
15522 2006-04-23  Claudio Fontana  <claudio@gnu.org>
15523             Bruno Haible  <bruno@clisp.org>
15524
15525         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
15526         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
15527         for AM_CPPFLAGS.
15528
15529 2006-04-23  Bruno Haible  <bruno@clisp.org>
15530
15531         * modules/copy-file: Depend on unistd.
15532         * modules/execute: Likewise.
15533         * modules/fatal-signal: Likewise.
15534         * modules/findprog: Likewise.
15535         * modules/mkdtemp : Likewise.
15536         * modules/pipe: Likewise.
15537         * modules/wait-process: Likewise.
15538
15539 2006-04-23  Bruno Haible  <bruno@clisp.org>
15540
15541         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
15542         condition was already detected.
15543         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15544
15545 2006-04-23  Bruno Haible  <bruno@clisp.org>
15546
15547         * lib/copy-file.c: Include <unistd.h> unconditionally.
15548         * lib/execute.c: Likewise.
15549         * lib/fatal-signal.c: Likewise.
15550         * lib/findprog.c: Likewise.
15551         * lib/mkdtemp.c: Likewise.
15552         * lib/pipe.h: Likewise.
15553         * lib/pipe.c: Likewise.
15554         * lib/wait-process.h: Likewise.
15555
15556 2006-04-23  Bruno Haible  <bruno@clisp.org>
15557
15558         * gnulib-tool (func_usage): Fix --import description. Document
15559         --update.
15560         (func_import): Create temporary file in a temporary directory, if
15561         --dry-run is specified. Silence errors from 'grep' when there are no
15562         m4 files in $m4dir.
15563         (func_create_testdir): Silence errors from 'grep' when there are no
15564         m4 files in $m4dir.
15565         Reported by Karl Berry <karl@freefriends.org>.
15566
15567 2006-04-20  Bruno Haible  <bruno@clisp.org>
15568
15569         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
15570         one argument, so that the code will be portable to Autoconf 2.60.
15571         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
15572         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15573         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
15574
15575 2006-04-19  Derek Price  <derek@ximbiot.com>
15576             Eric Blake  <ebb9@byu.net>
15577
15578         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
15579         rather than "/full/path.h".  Update comment to match.  Shorten &
15580         generalize m4_translit call via AS_TR_CPP.
15581
15582 2006-04-19  Derek Price  <derek@ximbiot.com>
15583             Eric Blake  <ebb9@byu.net>
15584
15585         * lib/inttypes.h: Correct grammar in comment.
15586
15587 2006-04-18  Derek Price  <derek@ximbiot.com>
15588             Paul Eggert  <eggert@cs.ucla.edu>
15589
15590         * modules/inttypes: New file.
15591         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
15592
15593 2006-04-18  Derek Price  <derek@ximbiot.com>
15594             Paul Eggert  <eggert@cs.ucla.edu>
15595
15596         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
15597         New files.
15598
15599 2006-04-18  Derek Price  <derek@ximbiot.com>
15600             Paul Eggert  <eggert@cs.ucla.edu>
15601
15602         * lib/inttypes.h: New file.
15603         * lib/strtoimax.c: Assume <inttypes.h>.
15604
15605 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
15606
15607         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
15608         isn't mounted.  Problem reported by Kir Kolyshkin.
15609
15610 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15611
15612         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
15613         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
15614         Derek R. Price.
15615         * lib/regex.h (RE_DUP_MAX): Update comment to match current
15616         implementation.
15617
15618 2006-04-12  Eric Blake  <ebb9@byu.net>
15619
15620         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
15621         is now done automatically by the corresponding Autoconf macro.
15622
15623 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
15624
15625         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
15626         time_r.h.
15627
15628 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15629
15630         Merge regex changes from libc, removing some of our
15631         POSIX-conformance changes that were rejected and redoing them in a
15632         less-intrusive way.
15633
15634         * lib/regcomp.c (re_compile_internal, init_dfa):
15635         Length arg is now size_t, not Idx.  All uses changed.
15636         (peek_token): Forward decl now says internal_function.
15637         (__re_error_msgid, __re_error_msgid_idx):
15638         Now static rather than extern with attribute_hidden.
15639         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
15640         For some reason libc prefers K&R style defns for external functions.
15641         (regerror) [!defined _LIBC]: Likewise.
15642         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
15643         (seek_collating_symbol_entry, lookup_collation_sequence_value):
15644         (build_range_exp, build_collating_symbol):
15645         Use K&R-style defn.
15646         (re_compile_fastmap): Use '\0' to memset, not 0.
15647         (utf8_sb_map): Make the calculations more obvious.
15648         (init_dfa, parse_bracket_exp, build_charclass_op):
15649         Call calloc and cast result, as glibc does.
15650         (init_word_char, fetch_token, peek_token, peek_token_bracket):
15651         (build_range_exp, build_collating_symbol):
15652         Now internal functions.
15653
15654         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
15655
15656         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
15657         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
15658         Don't depend on VMS; depend on __VMS instead, for POSIX
15659         namespace cleanness.
15660         (regoff_t): Define to ssize_t, not long int.
15661
15662         Remove the REG_ macros named below.  Instead, make the old names
15663         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
15664         __USE_GNU_REGEX.
15665         (REG_BACKSLASH_ESCAPE_IN_LISTS):
15666         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
15667         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
15668         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
15669         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
15670         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
15671         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
15672         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
15673         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
15674         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
15675         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
15676         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
15677         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
15678         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
15679         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
15680         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
15681         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
15682         (REG_NREGS):
15683         Remove.  All uses replaced by the old RE_* names.
15684         (RE_BACKSLASH_ESCAPE_IN_LISTS):
15685         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
15686         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
15687         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
15688         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
15689         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
15690         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
15691         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
15692         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
15693         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
15694         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
15695         Don't bother having these macros be independent of each others'
15696         values, since they no longer exist in the POSIX name space.
15697
15698         Rename the following member names back to their old names,
15699         unless !__USE_GNU_REGEX.  All uses changed back.
15700         (buffer): Renamed from re_buffer.
15701         (allocated): Renamed from re_allocated.
15702         (used): Renamed from re_used.
15703         (syntax): Renamed from re_syntax.
15704         (fastmap): Renamed from re_fastmap.
15705         (translate): Renamed from re_translate.
15706         (can_be_null): Renamed from re_can_be_null.
15707         (regs_allocated): Renamed from re_regs_allocated.
15708         (fastmap_accurate): Renamed from re_fastmap_accurate.
15709         (no_sub): Renamed from re_no_sub.
15710         (not_bol): Renamed from re_not_bol.
15711         (not_eol): Renamed from re_not_eol.
15712         (newline_anchor): Renamed from re_newline_anchor.
15713         (num_regs): Renamed from rm_num_regs.
15714         (start): Renamed from rm_start.
15715         (end): Renamed from rm_end.
15716
15717         (free_state): Move up a bit.
15718
15719         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
15720         #define to be empty.
15721         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
15722         when that is what is intended.
15723         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
15724         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
15725         (MAX): New macro.
15726         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
15727         All uses changed back to re_malloc, etc.  It's now the caller's
15728         responsibility to check for overflow; all callers changed.
15729         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
15730         (re_x2nrealloc): Remove.
15731         (free_state): Remove decl.
15732
15733         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
15734         (re_set_registers, re_exec):
15735         Use K&R-style defn.
15736
15737         2006-01-31  Roland McGrath  <roland@redhat.com>
15738
15739         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
15740         Reported by Mike Frysinger <vapier@gentoo.org>.
15741
15742         2006-01-15  Andreas Jaeger  <aj@suse.de>
15743
15744         [BZ #1950]
15745         * lib/regex_internal.c (re_string_reconstruct): Adjust for
15746         build_wcs_upper_buffer change.
15747         (build_wcs_upper_buffer): Change return type.
15748
15749         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
15750
15751         * lib/regex_internal.h: Include <stdint.h> if available.
15752
15753         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
15754
15755         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
15756
15757         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15758
15759         * lib/regcomp.c: Adjust for changed secondary hash function.
15760
15761         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
15762
15763         * lib/regex.h: Pretty printing.
15764         Clean up namespace a bit.
15765
15766         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
15767
15768         * lib/regexec.c (update_cur_sifted_state, check_arrival,
15769         check_arrival_add_next_nodes): Avoid using uninitialized variable.
15770
15771         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15772                     Ulrich Drepper  <drepper@redhat.com>
15773
15774         [BZ #1302]
15775         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
15776         changed.
15777         (bitset_word_t): Renamed from bitset_word.  All uses changed.
15778
15779         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
15780
15781         [BZ #281]
15782         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
15783         * lib/regcomp.c: Remove unnecessary uses of
15784         unsigned RE_TRANSLATE_TYPE.
15785         * lib/regex_internal.h: Likewise.
15786         * lib/regex_internal.c: Likewise.
15787         * lib/regexec.c: Likewise.
15788         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
15789
15790         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
15791
15792         * lib/regexec.c (find_recover_state): Remove unnecessary
15793         initialization.
15794         (transit_state_bkref): Make DFA a const pointer.
15795         (get_subexp): Likewise.
15796         (check_arrival): Likewise.
15797         (update_cur_sifted_state): Likewise.
15798         (re_search_internal): Likewise.
15799         (prune_impossible_nodes): Likewise.
15800         (acquire_init_state_context): Likewise.
15801         (proceed_next_node): Likewise.
15802         (set_regs): Likewise.
15803         (free_fail_stack_return): Likewise.
15804         (check_arrival_expand_ecl): Mark DFA parameter as const.
15805         (check_arrival_expand_ecl_sub): Likewise.
15806         (check_subexp_limits): Likewise.
15807         (sub_epsilon_src_nodes):  Likewise.
15808         (add_epsilon_src_nodes):  Likewise.
15809         (merge_state_array): Likewise.
15810         (update_regs): Likewise.
15811         (build_trtable): Likewise.
15812         (sift_states_backward): Mark MCTX parameter as const.
15813         (build_sifted_states): Likewise.
15814         (update_cur_sifted_state): Likewise.
15815         (sift_states_mkref): Likewise.
15816         (check_arrival_expand_ecl): Mark eclosure as const.
15817         (check_dst_limits_calc_pos_1): Likewise.
15818         * lib/regex_internal.h (re_match_context_t): Make dfa a const
15819         pointer.
15820
15821         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
15822
15823         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
15824         (transit_state_sb): Likewise.
15825         (transit_state_mb): Likewise.
15826         (sift_states_iter_mb): Likewise.
15827         (check_arrival_add_next_nodes): Likewise.
15828         (check_node_accept_bytes): Change first parameter to pointer-to-const.
15829         [_LIBC] (re_search_2_stub): Use mempcpy.
15830
15831         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
15832         mbrtowc for very simple UTF-8 case.
15833
15834         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
15835         a pointer-to-const.
15836         (re_acquire_state_context): Likewise.
15837         * lib/regex_internal.h: Adjust prototypes.
15838
15839         * lib/regex.c: Prevent using C++ compilers.
15840
15841         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
15842         (re_acquire_state_context): Likewise.
15843
15844 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15845
15846         * modules/regex (Depends-on): Add ssize_t.
15847
15848 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15849
15850         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
15851         translation table.
15852
15853 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15854
15855         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
15856
15857 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
15858             Bruno Haible  <bruno@clisp.org>
15859
15860         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
15861         <sys/types.h> and <inttypes.h>.
15862
15863 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15864
15865         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
15866         `__error_t_defined', so argp.h will not typedef the former.
15867
15868 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15869
15870         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
15871         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
15872         glibc names.  Even if glibc is changed to conform to POSIX, the
15873         traditional names will be available anyway, since regex depends on
15874         the extensions module.  Also, fix a longstanding typo in the
15875         implementation of Spencer ERE test #75 from grep 2.3.  Problems
15876         reported by Emanuele Giaquinta.  Also, change sense of cached
15877         variable, so that the message makes sense.
15878
15879 2006-03-24  Simon Josefsson  <jas@extundo.com>
15880
15881         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
15882         including some doc fixes.
15883         (base64_encode_alloc): Fix +1 bug on allocation failures.
15884
15885 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15886
15887         * lib/base64.c (base64_encode): Do not read past end of array with
15888         unsanitized input on systems with CHAR_BIT > 8.
15889
15890 2006-03-24  Eric Blake  <ebb9@byu.net>
15891
15892         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
15893
15894 2006-03-22  Karl Berry  <karl@gnu.org>
15895
15896         * config/srclist.txt (*setenv.[ch]): get from coreutils.
15897         * config/srclistvars.sh (COREUTILS): new var.
15898
15899 2006-03-17  Jim Meyering  <jim@meyering.net>
15900
15901         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15902         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15903
15904 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15905
15906         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15907         no longer needs it.  Instead, check that regoff_t is as least
15908         as wide as ptrdiff_t.
15909
15910         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15911         so that our regex.h stays compatible with the installed regex.
15912         This is helpful for installers who configure --without-included-regex.
15913         Problem reported by Emanuele Giaquinta.
15914
15915 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15916
15917         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15918         Typedef to long int, not to off_, as POSIX will likely change
15919         in that direction.
15920
15921 2006-03-15  Eric Blake  <ebb9@byu.net>
15922
15923         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15924
15925 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15926
15927         * lib/argp-help.c (validate_uparams): Fix typo
15928         * lib/argp-parse.c (argp_default_options): Consistently begin help
15929         messages with a lowercase letter.
15930
15931 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15932
15933         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15934         overrun buffers and shouldn't be used (much as gets shouldn't be
15935         used).
15936         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15937
15938 2006-03-08  Simon Josefsson  <jas@extundo.com>
15939
15940         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15941         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15942
15943 2006-03-08  Simon Josefsson  <jas@extundo.com>
15944
15945         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15946         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15947
15948 2006-03-08  Simon Josefsson  <jas@extundo.com>
15949
15950         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15951         signal that configure disabled the device.
15952
15953 2006-03-08  Simon Josefsson  <jas@extundo.com>
15954
15955         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15956         languages.
15957
15958 2006-03-07  Simon Josefsson  <jas@extundo.com>
15959
15960         * modules/getopt (Depends-on): Add unistd.
15961
15962         * modules/unistd: New file.
15963
15964 2006-03-07  Simon Josefsson  <jas@extundo.com>
15965
15966         * modules/gc-random: New file.
15967
15968 2006-03-07  Simon Josefsson  <jas@extundo.com>
15969
15970         * m4/unistd_h.m4: New file.
15971
15972 2006-03-07  Simon Josefsson  <jas@extundo.com>
15973
15974         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15975         test to be side-effect free by storing the result in the cache
15976         variable gl_cv_lib_readline, and moving the assignment of
15977         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15978         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15979
15980 2006-03-07  Simon Josefsson  <jas@extundo.com>
15981
15982         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15983         error on missing devices (the functions will return an error).
15984
15985         * m4/gc.m4: Move random stuff to gc-random.m4
15986
15987 2006-03-07  Simon Josefsson  <jas@extundo.com>
15988
15989         * lib/unistd_.h: New file.
15990
15991 2006-03-07  Simon Josefsson  <jas@extundo.com>
15992
15993         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15994
15995 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15996
15997         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
15998         Problem reported by Juan Manuel Guerrero.
15999
16000 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
16001
16002         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
16003         the unistd module.
16004         * lib/getlogin_r.c: Likewise.
16005         * lib/getlogin_r.h: Likewise.
16006         * lib/glob.c: Likewise.
16007         * lib/pagealign_alloc.c: Likewise.
16008         * lib/unistd_.h: Remove; no longer needed.
16009
16010 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
16011
16012         * MODULES.html.sh (Support for systems lacking POSIX:2001):
16013         Add unistd.
16014         * modules/c-stack (Depends-on): Add unistd.
16015         * modules/getlogin_r: Likewise.
16016         * modules/glob: Likewise.
16017         * modules/pagealign_alloc: Likewise.
16018         * modules/unistd (Files): Remove lib/unistd_.h.
16019         (EXTRA_DIST): Remove.
16020         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
16021         need unistd_.h.
16022         (MOSTLYCLEANFILES): Remove unistd.h-t.
16023
16024 2006-03-03  Simon Josefsson  <jas@extundo.com>
16025
16026         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
16027
16028 2006-03-03  Simon Josefsson  <jas@extundo.com>
16029
16030         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
16031         libidn and bison.
16032
16033 2006-03-03  Simon Josefsson  <jas@extundo.com>
16034
16035         * build-aux/maint.mk: Add indent target.
16036
16037 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
16038
16039         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
16040         our replacement poll.h in any case, to avoid a differing
16041         declaration from a system header.  Seen on AIX.
16042
16043 2006-03-01  Simon Josefsson  <jas@extundo.com>
16044
16045         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
16046         <kasal@ucw.cz>.
16047
16048 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16049
16050         * modules/gettime (Depends-on): Add extensions module.
16051         * modules/nanosleep (Depends-on): Likewise.
16052         * modules/settime (Depends-on): Likewise.
16053
16054 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16055
16056         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
16057         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
16058         pedantically.
16059         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
16060         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
16061
16062         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
16063         not "==".  Reported by Ralf Wildenhues.
16064
16065 2006-03-01  Karl Berry  <karl@gnu.org>
16066
16067         * doc/Copyright/request-*: new files, synced from gnuorg.
16068
16069 2006-03-01  Karl Berry  <karl@gnu.org>
16070
16071         * config/srclist.txt (Copyright/*): new entries.
16072
16073 2006-02-28  Simon Josefsson  <jas@extundo.com>
16074
16075         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
16076
16077 2006-02-27  Simon Josefsson  <jas@extundo.com>
16078
16079         * lib/base64.h: Indent #define's.  From Jim Meyering
16080         <jim@meyering.net>.
16081
16082 2006-02-27  Jim Meyering  <jim@meyering.net>
16083
16084         Revert the change of 2006-02-24, so these files can continue
16085         to be sync'd from gettext.
16086         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
16087         of `config.h'.
16088
16089 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
16090
16091         * modules/intprops: New file.
16092         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
16093         Add intprops.
16094         * modules/getloadavg (Files): Remove lib/intprops.h.
16095         (Depends-on): Add intprops.
16096         * modules/human: Likewise.
16097         * modules/inttostr: Likewise.
16098         * modules/openat: Likewise.
16099         * modules/sig2str: Likewise.
16100         * modules/userspec: Likewise.
16101         * modules/utimecmp: Likewise.
16102         * modules/xnanosleep: Likewise.
16103         * modules/xstrtol: Likewise.
16104
16105 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
16106
16107         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
16108         * modules/lock-tests (TESTS): Use $(EXEEXT).
16109         * modules/tls-tests: Likewise.
16110         * modules/argp-tests: Likewise.
16111         (check_PROGRAMS): New var, replacing...
16112         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
16113
16114 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16115
16116         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
16117         `config.h'.
16118
16119 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
16120
16121         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
16122
16123 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16124
16125         Sync from coreutils.
16126         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
16127         gl_CHDIR_SAFER.
16128
16129 2006-02-22  Jim Meyering  <jim@meyering.net>
16130
16131         Sync from coreutils.
16132         * m4/chdir-safer.m4: New file.
16133
16134 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
16135
16136         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
16137         AT_FDCWD exceeds INT_MAX.
16138         * lib/openat.h (AT_FDCWD): Likewise.
16139
16140 2006-02-17  Eric Blake  <address@hidden>
16141
16142         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
16143
16144 2006-02-16  Simon Josefsson  <jas@extundo.com>
16145
16146         * modules/getaddrinfo (Depends-on): Add sys_socket.
16147
16148 2006-02-15  Simon Josefsson  <jas@extundo.com>
16149
16150         * build-aux/maint.mk: Add dsyntax-check rule.
16151
16152 2006-02-15  Eric Blake  <ebb9@byu.net>
16153
16154         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
16155         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
16156         'present but cannot compile' warnings on cygwin.
16157         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
16158         use ws2tcpip.h if sys/socket.h works.
16159         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
16160         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
16161
16162 2006-02-14  Simon Josefsson  <jas@extundo.com>
16163
16164         * modules/maintainer-makefile (Files): Rename.
16165
16166         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
16167         and (the local) Makefile.cfg to maint-cfg.mk.
16168
16169         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
16170         to the latter.
16171
16172         * modules/maintainer-makefile: New module.
16173
16174         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
16175         severaly stripped to make it possible to build it up from scratch
16176         with reliable tests.
16177
16178         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
16179         fixes to permit overriding the default actions when configure and
16180         makefile are not available.
16181
16182 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
16183
16184         Sync from coreutils.
16185         * modules/lstat (Depends-on): Don't depend on xalloc.
16186         (License): Change from GPL to LGPL, since this is now simply a
16187         replacement for a libc function.
16188
16189 2006-02-14  Jim Meyering  <jim@meyering.net>
16190
16191         Sync from coreutils.
16192
16193         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
16194         failure on deficient systems, and simplify gnulib lgpl dependencies.
16195         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
16196         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
16197
16198         * lib/xalloc-die.c: Remove unused definition of N_.
16199
16200 2006-02-14  Jim Meyering  <jim@meyering.net>
16201
16202         Sync from coreutils.
16203         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
16204         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
16205         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
16206         double-quote uses of that variable, to accommodate the rare case in
16207         which getmntent is available in none of the libraries checked.  This
16208         happens at least on FreeBSD 5.0.
16209
16210 2006-02-13  Simon Josefsson  <jas@extundo.com>
16211
16212         * gnulib-tool (Usage): Fix --import, from
16213         karl@freefriends.org (Karl Berry).
16214
16215 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
16216
16217         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
16218
16219 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
16220
16221         * lib/argp-namefrob.h: Restore changes accidentally lost during the
16222         "autoupdate" on 2005-12-12.
16223
16224 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
16225
16226         * modules/closeout (Depends-on): Remove atexit.
16227
16228 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
16229
16230         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
16231         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
16232
16233 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
16234
16235         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
16236         __EXTENSIONS__ if this causes compilation to fail.  Problem
16237         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
16238         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
16239
16240 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
16241
16242         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
16243         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
16244         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
16245         All uses changed.
16246
16247 2006-01-26  Simon Josefsson  <jas@extundo.com>
16248
16249         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
16250         prototype is visible on mingw32.
16251
16252         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
16253         for mingw32.
16254
16255         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
16256         mingw32).
16257
16258 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
16259
16260         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
16261         attempt to open for write; this always fails, at least on POSIX
16262         hosts.  This reinstates the 2006-01-09 change, which was
16263         inadvertently removed.
16264
16265 2006-01-26  Bruno Haible  <bruno@clisp.org>
16266
16267         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
16268         Reported by Paul Eggert.
16269
16270 2006-01-26  Bruno Haible  <bruno@clisp.org>
16271             Paul Eggert  <eggert@cs.ucla.edu>
16272
16273         * lib/stdbool_.h (_Bool)
16274         [(! (defined __cplusplus || defined __BEOS__)
16275           && !defined __GNUC__
16276           && !(defined __HP_cc || defined __xlc__
16277                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
16278                || defined __sgi))]:
16279         #define to signed char in these cases too; this simplifies
16280         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
16281         etc., separately) and makes it more conservative.
16282
16283 2006-01-25  Simon Josefsson  <jas@extundo.com>
16284
16285         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
16286         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
16287         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
16288
16289 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
16290
16291         * lib/argp-namefrob.h: Bugfix. Remove stray #
16292
16293 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
16294
16295         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
16296         so that we test the test.
16297         Check for yet another HP-UX cc bug involving *bool |= bool.
16298
16299 2006-01-25  Karl Berry  <karl@gnu.org>
16300
16301         * config/srclist.txt (vasnprintf.c): sync lost.
16302
16303 2006-01-25  Jim Meyering  <jim@meyering.net>
16304
16305         Sync from the stable (b5) branch of coreutils:
16306
16307         * lib/fts.c (fts_children): Don't let close() clobber errno from
16308         failed fchdir().
16309
16310         * lib/fts.c (fts_stat): When following a symlink-to-directory,
16311         don't necessarily interpret stat-fails+lstat-succeeds as indicating
16312         a dangling symlink.  That can also happen at least for ELOOP.
16313         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
16314         FYI, this bug predates the inclusion of fts.c in coreutils.
16315
16316         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
16317         in their own block, so pre-c99 compilers don't object.
16318
16319         Avoid the double-free (first in fts_read, second in fts_close) that
16320         would occur when an `active' directory is made inaccessible (e.g.,
16321         via chmod a-x) during a traversal.
16322         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16323         before returning.  Reproduce this failure by
16324         mkdir -p a/b; cd a; chmod a-x . b
16325         Reported by Stavros Passas.
16326
16327 2006-01-25  Jim Meyering  <jim@meyering.net>
16328
16329         * lib/fileblocks.c: Remove more useless parentheses.
16330         * lib/readutmp.h: Likewise.
16331
16332 2006-01-25  Bruno Haible  <bruno@clisp.org>
16333
16334         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
16335         warnings.
16336         Reported by Paul Eggert.
16337
16338 2006-01-25  Bruno Haible  <bruno@clisp.org>
16339
16340         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
16341         rid of a trap command. For Solaris sh.
16342         Reported by Mark D. Baushke <mdb@gnu.org>.
16343
16344 2006-01-24  Simon Josefsson  <jas@extundo.com>
16345
16346         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
16347         Bruno.
16348
16349 2006-01-24  Karl Berry  <karl@gnu.org>
16350
16351         * config/srclist.txt (argp-namefrob.h): sync lost.
16352
16353 2006-01-24  Jim Meyering  <jim@meyering.net>
16354
16355         * modules/openat (Files): Add lib/intprops.h.
16356         From Mark D. Baushke.
16357
16358 2006-01-24  Jim Meyering  <jim@meyering.net>
16359
16360         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
16361         Reported by Mark D. Baushke.
16362
16363 2006-01-24  Jim Meyering  <jim@meyering.net>
16364
16365         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
16366
16367 2006-01-24  Bruno Haible  <bruno@clisp.org>
16368
16369         * modules/strnlen (Maintainer): Change from glibc to all.
16370
16371 2006-01-24  Bruno Haible  <bruno@clisp.org>
16372
16373         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
16374         Patch by Paul Eggert.
16375
16376 2006-01-24  Bruno Haible  <bruno@clisp.org>
16377
16378         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
16379         already has it.
16380         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
16381         2005-11-26.
16382
16383         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
16384         'signed char' to avoid problems with the built-in _Bool type.
16385         Reported by Paul Eggert on 2005-11-26.
16386
16387 2006-01-24  Bruno Haible  <bruno@clisp.org>
16388
16389         * gnulib-tool (func_import): Avoid constructing complicated sed
16390         expressions inside backquote.
16391         Report and solution by Mark D. Baushke <mdb@gnu.org>.
16392
16393 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
16394
16395         These changes imported from libc.
16396         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
16397         test and two separate function calls.
16398         * lib/strndup.c (__strndup): Add libc_hidden_def.
16399
16400 2006-01-23  Simon Josefsson  <jas@extundo.com>
16401
16402         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
16403         Remove the test_*_SOURCES variable: automake infers it by default.
16404         * modules/tls-tests: Likewise.
16405
16406 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16407
16408         Work around porting bugs reported by Dieter in
16409         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
16410         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
16411         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
16412         Include "getopt.h" first, to check interface.
16413         (getenv): Declare only if defined HAVE_DECL_GETENV &&
16414         !HAVE_DECL_GETENV.
16415         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
16416         (__strndup): Revert to K&R-style function dfns, the glibc style.
16417         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
16418         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
16419         Include strnlen.h first, to get prototype properly.
16420         (strnlen): Renamed from __strnlen.
16421         Remove weak alias.
16422
16423 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16424
16425         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
16426
16427 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16428
16429         * config/srclist.txt: Adjust to reflect glibc reorganization.
16430         This affects only comments.
16431
16432 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16433
16434          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
16435          Reported by Bruce Korb <bkorb@gnu.org>.
16436
16437 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
16438
16439         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
16440         to pacify gcc -Wswitch-default.
16441
16442 2006-01-22  Bruno Haible  <bruno@clisp.org>
16443
16444         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
16445         temporary buffer for sprintf, take into account the precision also
16446         for 'd', 'i', 'u', 'o', 'x', 'X'.
16447
16448 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16449
16450         * modules/argp-tests: New module
16451         * tests/test-argp.c: New file
16452         * tests/test-argp-2.sh: New file
16453
16454 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16455
16456         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
16457         (__argp_base_name): Removed
16458         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
16459         typo.
16460         (__argp_base_name): Provide macro definition or extern declaration
16461         depending on the configuration
16462
16463 2006-01-20  Simon Josefsson  <jas@extundo.com>
16464
16465         * modules/inet_ntop (Depends-on): Depend on sys_socket.
16466
16467 2006-01-20  Simon Josefsson  <jas@extundo.com>
16468
16469         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
16470
16471 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16472
16473         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
16474         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
16475         Suggested by Bruno Haible.
16476
16477 2006-01-20  Karl Berry  <karl@gnu.org>
16478
16479         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
16480         until changes propagate, I guess.
16481
16482 2006-01-19  Simon Josefsson  <jas@extundo.com>
16483
16484         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
16485
16486 2006-01-19  Simon Josefsson  <jas@extundo.com>
16487
16488         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
16489
16490 2006-01-19  Simon Josefsson  <jas@extundo.com>
16491
16492         * gnulib-tool: Set check_PROGRAMS.
16493
16494         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16495         modules/des-tests, modules/gc-arcfour-tests,
16496         modules/gc-arctwo-tests, modules/gc-des-tests,
16497         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16498         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16499         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16500         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16501         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16502         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
16503         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
16504         test_*_SOURCES.
16505
16506 2006-01-18  Simon Josefsson  <jas@extundo.com>
16507
16508         * modules/socklen (Depends-on): Depend on sys_socket.
16509
16510 2006-01-18  Simon Josefsson  <jas@extundo.com>
16511
16512         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16513         modules/des-tests, modules/gc-arcfour-tests,
16514         modules/gc-arctwo-tests, modules/gc-des-tests,
16515         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16516         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16517         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16518         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16519         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16520         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
16521         $(EXEEXT) to automake TESTS variable, for mingw32.
16522
16523 2006-01-17  Simon Josefsson  <jas@extundo.com>
16524
16525         * modules/socklen (Include): Need sys/socket.h.
16526
16527 2006-01-17  Bruno Haible  <bruno@clisp.org>
16528
16529         * modules/ssize_t (Include): Add <sys/types.h>.
16530
16531 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
16532
16533         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
16534         it's not portable and it doesn't work with cross-compiles.
16535         Problem reported by Bruno Haible.  Fix missing-$ typo in
16536         'test "gl_cv_ignore_unused_libraries" ...' that prevented
16537         -zignore from being used with Sun's C compiler.
16538
16539 2006-01-12  Simon Josefsson  <jas@extundo.com>
16540
16541         * lib/base64.c: Fix warning, reported by Bruno Haible
16542         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
16543
16544 2006-01-12  Bruno Haible  <bruno@clisp.org>
16545
16546         * modules/ldd: New file.
16547         * build-aux/ldd.sh.in: New file.
16548         * MODULES.html.sh (Support for building libraries and executables): Add
16549         ldd.
16550
16551 2006-01-12  Bruno Haible  <bruno@clisp.org>
16552
16553         * m4/ldd.m4: New file.
16554
16555 2006-01-12  Bruno Haible  <bruno@clisp.org>
16556
16557         * gnulib-tool (func_import, func_create_testdir): Don't go into an
16558         endless loop while replacing $auxdir with build-aux.
16559
16560 2006-01-11  Simon Josefsson  <jas@extundo.com>
16561
16562         * lib/stdint_.h (SIZE_MAX): Add missing (.
16563
16564 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
16565
16566         Sync from coreutils.
16567         * lib/md5.c: Fix commentary typos.
16568         (alignof, UNALIGNED_P): No need for a GCC-specific version.
16569         * lib/md5.h (__attribute__): Remove; unused.
16570         * lib/sha1.c: Fix commentary to match md5 better.
16571         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
16572         so that we don't need to worry about alignment.  All uses changed.
16573         This merges the 2005-10-28 md5 change into sha1.
16574
16575 2006-01-11  Jim Meyering  <jim@meyering.net>
16576
16577         Sync from coreutils.
16578         * lib/md5.c (OP): Fix spacing.
16579
16580 2006-01-11  Bruno Haible  <bruno@clisp.org>
16581
16582         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16583         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
16584         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
16585
16586 2006-01-11  Bruno Haible  <bruno@clisp.org>
16587
16588         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16589         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
16590         the "early" section as well.
16591
16592 2006-01-11  Bruno Haible  <bruno@clisp.org>
16593
16594         Avoid "ar: no archive members specified" error on MacOS X.
16595         * gnulib-tool (func_modules_add_dummy): New function.
16596         (func_import, func_create_testdir): Invoke it.
16597
16598 2006-01-11  Bruno Haible  <bruno@clisp.org>
16599
16600         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
16601         with $auxdir in AC_CONFIG_FILES statements.
16602
16603 2006-01-11  Bruno Haible  <bruno@clisp.org>
16604
16605         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16606         Initialize also noinst_HEADERS to empty.
16607
16608 2006-01-11  Bruno Haible  <bruno@clisp.org>
16609
16610         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
16611         variables.
16612         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
16613         autoreconf.
16614
16615 2006-01-11  Bruno Haible  <bruno@clisp.org>
16616
16617         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
16618         overridable by the user.
16619         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16620
16621 2006-01-10  Simon Josefsson  <jas@extundo.com>
16622
16623         * modules/sys_socket: New file.
16624
16625 2006-01-10  Simon Josefsson  <jas@extundo.com>
16626
16627         * m4/sys_socket_h.m4: New file.
16628
16629 2006-01-10  Simon Josefsson  <jas@extundo.com>
16630
16631         * lib/socket_.h: New file.
16632
16633 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16634
16635         * modules/readutmp (Maintainer): Add myself.
16636
16637 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16638
16639         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
16640         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
16641         People who are still concerned with buggy memcmp implementations
16642         can invoke gl_FUNC_MEMCMP themselves.
16643
16644 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16645
16646         * lib/regex_internal.h (BITSET_WORD_BITS):
16647         Work around a bug in 64-bit PGC (before version 6.1-2), where the
16648         preprocessor mishandles large unsigned values as if they were signed.
16649         Problem reported by Claudio Fontana in
16650         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
16651
16652 2006-01-10  Jim Meyering  <jim@meyering.net>
16653
16654         Avoid the double-free (first in fts_read, second in fts_close) that
16655         would occur when an `active' directory is made inaccessible (e.g.,
16656         via chmod a-x) during a traversal.
16657         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16658         before returning.  Reproduce this failure by
16659         mkdir -p a/b; cd a; chmod a-x . b
16660         Reported by Stavros Passas.
16661
16662         Sync from coreutils.
16663         * lib/sha1.c: Tweak grammar in a comment.
16664
16665 2006-01-10  Jim Meyering  <jim@meyering.net>
16666
16667         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
16668         Patch by Joerg Sonnenberger.
16669
16670 2006-01-10  Bruno Haible  <bruno@clisp.org>
16671
16672         * modules/readutmp: Depend on module free.
16673         * modules/strtok_r: Depend on module restrict.
16674
16675 2006-01-10  Bruno Haible  <bruno@clisp.org>
16676
16677         * modules/gettext (configure.ac): Add an invocation of
16678         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
16679
16680 2006-01-10  Bruno Haible  <bruno@clisp.org>
16681
16682         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
16683         Reported by Werner Lemberg <wl@gnu.org>.
16684
16685 2006-01-10  Bruno Haible  <bruno@clisp.org>
16686
16687         * lib/localcharset.c: Update from GNU gettext.
16688
16689 2006-01-10  Bruno Haible  <bruno@clisp.org>
16690
16691         * lib/argp.h (__const): Remove macro. Use const instead.
16692         * lib/argp-fmtstream.h (__const): Likewise.
16693         * lib/glob_.h (__const): Remove macro.
16694         * lib/glob-libc.h: Use const instead of __const.
16695
16696 2006-01-10  Bruno Haible  <bruno@clisp.org>
16697
16698         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
16699         variable.
16700         Needed to avoid an automake error regarding the 'gettext' module.
16701
16702 2006-01-09  Simon Josefsson  <jas@extundo.com>
16703
16704         * modules/inet_ntop (Depends-on): Add restrict.
16705
16706 2006-01-09  Simon Josefsson  <jas@extundo.com>
16707
16708         * modules/gc-rijndael-tests (License): Put under LGPL.
16709
16710         * modules/gc-des-tests (License): Likewise.
16711
16712         * modules/gc-arcfour-tests (License): Likewise.
16713
16714         * modules/gc-arctwo-tests (License): Likewise.
16715
16716         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
16717
16718         * modules/gc-hmac-sha1-tests (Files): Likewise.
16719
16720         * modules/gc-hmac-md5-tests (License): Likewise.
16721
16722         * modules/gc-sha1-tests (License): Likewise.
16723
16724         * modules/gc-md5-tests (License): Likewise.
16725
16726         * modules/gc-md4-tests (License): Likewise.
16727
16728         * modules/gc-md2-tests (License): Likewise.
16729
16730         * modules/gc-tests (License): Likewise.
16731
16732         * modules/des-tests (License): Likewise.
16733
16734         * modules/md4-tests (License): Likewise.
16735
16736         * modules/md2-tests (License): Likewise.
16737
16738 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16739
16740         Sync from coreutils:
16741
16742         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
16743         * modules/lib-ignore: New file.
16744         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
16745         chdir-safer.m4, lchmod.m4.
16746         * modules/openat: Add mkdirat.c, openat-priv.h.
16747
16748 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16749
16750         Sync from coreutils.
16751         * m4/lib-ignore.m4: New file.
16752         * m4/lchmod.m4: New file.
16753
16754 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16755
16756         Sync from coreutils.
16757         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
16758         for write access: POSIX says that must fail.
16759         * lib/fts.c (diropen): Likewise.
16760         * lib/save-cwd.c (save_cwd): Likewise.
16761         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
16762         well, for minor improvements on hosts that lack O_DIRECTORY.
16763         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
16764         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
16765         Fall back on chown if open failed with EACCES.
16766
16767         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
16768         Report an error at compile-time if only a 1-second nominal clock
16769         resolution is found.
16770
16771         * lib/lchmod.h: New file.
16772         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
16773         (make_dir_parents): Use lchown rather than chown, and
16774         lchmod rather than chmod.
16775
16776         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
16777         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
16778         "proc" reported by n0dalus.
16779
16780         * lib/mountlist.c: Include <limits.h>.
16781         (dev_from_mount_options)
16782         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
16783         New function.  It no longer assumes "dev=" has the System V meaning
16784         on Linux (since it doesn't).  It also parses "dev=" more carefully.
16785         (read_file_system_list)
16786         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
16787         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
16788         dev= in that case.
16789
16790         * lib/posixtm.h (PDS_PRE_2000): New macro.
16791         * lib/posixtm.c (year): Arg is now syntax_bits rather than
16792         allow_century.  All usages changed.  Reject dates outside the range
16793         1969-1999 if PDS_PRE_2000 is used.
16794
16795 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16796
16797         Sync from coreutils.
16798         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
16799         (Time of day items): Mention the possibility of leap seconds.
16800         Problem reported by Dr. David Alan Gilbert.
16801
16802 2006-01-09  Jim Meyering  <jim@meyering.net>
16803
16804         Sync from coreutils.
16805
16806         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
16807
16808         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
16809
16810         * lib/modechange.c (mode_compile): Reject an invalid mode string
16811         that starts with an octal digit.  From Andreas Gruenbacher.
16812
16813         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
16814         and dup to open_safer and dup_safer, respectively.
16815         (openat_permissive): Fix typo in comment.
16816
16817         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
16818         "gettext.h"; either no longer needed or are guaranteed by openat.h.
16819         (_): Remove; no longer needed.
16820         (openat): Renamed from rpl_openat; no need for rpl_openat
16821         since openat.h renames openat for us.
16822         Replace most of the body with a call to openat_permissive,
16823         to avoid duplicate code.
16824         Port to (probably hypothetical) environments were mode_t is
16825         wider than int.
16826         (openat_permissive): Require mode arg, so that we can check
16827         types better.  Put it just after flags.  Change cwd failure
16828         indicator from pointer-to-bool to pointer-to-errno-value.
16829         All callers changed.
16830         Invoke openat_save_fail and/or openat_restore_fail if
16831         cwd_errno is null, so that openat can call us.
16832         (openat_permissive, fdopendir, fstatat, unlinkat):
16833         Simplify errno handling to avoid some duplicate code,
16834         as it's OK to set errno on success.
16835         * lib/openat.h: Revamp code so that function macros depend on
16836         __OPENAT_PREFIX only, not also on AT_FDCWD.
16837         (openat_ro): Remove.  Caller changed to use openat_permissive.
16838         (openat_permissive): Now a macro, if not a function.
16839         (openat_restore_fail, openat_save_fail): Now always functions,
16840         since mkdirat needs them even if __OPENAT_PREFIX is defined.
16841
16842         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
16843         and openat.c.
16844         * lib/mkdirat.c: Include openat-priv.h.
16845         Remove definitions of macros defined therein.
16846         * lib/openat.c: Likewise.
16847
16848         * lib/mkdirat.c (mkdirat): New file and function.
16849         * lib/openat.h (mkdirat): Declare.
16850
16851         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
16852
16853         * lib/openat.h (openat_permissive): Declare.
16854         (openat_ro): Define.
16855
16856         * lib/openat.c (EXPECTED_ERRNO): New macro.
16857         (openat_permissive): New function -- used in remove.c rewrite.
16858         (all functions): Set errno just before returning, only if there
16859         was an actual failure.
16860         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
16861
16862         Emulate openat-family functions using Linux's procfs, if possible.
16863         Idea and some code based on Ulrich Drepper's glibc changes.
16864
16865         * lib/openat.c: (BUILD_PROC_NAME): New macro.
16866         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
16867         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
16868         before falling back on save_cwd and restore_cwd.
16869         (fdopendir, fstatat, unlinkat): Likewise.
16870
16871         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
16872         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
16873
16874         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
16875         as second argument to va_arg.  Otherwise, some versions of gcc
16876         warn that `if this code is reached, the program will abort'.
16877
16878 2006-01-09  Jim Meyering  <jim@meyering.net>
16879
16880         Sync from coreutils.
16881         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
16882         Require openat-priv.h.
16883
16884 2006-01-09  Bruno Haible  <bruno@clisp.org>
16885
16886         * modules/strnlen (Include): Use strnlen.h.
16887
16888 2006-01-09  Bruno Haible  <bruno@clisp.org>
16889
16890         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
16891
16892 2006-01-09  Bruno Haible  <bruno@clisp.org>
16893
16894         * lib/sysexit_.h (EX_OK): New macro.
16895         Suggested by Martin Lambers <marlam@marlam.de>.
16896
16897 2006-01-09  Bruno Haible  <bruno@clisp.org>
16898
16899         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16900         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16901
16902 2006-01-09  Bruno Haible  <bruno@clisp.org>
16903
16904         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16905         numbers.
16906
16907 2006-01-09  Bruno Haible  <bruno@clisp.org>
16908
16909         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16910         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16911         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16912         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16913
16914 2006-01-09  Bruno Haible  <bruno@clisp.org>
16915
16916         * build-aux/javacomp.sh.in: New file, moved from lib/.
16917         * modules/javacomp-script (Files): Update.
16918         (configure.ac): Add AC_CONFIG_FILES invocation.
16919         (EXTRA_DIST): Remove variable.
16920
16921         * build-aux/javaexec.sh.in: New file, moved from lib/.
16922         * modules/javaexec (Files): Update.
16923         (configure.ac): Add AC_CONFIG_FILES invocation.
16924         (EXTRA_DIST): Remove javaexec.sh.in.
16925
16926         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16927         * modules/csharpcomp-script (Files): Update.
16928         (configure.ac): Add AC_CONFIG_FILES invocation.
16929         (EXTRA_DIST): Remove variable.
16930
16931         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16932         * modules/csharpexec (Files): Update.
16933         (configure.ac): Add AC_CONFIG_FILES invocation.
16934         (EXTRA_DIST): Remove csharpexec.sh.in.
16935
16936 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16937
16938         Sync from coreutils.
16939
16940         Add POSIX ACL support
16941         * lib/acl.h (copy_acl, set_acl): Add declarations.
16942         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16943         systems other than Linux.
16944         (chmod_or_fchmod): New function: use fchmod when possible,
16945         and chmod otherwise.
16946         (file_has_acl): Add a POSIX ACL implementation, with a
16947         Linux-specific subcase.
16948         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16949         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16950         acls are unsupported.
16951         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16952         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16953         are unsupported.
16954
16955 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16956
16957         Sync from coreutils.
16958         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16959
16960 2006-01-07  Bruno Haible  <bruno@clisp.org>
16961
16962         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16963         gl_EARLY.
16964
16965 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16966
16967         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16968         Problem reported for Mingw by Mark Junker.
16969
16970 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16971
16972         * README: Gnulib normally doesn't generate a tarball.
16973
16974 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16975
16976         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16977         long int, not int, for nanosecond counts, so that people who are
16978         used to POSIX struct timespec won't be surprised.  Reported by Jim
16979         Meyering.
16980
16981 2005-12-28  Bruno Haible  <bruno@clisp.org>
16982
16983         * build-aux/config.rpath: Update from GNU gettext.
16984
16985 2005-12-16  Jim Meyering  <jim@meyering.net>
16986
16987         * modules/fprintftime: New module.
16988         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16989
16990 2005-12-16  Jim Meyering  <jim@meyering.net>
16991
16992         * m4/fprintftime.m4: New file.
16993
16994 2005-12-16  Jim Meyering  <jim@meyering.net>
16995
16996         * lib/fprintftime.c, lib/fprintftime.h: New files.
16997
16998 2005-12-15  Simon Josefsson  <jas@extundo.com>
16999
17000         * modules/socklen (configure.ac): Fix M4 macro name, to align with
17001         new m4/socklen.m4.
17002
17003 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
17004
17005         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
17006         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
17007
17008 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
17009
17010         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
17011         * lib/argp-help.c (fill_in_uparams): Check if the constructed
17012         struct uparams is valid. Fall back to the default values if it is
17013         not.
17014
17015 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17016
17017         * modules/argp (Files): Add argp-pin.c
17018         (Depends-on): dirname
17019         (lib_SOURCES): Add argp-pin.c
17020
17021 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17022
17023         * m4/argp.m4:  Check if program_invocation_name and
17024         program_invocation_short_name are declared and define appropriate
17025         macros if they are not.
17026
17027 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17028
17029         * lib/argp-help.c (__argp_base_name): New function
17030         (__argp_short_program_name): Rewrite using __argp_base_name
17031         * lib/argp-namefrob.h: Define program_invocation_name and
17032         program_invocation_short_name if requested
17033         (__argp_base_name): Add prototype
17034         * lib/argp-parse.c (argp_def): Use gettext wrappers
17035         (argp_default_parser): Use __argp_base_name
17036         * lib/argp-pin.c: New file. Defines program_invocation_name and
17037         program_invocation_short_name on systems that lack them.
17038
17039 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17040
17041         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
17042         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
17043         porting problem reported by Georg Schwarz in
17044         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
17045
17046 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17047
17048         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
17049         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
17050         porting problem reported by Georg Schwarz in
17051         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
17052
17053 2005-12-05  Bruno Haible  <bruno@clisp.org>
17054
17055         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
17056         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
17057         Reported by Mark Junker <mjscod@gmx.de>.
17058
17059 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
17060
17061         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
17062         Use implementation from Albert Chin, with some
17063         comments/corrections by Stepan Kasal and myself.
17064
17065 2005-12-02  Bruno Haible  <bruno@clisp.org>
17066
17067         * gnulib-tool (func_import): Accept GPLed build tool modules when
17068         --lgpl is given.
17069         * modules/csharpcomp-script: New file.
17070         * modules/csharpcomp: Depend on it.
17071         * modules/javacomp-script: New file.
17072         * modules/javacomp: Depend on it.
17073         Suggested by Simon Josefsson.
17074
17075 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
17076
17077         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
17078         statement, to work around an HP-UX 10.20 compiler bug reported by
17079         Peter O'Gorman.
17080
17081 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
17082
17083         * modules/savedir (Depends-on): Add openat.
17084
17085 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
17086
17087         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
17088         (uintmax_t) [defined uintmax_t]: Do not declare.
17089         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
17090         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
17091         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
17092         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
17093         sake of portability to weird hosts that C allows (though we don't
17094         know of any practical examples).
17095
17096         * lib/savedir.h (fdsavedir): New decl.
17097         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
17098         contains most of the former guts of savedir.
17099         (savedir): Use savedirstream.
17100         Include "openat.h".
17101
17102 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17103
17104         * modules/obstack (Files): Add m4/ulonglong.m4.
17105         Problem reported by Davide Angelocola.
17106
17107 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
17108
17109         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
17110         coreutils no longer futzes with rounding modes.
17111
17112 2005-11-14  Jim Meyering  <jim@meyering.net>
17113
17114         * lib/mkstemp-safer.c: Include <config.h>, required for possible
17115         replacement of mkstemp.
17116
17117 2005-11-10  Simon Josefsson  <jas@extundo.com>
17118
17119         * lib/readline.c: Remove EOL.
17120
17121 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17122
17123         * modules/gethrxtime (Depends-on): Add gettime.
17124
17125 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17126
17127         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
17128         or gettimeofday; no longer needed.
17129
17130 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17131
17132         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
17133         time business.
17134         (gethrxtime) [! (HAVE_NANOUPTIME
17135         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
17136         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
17137         our own approximation.
17138
17139 2005-11-08  Eric Blake  <ebb9@byu.net>
17140
17141         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
17142
17143 2005-11-08  Eric Blake  <ebb9@byu.net>
17144
17145         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
17146
17147 2005-11-04  Bruno Haible  <bruno@clisp.org>
17148
17149         * gnulib-tool: Implement --update mode.
17150
17151 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17152
17153         Fix porting problem reported by Theodoros V. Kalamatianos.
17154         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
17155         Don't assume that futimes failing means we must fail.
17156
17157 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17158
17159         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
17160         variables to suggest the intended function of the PATH_MAX check.
17161
17162 2005-10-30  Kean Johnston  <jkj@sco.com>
17163
17164         Trivial changes to support SCO systems.
17165         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
17166         as PATH_MAX.
17167         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
17168         where __ptr is null when no I/O is pending.
17169
17170 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17171
17172         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
17173         leave errno alone.  Problem reported by Dmitry V. Levin.
17174
17175 2005-10-28  Simon Josefsson  <jas@extundo.com>
17176
17177         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
17178         Test more.
17179
17180         * tests/test-gc-md2.c, tests/test-md2.c: New files.
17181
17182         * modules/md2, modules/md2-tests: New files.
17183
17184 2005-10-28  Simon Josefsson  <jas@extundo.com>
17185
17186         * m4/inet_ntop.m4: More tests.
17187
17188         * m4/gc-md2.m4, md2.m4: New file.
17189
17190 2005-10-28  Simon Josefsson  <jas@extundo.com>
17191
17192         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
17193         "restrict" keywords, as per POSIX.  Protect the function
17194         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
17195         Don't use K&R prototypes.  Check the sprintf return values.
17196         Re-define EAFNOSUPPORT if not present.  Indent.
17197
17198         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
17199         suggested by Bruno Haible <bruno@clisp.org>.
17200
17201         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
17202
17203         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
17204
17205         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
17206         libgcrypt).
17207
17208         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
17209
17210         * lib/md2.h, lib/md2.c: New files.
17211
17212 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
17213
17214         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
17215         errno alone.  Problem reported by Frederic Jolliton.
17216
17217 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
17218
17219         * modules/verify (License): Change from GPL to LGPL.  This is a
17220         tiny module and there are apparently near-equivalents that are
17221         under the BSD license.
17222
17223 2005-10-24  Simon Josefsson  <jas@extundo.com>
17224
17225         * modules/sha1: Relicense to LGPL.
17226
17227 2005-10-24  Simon Josefsson  <jas@extundo.com>
17228
17229         * lib/md4.h: Shrink buffer size, now that we changed the type.
17230
17231 2005-10-23  Simon Josefsson  <jas@extundo.com>
17232
17233         * gnulib-tool (func_import): Fix --tests-base.
17234
17235 2005-10-22  Simon Josefsson  <jas@extundo.com>
17236
17237         * modules/arcfour (Depends-on): Need stdint.
17238
17239 2005-10-22  Simon Josefsson  <jas@extundo.com>
17240
17241         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
17242         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
17243
17244 2005-10-22  Simon Josefsson  <jas@extundo.com>
17245
17246         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
17247         suggested by Bruno Haible <bruno@clisp.org>.
17248
17249 2005-10-22  Simon Josefsson  <jas@extundo.com>
17250
17251         * lib/crc.h: Include stddef.h, for size_t.
17252
17253 2005-10-22  Simon Josefsson  <jas@extundo.com>
17254
17255         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
17256         arcfour_context struct (simplify test vector testing in GNU
17257         Shishi).
17258
17259 2005-10-21  Simon Josefsson  <jas@extundo.com>
17260
17261         * modules/des, modules/des-tests: New files.
17262
17263         * modules/gc-des, modules/gc-des-tests: New files.
17264
17265         * tests/test-des.c, tests/test-gc-des.c: New file.
17266
17267 2005-10-21  Simon Josefsson  <jas@extundo.com>
17268
17269         * modules/arctwo, modules/arctwo-tests: New files.
17270
17271         * tests/test-arctwo.c: New file.
17272
17273         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
17274
17275         * tests/test-gc-arctwo.c: New file.
17276
17277 2005-10-21  Simon Josefsson  <jas@extundo.com>
17278
17279         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
17280         Bruno Haible <bruno@clisp.org>.
17281
17282         * m4/gc-des.m4: New file.
17283
17284 2005-10-21  Simon Josefsson  <jas@extundo.com>
17285
17286         * m4/arctwo.m4: New file.
17287
17288         * m4/gc-arctwo.m4: New file.
17289
17290 2005-10-21  Simon Josefsson  <jas@extundo.com>
17291
17292         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
17293         block.
17294
17295 2005-10-21  Simon Josefsson  <jas@extundo.com>
17296
17297         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
17298         <bruno@clisp.org>.
17299
17300         * lib/hmac-sha1.c (hmac_sha1): Likewise.
17301
17302         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
17303         Bruno Haible <bruno@clisp.org>.
17304
17305         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
17306         <bruno@clisp.org>.
17307
17308 2005-10-21  Simon Josefsson  <jas@extundo.com>
17309
17310         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
17311
17312 2005-10-21  Simon Josefsson  <jas@extundo.com>
17313
17314         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
17315
17316 2005-10-21  Simon Josefsson  <jas@extundo.com>
17317
17318         * lib/des.h, lib/des.c: New files.
17319
17320         * lib/gc-gnulib.c: Support DES.c
17321
17322 2005-10-21  Simon Josefsson  <jas@extundo.com>
17323
17324         * lib/arctwo.h, lib/arctwo.c: New files.
17325
17326         * lib/gc-gnulib.c: Support ARCTWO.
17327
17328 2005-10-21  Simon Josefsson  <jas@extundo.com>
17329
17330         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
17331         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17332
17333 2005-10-21  Simon Josefsson  <jas@extundo.com>
17334
17335         * gnulib-tool (func_import, func_create_testdir): Define automake
17336         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
17337         Makefile.am snippet),
17338         suggested by Bruno Haible <bruno@clisp.org>.
17339
17340         * modules/gc (Makefile.am): Use it.
17341
17342 2005-10-21  Bruno Haible  <bruno@clisp.org>
17343
17344         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
17345         patch.
17346
17347 2005-10-19  Simon Josefsson  <jas@extundo.com>
17348
17349         * tests/test-gc-rijndael.c: New file.
17350
17351         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
17352
17353 2005-10-19  Simon Josefsson  <jas@extundo.com>
17354
17355         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
17356         interface too.
17357
17358 2005-10-19  Simon Josefsson  <jas@extundo.com>
17359
17360         * tests/test-gc-arcfour.c: New file.
17361
17362         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
17363
17364 2005-10-19  Simon Josefsson  <jas@extundo.com>
17365
17366         * modules/gc-md4, modules/gc-md4-tests: New file.
17367
17368         * tests/test-gc-md4.c: New file.
17369
17370 2005-10-19  Simon Josefsson  <jas@extundo.com>
17371
17372         * m4/gc-md4.m4: New file.
17373
17374 2005-10-19  Simon Josefsson  <jas@extundo.com>
17375
17376         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
17377         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
17378         <kasal@ucw.cz>.
17379
17380 2005-10-19  Simon Josefsson  <jas@extundo.com>
17381
17382         * m4/gc-arcfour.m4: New file.
17383
17384         * m4/gc-rijndael.m4: New file.
17385
17386 2005-10-19  Simon Josefsson  <jas@extundo.com>
17387
17388         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
17389
17390 2005-10-19  Simon Josefsson  <jas@extundo.com>
17391
17392         * lib/gc-gnulib.c: Support ARCFOUR.
17393
17394 2005-10-19  Simon Josefsson  <jas@extundo.com>
17395
17396         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
17397         support.
17398
17399         * lib/gc.h: Add ECB enum type.
17400
17401         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
17402
17403 2005-10-18  Simon Josefsson  <jas@extundo.com>
17404
17405         * tests/test-md5.c: New file.
17406
17407         * modules/md5-tests: New file.
17408
17409 2005-10-18  Simon Josefsson  <jas@extundo.com>
17410
17411         * tests/test-md4.c: New file.
17412
17413         * modules/md4, modules/md4-tests: New files.
17414
17415 2005-10-18  Simon Josefsson  <jas@extundo.com>
17416
17417         * m4/md4.m4: New file.
17418
17419 2005-10-18  Simon Josefsson  <jas@extundo.com>
17420
17421         * lib/md4.h, lib/md4.c: New files, based on md5.?.
17422
17423 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
17424
17425         * gnulib-tool (func_create_testdir): Omit the second check whether
17426         BUILT_SOURCES in nonempty.
17427
17428 2005-10-17  Simon Josefsson  <jas@extundo.com>
17429
17430         * tests/test-rijndael.c: New file.
17431
17432 2005-10-17  Simon Josefsson  <jas@extundo.com>
17433
17434         * modules/sha1: Depend on stdint instead of md5.
17435
17436         * modules/md5: Depend on stdint, remove uint32_t.
17437
17438 2005-10-17  Simon Josefsson  <jas@extundo.com>
17439
17440         * modules/gc-sha1-tests: New file.
17441
17442         * tests/test-gc-sha1.c: New file.
17443
17444 2005-10-17  Simon Josefsson  <jas@extundo.com>
17445
17446         * m4/md5.m4: Remove call to uint32_t.m4.
17447
17448 2005-10-17  Simon Josefsson  <jas@extundo.com>
17449
17450         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
17451
17452         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
17453         md5.h.
17454
17455         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
17456
17457         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
17458
17459 2005-10-17  Simon Josefsson  <jas@extundo.com>
17460
17461         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
17462
17463 2005-10-17  Simon Josefsson  <jas@extundo.com>
17464
17465         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
17466
17467 2005-10-17  Simon Josefsson  <jas@extundo.com>
17468
17469         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
17470
17471         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
17472
17473 2005-10-17  Bruno Haible  <bruno@clisp.org>
17474
17475         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
17476         that it can also be used in a test.
17477
17478 2005-10-16  Bruno Haible  <bruno@clisp.org>
17479
17480         * gnulib-tool (func_emit_tests_Makefile_am): Also define
17481         TESTS_ENVIRONMENT, so that individual tests can augment it.
17482
17483         * gnulib-tool (func_create_testdir): Use an intermediate target for
17484         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
17485         macros, like $(ALLOCA_H), which cannot be passed through the command
17486         line.
17487
17488 2005-10-15  Simon Josefsson  <jas@extundo.com>
17489
17490         * modules/rijndael-tests: New file.
17491
17492         * modules/rijndael: New file.
17493
17494 2005-10-15  Simon Josefsson  <jas@extundo.com>
17495
17496         * m4/rijndael.m4: New file.
17497
17498 2005-10-15  Simon Josefsson  <jas@extundo.com>
17499
17500         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
17501
17502         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
17503
17504 2005-10-14  Simon Josefsson  <jas@extundo.com>
17505
17506         * tests/test-arcfour.c: New file.
17507
17508         * modules/arcfour, modules/arcfour-tests: New files.
17509
17510 2005-10-14  Simon Josefsson  <jas@extundo.com>
17511
17512         * m4/arcfour.m4: New file.
17513
17514 2005-10-14  Simon Josefsson  <jas@extundo.com>
17515
17516         * lib/arcfour.h, lib/arcfour.c: New files.
17517
17518 2005-10-14  Roland McGrath  <roland@redhat.com>
17519
17520         Import from libc.  [BZ #1331]
17521         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
17522         macro argument.
17523         Reported by Matej Vela <vela@debian.org>.
17524
17525 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17526
17527         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
17528         include <wchar.h>; no longer needed.
17529
17530 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17531
17532         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
17533
17534 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
17535         and  Ulrich Drepper  <drepper@redhat.com>
17536
17537         Import from libc.
17538         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
17539         instead of inline stream orientation test and two separate
17540         function calls.  Pay no attention to USE_IN_LIBIO.
17541
17542 2005-10-13  Simon Josefsson  <jas@extundo.com>
17543
17544         * modules/gc-hmac-md5-tests: New file.
17545
17546         * tests/test-gc-hmac-sha1.c: New file.
17547
17548         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
17549
17550         * modules/gc-hmac-md5-tests: New file.
17551
17552         * tests/test-gc-md5.c: New file.
17553
17554         * modules/gc-md5-tests: New file.
17555
17556 2005-10-13  Simon Josefsson  <jas@extundo.com>
17557
17558         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
17559         Move memory allocation outside of loop.
17560
17561 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
17562
17563         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
17564         intermediate directory is in a read-only file system.  Problem
17565         reported by Eric Blake.
17566
17567 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
17568
17569         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
17570
17571 2005-10-12  Simon Josefsson  <jas@extundo.com>
17572
17573         * tests/test-hmac-sha1.c: New file.
17574
17575         * modules/hmac-sha1-tests: New file.
17576
17577         * modules/hmac-sha1: New file.
17578
17579 2005-10-12  Simon Josefsson  <jas@extundo.com>
17580
17581         * modules/gc-sha1: New file.
17582
17583 2005-10-12  Simon Josefsson  <jas@extundo.com>
17584
17585         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
17586
17587         * tests/test-gc-pbkdf2-sha1.c: New file.
17588
17589 2005-10-12  Simon Josefsson  <jas@extundo.com>
17590
17591         * modules/gc-md5, modules/gc-hmac-md5: New files.
17592
17593         * modules/gc (Files): Remove md5, memxor and hmac files.
17594
17595 2005-10-12  Simon Josefsson  <jas@extundo.com>
17596
17597         * m4/gc-pbkdf2-sha1.m4: New file.
17598
17599         * m4/gc-hmac-sha1.m4: New file.
17600
17601         * m4/gc-sha1: New file.
17602
17603         * m4/hmac-sha1.m4: New file.
17604
17605 2005-10-12  Simon Josefsson  <jas@extundo.com>
17606
17607         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
17608
17609         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
17610
17611 2005-10-12  Simon Josefsson  <jas@extundo.com>
17612
17613         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
17614         suggested by Bruno Haible <bruno@clisp.org>.
17615
17616 2005-10-12  Simon Josefsson  <jas@extundo.com>
17617
17618         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
17619
17620 2005-10-12  Simon Josefsson  <jas@extundo.com>
17621
17622         * lib/gc-pbkdf2-sha1.c: New file.
17623
17624         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
17625
17626 2005-10-12  Simon Josefsson  <jas@extundo.com>
17627
17628         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
17629
17630         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
17631
17632 2005-10-12  Simon Josefsson  <jas@extundo.com>
17633
17634         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
17635         GC_USE_HMAC_MD5, respectively.
17636
17637         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
17638         (gc_md5): Fix typo.
17639
17640         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
17641
17642         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
17643
17644         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
17645
17646 2005-10-12  Bruno Haible  <bruno@clisp.org>
17647
17648         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
17649         Reported by Stepan Kasal <kasal@ucw.cz>.
17650
17651 2005-10-11  Simon Josefsson  <jas@extundo.com>
17652
17653         * tests/test-crc.c: New file.
17654
17655         * modules/crc, modules/crc-tests: New files.
17656
17657 2005-10-11  Simon Josefsson  <jas@extundo.com>
17658
17659         * m4/crc.m4: New file.
17660
17661 2005-10-11  Simon Josefsson  <jas@extundo.com>
17662
17663         * lib/gc.h: Add gc_hash and gc_hash_buffer.
17664
17665         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
17666
17667         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
17668
17669 2005-10-11  Simon Josefsson  <jas@extundo.com>
17670
17671         * lib/crc.h, lib/crc.c: New files.
17672
17673         * lib/gc.h (gc_hash_buffer): Add doc.
17674
17675 2005-10-11  Bruno Haible  <bruno@clisp.org>
17676
17677         * modules/c-strcasestr: New file.
17678         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
17679
17680 2005-10-11  Bruno Haible  <bruno@clisp.org>
17681
17682         * modules/c-strcase: New file.
17683         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
17684
17685 2005-10-11  Bruno Haible  <bruno@clisp.org>
17686
17687         * lib/strcasecmp.c: Include limits.h.
17688         (strcasecmp): Avoid integer overflow on exotic platforms.
17689         * lib/strncasecmp.c: Include limits.h.
17690         (strncasecmp): Avoid integer overflow on exotic platforms.
17691         Reported by Paul Eggert.
17692
17693 2005-10-11  Bruno Haible  <bruno@clisp.org>
17694
17695         * lib/c-strcasestr.h: New file, from GNU gettext.
17696         * lib/c-strcasestr.c: New file, from GNU gettext.
17697
17698 2005-10-11  Bruno Haible  <bruno@clisp.org>
17699
17700         * lib/c-strcase.h: New file, from GNU gettext.
17701         * lib/c-strcasecmp.c: New file, from GNU gettext.
17702         * lib/c-strncasecmp.c: New file, from GNU gettext.
17703
17704 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17705
17706         * modules/mempcpy (License): GPL -> LGPL.
17707         * modules/strchrnul (License): Likewise.
17708         * modules/sysexits (License): Likewise.
17709
17710 2005-10-08  Simon Josefsson  <jas@extundo.com>
17711
17712         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
17713
17714 2005-10-07  Simon Josefsson  <jas@extundo.com>
17715
17716         * m4/memxor.m4: Remove gl_C_RESTRICT call.
17717
17718 2005-10-06  Simon Josefsson  <jas@extundo.com>
17719
17720         * tests/test-hmac-md5.c: New file.
17721
17722         * modules/hmac-md5-tests: New file.
17723
17724         * modules/hmac-md5: New file.
17725
17726 2005-10-06  Simon Josefsson  <jas@extundo.com>
17727
17728         * m4/hmac-md5.m4: New file.
17729
17730         * m4/memxor.m4: Require gl_C_RESTRICT.
17731
17732 2005-10-06  Simon Josefsson  <jas@extundo.com>
17733
17734         * lib/memxor.c (memxor): Avoid casts and warnings.
17735
17736 2005-10-06  Simon Josefsson  <jas@extundo.com>
17737
17738         * lib/hmac-md5.c: New file.
17739
17740         * lib/hmac.h: New file.
17741
17742 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17743
17744         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
17745         promotes to int, not unsigned int, to catch the AIX 5.3
17746         compiler bug.
17747
17748 2005-10-05  Simon Josefsson  <jas@extundo.com>
17749
17750         * modules/memxor: New file.
17751
17752         * modules/iconv (Files): Move config.rpath to havelib, it is used
17753         there.
17754
17755         * modules/havelib (Files): Add config.rpath.
17756
17757 2005-10-05  Simon Josefsson  <jas@extundo.com>
17758
17759         * m4/memxor.m4: New file.
17760
17761 2005-10-05  Simon Josefsson  <jas@extundo.com>
17762
17763         * lib/memxor.c (memxor): Fix compiler error.
17764
17765         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
17766         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
17767
17768         * lib/memxor.h, lib/memxor.c: New files.
17769
17770         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
17771         we assume all systems have it, suggested by Jim Meyering
17772         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
17773         any systems lack sys/socket.h; mingw32 is known to lack it, but we
17774         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
17775         same reasons.
17776
17777 2005-10-05  Simon Josefsson  <jas@extundo.com>
17778
17779         * config/srclist.txt: Add glibc bug 1423 for md5.h.
17780
17781 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17782
17783         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
17784         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
17785         needed, since the source code now assumes these .h files.
17786
17787 2005-10-05  Derek Price  <derek@ximbiot.com>
17788
17789         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
17790
17791 2005-10-05  Bruno Haible  <bruno@clisp.org>
17792
17793         * modules/stdint (License): Change to LGPL.
17794
17795 2005-10-04  Simon Josefsson  <jas@extundo.com>
17796
17797         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
17798         D. Baushke" <mdb@gnu.org>.
17799
17800 2005-10-04  Bruno Haible  <bruno@clisp.org>
17801
17802         * lib/verify.h (verify_true): Provide alternative definition for C++.
17803
17804 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
17805
17806         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
17807         (SSIZE_MAX): New macro, if not already defined.
17808         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
17809         than 2 GiB.
17810
17811 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17812
17813         Sync from coreutils.
17814         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
17815         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
17816         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
17817         ULLONG_MAX doesn't work with 2.7.2.1.
17818
17819 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17820
17821         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
17822         From Ben Pfaff.
17823
17824         * modules/exclude (Depends-on): Depend on verify.
17825         * modules/strtoimax (Depends-on): Likewise.
17826         * modules/utimecmp (Depends-on): Likewise.
17827
17828 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17829
17830         * lib/exclude.c: Include verify.h.
17831         (verify): Remove.  All callers changed to use verify.h's version.
17832         * lib/strtoimax.c: Likewise.
17833         * lib/utimecmp.c: Likewis.e
17834
17835         Sync from coreutils.
17836         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
17837         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
17838         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
17839         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
17840         bother returning ENOSYS if settimeofday or stime fails; just let
17841         them return whatever errno they want to return.
17842         * lib/utimens.c: Include unistd.h, for dup2.
17843         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
17844         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
17845
17846 2005-10-02  Jim Meyering  <jim@meyering.net>
17847
17848         Sync from coreutils.
17849         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
17850         from glibc-2.2.5 that fails for read-only files.
17851
17852 2005-10-02  Jim Meyering  <jim@meyering.net>
17853
17854         Sync from coreutils.
17855         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
17856         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
17857         `#if HAVE_CONFIG_H'.
17858         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
17859         Remove AT_FDCWD test.
17860         Do not consume the fd unless successful.
17861         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
17862         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
17863         block, so that we don't even try to compile it if settimeofday is
17864         available.  This works around a compilation failure on OSF1 V5.1,
17865         due to stime requiring a `long int*' while tv_sec is `int'.
17866
17867 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
17868
17869         Sync from coreutils.
17870         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
17871         against `yes', rather than just testing for nonempty.
17872
17873 2005-10-01  Simon Josefsson  <jas@extundo.com>
17874
17875         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
17876         and Darwin.
17877
17878         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
17879         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
17880         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
17881         freeaddrinfo and gai_strerror are declared by the POSIX headers.
17882         Check if struct addrinfo is declared.
17883
17884 2005-10-01  Simon Josefsson  <jas@extundo.com>
17885
17886         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
17887         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
17888         AI_* and EAI_* definitions.  Protect function declarations.
17889
17890 2005-10-01  Jim Meyering  <jim@meyering.net>
17891
17892         Sync from coreutils.
17893
17894         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
17895         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
17896         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
17897         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17898         in the inet and nsl libraries.  Required on Solaris 5.7.
17899
17900 2005-10-01  Jim Meyering  <jim@meyering.net>
17901
17902         Sync from coreutils.
17903         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17904         in the inet and nsl libraries.  Required on Solaris 5.7.
17905
17906 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17907
17908         * lib/getdelim.c (getdelim): Remove unused variables.
17909
17910 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17911
17912         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17913         so that the code works even with ancient cpp.  Portability problem
17914         with GCC 2.7.2.1 reported by Thomas M.Ott.
17915
17916 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17917
17918         * modules/regex (Depends-on): Add strcase.
17919
17920         * modules/gethostname (Licence): Change from GPL to LGPL, since
17921         gethostname.c is a trivial implementation of a standard library
17922         function.
17923         * modules/poll (License): Change from GPL to LGPL, since it's
17924         derived from LGPL code.
17925
17926 2005-09-27  Jim Meyering  <jim@meyering.net>
17927
17928         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17929         HAVE_CONFIG_H.
17930
17931         * lib/intprops.h (signed_type_or_expr__): Define.
17932         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17933         for unsigned types.
17934
17935 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17936
17937         * lib/verify.h (verify_expr): Remove, replacing with:
17938         (verify_true): New macro that returns true instead of void.
17939         (verify_type__): Remove.
17940         (verify): Use verify_true rather than verify_type__.
17941
17942 2005-09-26  Bruno Haible  <bruno@clisp.org>
17943
17944         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17945         is necessary.
17946         (lib_SOURCES): Remove mbchar.c.
17947         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17948         (Files): Add m4/mbrtowc.m4.
17949         * modules/mbiter: Likewise.
17950         * modules/mbuiter: Likewise.
17951
17952 2005-09-26  Bruno Haible  <bruno@clisp.org>
17953
17954         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17955         compile mbchar.c if they are not both present.
17956         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17957         * m4/mbiter.m4 (gl_MBITER): Likewise.
17958         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17959         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17960         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17961
17962 2005-09-25  Jim Meyering  <jim@meyering.net>
17963
17964         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17965         also uses socklen_t.
17966
17967 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17968
17969         * lib/utimens.c (ENOSYS): Define if not already defined.
17970         (futimens): Support having a null PATH if the file descriptor
17971         is nonnegative.
17972
17973         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17974         Remove.
17975         (__attribute): Define to empty unless GCC 3.1 or later.
17976         This works around a core dump on OpenBSD 3.4, which has GCC
17977         2.95.3, which dumps core when given __attribute__(()).  It also
17978         simplifies other tests, since we really don't want to bother with
17979         worrying about which ancient version of GCC supported what.
17980         Original problem reported by Yoann Vandoorselaere, with part of
17981         the fix suggested by Derek Price.
17982
17983 2005-09-24  Jim Meyering  <jim@meyering.net>
17984
17985         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17986         so we can once again use a positive bitfield width of 1 -- now we
17987         don't have to explain why we were using a bitfield width of 2.
17988
17989 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17990
17991         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17992         and similarly for the other external symbols.  Problem reported
17993         by James Gallager.
17994
17995         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17996         bug reported by Jim Meyering.
17997
17998         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
17999         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
18000         not needed, since socklen is a prerequisite module.
18001
18002 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
18003
18004         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
18005         Problem reported by Eric Blake.
18006         (getaddrinfo): Initialize se so that it's not garbage.
18007         Redo internal storage allocation so that it doesn't make unportable
18008         assumptions about alignment.
18009         Fix a memory leak.
18010
18011         * lib/utimens.c (futimens): Use futimesat if available.
18012         Prefer it to futimes since it doesn't have the futimes bug.
18013
18014         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
18015         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
18016         Instead, declare a function that returns a pointer to an array,
18017         and use verify_type__ to declare the size of the array.
18018         Problem and germ of a solution reported by Bruno Haible.
18019         (verify_type__): Use 2, not 1, for bitfield size, to avoid
18020         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
18021
18022 2005-09-23  Jim Meyering  <jim@meyering.net>
18023
18024         Sync from coreutils.
18025         Correct build failure (socklen_t not defined) on at least
18026         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
18027         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
18028
18029 2005-09-23  Jim Meyering  <jim@meyering.net>
18030
18031         * modules/getaddrinfo (Depends-on): Add socklen.
18032
18033 2005-09-23  Bruno Haible  <bruno@clisp.org>
18034
18035         * tests/test-verify.c: New file.
18036
18037 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
18038
18039         Sync from coreutils.
18040
18041         * modules/argmatch (Depends-on): Add verify.
18042         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
18043         unistd-safer.
18044         * modules/save-cwd (Depends-on): Likewise.
18045
18046         * modules/openat (Files): Add lib/openat-die.c.
18047         (Depends-on): Remove error, exitfail.
18048         Add dirname.
18049
18050         * modules/verify: New file.
18051         * MODULES.html.sh (Diagnostics <assert.h>): New section,
18052         with "verify" module.
18053
18054 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
18055
18056         Sync from coreutils.
18057
18058         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
18059         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
18060         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
18061         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
18062         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
18063         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
18064         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
18065         Don't bother checking for string.h, stdlib.h, unistd.h.
18066         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
18067         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
18068         module's job.
18069         * m4/jm-macros.m4 (gl_MACROS): Likewise.
18070         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
18071
18072         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
18073         (gl_GETDATE): Use it.
18074
18075         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
18076
18077 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
18078
18079         Sync from coreutils.
18080
18081         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
18082         stat-time.h.
18083         * lib/argmatch.h: Include verify.h
18084         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
18085         (ARGMATCH_ASSERT): Remove; unused.
18086         * lib/canonicalize.c: Assume STDC_HEADERS.
18087         * lib/exclude.c: Include "strcase.h".
18088         * lib/regex_internal.h [!defined _LIBC]: Likewise.
18089         * lib/getusershell.c: Include stdio--.h rather than stdio.h
18090         and stdio-safer.h.
18091         (getusershell): Call fopen, not fopen_safer.
18092         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
18093         Do not include unistd-safer.h.
18094         (save_cwd): Don't call fd_safer; no longer needed
18095         now that we include fcntl--.h.
18096
18097         * lib/getdate.y (relative_time): New type.
18098         (RELATIVE_TIME_0): New constant.
18099         (parser_control): Use relative_time instead of doing it ourselves.
18100         (%union): Add new relative_time rel member.
18101         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
18102         Now typeless.
18103         (relunit, relunit_snumber): Now of type rel.
18104         (zone, rel, relunit, get_date): Adjust to above changes.
18105
18106         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
18107         Do not include unistd-safer.h.
18108         (getloadavg): Don't call fd_safer; no longer needed
18109         now that we include fcntl--.h.
18110
18111         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
18112         (make_dir_parents): Treat ENOSYS like EEXIST.
18113
18114         Improve quality of diagnostics on restore_cwd failure.
18115         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
18116         (make_dir_parents): Last arg is now int * (for errno), not bool *.
18117         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
18118         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
18119         each time through the loop.  Do not diagnose restore_cwd failure;
18120         that is the caller's job (and perhaps the caller does not care).
18121
18122         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
18123         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
18124         If the file already exists but is not a directory, don't bother
18125         to try to make its parents.
18126         Close potential file descriptor leak if we can't chdir("/") (!).
18127         Don't always return true if chdir($PWD) fails; return true only
18128         if the requested action was done successfully (except for the
18129         chdir($PWD)).
18130         Don't log final directory unless we actually made it.
18131         Refactor to avoid duplicate code to fix up permissions.
18132         Don't attempt to fix up parent permissions if chdir($PWD) fails.
18133
18134         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
18135         to make it a bit faster and (I hope) clearer.
18136         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
18137         Fix bug in formats like %2N.
18138
18139         * lib/verify.h: New file.
18140
18141 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
18142
18143         Sync from coreutils.
18144         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
18145
18146 2005-09-22  Jim Meyering  <jim@meyering.net>
18147
18148         Sync from coreutils.
18149
18150         * m4/lstat.m4 (gl_FUNC_LSTAT):
18151         Use AC_LIBSOURCES to require lstat.c and lstat.h.
18152         Remove obsolete comment.
18153         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
18154         * m4/xstrtod.m4: Likewise.
18155
18156         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
18157
18158 2005-09-22  Jim Meyering  <jim@meyering.net>
18159
18160         Sync from coreutils.
18161
18162         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
18163
18164         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
18165         the .tm_year member, since otherwise gcc-4.0 would now warn about
18166         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
18167
18168         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
18169         order to avoid an unsuppressible warning from gcc on 64-bit systems.
18170
18171         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
18172         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
18173         when run in a time zone for which daylight savings time is in effect
18174         for the starting date.
18175
18176         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
18177         stop us from restricting permissions of just-created absolute-named
18178         directories.
18179         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
18180         to restore initial working directory.
18181         * lib/mkdir-p.c (make_dir_parents): New parameter:
18182         different_working_dir, to tell caller if/when we change the working
18183         directory and are unable to return to the initial one.
18184         * lib/mkdir-p.h (make_dir_parents): Update prototype.
18185         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
18186         `return false'.  This fixes a bug introduced on 2004-07-30.
18187
18188         * lib/openat.c (fdopendir): Be sure to close the supplied
18189         file descriptor before returning.  This makes our replacement
18190         implementation a little closer to Solaris's, where fdopendir
18191         ties the file descriptor to the returned DIR* pointer.
18192         * lib/openat.c (unlinkat): New function.
18193         * lib/openat.h (unlinkat): Add prototype.
18194         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
18195         (openat_restore_fail): Rename from openat_restore_die.
18196         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
18197
18198         Provide an alternative to exiting immediately upon save_cwd or
18199         restore_cwd failure.  Now, an application can arrange e.g.,
18200         to perform a longjump in that case.
18201         * lib/openat.c: Include dirname.h.
18202         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
18203         (rpl_openat, fdopendir, fstatat): Call openat_save_die
18204         and openat_restore_die rather than calling error directly.
18205         Don't include "error.h" or "exitfail.h"; they're no longer needed.
18206
18207         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
18208         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
18209         define.
18210
18211         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
18212         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
18213                             int utc, int nanoseconds);
18214         Background:
18215         date should not have to allocate a megabyte of virtual memory to
18216         handle a format argument like +%1048575T.  When implemented with
18217         strftime, it must allocate such a buffer, use strftime to fill it
18218         in, print it, then free it.
18219         With fprintftime, it simply prints everything and exits.
18220         With no need for memory allocation, that's one fewer way to fail.
18221         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
18222         optional field width, not before, so we accept %9:z, not %:9z.
18223         (my_strftime): Be sure to use L_('x') for literals.
18224
18225         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
18226         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
18227         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
18228         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
18229         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
18230         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
18231         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
18232         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
18233         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
18234         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
18235         * lib/xgethostname.c, lib/xreadlink.c:
18236         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
18237
18238         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
18239         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
18240         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
18241         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18242         and don't include <sys/file.h>).
18243
18244 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
18245
18246         Sync from coreutils.
18247
18248         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
18249         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
18250         [!LDAV_DONE]: Avoid unused variable warning.
18251
18252 2005-09-21  Bruno Haible  <bruno@clisp.org>
18253
18254         * lib/unicodeio.h (unicode_to_mb): New declaration.
18255
18256 2005-09-20  Derek Price  <derek@ximbiot.com>
18257
18258         * lib/getaddrinfo.c: Don't include <netdb.h> included from
18259         getaddrinfo.h.
18260
18261 2005-09-20  Bruno Haible  <bruno@clisp.org>
18262
18263         * gnulib-tool: Remove trailing slashes from the values specified for
18264         --source-base, --m4-base, --tests-base, --aux-dir.
18265         Suggested by Simon Josefsson <jas@extundo.com>.
18266
18267 2005-09-20  Bruno Haible  <bruno@clisp.org>
18268
18269         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
18270         func_modules_to_filelist, func_import, func_create_testdir): Make all
18271         sorting results locale-independent, so that gnulib-cache.m4 doesn't
18272         change when gnulib-tool is invoked in a different locale.
18273
18274 2005-09-19  Simon Josefsson  <jas@extundo.com>
18275
18276         * m4/socklen.m4: Fix typo.
18277
18278 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18279
18280         Use a consistent style for including <config.h>.
18281         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
18282         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
18283         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
18284         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
18285         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
18286         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
18287         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
18288         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
18289         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
18290         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
18291         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
18292         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
18293         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
18294         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
18295         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
18296         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
18297         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
18298         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
18299         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
18300         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
18301         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
18302         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
18303         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
18304         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
18305         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
18306         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
18307         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
18308         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
18309         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
18310         lib/xstrtoumax.c, lib/yesno.c:
18311         Standardize inclusion of config.h.
18312         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
18313         lib/inttostr.h:  Removed inclusion of config.h from header files.
18314         * lib/inttostr.c:  Adjusted in-tree users.
18315         * lib/timespec.h: Remove superfluous warning to include config.h.
18316         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
18317         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
18318         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
18319         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
18320         config.h with HAVE_CONFIG_H.
18321
18322 2005-09-19  Jim Meyering  <jim@meyering.net>
18323
18324         * modules/pathmax (License): Change to LGPL.
18325
18326 2005-09-19  Derek Price  <derek@ximbiot.com>
18327
18328         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
18329
18330 2005-09-19  Bruno Haible  <bruno@clisp.org>
18331
18332         * gnulib-tool (import): Provide default for --tests-base.
18333
18334 2005-09-19  Bruno Haible  <bruno@clisp.org>
18335
18336         * doc/quote.texi: New file, extracted from gnulib.texi.
18337         * doc/ctime.texi: New file, extracted from gnulib.texi.
18338         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
18339         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
18340         * doc/gnulib.texi: Include them.
18341
18342 2005-09-18  Bruno Haible  <bruno@clisp.org>
18343
18344         Portability fix.
18345         * gnulib-tool (func_readlink): New function.
18346         (func_ln_if_changed): Use it.
18347
18348 2005-09-18  Bruno Haible  <bruno@clisp.org>
18349
18350         * gnulib-tool: Support --with-tests also with --import.
18351         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
18352         (func_import): Use variables $testsbase and $inctests. Emit a
18353         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
18354         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
18355         SUBDIRS += $testsdir.
18356         (func_create_testdir): Update.
18357
18358 2005-09-18  Bruno Haible  <bruno@clisp.org>
18359
18360         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
18361         instead of $dry_run.
18362         (func_cp_if_changed, func_mv_if_changed): Remove functions.
18363         (func_ln_if_changed): Don't handle dry-run here.
18364         (func_import): In dry-run mode, detect more precisely which actions
18365         would be performed, and don't use "...ing" verbs.
18366
18367 2005-09-18  Bruno Haible  <bruno@clisp.org>
18368
18369         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
18370         (func_import): Use join on two temporary files instead of three nested
18371         loops, in order to determine which files are new or old.
18372
18373 2005-09-18  Bruno Haible  <bruno@clisp.org>
18374
18375         * gnulib-tool (func_import): Comment out code that spits out the
18376         new files with --dry-run.
18377
18378 2005-09-18  Bruno Haible  <bruno@clisp.org>
18379
18380         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
18381
18382 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18383
18384         * lib/stat-time.h: New file.
18385         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
18386         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
18387         in a different way.
18388         (timespec_cmp): New function.
18389         * lib/utimecmp.c: Include stat-time.h.
18390         (SYSCALL_RESOLUTION): Depend on whether various struct stat
18391         members exist, not on the obsolescent ST_MTIM_NSEC.
18392         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
18393
18394 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18395
18396         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
18397
18398 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18399
18400         * MODULES.html.sh (File system functions): Add stat-time.
18401         * modules/stat-time: New file.
18402         * modules/timespec (Files): Remove m4/st_mtim.m4; this
18403         is now done in a different way, by the stat-time module.
18404         * modules/utimecmp (Depends-on): Add stat-time.
18405
18406 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18407
18408         * m4/st_mtim.m4: Remove.  Superseded by...
18409         * m4/stat-time.m4: New file.
18410         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
18411         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
18412
18413 2005-09-15  Derek Price  <derek@ximbiot.com>
18414
18415         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
18416
18417 2005-09-15  Derek Price  <derek@ximbiot.com>
18418
18419         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
18420         * lib/regex_internal.c: Ditto, using this...
18421         (__GNUC_PREREQ): ...new macro.
18422         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
18423         using...
18424         (__GNUC_PREREQ): ...this new macro.
18425
18426         * lib/strstr.h: Include string.h. Define strstr as a macro here.
18427
18428 2005-09-15  Derek Price  <derek@ximbiot.com>
18429             Paul Eggert  <eggert@cs.ucla.edu>
18430
18431         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
18432         changes, consolidating in...
18433         * lib/regex_internal.h: ...this file.
18434
18435 2005-09-13  Jim Meyering  <jim@meyering.net>
18436
18437         * lib/canon-host.c: Filter through gnu indent and reword comments
18438         slightly.
18439         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
18440
18441 2005-09-13  Derek Price  <derek@ximbiot.com>
18442
18443         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
18444         failure.
18445         Reported by Jim Meyering  <jim@meyering.net>.
18446
18447 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18448
18449         * lib/base64.c: Typo.
18450         (base64_encode): Put b64str in initialized data section.
18451
18452 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
18453
18454         Merge glibc and coreutils changes into gnulib, plus a few
18455         extra fixes.
18456         * lib/md5.c: Use #error rather than a string.
18457         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
18458         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
18459         (__attribute__): Define to empty for non recent-GCC.
18460         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
18461         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
18462         Renamed from their non-__ counterparts, with new macros replacing
18463         them if not _LIBC.  Add __THROW attribute.
18464         (rol): Remove.
18465         (struct md5_ctx): Align buffer if using GCC.
18466         * lib/sha1.h (struct sha1_ctx): Likewise.
18467         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
18468         The old name was backwards.
18469         (NOTSWAP): Remove; not used.
18470         (rol): New macro, moved here from md5.h.
18471         (sha1_process_block): Remove a FIXME that doesn't make sense.
18472
18473 2005-09-12  Derek Price  <derek@ximbiot.com>
18474
18475         Return usable errors from canon-host.
18476         * lib/canon-host.h: New file.
18477         * lib/canon-host.c (canon_host): Wrap...
18478         (canon_host_r): ...this new function, which now relies exclusively on
18479         getaddrinfo.
18480         (ch_strerror): New function.
18481         (last_cherror): New global.
18482         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
18483         interface.
18484         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
18485         void *.
18486         (freeaddrinfo): Free ai->ai_canonname when set.
18487
18488 2005-09-12  Derek Price  <derek@ximbiot.com>
18489
18490         Make canon-host require getaddrinfo.
18491         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
18492         AC_LIBSOURCE canon-host.h.  Call...
18493         (gl_PREREQ_CANON_HOST): ...this new function, which requires
18494         gl_GETADDRINFO.
18495         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
18496
18497 2005-09-12  Derek Price  <derek@ximbiot.com>
18498
18499         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
18500         LGPL.
18501         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
18502
18503 2005-09-12  Derek Price  <derek@ximbiot.com>
18504
18505         * lib/gai_strerror.c: Include config.h when available.  Include
18506         getaddrinfo.h before other headers to test interface.
18507         Reported by Larry Jones <lawrence.jones@ugs.com>.
18508
18509 2005-09-12  Derek Price  <derek@ximbiot.com>
18510             Paul Eggert  <eggert@cs.ucla.edu>
18511
18512         * modules/glob (Files): Add glob-libc.h.
18513
18514 2005-09-12  Derek Price  <derek@ximbiot.com>
18515             Paul Eggert  <eggert@cs.ucla.edu>
18516
18517         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
18518         glob_.h, glob-libc.h.
18519         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
18520
18521 2005-09-12  Derek Price  <derek@ximbiot.com>
18522             Paul Eggert  <eggert@cs.ucla.edu>
18523
18524         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
18525         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
18526         protecting things that should be done only in gnulib contexts.
18527         * lib/glob_.h: New file, containing only the glob things needed for
18528         gnulib.
18529         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
18530         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
18531         (glob, globfree, glob_pattern_p): Now defined simply in terms of
18532         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
18533         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
18534         and to respect the namespace rules better.
18535
18536 2005-09-08  Simon Josefsson  <jas@extundo.com>
18537
18538         * modules/socklen: New file.
18539
18540 2005-09-08  Simon Josefsson  <jas@extundo.com>
18541
18542         * m4/socklen.m4: New file.
18543
18544 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18545
18546         * modules/utimens (Files): Add m4/utimbuf.m4, since
18547         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
18548         Reported by Sergey Poznyakoff.
18549
18550 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18551
18552         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
18553         definitions, since that's the preferred style in glibc.
18554         Fix a minor spacing issue, and update copyright notice to match
18555         glibc's.
18556
18557 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18558
18559         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
18560
18561 2005-09-06  Simon Josefsson  <jas@extundo.com>
18562
18563         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
18564         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
18565
18566 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18567
18568         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
18569         warning.
18570
18571 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18572
18573         * config/srclist.txt: Add glibc bug 1302.
18574
18575 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
18576
18577         Change bitset word type from unsigned int to unsigned long int,
18578         as this has better performance on typical 64-bit hosts.
18579         Port bitset code to hosts with unusual word sizes.
18580         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
18581         (build_collating_symbol):
18582         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
18583         argument is a bitset.  This is merely a style issue, but it makes
18584         it clearer that an entire array is expected.
18585         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
18586         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
18587         Port to the case where bitset_word is not the same as unsigned int.
18588         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18589         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
18590         Likewise.
18591         * lib/regexec.c (check_dst_limits_calc_pos_1,
18592         check_subexp_matching_top):
18593         (build_trtable, group_nodes_into_DFAstates):
18594         Likewise.
18595         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
18596         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
18597         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
18598         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
18599         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
18600         * lib/regcomp.c (optimize_subexps, lower_subexp):
18601         Work even if bitset_word has holes in its bitwise representation.
18602         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
18603         * lib/regexec.c (check_dst_limits_calc_pos_1,
18604         check_subexp_matching_top):
18605         Likewise.
18606         * lib/regex_internal.c (re_string_reconstruct):
18607         Don't assume UCHAR_MAX == 255.
18608         * lib/regex_internal.h (bitset_set_all): Likewise.
18609         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
18610         All uses changed.
18611         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
18612         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
18613         All uses changed.
18614         (BITSET_WORD_MAX): New macro.
18615         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
18616         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
18617         (bitset_empty, bitset_copy):
18618         Prefer sizeof (bitset) to multiplying it out ourselves.
18619         (bitset_not_merge): Remove; unused.
18620         (bitset_contain): Return bool, not unsigned int with one bit on.
18621         All callers changed.
18622         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
18623         alignment than re_node_set; do this by defining a new internal
18624         type struct dests_alloc and using it to allocate memory.
18625
18626 2005-09-05  Bruno Haible  <bruno@clisp.org>
18627
18628         * gnulib-tool (func_import): Fix comparison in handling of symbolic
18629         links.
18630
18631 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
18632
18633         * modules/size_max (Makefile.am): Add size_max.h
18634
18635 2005-09-04  Derek Price  <derek@ximbiot.com>
18636
18637         * gnulib-tool (func_import): Fix reversed $symbolic logic.
18638
18639 2005-09-03  Simon Josefsson  <jas@extundo.com>
18640
18641         * gnulib-tool: Fix typo.
18642
18643 2005-09-03  Simon Josefsson  <jas@extundo.com>
18644
18645         * config/srclist.txt: Add glibc bug 1293.
18646
18647 2005-09-03  Derek Price  <derek@ximbiot.com>
18648
18649         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
18650         From Larry Jones <lawrence.jones@ugs.com>.
18651
18652 2005-09-02  Simon Josefsson  <jas@extundo.com>
18653
18654         * modules/socklen: New file.
18655
18656 2005-09-02  Simon Josefsson  <jas@extundo.com>
18657
18658         * modules/havelib: New module.
18659
18660         * modules/gettext, modules/iconv, modules/lock, modules/readline:
18661         Use havelib.
18662
18663 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18664
18665         Check for arithmetic overflow when calculating sizes, to prevent
18666         some buffer-overflow issues.  These patches are conservative, in the
18667         sense that when I couldn't determine whether an overflow was possible,
18668         I inserted a run-time check.
18669         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
18670         macros.
18671         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
18672         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
18673         (re_xnrealloc, re_x2nrealloc): New inline functions.
18674         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
18675         parse_bracket_exp):
18676         (build_equiv_class, build_charclass): Check for arithmetic overflow
18677         in size expression calculations.
18678         * lib/regex_internal.c (re_string_realloc_buffers):
18679         (build_wcs_upper_buffer, re_node_set_add_intersect):
18680         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
18681         (re_dfa_add_node, register_state): Likewise.
18682         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
18683         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
18684         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
18685         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
18686
18687 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18688
18689         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18690         m4/ulonglong.m4.  Problem reported by Martin Lambers.
18691
18692 2005-09-02  Bruno Haible  <bruno@clisp.org>
18693
18694         Support for lib vs. lib64 distinction on biarch platforms.
18695         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
18696         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
18697         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
18698
18699 2005-09-02  Bruno Haible  <bruno@clisp.org>
18700
18701         * gnulib-tool (import): In the other first-use case, provide defaults
18702         as well.
18703
18704 2005-09-02  Bruno Haible  <bruno@clisp.org>
18705
18706         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
18707         patches not yet found in the latest gettext release.
18708
18709 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18710
18711         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
18712         to avoid a collision with bits/local_lim.h in glibc.
18713         All uses changed.  Problem reported by Dmitry V. Levin in
18714         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
18715
18716         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
18717         bugs in int versus size_t comparisons.
18718         (re_string_context_at): Fix bug where the code assumed that
18719         Idx is signed.
18720
18721         Use bool where appropriate.
18722         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
18723         All callers changed.
18724         (calc_eclosure_iter): Likewise, for ROOT arg.
18725         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
18726         (build_charclass_op): Likewise, for NON_MATCH arg.
18727         * lib/regex_internal.c (re_string_allocate, re_string_construct):
18728         (re_string_construct_common): Likewise, for ICASE arg.
18729         * lib/regexec.c (re_search_2_stub, re_search_stub):
18730         Likewise, for RET_LEN arg.
18731         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
18732         (set_regs): Likewise, for FL_BACKTRACK arg.
18733         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
18734         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
18735         (calc_eclosure_iter, parse_bracket_exp):
18736         Use bool for internal variables that are booleans.
18737         * lib/regexec.c (re_search_internal, check_matching,
18738         proceed_next_node):
18739         (set_regs, build_sifted_states, sift_states_bkref):
18740         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
18741         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18742         (find_collation_sequence_value):
18743         Likewise.
18744         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
18745         (re_node_set_compare):
18746         Return bool, not int. All callers changed.
18747         * lib/regexec.c (check_halt_node_context, check_dst_limits):
18748         (build_trtable, check_node_accept): Likewise.
18749         * lib/regex_internal.h: Include stdbool.h.
18750
18751         Fix bugs uncovered when converting to bool.
18752         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
18753         failure instead of charging ahead blindly.
18754         * lib/regex_internal.c (register_state): Likewise.
18755         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
18756         for freeing internal storage.
18757         (group_nodes_into_DFA_states): Use unsigned int, not int, for
18758         bitset pieces used as boolean, to avoid undefined behavior
18759         on hosts that do int overflow checking.
18760
18761 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18762
18763         * config/srclist.txt: Add glibc bugs 1285-1287.
18764
18765 2005-09-01  Jim Meyering  <jim@meyering.net>
18766
18767         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
18768         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
18769         Require gl_STAT_MACROS, too.
18770
18771 2005-09-01  Bruno Haible  <bruno@clisp.org>
18772
18773         * gnulib-tool (import): In the first-use case, provide defaults.
18774
18775 2005-09-01  Bruno Haible  <bruno@clisp.org>
18776
18777         * gnulib-tool (func_import): Remove the .tmp files.
18778
18779 2005-09-01  Bruno Haible  <bruno@clisp.org>
18780
18781         * gnulib-tool (func_import): Fix handling of symbolic links.
18782
18783 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18784
18785         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
18786         old glibc regex code mishandles strings longer than 2**31 bytes.
18787         This patch fixes this when the regex code is used in gnulib
18788         (i.e., outside glibc).
18789
18790         This patch should not affect the use of the regex code inside
18791         glibc.  No doubt this problem also needs to be handled for glibc
18792         as well, but the result will be an incompatible change to the
18793         glibc ABI, and the old ABI will have to be supported too.  That
18794         can be the the subject for another patch.
18795
18796         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
18797         governing whether the rest of this patch is active.  By default,
18798         the macro is disabled and the patch has no effect.
18799         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
18800         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
18801         (struct re_pattern_buffer, re_search, re_search_2, re_match):
18802         (re_match_2, re_set_registers): Use the new types.
18803         * lib/regex_internal.h (Idx, re_hashval_t): New types.
18804         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
18805         New macros.
18806         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
18807         (re_string_context_at, bin_tree_t, re_dfastate_t):
18808         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
18809         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
18810         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
18811         (re_string_char_size_at, re_string_wchar_at):
18812         (re_string_elem_size_at):
18813         Use the new types and macros to port to 64-bit hosts.
18814         Use unsigned types for internal values, so that the code
18815         mostly works even for arrays larger than SSIZE_MAX.
18816         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
18817         (search_duplicated_node, calc_eclosure_iter, fetch_number):
18818         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
18819         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
18820         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
18821         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
18822         (calc_inveclosure, parse_dup_op, build_range_exp):
18823         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
18824         (fetch_number, create_token_tree, mark_opt_subexp):
18825         Likewise.
18826         * lib/regex_internal.c (re_string_construct_common,
18827         create_ci_newstate):
18828         (create_cd_newstate, re_string_allocate, re_string_construct):
18829         (re_string_realloc_buffers, build_wcs_upper_buffer):
18830         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18831         (re_string_reconstruct, re_string_peek_byte_case):
18832         (re_string_fetch_byte_case, re_string_context_at):
18833         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18834         (re_node_set_init_copy, re_node_set_add_intersect):
18835         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18836         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18837         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18838         (re_acquire_state, re_acquire_state_context, register_state):
18839         Likewise.
18840         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
18841         search_cur_bkref_entry):
18842         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
18843         (re_search_internal, re_search_2_stub, re_search_stub)
18844         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
18845         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
18846         (update_cur_sifted_state, check_dst_limits):
18847         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18848         (check_subexp_limits, sift_states_bkref, merge_state_array):
18849         (check_subexp_matching_top, get_subexp, get_subexp_sub):
18850         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
18851         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18852         (expand_bkref_cache, check_node_accept_bytes):
18853         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
18854         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
18855         (acquire_init_state_context, check_halt_node_context):
18856         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
18857         (sift_states_backward, clean_state_log_if_needed):
18858         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
18859         (find_recover_state, transit_state_sb, transit_state_mb):
18860         (transit_state_bkref, build_trtable, match_ctx_clean):
18861         Likewise.
18862         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
18863         to work around an assumption that REG_MISSING is negative.
18864
18865         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
18866         (seek_collating_symbol_entry) [defined _LIBC]:
18867         (lookup_collation_sequence_value) [defined _LIBC]:
18868         (build_range_exp, build_collating_symbol) [defined _LIBC]:
18869         Use prototypes rather than old-style function definitions.
18870         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
18871         (transit_state_sb) [0]:
18872         (find_collation_sequence_value) [defined _LIBC]: Likewise.
18873
18874         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
18875         rm_eo.
18876
18877         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
18878         (optimize_subexps, lower_subexp):
18879         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
18880         since the signed shift might overflow.  Use 1u<<31 instead.
18881         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18882         Likewise.
18883         * lib/regexec.c (check_dst_limits_calc_pos_1,
18884         check_subexp_matching_top): Likewise.
18885
18886         * lib/regcomp.c (optimize_subexps, lower_subexp):
18887         Use CHAR_BIT rather than 8, for clarity.
18888         * lib/regexec.c (check_dst_limits_calc_pos_1):
18889         (check_subexp_matching_top): Likewise.
18890         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
18891         have to worry about portability issues when shifting it left.
18892         Remove no-longer-needed test for table_size > 0.
18893         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
18894         in a word, as the resulting behavior is undefined.
18895         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
18896         in one case, a <= should have been an <, and in another case the
18897         whole test was missing.
18898         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18899         the standard name CHAR_BIT.
18900         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18901         this is not true on one's complement and signed-magnitude hosts.
18902
18903         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18904         next_last_offset.
18905         (struct re_dfa_t): Remove unused member states_alloc.
18906         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18907
18908 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18909
18910         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18911         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18912         and large-file glibc and in 32-bit large-file Solaris.
18913
18914 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18915
18916         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18917         lengths fit in regoff_t; this isn't true if regoff_t is the same
18918         width as size_t.
18919         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18920         (= START + RANGE) instead of RANGE.  This avoids overflow
18921         problems when regoff_t is the same width as size_t.
18922         All callers changed.
18923         (re_search_2_stub): Check for overflow when adding the
18924         sizes of the two strings.
18925         (re_search_stub): Check for overflow when adding START
18926         to RANGE; if it occurs, substitute the extreme value.
18927
18928 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18929
18930         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18931
18932 2005-08-31  Jim Meyering  <jim@meyering.net>
18933
18934         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18935         a pointer-to-const.
18936         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18937         (register_state): Likewise.
18938         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18939         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18940         (group_nodes_into_DFAstates): Likewise.
18941
18942 2005-08-31  Jim Meyering  <jim@meyering.net>
18943
18944         * check-module: Add a FIXME comment.
18945
18946 2005-08-31  Eric Blake  <ebb9@byu.net>
18947
18948         * modules/unistd-safer (Files): Add unistd--.h.
18949         * modules/stdio-safer (Files): Add stdio--.h.
18950
18951 2005-08-31  Derek Price  <derek@ximbiot.com>
18952
18953         * lib/getdelim.c (getdelim): Return EOF on EOF.
18954         Reported by Larry Jones <lawrence.jones@ugs.com>.
18955
18956 2005-08-31  Bruno Haible  <bruno@clisp.org>
18957
18958         Avoid unnecessary diffs in the generated lib/Makefile.am.
18959         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18960         the generated files.
18961         (func_import): Don't set cmd.
18962
18963 2005-08-31  Bruno Haible  <bruno@clisp.org>
18964
18965         * lib/strstr.c: Include <stddef.h>, for NULL.
18966         * lib/strcasestr.c: Likewise.
18967         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18968
18969 2005-08-31  Bruno Haible  <bruno@clisp.org>
18970
18971         * gnulib-tool: New option --macro-prefix.
18972         (func_import): Use macro_prefix.
18973         (import): Handle option --macro-prefix.
18974
18975 2005-08-31  Bruno Haible  <bruno@clisp.org>
18976
18977         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18978         Also use new variables cached_lgpl, cached_libtool.
18979
18980 2005-08-31  Bruno Haible  <bruno@clisp.org>
18981
18982         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18983         always instantiating them.
18984
18985 2005-08-31  Bruno Haible  <bruno@clisp.org>
18986
18987         * gnulib-tool (func_import): Read the previous cached settings
18988         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18989         earlier added by gnulib but are now dropped. Warn when a gnulib file
18990         overwrites a non-gnulib file.
18991
18992 2005-08-31  Bruno Haible  <bruno@clisp.org>
18993
18994         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18995         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18996         projects that don't keep autogenerated files in CVS. Put into
18997         actioncmd only the specified modules, not the transitive closure.
18998
18999 2005-08-31  Bruno Haible  <bruno@clisp.org>
19000
19001         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
19002         Create directories that shall be filled.
19003         (import): Don't look for gl_* macros in configure.ac. Recurse across
19004         all directories containing a gnulib-cache.m4 files, if meaningful.
19005
19006 2005-08-31  Bruno Haible  <bruno@clisp.org>
19007
19008         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
19009         (import): Set seen_libtool when we see gl_LIBTOOL.
19010
19011 2005-08-31  Bruno Haible  <bruno@clisp.org>
19012
19013         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
19014         declaration macro definitions from generated gnulib.m4.
19015
19016 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
19017
19018         * lib/iconvme.h: Add prototype for iconv_alloc.
19019
19020 2005-08-29  Simon Josefsson  <jas@extundo.com>
19021
19022         * lib/iconvme.c: Fix errno.
19023
19024 2005-08-29  Bruno Haible  <bruno@clisp.org>
19025
19026         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
19027         that it works when the directory contains spaces.
19028
19029 2005-08-29  Bruno Haible  <bruno@clisp.org>
19030
19031         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
19032
19033 2005-08-29  Bruno Haible  <bruno@clisp.org>
19034
19035         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
19036         Emit more advice.
19037
19038 2005-08-29  Bruno Haible  <bruno@clisp.org>
19039         and Stepan Kasal  <kasal@ucw.cz>
19040
19041         * check-module: If more parameters are given, check each of them
19042         separately; add more exceptions, as noted by Jim Meyering.
19043         (check_module): New procedure.
19044         (%exempt_header): Now contains all exceptions.
19045
19046 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
19047
19048         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
19049
19050 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
19051
19052         * lib/iconvme.c: Split iconv_string into iconv_alloc.
19053
19054 2005-08-28  Bruno Haible  <bruno@clisp.org>
19055
19056         * m4/gnulib-tool.m4: New file.
19057
19058 2005-08-27  Jim Meyering  <jim@meyering.net>
19059
19060         * modules/unistd-safer (Files): Add pipe-safer.c.
19061         * modules/fcntl-safer (Files): Add creat-safer.c.
19062
19063 2005-08-27  Jim Meyering  <jim@meyering.net>
19064
19065         * m4/stdlib-safer.m4: New file.  From coreutils.
19066         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
19067         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
19068         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
19069         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
19070         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
19071
19072 2005-08-27  Jim Meyering  <jim@meyering.net>
19073
19074         * lib/fopen-safer.c: Merge minor changes from coreutils.
19075         * lib/dup-safer.c: Likewise.
19076         * lib/fd-safer.c: Likewise.
19077
19078         Merge from coreutils.
19079         * lib/stdio--.h: New file.
19080         * lib/stdlib--.h: New file.
19081         * lib/mkstemp-safer.c: New file.
19082
19083         GNU tar needs these.
19084         * lib/pipe-safer.c: New file.
19085         * lib/creat-safer.c: New file.
19086         * lib/fcntl--.h (creat): Define to creat_safer.
19087         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
19088         * lib/unistd--.h (pipe): Define to pipe_safer.
19089         * lib/unistd-safer.h: Declare pipe_safer.
19090
19091 2005-08-26  Simon Josefsson  <jas@extundo.com>
19092
19093         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
19094         Haible <bruno@clisp.org>.
19095
19096 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
19097
19098         * lib/regex_internal.h: Remove all references to
19099         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
19100         or better.
19101         (bitset_not, bitset_merge, bitset_not_merge):
19102         (bitset_mask, re_string_allocate, re_string_construct):
19103         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
19104         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
19105         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
19106         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
19107         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19108         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19109         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
19110         (re_acquire_state_context):
19111         Remove unnecessary forward decls.
19112         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
19113         Put __attribute at function definition,
19114         now that the function decl has been removed.
19115         * lib/regex_internal.c (re_string_peek_byte_case):
19116         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
19117         Likewise.
19118
19119 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
19120
19121         * m4/regex.m4: Add AC_PREREQ(2.50).
19122         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
19123
19124 2005-08-25  Simon Josefsson  <jas@extundo.com>
19125
19126         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
19127         __fsetlocking.
19128
19129 2005-08-25  Simon Josefsson  <jas@extundo.com>
19130
19131         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
19132         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
19133         GLIBC specific code.
19134
19135 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19136
19137         Make regex safe for g++.  This fixes one real bug (an "err"
19138         that should have been "*err").  g++ problem reported by
19139         Sam Steingold.
19140         * lib/regex_internal.h (re_calloc): New macro, consistent with
19141         re_malloc etc.  All callers of calloc changed to use re_calloc.
19142         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
19143         not int.  All callers changed.
19144         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
19145         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
19146         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
19147         (find_recover_state): Change "err" to "*err"; this fixes what
19148         appears to be a real bug.
19149         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
19150         versus int.
19151
19152 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19153
19154         * modules/regex (Depends-on): Add malloc, since the code
19155         assumes that !malloc(0) means failure.
19156
19157 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19158
19159         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
19160
19161         alloca modernization/simplification for regex.
19162         * lib/regex.c: Remove portability cruft for alloca.  This no longer
19163         needs to be at the start of the file, and can be moved into
19164         regex_internal.h and simplified.
19165         * lib/regex_internal.h: Include <alloca.h>.
19166         (__libc_use_alloca) [!defined _LIBC]: New macro.
19167         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
19168         now works outside glibc.
19169
19170 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19171
19172         * config/srclist.txt: Add glibc bugs 1241, 1245.
19173
19174 2005-08-25  Jim Meyering  <jim@meyering.net>
19175
19176         * lib/open-safer.c: Include <config.h>.
19177         Otherwise, we'd lose LARGEFILE support in any file using
19178         e.g. "fcntl--.h"
19179
19180 2005-08-25  Bruno Haible  <bruno@clisp.org>
19181
19182         * m4/minmax.m4: Require autoconf 2.52.
19183         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
19184         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
19185         alternatives of translit over the alphabet.
19186         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
19187
19188 2005-08-24  Simon Josefsson  <jas@extundo.com>
19189
19190         * tests/test-getpass.c: New file.
19191
19192 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19193
19194         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
19195         for GNU regex features.
19196
19197 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19198
19199         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
19200         * lib/regex.h (regerror): Likewise.
19201
19202         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
19203         requires this.  (The code never needed it.)
19204
19205         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
19206         All uses of recently-renamed identifiers changed to use the new,
19207         POSIX-compliant names.  The code will build and run just fine
19208         without these changes, but it's better to eat our own dog food
19209         and use the standard-conforming names.
19210
19211         * lib/regex.h: Fix a multitude of POSIX name space violations.
19212         These changes have an effect only for programs that define
19213         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
19214         do not change anything for programs compiled in the normal way.
19215         Also, there is no effect on the ABI.
19216
19217         (_REGEX_SOURCE): New macro.
19218         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
19219         defined and _GNU_SOURCE is not; this fixes a name space violation.
19220
19221         Rename the following macros to obey POSIX requirements.
19222         The old names are still visible as macros if _REGEX_SOURCE is defined.
19223         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
19224         RE_BACKSLASH_ESCAPE_IN_LISTS.
19225         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
19226         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
19227         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
19228         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
19229         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
19230         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
19231         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
19232         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
19233         (REG_INTERVALS): renamed from RE_INTERVALS.
19234         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
19235         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
19236         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
19237         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
19238         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
19239         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
19240         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
19241         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
19242         RE_UNMATCHED_RIGHT_PAREN_ORD.
19243         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
19244         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
19245         (REG_DEBUG): renamed from RE_DEBUG.
19246         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
19247         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
19248         unusual, since we can't clash with the POSIX REG_ICASE.
19249         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
19250         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
19251         (REG_NO_SUB): renamed from RE_NO_SUB.
19252         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
19253         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
19254         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
19255         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
19256         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
19257         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
19258         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
19259         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
19260         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
19261         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
19262         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
19263         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
19264         RE_SYNTAX_POSIX_MINIMAL_BASIC.
19265         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
19266         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
19267         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
19268         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
19269         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
19270         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
19271         (REG_FIXED): Renamed from REGS_FIXED.
19272         (REG_NREGS): Renamed from RE_NREGS.
19273
19274         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
19275         of other REG_* macros, since POSIX says the user is allowed to
19276         #undef these macros selectively.
19277
19278         (reg_errcode_t): Update comment stating what other tables need
19279         to be consistent.
19280
19281         Rename the following enum values to obey POSIX requirements.
19282         The old names are still visible as macros.
19283         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
19284         is not defined, since GNU is supposed to be a superset of POSIX as
19285         much as possible, and since we want reg_errcode_t to be a signed
19286         type for implementation consistency.
19287         (_REG_NOERROR): Renamed from REG_NOERROR.
19288         (_REG_NOMATCH): Renamed from REG_NOMATCH.
19289         (_REG_BADPAT): Renamed from REG_BADPAT.
19290         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
19291         (_REG_ECTYPE): Renamed from REG_ECTYPE.
19292         (_REG_EESCAPE): Renamed from REG_EESCAPE.
19293         (_REG_ESUBREG): Renamed from REG_ESUBREG.
19294         (_REG_EBRACK): Renamed from REG_EBRACK.
19295         (_REG_EPAREN): Renamed from REG_EPAREN.
19296         (_REG_EBRACE): Renamed from REG_EBRACE.
19297         (_REG_BADBR): Renamed from REG_BADBR.
19298         (_REG_ERANGE): Renamed from REG_ERANGE.
19299         (_REG_ESPACE): Renamed from REG_ESPACE.
19300         (_REG_BADRPT): Renamed from REG_BADRPT.
19301         (_REG_EEND): Renamed from REG_EEND.
19302         (_REG_ESIZE): Renamed from REG_ESIZE.
19303         (_REG_ERPAREN): Renamed from REG_ERPAREN.
19304         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
19305         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
19306         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
19307         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
19308
19309         (_REG_RE_NAME, _REG_RM_NAME): New macros.
19310         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
19311         changed.  But support the old name if the new one is not defined
19312         and if _REGEX_SOURCE.
19313
19314         Change the following member names in struct re_pattern_buffer.
19315         The old names are still supported if !_REGEX_SOURCE.
19316         The new names are always supported, regardless of _REGEX_SOURCE.
19317         (re_buffer): Renamed from buffer.
19318         (re_allocated): Renamed from allocated.
19319         (re_used): Renamed from used.
19320         (re_syntax): Renamed from syntax.
19321         (re_fastmap): Renamed from fastmap.
19322         (re_translate): Renamed from translate.
19323         (re_can_be_null): Renamed from can_be_null.
19324         (re_regs_allocated): Renamed from regs_allocated.
19325         (re_fastmap_accurate): Renamed from fastmap_accurate.
19326         (re_no_sub): Renamed from no_sub.
19327         (re_not_bol): Renamed from not_bol.
19328         (re_not_eol): Renamed from not_eol.
19329         (re_newline_anchor): Renamed from newline_anchor.
19330
19331         Change the following member names in struct re_registers.
19332         The old names are still supported if !_REGEX_SOURCE.
19333         The new names are always supported, regardless of _REGEX_SOURCE.
19334         (rm_num_regs): Renamed from num_regs.
19335         (rm_start): Renamed from start.
19336         (rm_end): Renamed from end.
19337
19338         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
19339         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
19340         Prepend __ to parameter names.
19341
19342         Undo yesterday's changes.
19343
19344 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19345
19346         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
19347         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
19348         lib/regex.c.
19349
19350 2005-08-24  Jim Meyering  <jim@meyering.net>
19351
19352         Sync from coreutils.
19353         * m4/fcntl-safer.m4: New file.
19354
19355         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
19356         and object files for this module.
19357
19358 2005-08-24  Jim Meyering  <jim@meyering.net>
19359
19360         Sync from coreutils.
19361         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
19362
19363 2005-08-24  Jim Meyering  <jim@meyering.net>
19364
19365         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
19366         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
19367
19368 2005-08-24  Jim Meyering  <jim@meyering.net>
19369
19370         * modules/fcntl-safer: New module.
19371         * modules/fts (Depends-on): Add fcntl-safer.
19372         * MODULES.html.sh (File descriptor based Input/Output):
19373         Add fcntl-safer.
19374
19375 2005-08-24  Bruno Haible  <bruno@clisp.org>
19376
19377         Support for unit test modules.
19378         * modules/README: Mention tests modules.
19379         * modules/TEMPLATE-TESTS: New file.
19380         * gnulib-tool: New options --extract-tests-module, --with-tests and
19381         --tests-base (unused for the moment).
19382         (testsbase, inctests): New variables.
19383         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
19384         (func_verify_module): Exclude TEMPLATE-TESTS.
19385         (func_verify_nontests_module, func_verify_tests_module): New functions.
19386         (func_get_dependencies): Add implicit dependency for tests modules.
19387         (func_get_tests_module): New function.
19388         (func_modules_transitive_closure): When --with-tests was specified,
19389         include the unit tests as well, unless explicitly avoided.
19390         (func_emit_lib_Makefile_am): Ignore the tests modules here.
19391         (func_emit_tests_Makefile_am): New function.
19392         (func_create_testdir): When --with-tests was specified, emit a
19393         tests/ directory.
19394         * MODULES.html.sh (Future developments): Update.
19395
19396 2005-08-24  Bruno Haible  <bruno@clisp.org>
19397
19398         * modules/tls-tests: New file.
19399         * tests/test-tls.c: New file, from GNU gettext.
19400
19401 2005-08-24  Bruno Haible  <bruno@clisp.org>
19402
19403         * modules/lock-tests: New file.
19404         * tests/test-lock.c: New file, from GNU gettext.
19405
19406 2005-08-24  Bruno Haible  <bruno@clisp.org>
19407
19408         * lib/lock.h: Add multiple inclusion guard.
19409         * lib/tls.h: Add multiple inclusion guard.
19410
19411 2005-08-24  Bruno Haible  <bruno@clisp.org>
19412
19413         * gnulib-tool: Add support for the --aux-dir option to
19414         --create-testdir, --create-megatestdir, --test, --megatest.
19415         (func_create_testdir, func_create_megatestdir): Optionally emit a
19416         AC_CONFIG_AUX_DIR directive.
19417         (create-testdir, create-megatestdir, test, megatest): Provide a
19418         default value for $auxdir.
19419
19420 2005-08-24  Bruno Haible  <bruno@clisp.org>
19421
19422         * gnulib-tool (import): Use compound statement instead of subshell
19423         where possible.
19424
19425 2005-08-24  Bruno Haible  <bruno@clisp.org>
19426
19427         * gnulib-tool (import): Change --aux-dir default to "build-aux".
19428
19429 2005-08-24  Bruno Haible  <bruno@clisp.org>
19430
19431         * gnulib-tool (func_version): Update.
19432
19433 2005-08-24  Bruno Haible  <bruno@clisp.org>
19434
19435         * gnulib-tool (func_import, func_create_testdir,
19436         func_create_megatestdir): Quote all autoconf macro arguments.
19437
19438 2005-08-24  Bruno Haible  <bruno@clisp.org>
19439
19440         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
19441         option --force, because --force causes the aclocal.m4 of each
19442         subdirectory to be newer than the corresponding config.h.in.
19443
19444 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19445
19446         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
19447         All contents moved to gl_REGEX.
19448         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
19449         assume that it does.
19450
19451 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19452
19453         * lib/regex.h (REG_NOSYS)
19454         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
19455         Define, since POSIX requires it as of 2001.
19456         (_REG_ENOSYS)
19457         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
19458         New private symbol, used to keep the enum signed in all cases.
19459         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
19460         Youngman in
19461         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
19462
19463         * lib/regex_internal.c (re_string_skip_chars, register_state):
19464         (calc_state_hash):
19465         Remove forward decls; no longer needed now that we use prototypes.
19466         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
19467         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
19468         (clean_state_log_if_needed): Likewise.
19469
19470 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19471
19472         * config/srclist.txt: Add glibc bugs 1231-1233.
19473
19474 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19475
19476         Fix problems reported by Sam Steingold in
19477         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
19478         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
19479         assumed that reg_errcode_t is a signed type, which is not
19480         necessarily true if _XOPEN_SOURCE is not defined.
19481         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
19482         since some compilers warn about it otherwise.
19483
19484 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19485
19486         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
19487         (init_word_char, create_initial_state, duplicate_node_closure):
19488         (fetch_token, peek_token_bracket, build_range_exp):
19489         (build_collating_symbol): Remove forward decls; no longer needed
19490         now that we use prototypes.
19491
19492         * lib/regcomp.c:
19493         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
19494         (re_compile_fastmap_iter, regcomp, regerror, regfree):
19495         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
19496         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
19497         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
19498         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
19499         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
19500         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
19501         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
19502         (build_range_exp, build_collating_symbol, parse_bracket_exp):
19503         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
19504         (build_charclass, build_charclass_op, fetch_number, create_tree):
19505         (create_token_tree, mark_opt_subexp, duplicate_tree):
19506         Use prototypes rather than old-style definitions.
19507
19508         * lib/regex_internal.c:
19509         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
19510         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
19511         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19512         (re_string_reconstruct, re_string_peek_byte_case):
19513         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
19514         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19515         (re_node_set_init_copy, re_node_set_add_intersect):
19516         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19517         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19518         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
19519         (re_acquire_state, re_acquire_state_context, register_state):
19520         (create_ci_newstate, create_cd_newstate, free_state):
19521         Likewise.
19522         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
19523         re_search_2):
19524         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
19525         (re_search_internal, prune_impossible_nodes):
19526         (acquire_init_state_context, check_matching, static):
19527         (check_halt_node_context, check_halt_state_context, proceed_next_node):
19528         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
19529         (update_regs, sift_states_backward, build_sifted_states):
19530         (clean_state_log_if_needed, merge_state_array):
19531         (update_cur_sifted_state, add_epsilon_src_nodes):
19532         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
19533         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
19534         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
19535         (find_recover_state, check_subexp_matching_top, transit_state_mb):
19536         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
19537         (check_arrival, check_arrival_add_next_nodes):
19538         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
19539         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19540         (check_node_accept_bytes, check_node_accept, extend_buffers):
19541         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
19542         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
19543         (sift_ctx_init):
19544         Likewise.
19545
19546         * lib/regex_internal.h:
19547         (re_string_allocate, re_string_construct, re_string_reconstruct):
19548         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
19549         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
19550         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
19551         (re_string_context_at, re_string_peek_byte_case):
19552         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
19553         is defined, since we now use prototypes always.
19554
19555         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
19556         C89 or better.  All uses removed.
19557
19558 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19559
19560         * config/srclist.txt: Add glibc bugs 1220-1227.
19561
19562 2005-08-20  Jim Meyering  <jim@meyering.net>
19563
19564         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
19565         of unused local, dfa.
19566
19567 2005-08-20  Bruno Haible  <bruno@clisp.org>
19568
19569         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
19570
19571 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19572
19573         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
19574         (re_node_set_insert_last, re_dfa_add_node):
19575         Rename local variables to avoid GCC shadowing warnings.
19576
19577 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19578
19579         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
19580         [defined lint]: Suppress bogus uninitialized-variable warnings.
19581
19582         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
19583         and let the caller return REG_ESPACE if out of space.  This
19584         removes an uninitialied-variable warning with GCC 4.0.1, and also
19585         avoids taking the address of a local variable.  All callers
19586         changed.
19587
19588 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19589
19590         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
19591         $LIBCSRC/posix/regexec.c.
19592         Add glibc bug 1217 for regcomp.c.
19593
19594 2005-08-19  Jim Meyering  <jim@meyering.net>
19595
19596         * lib/regexec.c (proceed_next_node): Redo local variables to
19597         avoid GCC shadowing warnings.
19598
19599 2005-08-18  Bruno Haible  <bruno@clisp.org>
19600
19601         * lib/strstr.c (strstr): Fix return value in multibyte case.
19602         * lib/strcasestr.c (strcasestr): Likewise.
19603
19604 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19605
19606         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
19607
19608 2005-08-17  Jim Meyering  <jim@meyering.net>
19609
19610         Make the %s format (seconds since the epoch) work for a negative
19611         number and when used with a zero-padded field width, e.g. %015s.
19612
19613         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
19614         label so that it precedes the code to set `digits'.  Otherwise,
19615         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
19616         print `00-22'.  Now, it prints `-0022', as it should.
19617
19618 2005-08-17  Bruno Haible  <bruno@clisp.org>
19619
19620         * modules/strstr (Files): Add m4/mbrtowc.m4.
19621         (Depends-on): Add mbuiter.
19622
19623 2005-08-17  Bruno Haible  <bruno@clisp.org>
19624
19625         * modules/strcasestr: New file.
19626         * MODULES.html.sh (String handling, based on ANSI C 89): Add
19627         strcasestr.
19628
19629 2005-08-17  Bruno Haible  <bruno@clisp.org>
19630
19631         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
19632
19633 2005-08-17  Bruno Haible  <bruno@clisp.org>
19634
19635         * modules/mbuiter: New file.
19636         * MODULES.html.sh (Extended multibyte and wide character utilities):
19637         Add mbuiter.
19638
19639 2005-08-17  Bruno Haible  <bruno@clisp.org>
19640
19641         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
19642         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
19643
19644 2005-08-17  Bruno Haible  <bruno@clisp.org>
19645
19646         * m4/strcasestr.m4: New file.
19647
19648 2005-08-17  Bruno Haible  <bruno@clisp.org>
19649
19650         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
19651         * lib/strstr.c: Completely rewritten, with multibyte locale support.
19652
19653 2005-08-17  Bruno Haible  <bruno@clisp.org>
19654
19655         * lib/strcasestr.h: New file.
19656         * lib/strcasestr.c: New file.
19657
19658 2005-08-17  Bruno Haible  <bruno@clisp.org>
19659
19660         * lib/strcasecmp.c: Use mbuiter.h.
19661
19662 2005-08-17  Bruno Haible  <bruno@clisp.org>
19663
19664         * lib/mbuiter.h: New file.
19665
19666 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19667
19668         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
19669         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
19670         and gl_GETOPT are both invoked via different paths (as happens
19671         with GNU tar CVS because it uses both argp and getopt), the former
19672         wins.
19673
19674 2005-08-16  Bruno Haible  <bruno@clisp.org>
19675
19676         * modules/tls: New file.
19677         * MODULES.html.sh (Multithreading): Add tls.
19678
19679 2005-08-16  Bruno Haible  <bruno@clisp.org>
19680
19681         * modules/strnlen1: New file.
19682         * MODULES.html.sh (String handling): Add strnlen1.
19683
19684 2005-08-16  Bruno Haible  <bruno@clisp.org>
19685
19686         * modules/strcase (Files): Add m4/mbrtowc.m4.
19687         (Depends-on): Add strnlen1, mbchar.
19688
19689 2005-08-16  Bruno Haible  <bruno@clisp.org>
19690
19691         * modules/mbiter: New file.
19692         * MODULES.html.sh (Extended multibyte and wide character utilities):
19693         Add mbiter.
19694
19695 2005-08-16  Bruno Haible  <bruno@clisp.org>
19696
19697         * modules/mbfile: New file.
19698         * MODULES.html.sh (Extended multibyte and wide character utilities):
19699         Add mbfile.
19700
19701 2005-08-16  Bruno Haible  <bruno@clisp.org>
19702
19703         * modules/mbchar: New file.
19704         * MODULES.html.sh (Extended multibyte and wide character utilities):
19705         New section.
19706
19707 2005-08-16  Bruno Haible  <bruno@clisp.org>
19708
19709         * m4/tls.m4: New file, from GNU gettext.
19710
19711 2005-08-16  Bruno Haible  <bruno@clisp.org>
19712
19713         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
19714         always.
19715         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
19716
19717 2005-08-16  Bruno Haible  <bruno@clisp.org>
19718
19719         * m4/mbiter.m4: New file.
19720
19721 2005-08-16  Bruno Haible  <bruno@clisp.org>
19722
19723         * m4/mbfile.m4: New file.
19724
19725 2005-08-16  Bruno Haible  <bruno@clisp.org>
19726
19727         * m4/mbchar.m4: New file.
19728
19729 2005-08-16  Bruno Haible  <bruno@clisp.org>
19730
19731         * lib/tls.h: New file, from GNU gettext.
19732         * lib/tls.c: New file, from GNU gettext.
19733
19734 2005-08-16  Bruno Haible  <bruno@clisp.org>
19735
19736         * lib/strnlen1.h: New file.
19737         * lib/strnlen1.c: New file.
19738
19739 2005-08-16  Bruno Haible  <bruno@clisp.org>
19740
19741         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
19742         (mbi_init): Update.
19743         (mbi_avail, mbi_advance): Let the iteration end before the terminating
19744         NUL byte, not after it.
19745
19746 2005-08-16  Bruno Haible  <bruno@clisp.org>
19747
19748         * lib/strcase.h (strcasecmp): Add note in comments.
19749         * lib/strncasecmp.c: Use code from strcasecmp.c.
19750         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
19751         (strcasecmp): Work correctly in multibyte locales.
19752
19753 2005-08-16  Bruno Haible  <bruno@clisp.org>
19754
19755         * lib/mbiter.h: New file.
19756
19757 2005-08-16  Bruno Haible  <bruno@clisp.org>
19758
19759         * lib/mbfile.h: New file.
19760
19761 2005-08-16  Bruno Haible  <bruno@clisp.org>
19762
19763         * lib/mbchar.h: New file.
19764         * lib/mbchar.c: New file.
19765
19766 2005-08-16  Bruno Haible  <bruno@clisp.org>
19767
19768         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
19769         the valid ones. Makes the comparison operations transitive:
19770         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
19771         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
19772
19773 2005-08-15  Simon Josefsson  <jas@extundo.com>
19774
19775         * modules/ssize_t (License): Change to 'unlimited'.
19776
19777         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
19778
19779 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19780
19781         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
19782         Add comments for each pending glibc patch.
19783
19784 2005-08-15  Bruno Haible  <bruno@clisp.org>
19785
19786         * lib/regex.h (__restrict_arr): Don't define to __restrict if
19787         __cplusplus is defined.
19788
19789 2005-08-14  Jim Meyering  <jim@meyering.net>
19790
19791         Sync from coreutils.
19792
19793         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
19794         Use the hash-table-based cycle-detection code not just when
19795         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
19796         Reported by James Youngman in
19797         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
19798         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
19799         FTS_TIGHT_CYCLE_CHECK.
19800         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
19801         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
19802         once again.
19803         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
19804         * lib/fts.c (fd_safer): Remove decl.
19805         Include fcntl--.h rather than unistd-safer.h
19806         (fts_safe_changedir): Don't call fd_safer; no longer needed
19807         now that we include fcntl--.h.
19808
19809 2005-08-12  Simon Josefsson  <jas@extundo.com>
19810
19811         * modules/getndelim2: Use ssize_t module.
19812         * modules/getnline: Likewise.
19813         * modules/safe-read: Likewise.
19814         * modules/xreadlink: Likewise.
19815
19816         * modules/ssize_t: New file.
19817
19818 2005-08-12  Simon Josefsson  <jas@extundo.com>
19819
19820         * m4/readline.m4: Look for termcap, curses or ncurses if required.
19821
19822 2005-08-12  Simon Josefsson  <jas@extundo.com>
19823
19824         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19825         ssize_t.
19826
19827 2005-08-12  Simon Josefsson  <jas@extundo.com>
19828
19829         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
19830         readline, getdelim and check_version.
19831         (Support for systems lacking ISO C 99: Sizes of integer types):
19832         Add size_max.
19833
19834 2005-08-12  Bruno Haible  <bruno@clisp.org>
19835
19836         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
19837
19838 2005-08-11  Simon Josefsson  <jas@extundo.com>
19839
19840         * modules/readline: New file.
19841
19842         * modules/strnlen (Files): Add strnlen.h.
19843
19844 2005-08-11  Simon Josefsson  <jas@extundo.com>
19845
19846         * m4/readline.m4: New file.
19847
19848 2005-08-11  Simon Josefsson  <jas@extundo.com>
19849
19850         * lib/readline.h, readline.c: New file.
19851
19852 2005-08-11  Simon Josefsson  <jas@extundo.com>
19853
19854         * doc/gnulib.texi (Initial import, Finishing touches): Mention
19855         gl_AVOID.
19856
19857 2005-08-11  Bruno Haible  <bruno@clisp.org>
19858
19859         * lib/strnlen.h (strnlen): Change parameter name to match comment.
19860
19861 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
19862
19863         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
19864
19865 2005-08-10  Simon Josefsson  <jas@extundo.com>
19866
19867         * tests/test-iconvme.c: New file.
19868
19869 2005-08-10  Simon Josefsson  <jas@extundo.com>
19870
19871         * m4/strnlen.m4: New file.
19872
19873         * m4/strndup.m4: Don't check for strnlen declaration, done in
19874         strnlen.m4.
19875
19876 2005-08-10  Simon Josefsson  <jas@extundo.com>
19877
19878         * lib/strndup.c: Use strnlen.h.
19879
19880         * lib/strnlen.h: New file.
19881
19882 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19883
19884         * README: Typos.
19885
19886 2005-08-02  Simon Josefsson  <jas@extundo.com>
19887
19888         * modules/readline: New file.
19889
19890 2005-08-02  Simon Josefsson  <jas@extundo.com>
19891
19892         * modules/getdelim: New file.
19893
19894         * modules/getline: Rewrite, don't use getndelim2.
19895
19896 2005-08-02  Simon Josefsson  <jas@extundo.com>
19897
19898         * m4/getline.m4: Separate out getdelim stuff into separate module.
19899
19900         * m4/getdelim.m4: New file.
19901
19902 2005-08-02  Simon Josefsson  <jas@extundo.com>
19903
19904         * lib/getline.h, getline.c: Rewrite.
19905
19906         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19907
19908 2005-07-31  Bruno Haible  <bruno@clisp.org>
19909
19910         * lib/lock.h (gl_lock_initializer): New macro.
19911         (gl_lock_define_initialized): Use it.
19912         (gl_rwlock_initializer): New macro.
19913         (gl_rwlock_define_initialized): Use it.
19914         (gl_recursive_lock_initializer): New macro.
19915         (gl_recursive_lock_define_initialized): Use it.
19916
19917 2005-07-30  Karl Berry  <karl@gnu.org>
19918
19919         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19920         Report from Ben Pfaff, regarding getopt.
19921
19922 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19923
19924         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19925         normal way.
19926         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19927         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19928         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19929         (gl_GETOPT): Use the new macros.  Most of the implementation
19930         is moved to the new macros.  This is for programs like Emacs
19931         that don't want all the functionality of gl_GETOPT.
19932
19933 2005-07-26  Bruno Haible  <bruno@clisp.org>
19934
19935         * m4/lock.m4: Update from GNU gettext.
19936
19937 2005-07-26  Bruno Haible  <bruno@clisp.org>
19938
19939         * lib/lock.h: Update from GNU gettext.
19940         * lib/lock.c: Update from GNU gettext.
19941
19942 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19943
19944         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19945         obsolescent AC_TRY_RUN.  Include the default includes files, for
19946         'exit'.
19947
19948 2005-07-24  Bruno Haible  <bruno@clisp.org>
19949
19950         * modules/visibility: New file.
19951         * MODULES.html.sh (Misc): Add visibility.
19952
19953 2005-07-24  Bruno Haible  <bruno@clisp.org>
19954
19955         * m4/visibility.m4: New file.
19956
19957 2005-07-24  Bruno Haible  <bruno@clisp.org>
19958
19959         * doc/visibility.texi: New file.
19960
19961 2005-07-22  Bruno Haible  <bruno@clisp.org>
19962
19963         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19964         $(ALLOCA_H), redundant through BUILT_SOURCES.
19965         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19966         redundant through BUILT_SOURCES.
19967         * modules/byteswap (Makefile.am): Remove explicit dependency on
19968         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19969         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19970         $(FNMATCH_H), redundant through BUILT_SOURCES.
19971         * modules/getopt (Makefile.am): Remove explicit dependency on
19972         $(GETOPT_H), redundant through BUILT_SOURCES.
19973         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19974         redundant through BUILT_SOURCES.
19975         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19976         redundant through BUILT_SOURCES.
19977         * modules/stdbool (Makefile.am): Remove explicit dependency on
19978         $(STDBOOL_H), redundant through BUILT_SOURCES.
19979         * modules/stdint (Makefile.am): Remove explicit dependency on
19980         $(STDINT_H), redundant through BUILT_SOURCES.
19981         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19982         Remove explicit dependency on $(SYSEXITS_H).
19983         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19984
19985 2005-07-18  Simon Josefsson  <jas@extundo.com>
19986
19987         * lib/check-version.c (check_version): Accept identical versions too.
19988
19989 2005-07-18  Bruno Haible  <bruno@clisp.org>
19990
19991         * modules/lock: New file.
19992         * MODULES.html.sh (Multithreading): New section.
19993
19994 2005-07-18  Bruno Haible  <bruno@clisp.org>
19995
19996         * m4/lock.m4: New file, from GNU gettext.
19997
19998 2005-07-18  Bruno Haible  <bruno@clisp.org>
19999
20000         * lib/lock.h: New file, from GNU gettext.
20001         * lib/lock.c: New file, from GNU gettext.
20002
20003 2005-07-18  Bruno Haible  <bruno@clisp.org>
20004
20005         * lib/lock.h (gl_once_t): New type.
20006         (gl_once_define, gl_once): New macros.
20007         * lib/lock.c (fresh_once): New variable.
20008         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
20009         functions.
20010
20011 2005-07-16  Simon Josefsson  <jas@extundo.com>
20012
20013         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
20014         workaround, suggested by Bruno.
20015
20016 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
20017
20018         * modules/xalloc (Depends-on): Add xalloc-die.
20019         * modules/xvasprintf (Depends-on): Add xalloc-die.
20020
20021 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
20022
20023         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
20024         with a minor change.
20025
20026 2005-07-15  Bruno Haible  <bruno@clisp.org>
20027
20028         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
20029         When using lib/poll.c, define poll as rpl_poll.
20030
20031 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
20032
20033         * modules/argp (Depends-on): Remove unlocked-io.
20034
20035 2005-07-14  Derek Price  <derek@ximbiot.com>
20036
20037         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
20038         for glob symlink bug.
20039
20040 2005-07-14  Bruno Haible  <bruno@clisp.org>
20041
20042         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
20043         Instead, test for *_unlocked function declarations directly.
20044
20045 2005-07-11  Simon Josefsson  <jas@extundo.com>
20046
20047         * modules/size_max: New file.
20048
20049         * modules/xsize: Depend on size_max module for size_max.m4.
20050
20051 2005-07-11  Simon Josefsson  <jas@extundo.com>
20052
20053         * lib/size_max.h: New file.
20054
20055 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
20056
20057         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
20058         copyright symbol and the year.
20059         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
20060         (version_etc_va): Use parameterized copyright notice.
20061         Reword to conform to the current GNU coding standards.
20062
20063 2005-07-11  Karl Berry  <karl@gnu.org>
20064
20065         * doc/gnulib.texi (Quoting): new node.
20066         (Initial import): more info, from Patrice.
20067
20068 2005-07-11  Bruno Haible  <bruno@clisp.org>
20069
20070         * gnulib-tool (func_usage): Document option --avoid.
20071         (Command line options): Handle --avoid.
20072         (func_acceptable): New function.
20073         (func_modules_transitive_closure): Use it.
20074
20075 2005-07-11  Bruno Haible  <bruno@clisp.org>
20076
20077         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
20078         Reported by Jim Meyering.
20079
20080 2005-07-10  Bruno Haible  <bruno@clisp.org>
20081
20082         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
20083         Needed when size_t is smaller than 'unsigned int'.
20084         Reported by Paul Eggert.
20085
20086 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20087
20088         * modules/argp (Depends-on): Add unlocked-io
20089
20090 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20091
20092         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
20093         block of defines.
20094
20095 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
20096
20097         * config/srclist.txt: Comment out regcomp.c, since we have a porting
20098         fix now.
20099
20100 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
20101         and Paul Eggert  <eggert@cs.ucla.edu>
20102
20103         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
20104         in wint_t, not wchar_t.  Remove now-unnecessary cast.
20105
20106 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
20107
20108         * modules/regex (Files): Add lib/regex_internal.c,
20109         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
20110         (Depends-on): Add extensions.
20111         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
20112
20113 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
20114
20115         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
20116         pathconf.
20117         * m4/same.m4 (gl_SAME): Likewise.
20118         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
20119
20120         * m4/regex.m4: Adjust to new libc regex implementation.
20121         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
20122         all the .c and .h parts of (the new) regex.
20123         Quote the m4 stuff better.
20124         Check for RE_ICASE bug of old gnulib.
20125         Check for REG_STARTEND of recent libc.
20126         Rename local variables from jm_* to gl_*.
20127         Quote operand of "test -f".
20128         Say "recent enough" version of libc, not "version 2".
20129         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
20130         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
20131         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
20132         Remove check for btowc, isascii.
20133         Require AM_LANGINFO_CODESET.
20134
20135 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
20136
20137         * lib/regex.c, regex.h: Sync from libc.
20138         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
20139         * lib/regexec.c:
20140         New files, synced from libc, except that regex_internal.h
20141         currently has a small porting fix.
20142
20143 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
20144
20145         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
20146         regex_internal.c, regexec.c.
20147         Add regex_internal.h too, but as a comment, since the libc version
20148         is currently broken in gnulib mode.
20149
20150 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20151
20152         Support programs like Emacs that use gnulib but not gettext.
20153         * MODULES.html.sh (Internationalization functions): Add gettext-h.
20154         * modules/gettext-h: New file.
20155         * modules/gettext (Files): Remove lib/gettext.h.
20156         (Depends-on): Add gettext-h.
20157         (Makefile.am): Remove lib_SOURCES.
20158         * modules/argmatch, modules/c-stack, modules/closeout:
20159         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
20160         * modules/execute, modules/file-type, modules/getaddrinfo:
20161         * modules/getopt, modules/human, modules/javacomp:
20162         * modules/javaexec, modules/mkdir-p, modules/obstack:
20163         * modules/openat, modules/pagealign_alloc, modules/pipe:
20164         * modules/quotearg, modules/regex, modules/rpmatch:
20165         * modules/unicodeio, modules/userspec, modules/version-etc:
20166         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
20167         * modules/xsetenv:
20168         Depend on gettext-h, not gettext.
20169
20170 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20171
20172         * gnulib-tool (func_import): Add support for 'public domain' license.
20173         * modules/alloca, modules/atexit, modules/memmove:
20174         Now public domain, not GPL.
20175         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
20176         * modules/realloc, modules/strerror, modules/strtod:
20177         Now LGPL, not GPL.
20178
20179 2005-07-05  Bruno Haible  <bruno@clisp.org>
20180
20181         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
20182         autoconf CVS. Needed for mingw.
20183
20184 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20185
20186         Remove the dependency of the strftime module on the tzset module.
20187         * modules/strftime (Depends-on): Remove dependency on tzset.
20188
20189 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20190
20191         Remove the dependency of the strftime module on the tzset module.
20192         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
20193         gl_FUNC_TZSET_CLOBBER.
20194
20195 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20196
20197         Remove the dependency of the strftime module on the tzset module.
20198         * lib/strftime.c (my_strftime)
20199         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
20200         Copy the input structure, to work around some of the bug with
20201         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
20202         Solaris releases, you should also use the tzset module, but we won't
20203         require it as a dependency any more since we don't want LGPLed code
20204         to depend on GPLed code.
20205
20206 2005-07-02  Jim Meyering  <jim@meyering.net>
20207
20208         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
20209         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
20210         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
20211         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
20212
20213 2005-07-02  Jim Meyering  <jim@meyering.net>
20214
20215         * lib/backupfile.c (backup_args): Change a `0' to NULL.
20216
20217 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20218
20219         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
20220         declares only 'struct timespec;' (!).
20221
20222 2005-07-01  Jim Meyering  <jim@meyering.net>
20223
20224         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
20225         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
20226         * lib/save-cwd.c, tempname.c:
20227         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
20228         and don't include <sys/file.h>).
20229
20230 2005-06-29  Jim Meyering  <jim@meyering.net>
20231
20232         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
20233         type name.  Use the variable name instead.
20234         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
20235         Likewise.
20236
20237 2005-06-28  Simon Josefsson  <jas@extundo.com>
20238
20239         * modules/check-version (Files): Add check-version.m4.
20240
20241 2005-06-28  Simon Josefsson  <jas@extundo.com>
20242
20243         * m4/check-version.m4: New file, suggested by Jim Meyering
20244         <jim@meyering.net>.
20245
20246 2005-06-28  Simon Josefsson  <jas@extundo.com>
20247
20248         * lib/check-version.h, lib/check-version.c: New files.
20249
20250 2005-06-28  Simon Josefsson  <jas@extundo.com>
20251
20252         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
20253         collision with global variable.  Better indentation.  Don't
20254         increment buffer pointer beyond buffer end.  Based on comments
20255         from Paul Eggert <eggert@cs.ucla.edu>.
20256
20257         * lib/base64.h: Indent.
20258
20259 2005-06-28  Simon Josefsson  <jas@extundo.com>
20260
20261         * doc/gnulib.texi (Library version handling): New section.
20262
20263 2005-06-28  Jim Meyering  <jim@meyering.net>
20264
20265         * check-module (find_included_lib_files): Hard-code another
20266         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
20267         but modules/fts-lgpl (correctly) does not list those files.
20268
20269         * modules/canonicalize (Files): Add lib/pathmax.h.
20270
20271 2005-06-25  Simon Josefsson  <jas@extundo.com>
20272
20273         * modules/check-version: New file.
20274
20275 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
20276
20277         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
20278         initializer of struct addrinfo, as an indication that we don't
20279         care how many members the structure has.
20280
20281 2005-06-24  Derek Price  <derek@ximbiot.com>
20282         and Bruno Haible  <bruno@clisp.org>
20283
20284         Remove stat module & update lstat.
20285         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
20286         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
20287         * m4/stat.m4: Remove this file.
20288
20289 2005-06-24  Derek Price  <derek@ximbiot.com>
20290         and Bruno Haible  <bruno@clisp.org>
20291
20292         Remove stat module & update lstat.
20293         * lib/stat.c: Remove this file...
20294         (slash_aware_lstat): ...moving this content and its support...
20295         * lib/lstat.c (rpl_lstat): ...into here.
20296         * lib/lstat.h: New file.
20297
20298 2005-06-24  Derek Price  <derek@ximbiot.com>
20299         and Bruno Haible  <bruno@clisp.org>
20300
20301         Remove stat module & update lstat.
20302         * config/srclist.txt (libc sources): Remove stat.
20303
20304 2005-06-24  Derek Price  <derek@ximbiot.com>
20305         and Bruno Haible  <bruno@clisp.org>
20306
20307         Remove stat module & update lstat.
20308         * MODULES.html.sh (stat): Remove.
20309         * MODULES.html: Regenerated.
20310         * modules/lstat (Description): Correct function name.
20311         (Files): Add "lstat.h".
20312         (Depends-on): Remove stat, add xalloc, stat-macros.
20313         * modules/stat: Remove this file.
20314         (Include): Add "lstat.h", remove <sys/stat.h>.
20315
20316 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
20317
20318         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
20319         (ranged_convert): Don't save conversion in a temporary struct.
20320         This causes a warning with GCC 4.0.0, and anyway in the typical
20321         case it's not worth the extra 100 bytes or so of code.
20322         (ranged_convert, __mktime_internal): When calling a function via a
20323         pointer P, use P () rather than (*P) (), as we now assume C89 or
20324         better.
20325
20326 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20327
20328         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
20329         "who -r" failed to give output.  Problem reported by Tim Waugh.
20330
20331         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
20332         (xcalloc): Use it to avoid needless tests.
20333         Problem reported by Jim Meyering.
20334
20335 2005-06-20  Derek Price  <derek@ximbiot.com>
20336
20337         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
20338         unnecessary for Autoconfs > 2.59c.
20339
20340 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20341
20342         * lib/argp.h (__option_is_short): Check upper limit of
20343         __key. Isprint() requires its argument to have the value
20344         of an unsigned char or EOF.
20345
20346 2005-06-16  Jim Meyering  <jim@meyering.net>
20347
20348         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
20349         when either N or S is zero.
20350
20351 2005-06-16  Derek Price  <derek@ximbiot.com>
20352
20353         * m4/bison.m4: Declare YACC & YFLAGS precious.
20354
20355 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
20356
20357         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
20358         multibyte string or pattern, fall back on unibyte matching.
20359         Problem reported by James Youngman.
20360
20361 2005-06-08  Bruno Haible  <bruno@clisp.org>
20362
20363         * modules/csharpcomp: New file.
20364         * MODULES.html.sh (C#): Add csharpcomp.
20365
20366 2005-06-08  Bruno Haible  <bruno@clisp.org>
20367
20368         * m4/csharpcomp.m4: New file, from GNU gettext.
20369
20370 2005-06-08  Bruno Haible  <bruno@clisp.org>
20371
20372         * lib/csharpcomp.h: New file, from GNU gettext.
20373         * lib/csharpcomp.c: New file, from GNU gettext.
20374         * lib/csharpcomp.sh.in: New file, from GNU gettext.
20375
20376 2005-06-08  Bruno Haible  <bruno@clisp.org>
20377
20378         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
20379         warning on mingw.
20380
20381 2005-06-07  Derek Price  <derek@ximbiot.com>
20382
20383         Sync from CVS.
20384         * lib/glob_.h: Indent nested #ifdef.
20385
20386 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20387
20388         Sync from coreutils.
20389         Use "file name" when talking about file names, instead of "filename"
20390         or "path", as per the GNU coding standards.
20391         * lib/mkdir-p.c: Renamed from makepath.c.
20392         (make_dir_parents): Renamed from make_path.  All callers changed.
20393         * lib/mkdir-p.h: Likewise.  All includers changed.
20394         * lib/filenamecat.c: Renamed from path-concat.c.
20395         (file_name_concat): Renamed from path_concat.  All callers changed.
20396         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
20397         * lib/filenamecat.h: Likewise.  All includers changed.
20398         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
20399         in comments or local variable names.
20400         * lib/basename.c: Likewise.
20401         * lib/canonicalize.c, canonicalize.h: Likewise.
20402         * lib/dirname.c, dirname.h: Likewise.
20403         * lib/euidaccess.c: Likewise.
20404         * lib/exclude.c: Likewise
20405         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
20406         * lib/fsusage.c, fsuage.h: Likewise.
20407         * lib/fts.c, fts_.h: Likewise.
20408         * lib/getcwd.c: Likewise.
20409         * lib/getloadavg.c: Likewise.
20410         * lib/mkstemp.c: Likewise.
20411         * lib/mountlist.c, mountlist.h: Likewise.
20412         * lib/openat.c, openat.h: Likewise.
20413         * lib/readlink-stub.c: Likewise.
20414         * lib/readutmp.c, readutmp.h: Likewise.
20415         * lib/rename.c: Likewise.
20416         * lib/rmdir.c: Likewise.
20417         * lib/same.c: Likewise.
20418         * lib/savedir.c: Likewise.
20419         * lib/stripslash.c: Likewise.
20420         * lib/tempname.c: Likewise.
20421         * lib/xreadlink.c: Likewise.
20422         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
20423         All uses changed.
20424         * lib/exclude.h: Likewise.
20425
20426         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
20427         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20428         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
20429         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20430         * lib/pathmax.h: Include <limits.h> unconditionally, since other
20431         files have been getting away with it for years (MORE/BSD 4.3
20432         is extinct now).
20433         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
20434         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20435
20436         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
20437         Define to 256, not 255, as per modern POSIX.
20438
20439 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20440
20441         Sync from coreutils.
20442         Use "file name" when talking about file names, instead of "filename"
20443         or "path", as per the GNU coding standards.
20444         * MODULES.html.sh: mkdir-p renamed from makepath.
20445         filenamecat renamed from path-concat.
20446         * modules/filenamecat: Renamed from modules/path-concat.
20447         (Files): filenamecat.h and filenamecat.c renamed from
20448         path-concat.h and path-concat.c.
20449         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
20450         (Include): filenamecat.h, not path-concat.h.
20451         * modules/mkdir-p: Renamed from modules/makepath.
20452         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
20453         makepath.c.
20454         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
20455         (Include): mkdir-p.h, not makepath.h.
20456
20457 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20458
20459         Sync from coreutils.
20460         * m4/mkdir-p.m4: Renamed from makepath.m4.
20461         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
20462         Rename files from makepath.c to mkdir-p.c, and from
20463         makepath.h to mkdir-p.h.
20464         * m4/filenamecat.m4: Renamed from path-concat.m4.
20465         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
20466         Rename files from path-concat.c to filenamecat.c,
20467         and from path-concat.h to filenamecat.h.
20468         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
20469         "file name" in local variables or comments.
20470         * m4/rename.m4: Likewise.
20471
20472 2005-06-01  Bruno Haible  <bruno@clisp.org>
20473
20474         * modules/csharpexec: New file.
20475         * MODULES.html.sh (C#): New section.
20476
20477 2005-06-01  Bruno Haible  <bruno@clisp.org>
20478
20479         * m4/csharp.m4: New file, from GNU gettext.
20480         * m4/csharpexec.m4: New file, from GNU gettext.
20481
20482 2005-06-01  Bruno Haible  <bruno@clisp.org>
20483
20484         * lib/csharpexec.h: New file, from GNU gettext.
20485         * lib/csharpexec.c: New file, from GNU gettext.
20486         * lib/csharpexec.sh.in: New file, from GNU gettext.
20487
20488 2005-05-31  Derek Price  <derek@ximbiot.com>
20489             Paul Eggert  <eggert@cs.ucla.edu>
20490
20491         Sync from cvs.
20492         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20493
20494 2005-05-31  Derek Price  <derek@ximbiot.com>
20495             Paul Eggert  <eggert@cs.ucla.edu>
20496
20497         Sync from cvs.
20498         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20499
20500 2005-05-29  Derek Price  <derek@ximbiot.com>
20501
20502         * config/srclist.txt (glob_.h, glob.c): Add these files.
20503
20504 2005-05-29  Derek Price  <derek@ximbiot.com>
20505
20506         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
20507         * modules/glob: New file.
20508         * modules/getlogin_r: Add link to POSIX spec in description.
20509
20510 2005-05-29  Derek Price  <derek@ximbiot.com>
20511             Paul Eggert  <eggert@cs.ucla.edu>
20512
20513         * m4/glob.m4: New file.
20514
20515 2005-05-29  Derek Price  <derek@ximbiot.com>
20516             Paul Eggert  <eggert@cs.ucla.edu>
20517
20518         * lib/glob_.h, lib/glob.c: New files.
20519
20520 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20521
20522         * modules/fts (Files): Remove m4/inttypes-pri.m4.
20523         * modules/fts-lgpl (Depends-on): Remove gettext.
20524
20525 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20526
20527         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
20528         and don't require gt_INTTYPES_PRI.
20529
20530 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20531
20532         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
20533
20534         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
20535         the configuration hassle isn't worth it.
20536         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
20537         (LONGEST_MODIFIER, PRIuMAX): Remove.
20538
20539 2005-05-27  Bruno Haible  <bruno@clisp.org>
20540
20541         * lib/getlogin_r.h: Remove second include of <stddef.h>.
20542
20543 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
20544
20545         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
20546         _POSIX_PTHREAD_SEMANTICS for Solaris.
20547
20548 2005-05-25  Derek Price  <derek@ximbiot.com>
20549
20550         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
20551
20552 2005-05-25  Derek Price  <derek@ximbiot.com>
20553             Paul Eggert  <eggert@cs.ucla.edu>
20554
20555         * modules/getlogin_r, m4/getlogin_r.m4: New files.
20556         * lib/getlogin_r.c, getlogin_r.h: New files.
20557
20558 2005-05-25  Bruno Haible  <bruno@clisp.org>
20559             Derek Price  <derek@ximbiot.com>
20560
20561         * lib/getlogin_r.h: Simplify API documentation.
20562
20563 2005-05-23  Derek Price  <derek@ximbiot.com>
20564
20565         * modules/minmax (Files): Add m4/minmax.m4.
20566         (configure.ac): Add gl_MINMAX.
20567
20568 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20569
20570         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
20571         so that unistd-safer.h (GPL'ed code) need not be included.
20572
20573 2005-05-22  Bruno Haible  <bruno@clisp.org>
20574
20575         * m4/minmax.m4: New file.
20576         Based on a patch by Derek Price <derek@ximbiot.com>.
20577
20578 2005-05-22  Bruno Haible  <bruno@clisp.org>
20579
20580         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
20581         (INT64_MIN): Fix definition.
20582         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
20583
20584         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
20585         NEED_SIGNED_INT_TYPES.
20586
20587         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
20588         HAVE_SYSTEM_INTTYPES.
20589
20590 2005-05-22  Bruno Haible  <bruno@clisp.org>
20591
20592         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
20593         Also include <sys/param.h> if it defines MIN, MAX.
20594         Based on a patch by Derek Price <derek@ximbiot.com>.
20595
20596 2005-05-21  Jim Meyering  <jim@meyering.net>
20597
20598         * modules/fts (Files): Add m4/inttypes-pri.m4.
20599         (Depends-on): Add lstat and remove gettext.  Alphabetize.
20600
20601 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20602
20603         New fts module.
20604         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
20605         (setup_dir, free_dir): New functions.
20606         (enter_dir, leave_dir): Define trivial
20607         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
20608         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
20609         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
20610         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
20611         Move to fts-cycle.c.
20612         (fts_open): Use setup_dir.
20613         (fts_close): Use free_dir.
20614         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
20615         This adds a label and some gotos, but the alternatives were messier.
20616         Check for memory allocation failure when entering a dir.
20617         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
20618         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
20619         (FTS): New member fts_cycle, that is a union that contains the
20620         old active_dir_ht and cycle_state.  All uses changed to mention
20621         fts_cycle.ht and fts_cycle.state.
20622         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
20623         fts.c, with the following changes:
20624         (setup_dir, free_dir): New functions.
20625         (enter_dir): Now returns bool.  Return true if successful, false
20626         if memory exhausted.  All callers changed.
20627         Do not bother partly cleaning up on
20628         memory allocation failure; that is free_dir's job.
20629         However, free ad if hash_insert fails, to avoid memory leak.
20630         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
20631         fts->fts_options to see which union member to use.
20632
20633 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20634
20635         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
20636         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
20637
20638 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20639
20640         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
20641
20642 2005-05-20  Jim Meyering  <jim@meyering.net>
20643
20644         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
20645         Now a macro, to pacify GCC.
20646
20647 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20648
20649         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
20650         of -1.
20651
20652 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20653
20654         * lib/chown.c (rpl_chown): Return -1 on failure.
20655
20656 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20657
20658         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
20659         Don't check for stddef.h.
20660         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
20661         don't use its results.
20662         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
20663         since we include them unconditionally.  Don't require
20664         AM_STDBOOL_H, since stdbool is a prerequisite.
20665         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
20666         since we assume C89 or better.
20667         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
20668         as we don't use their results.
20669         Don't check for fchdir, memmove, memset, strrchr, as we use
20670         them unconditionally.
20671         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
20672         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
20673
20674 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20675
20676         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
20677         Include <stddef.h> unconditionally, since we assume C89 now.
20678         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
20679         * lib/fts.c: Include fts_.h first, to check interface.
20680         Do not include intprops.h; no longer needed.
20681         Include cycle-check.h and hash.h, since fts_.h no longer does.
20682         Remove unnecessary casts of closedir to void.
20683         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
20684         decide whether to decrement nlinks.
20685         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
20686         (FTS): Use struct hash_table * instead of Hash_table, so that
20687         we no longer need to include hash.h here.
20688
20689 2005-05-18  Jim Meyering  <jim@meyering.net>
20690
20691         * modules/dirfd (License): Change to LGPL.  Most of the code
20692         is already in the public domain.
20693
20694 2005-05-18  Jim Meyering  <jim@meyering.net>
20695
20696         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
20697         Reported by Yoann Vandoorselaere.
20698
20699 2005-05-17  Jim Meyering  <jim@meyering.net>
20700
20701         * m4/fts.m4: New file, from coreutils.
20702
20703 2005-05-17  Jim Meyering  <jim@meyering.net>
20704
20705         * lib/fts.c, lib/fts_.h: New files, from coreutils.
20706
20707 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20708
20709         Sync from coreutils.
20710         * m4/unlinkdir.m4: New file.
20711
20712 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20713
20714         Sync from coreutils.
20715         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
20716         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
20717         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
20718         White space changes only.
20719         * lib/makepath.c (make_path): Port to hosts where leading "//" is
20720         special.
20721         * lib/yesno.c: Include getline.h, not ctype.h.
20722         (yesno): Don't remove leading white space; POSIX doesn't allow it.
20723         Use getline to remove arbitrary restriction on response length.
20724
20725 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20726
20727         * config/srclist-update: Spell out "Street" in FSF postal
20728         mail address; this is the style the FSF seems to prefer.
20729
20730         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
20731         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
20732         this updates FSF postal mail address.
20733
20734         Sync from coreutils.
20735         * modules/unlinkdir: New file.
20736         * modules/yesno (Depends-on): Add getline.
20737         * MODULES.html.sh (File system functions): Add unlinkdir.
20738
20739 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20740
20741         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
20742         lib/strsep.h:
20743         Change the initial comment to refer to GPL, not LGPL.
20744         gnulib-tool will change it to LGPL as needed.
20745
20746         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
20747         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
20748         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
20749         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
20750         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
20751         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
20752         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
20753         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
20754         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
20755         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
20756         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
20757         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
20758         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
20759         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
20760         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
20761         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
20762         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
20763         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
20764         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
20765         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
20766         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
20767         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
20768         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
20769         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
20770         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
20771         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
20772         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
20773         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
20774         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
20775         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
20776         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
20777         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
20778         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
20779         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
20780         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
20781         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
20782         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
20783         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
20784         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
20785         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
20786         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
20787         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
20788         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
20789         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
20790         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
20791         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
20792         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
20793         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
20794         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
20795         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
20796         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20797         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
20798         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
20799         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
20800         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
20801         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
20802         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
20803         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
20804         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
20805         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
20806         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
20807         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
20808         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
20809         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
20810         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
20811         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
20812         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
20813         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
20814         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
20815         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
20816         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
20817         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
20818         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
20819         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
20820         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
20821         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
20822         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
20823         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
20824         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
20825         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
20826         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
20827         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
20828         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
20829         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
20830         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
20831         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
20832         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
20833         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
20834         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
20835         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
20836         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
20837         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
20838         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
20839         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
20840         lib/yesno.c, lib/yesno.h:
20841         Update FSF postal mail address.
20842
20843 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20844
20845         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
20846         tests/test-memmem.c, tests/test-stpncpy.c:
20847         Update FSF postal mail address.
20848
20849 2005-05-13  Bruno Haible  <bruno@clisp.org>
20850
20851         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
20852         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
20853         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
20854         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
20855         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
20856         Add support for 64-bit integers in the MSVC compiler.
20857
20858 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20859
20860         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
20861
20862 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
20863
20864         * gnulib-tool (func_import): Sort and uniquify recommended includes.
20865
20866 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
20867
20868         * doc/getdate.texi (General date syntax): Don't say that date
20869         date --iso-8601=ns generates acceptable dates; it doesn't yet.
20870         Problem reported by Nic Ferrier.
20871
20872 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20873
20874         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
20875         specified in ai_socktype. Fix invalid ai_protocol
20876         check. ai_protocol is usually set to 0 or depending on
20877         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
20878         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
20879         ai_socktype / ai_protocol in the returned addrinfo structure.
20880
20881 2005-05-10  Simon Josefsson  <jas@extundo.com>
20882
20883         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
20884         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20885
20886 2005-05-10  Karl Berry  <karl@gnu.org>
20887
20888         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
20889         (from http://www.gnu.org/licenses).
20890         * doc/COPYING.LIB: also rename to COPYING.LESSER.
20891         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
20892         fdl.texi suffices.
20893
20894 2005-05-10  Karl Berry  <karl@gnu.org>
20895
20896         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
20897         (COPYING.DOC): remove.
20898
20899         * config/srclist-update: new FSF address.
20900
20901 2005-05-10  Derek Price  <derek@ximbiot.com>
20902
20903         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20904         possible.
20905
20906 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20907             Bruno Haible  <bruno@clisp.org>
20908
20909         * modules/inet_ntop: New file.
20910         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20911         inet_ntop.
20912
20913 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20914             Bruno Haible  <bruno@clisp.org>
20915
20916         * m4/inet_ntop.m4: New file.
20917
20918 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20919             Bruno Haible  <bruno@clisp.org>
20920
20921         * lib/inet_ntop.h: New file.
20922         * lib/inet_ntop.c: New file, from glibc with modifications.
20923
20924 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20925
20926         * modules/time_r (License): Change to LGPL.
20927         * modules/extensions (License): Change to LGPL.  Actually,
20928         the license is more permissive than that, but currently gnulib-tool
20929         doesn't know how to handle more-permissive licenses.
20930
20931         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20932         Problem reported by Dave Love.
20933
20934 2005-05-08  Jim Meyering  <jim@meyering.net>
20935
20936         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20937         blank.
20938
20939 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20940
20941         * modules/argmatch (Depends-on): Add stdbool.
20942         * modules/backupfile (Depends-on): Likewise.
20943         * modules/chdir-long (Depends-on): Likewise.
20944         * modules/closeout (Depends-on): Likewise.
20945         * modules/cycle-check (Depends-on): Likewise.
20946         * modules/dirname (Depends-on): Likewise.
20947         * modules/fnmatch (Depends-on): Likewise.
20948         * modules/fsusage (Depends-on): Likewise.
20949         * modules/fwriteerror (Depends-on): Likewise.
20950         * modules/getcwd (Depends-on): Likewise.
20951         * modules/getloadavg (Depends-on): Likewise.
20952         * modules/hard-locale (Depends-on): Likewise.
20953         * modules/makepath (Depends-on): Likewise.
20954         * modules/mountlist (Depends-on): Likewise.
20955         * modules/nanosleep (Depends-on): Likewise.
20956         * modules/posixtm (Depends-on): Likewise.
20957         * modules/quotearg (Depends-on): Likewise.
20958         * modules/readtokens (Depends-on): Likewise.
20959         * modules/readtokens0 (Depends-on): Likewise.
20960         * modules/readutmp (Depends-on): Likewise.
20961         * modules/save-cwd (Depends-on): Likewise.
20962         * modules/strftime (Depends-on): Likewise.
20963         * modules/userspec (Depends-on): Likewise.
20964         * modules/utimecmp (Depends-on): Likewise.
20965         * modules/xgetcwd (Depends-on): Likewise.
20966         * modules/xnanosleep (Depends-on): Likewise.
20967         * modules/xstrtod (Depends-on): Likewise.
20968         * modules/yesno (Depends-on): Likewise.
20969
20970 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20971
20972         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20973         needless checks.
20974
20975 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20976
20977         Merge from coreutils.  Among other things,
20978         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20979         * lib/fd-safer.c: New file.
20980         * lib/fcntl-safer.h, open-safer.c: Remove.
20981         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20982         * lib/dup-safer.c: Include unistd-safer.h first.
20983         Don't include errno.h.
20984         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20985         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20986         * lib/file-type.c: Rely on file-type.h change.
20987         * lib/getloadavg.c: Include unistd-safer.h.
20988         (getloadavg): Use safer open.
20989         * lib/getusershell.c: Include "stdio-safer.h".
20990         (getusershell): Use safer fopen.
20991         * lib/long-options.c (long_options): Use NULL rather than 0.
20992         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20993         'free'.
20994         * lib/modechange.c: Likewise.
20995         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20996         (MODE_DONE): New constant.
20997         (struct mode_change): Remove 'next' member.
20998         (make_node_op_equals): New function; like the old one of the
20999         same name, except it allocates an array.
21000         (mode_compile, mode_create_from_ref): Use it.
21001         (mode_compile): Allocate result as an array, not a linked list.
21002         Parse octal string ourself, so that we catch mistakes like "+0".
21003         (mode_adjust): Arg is an array, not a linked list.
21004         * lib/modechange.c: Include stat-macros.h, xalloc.h.
21005         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
21006         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
21007         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
21008         Remove.  This is now stat-macros.h's job.
21009         (talloc): Remove.  All callers replaced by xalloc, so that
21010         our invokers don't have to worry about reporting memory failures.
21011         (make_node_op_equals): Remove.
21012         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
21013         New constants.
21014         (struct mode_change): Moved here from modechange.h.
21015         (mode_append_entry): Remove.
21016         (mode_compile): Remove MASKED_OPS arg, since it encouraged
21017         apps to have incorrect behavior.  Use simpler algorithm for head
21018         and tail.  Don't futz with umask; that's now the job of mode_adjust.
21019         Detect more invalid usages rather than having somewhat-random behavior.
21020         Don't insert an "a=" action, as that leads to incorrect behavior.
21021         (mode_compile, mode_create_from_ref): Return NULL on error instead
21022         of an enum, since now there's only one way to have an error.  All
21023         callers changed.
21024         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
21025         at the correct time.  Simplify calculation of "+u" and its ilk.
21026         Don't mishandle "+X".
21027         (mode_free): Remove "register" and localize decls.
21028         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
21029         (struct mode_change): Move to modechange.c; callers don't
21030         need to see this stuff.
21031         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
21032         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
21033         (mode_change, mode_adjust): Reflect the new signatures noted above.
21034         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
21035         that might redefine system include files.
21036         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
21037         (my_usleep): Use NULL rather than (void *) 0.
21038         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
21039         Use siginterrupt to specify that system calls should be interrupted.
21040         (rpl_nanosleep): Move initialization of suspended closer to call of
21041         my_usleep.
21042         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
21043         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
21044         (desirable_utmp_entry): New function.
21045         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
21046         using x2nrealloc, to simplify logic.
21047         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
21048         size calculation.  Do not assume utmp file is a regular file.
21049         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
21050         (READ_UTMP_CHECK_PIDS): New constant.
21051         * lib/save-cwd.c: Include unistd-safer.h.
21052         (save_cwd): Use fd_safer.
21053         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
21054         [!_LIBC] Include "stat-macros.h" instead.
21055         * lib/unistd-safer.h (fd_safer): New decl.
21056
21057 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
21058
21059         * modules/getloadavg (Depends-on): Add unistd-safer.
21060         * modules/getusershell (Depends-on): Add stdio-safer.
21061         * modules/lstat (Depends-on): Remove xalloc.
21062         * modules/mkstemp (Depends-on): Add stat-macros.
21063         * modules/modechange (Depends-on): Remove xstrtol.
21064         Add stat-macros, xalloc.
21065         * modules/save-cwd (Depends-on): Add unistd-safer.
21066         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
21067         * modules/unistd-safer (Files): Add lib/fd-safer.c
21068         (Makefile.am): Remove lib_SOURCES.
21069
21070         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
21071         Remove fcntl-safer; unistd-safer supersedes it.
21072
21073 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
21074
21075         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
21076         AC_HEADER_STAT.
21077         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
21078         (gl_PREREQ_CHOWN): Remove.
21079         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
21080         it.  Don't require AC_HEADER_STAT.
21081         (gl_PREREQ_LSTAT): Remove.
21082         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
21083         Don't require AC_HEADER_STAT.
21084         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
21085         (gl_PREREQ_RMDIR): Remove.
21086         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
21087         mention stat-macros.h or AC_HEADER_STAT, since we'll make
21088         the stat-macros module a prerequisite.
21089         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
21090         * m4/filemode.m4 (gl_FILEMODE): Likewise.
21091         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
21092         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
21093         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
21094         variable names.
21095         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
21096         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
21097         variable prefixes.
21098         * m4/fcntl-safer.m4: Remove.
21099         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
21100         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
21101         Invoke gl_PREREQ_FD_SAFER.
21102         (gl_PREREQ_FD_SAFER): New macro.
21103         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
21104         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
21105         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
21106         Remove duplicate call to AC_LIBOBJ(readutmp).
21107         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
21108
21109         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
21110         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
21111
21112 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
21113
21114         * MODULES.html.sh (Misc): Add byteswap.
21115
21116 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
21117
21118         * modules/getcwd (Depends-on): Add extensions.
21119         * modules/openat (Depends-on): Likewise.
21120
21121 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
21122
21123         * modules/byteswap: New file.
21124
21125 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
21126
21127         * m4/byteswap.m4: New file.
21128
21129 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
21130
21131         * lib/byteswap_.h: New file.
21132
21133 2005-04-25  Karl Berry  <karl@gnu.org>
21134
21135         * m4/gettext.m4: Update from GNU gettext 0.14.4.
21136
21137 2005-04-25  Albert Chin  <china@thewrittenword.com>
21138
21139         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
21140         Toolkit C bug.
21141
21142 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
21143
21144         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
21145         (func_ln_if_changed) Remove forcibly for no error message
21146         in case file does not exist.
21147
21148 2005-04-19  Simon Josefsson  <jas@extundo.com>
21149
21150         * gnulib-tool (Options): Make --symlink mean --symbolic.
21151
21152 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
21153
21154         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
21155
21156 2005-04-16  Simon Josefsson  <jas@extundo.com>
21157
21158         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
21159
21160 2005-04-15  Simon Josefsson  <jas@extundo.com>
21161
21162         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
21163
21164 2005-04-15  Simon Josefsson  <jas@extundo.com>
21165
21166         * gnulib-tool: Rename --symlink to --symbolic.
21167
21168 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
21169
21170         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
21171         symbolic links to files instead of copying/moving.  Add --aux-dir,
21172         specifying directory relative --dir where auxiliary build tools
21173         are placed.
21174
21175 2005-04-14  Bruno Haible  <bruno@clisp.org>
21176
21177         * modules/allocsa (License): Change to LGPL.
21178         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21179
21180 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
21181
21182         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
21183         that "UTC +1 second" continues to work.  Problem reported
21184         by Dmitry V. Levin.
21185         (relunit_snumber): New rule.
21186         (relunit): Use it.
21187
21188 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
21189
21190         * lib/getdate.y (universal_time_zone_table): New constant.
21191         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
21192         universal_time_zone_table.
21193         (lookup_zone): Prefer universal_time_zone_table to
21194         local_time_zone_table, so that "GMT" time stamps are allowed in
21195         London during the summer.  Problem reported by Ian Abbott.
21196
21197 2005-04-12  Jim Meyering  <jim@meyering.net>
21198
21199         * lib/human.c (humblock): Set *options even when returning due to
21200         xstrtoumax conversion failure.  Thanks to a used-uninitialized
21201         warning from gcc-4.
21202
21203 2005-04-09  Jim Meyering  <jim@meyering.net>
21204
21205         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
21206         -Wuninitialized: initialize tm0.tm_year.
21207
21208 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
21209
21210         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
21211         count, since there's no maximum.  All uses changed.
21212         Add member dsts_seen.
21213         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
21214         not being INT_MAX.
21215         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
21216         Use pc_rels_seen to decide whther a date is absolute.
21217
21218         * lib/getdate.y (number): Don't overwrite year.
21219         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
21220         check.
21221
21222 2005-04-02  Simon Josefsson  <jas@extundo.com>
21223
21224         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
21225         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
21226
21227 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
21228
21229         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
21230         where no absolute path name can be longer than PATH_MAX.
21231
21232 2005-03-27  Jim Meyering  <jim@meyering.net>
21233
21234         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
21235
21236 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
21237
21238         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
21239         "one's complement" -> "ones' complement" in comment, as per Knuth.
21240         "value of type" -> "type or expression" in comment.
21241         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
21242
21243 2005-03-26  Jim Meyering  <jim@meyering.net>
21244
21245         Comment nits.
21246         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
21247         Correct typos: s/or/of/.
21248
21249 2005-03-26  Jim Meyering  <jim@meyering.net>
21250
21251         * modules/check-include-files: Move to ../ and rename to...
21252         * check-module: ...this.
21253
21254 2005-03-25  Jim Meyering  <jim@meyering.net>
21255
21256         * modules/xvasprintf (Files): Add xalloc.h.
21257
21258 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
21259
21260         * modules/gettext (Files): config/config.rpath ->
21261         build-aux/config.rpath
21262         * modules/iconv (Files): Likewise.
21263         Problem reported by Oskar Liljeblad.
21264
21265 2005-03-23  Jim Meyering  <jim@meyering.net>
21266
21267         * modules/check-include-files: New script to check for
21268         missing dependencies, multiple includes, etc.
21269
21270         * modules/c-strtold (Depends-on): Add xalloc.
21271         * modules/c-strtod (Depends-on): Add xalloc.
21272         * modules/hash (Depends-on): Add xalloc.
21273         (Files): Remove lib/xalloc.h.
21274
21275         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
21276         * modules/userspec (Files): Add lib/inttostr.h.
21277
21278 2005-03-23  Jim Meyering  <jim@meyering.net>
21279
21280         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
21281
21282 2005-03-22  Jim Meyering  <jim@meyering.net>
21283
21284         * modules/stat-macros: New module.
21285         * modules/canonicalize, modules/euidaccess, modules/file-type,
21286         * modules/filemode, modules/lchown, modules/makepath,
21287         * modules/rmdir, modules/stat: Depend on new stat-macros module
21288         rather than listing lib/stat-macros.h manually.
21289         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
21290
21291 2005-03-22  Jim Meyering  <jim@meyering.net>
21292
21293         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
21294
21295 2005-03-22  Bruno Haible  <bruno@clisp.org>
21296
21297         * config/srclist.txt: Replace target directory 'config' with
21298         'build-aux'.
21299         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
21300         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
21301         ../build-aux/.
21302
21303 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
21304
21305         * modules/chdir-long (Depends-on): Add mempcpy.
21306
21307         * modules/acl, modules/backupfile, modules/c-strtod,
21308         modules/c-strtold, modules/canon-host, modules/canonicalize,
21309         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
21310         modules/exclude, modules/exitfail, modules/file-type,
21311         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
21312         modules/getdate, modules/getline, modules/getpagesize,
21313         modules/getpass, modules/getugroups, modules/group-member,
21314         modules/hard-locale, modules/hash, modules/human, modules/idcache,
21315         modules/inttostr, modules/long-options, modules/makepath,
21316         modules/md5, modules/memcasecmp, modules/memcoll,
21317         modules/modechange, modules/mountlist, modules/path-concat,
21318         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
21319         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
21320         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
21321         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
21322         modules/strftime, modules/strndup, modules/strverscmp,
21323         modules/timespec, modules/unlocked-io, modules/userspec,
21324         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
21325         modules/yesno:
21326         Remove lib_SOURCES line from Makefile.am section, as this is now
21327         done automatically by the corresponding Autoconf macro.
21328
21329 2005-03-21  Jim Meyering  <jim@meyering.net>
21330
21331         Changes imported from coreutils.
21332
21333         * lib/cycle-check.c: Don't include xalloc.h.
21334
21335         * lib/path-concat.c: Don't include assert.h.
21336         (path_concat): Remove assertion that would have triggered
21337         for ABASE starting with more than one slash.
21338         Reported by Andreas Schwab.
21339
21340         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
21341         properly when ABASE is an absolute file name.
21342         Correct the description of this function.
21343         Include <assert.h>.
21344         Add an assertion and a test driver.
21345         This fixes a bug introduced on 2004-07-02.
21346         Andreas Schwab reported the resulting failure of cp --parents:
21347         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
21348
21349 2005-03-21  Jim Meyering  <jim@meyering.net>
21350
21351         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
21352         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
21353
21354 2005-03-21  Jim Meyering  <jim@meyering.net>
21355         and  Paul Eggert  <eggert@cs.ucla.edu>
21356
21357         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
21358         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
21359         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
21360         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
21361         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
21362         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
21363         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
21364         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
21365         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
21366         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
21367         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
21368         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
21369         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
21370         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
21371         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
21372         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
21373         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
21374         for these modules.
21375
21376 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
21377
21378         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
21379         (which shouldn't happen), generate nothing instead of returning 0
21380         immediately, so that nstrftime (NULL, ...) doesn't return 0.
21381
21382 2005-03-16  Bruno Haible  <bruno@clisp.org>
21383
21384         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
21385         HAVE_LONGLONG_64BIT.
21386
21387 2005-03-16  Bruno Haible  <bruno@clisp.org>
21388
21389         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
21390         HAVE_LONGLONG_64BIT.
21391
21392 2005-03-16  Bruno Haible  <bruno@clisp.org>
21393
21394         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
21395         HAVE_LONGLONG_64BIT.
21396
21397 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
21398
21399         * lib/strftime.c (my_strftime): Prepend space to format so that we can
21400         reliably distinguish strftime failure from empty output on POSIX
21401         hosts.
21402
21403 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
21404
21405         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
21406         (iconv_string): Don't guess a size-zero buffer, as that might cause
21407         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
21408         result would be 'too large', where 'too large' is (heuristically)
21409         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
21410         overflow concerns.  This will prevent some unwanted malloc failures
21411         when the inputs are very large.
21412
21413 2005-03-15  Karl Berry  <karl@gnu.org>
21414
21415         * config/srclist.txt (config.rpath): from gettext.
21416         * config/config.rpath: update.
21417
21418 2005-03-15  Bruno Haible  <bruno@clisp.org>
21419
21420         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
21421         to 'negate'.
21422
21423         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
21424         variable.
21425
21426         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
21427         results.
21428
21429 2005-03-14  Simon Josefsson  <jas@extundo.com>
21430
21431         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
21432         <fx@gnu.org>.
21433
21434 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
21435
21436         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
21437         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
21438         intprops.h.
21439         * lib/strtol.c: Likewise.
21440
21441 2005-03-14  Jim Meyering  <jim@meyering.net>
21442
21443         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
21444         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
21445         to be nonzero so that we (and caller) can detect the difference
21446         between a valid zero-length expansion and an error return, even
21447         when the underlying strftime fails before writing anything into
21448         that location.
21449
21450 2005-03-14  Bruno Haible  <bruno@clisp.org>
21451
21452         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
21453         Update from GNU gettext 0.14.3.
21454
21455 2005-03-10  Jim Meyering  <jim@meyering.net>
21456
21457         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
21458
21459 2005-03-10  Jim Meyering  <jim@meyering.net>
21460
21461         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
21462         so that this module works on systems without fchdir.
21463
21464 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
21465
21466         Factor int-properties macros into a single file, except for
21467         glibc-related files.
21468         * lib/intprops.h: New file.
21469         * lib/getloadavg.c: Include it instead of limits.h.
21470         (INT_STRLEN_BOUND): Remove.
21471         * lib/human.c: Include intprops.h.
21472         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
21473         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
21474         302/1000.
21475         * lib/inttostr.h: Include intprops.h instead of limits.h.
21476         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
21477         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
21478         for consistency with intprops.h.
21479         (time_t_is_integer, twos_complement_arithmetic): Use them.
21480         * lib/sig2str.h: Include <signal.h>, intprops.h.
21481         (INT_STRLEN_BOUND): Remove.
21482         * lib/strftime.c (TYPE_SIGNED): Remove.
21483         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
21484         * lib/strtol.c: Adjust comments to match intprops.h.
21485         * lib/userspec.c: Include intprops.h.
21486         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
21487         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
21488         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
21489         instead of rolling our own expressions.
21490         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
21491
21492         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
21493         instead of int.
21494         (my_strftime): Do not mishandle years close to INT_MAX, by doing
21495         the right thing even if adding 1900 would overflow.  Similarly
21496         for tm_mon + 1 and tm_yday + 1.
21497         Make %Y always equivalent to %C%y, and similarly for %G and %g.
21498         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
21499         (DO_SIGNED_NUMBER): New macro.
21500         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
21501
21502 2005-03-07  Bruno Haible  <bruno@clisp.org>
21503
21504         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
21505
21506 2005-03-07  Bruno Haible  <bruno@clisp.org>
21507
21508         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
21509
21510 2005-03-04  Derek R. Price  <derek@ximbiot.com>
21511
21512         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
21513         (func_import): Only replace files via --import when they have actually
21514         changed.
21515
21516 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21517
21518         * m4/mmap-anon.m4: New file.
21519         * m4/pagealign_alloc.m4: New file.
21520
21521 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21522             Bruno Haible  <bruno@clisp.org>
21523
21524         * modules/pagealign_alloc: New file.
21525         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
21526
21527 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21528             Bruno Haible  <bruno@clisp.org>
21529
21530         * lib/pagealign_alloc.h: New file.
21531         * lib/pagealign_alloc.c: New file.
21532
21533 2005-03-03  Bruno Haible  <bruno@clisp.org>
21534
21535         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
21536         Use an all-permissive copyright notice, recommended by RMS.
21537
21538 2005-03-02  Bruno Haible  <bruno@clisp.org>
21539
21540         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
21541         of AIX, the replacement has to be done only after <string.h> is
21542         included, therefore not in config.h. stpncpy.h does the replacement,
21543         and stpncpy.c uses it.
21544
21545 2005-03-02  Bruno Haible  <bruno@clisp.org>
21546
21547         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
21548         stpncpy.c uses it.
21549
21550 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21551
21552         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
21553         The workaround isn't strictly needed for POSIX conformance, and
21554         it's too much of a pain to configure and maintain.  We'll ask
21555         people to fix their kernels instead.
21556         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
21557         (NANOSLEEP_BUG_WORKAROUND): Remove.
21558         (xnanosleep): Remove the workaround.
21559
21560 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21561
21562         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
21563         Reported by Derek Price.
21564         (Include): Add "timespec.h".
21565
21566         * modules/xnanosleep (Depends-on): Remove gethrxtime.
21567
21568 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21569
21570         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
21571         to detect nanosleep bug.
21572
21573 2005-03-01  Bruno Haible  <bruno@clisp.org>
21574
21575         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
21576
21577 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21578
21579         * modules/gethrxtime: New file.
21580         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
21581         (Depends-on): Add gethrxtime.
21582         (configure.ac): Add gl_XNANOSLEEP.
21583         (Makefile.am): Remove lib_SOURCES line.
21584
21585 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21586
21587         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
21588         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
21589
21590 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21591
21592         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
21593         * lib/timespec.h (gettime): Return void, since it always
21594         succeeds now.  All uses changed.
21595         * lib/gettime.c (gettime) Likewise.
21596         [HAVE_NANOTIME]: Prefer nanotime.
21597         Assume gettimeofday succeeds, as POSIX requires.
21598         Assime time () succeeds, since other code already does.
21599         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
21600         (timespec_subtract): Remove.
21601         (NANOSLEEP_BUG_WORKAROUND): New constant.
21602         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
21603         things considerably.  Use it only on GNU/Linux hosts, since the
21604         workaround shouldn't be needed elsewhere.
21605
21606 2005-02-24  Bruno Haible  <bruno@clisp.org>
21607
21608         * modules/gettext (Files): Add m4/glibc2.m4.
21609
21610 2005-02-24  Bruno Haible  <bruno@clisp.org>
21611
21612         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
21613         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
21614         * m4/progtest.m4:
21615         Update from GNU gettext 0.14.2.
21616         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
21617
21618 2005-02-24  Bruno Haible  <bruno@clisp.org>
21619
21620         * lib/localcharset.c: Update from GNU gettext 0.14.2.
21621         * lib/config.charset: Update from GNU gettext 0.14.2.
21622
21623 2005-02-24  Bruno Haible  <bruno@clisp.org>
21624
21625         * lib/gettext.h: Update from GNU gettext 0.14.2.
21626
21627 2005-02-23  Simon Josefsson  <jas@extundo.com>
21628
21629         * m4/iconvme.m4: New file.
21630
21631 2005-02-23  Jim Meyering  <jim@meyering.net>
21632
21633         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
21634         change.
21635         Thanks to Bruno Haible for catching it.
21636
21637 2005-02-22  Simon Josefsson  <jas@extundo.com>
21638
21639         * modules/iconvme: New file.
21640
21641         * MODULES.html.sh: Add iconvme.
21642
21643 2005-02-22  Simon Josefsson  <jas@extundo.com>
21644
21645         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
21646
21647 2005-02-22  Simon Josefsson  <jas@extundo.com>
21648
21649         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
21650
21651 2005-02-22  Jim Meyering  <jim@meyering.net>
21652
21653         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
21654         s/ifndef/ifdef/.
21655
21656 2005-02-20  Neil Conway  <neilc@samurai.com>
21657
21658         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
21659         returned by OSX/Darwin if the specified buffer is not large
21660         enough for the hostname.
21661
21662 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21663
21664         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
21665         pass it to _help, otherwise the latter coredumps trying to
21666         dereference state.root_argp.
21667
21668 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21669
21670         * modules/chdir-long (Depends-on): Add memrchr.
21671         * modules/memrchr (Files): Add lib/memrchr.h.
21672         (Include): "memrchr.h".
21673
21674 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21675
21676         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
21677
21678 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21679
21680         * lib/memrchr.h: New file.
21681         * lib/chdir-long.c: Include it.
21682         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
21683         Don't bother including stddef.h.
21684
21685 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
21686
21687         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
21688         inclusion.
21689         Include <sys/types.h>, for dev_t.
21690         (ME_DUMMY, ME_REMOTE): Move from here....
21691         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
21692         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
21693         Dmitry V. Levin.
21694         Include mountlist.h first, to test the interface.
21695
21696 2005-01-29  Bruno Haible  <bruno@clisp.org>
21697
21698         * lib/progname.c (program_name): Initialize.
21699         Needed when linking statically on MacOS X.
21700
21701 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21702
21703         Sync from coreutils.
21704         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
21705         (Depends-on): Add c-strtod.
21706         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
21707
21708 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21709
21710         Sync from coreutils.
21711         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
21712
21713         Remove files that are specific to coreutils.
21714         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
21715
21716 2005-01-28  Bruno Haible  <bruno@clisp.org>
21717
21718         * modules/javacomp: New file.
21719         * MODULES.html.sh (Java): Add javacomp.
21720
21721 2005-01-28  Bruno Haible  <bruno@clisp.org>
21722
21723         * m4/javacomp.m4: New file, from GNU gettext.
21724
21725 2005-01-28  Bruno Haible  <bruno@clisp.org>
21726
21727         * lib/javacomp.sh.in: New file, from GNU gettext.
21728         * lib/javacomp.h: New file, from GNU gettext.
21729         * lib/javacomp.c: New file, from GNU gettext.
21730
21731 2005-01-26  Simon Josefsson  <jas@extundo.com>
21732
21733         * lib/gai_strerror.c: Use GPL in header.
21734
21735 2005-01-26  Bruno Haible  <bruno@clisp.org>
21736
21737         * modules/javaexec: New file.
21738         * MODULES.html.sh (Java): Add javaexec.
21739
21740 2005-01-26  Bruno Haible  <bruno@clisp.org>
21741
21742         * m4/javaexec.m4: New file, from GNU gettext.
21743
21744 2005-01-26  Bruno Haible  <bruno@clisp.org>
21745
21746         * lib/javaexec.sh.in: New file, from GNU gettext.
21747         * lib/javaexec.h: New file, from GNU gettext.
21748         * lib/javaexec.c: New file, from GNU gettext.
21749
21750 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21751
21752         * modules/lchown (Depends-on): Remove lchown.h
21753
21754 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21755
21756         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
21757         must be defined if the header file was not found, in order
21758         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
21759
21760 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21761
21762         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
21763         initializers for struct pentry_state.
21764         (__argp_error): Check return value of __asprintf
21765         (__argp_failure): Translate error message
21766
21767         * lib/argp-parse.c: Removed braces around the expansion of N_()
21768
21769 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21770
21771         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
21772         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
21773         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
21774         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
21775         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
21776         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
21777         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
21778         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
21779         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
21780         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
21781         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
21782         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
21783         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
21784         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
21785         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
21786         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
21787         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
21788         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
21789         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
21790         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
21791         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
21792         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
21793         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
21794         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
21795         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
21796         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
21797         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
21798         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
21799         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
21800         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
21801         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
21802         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
21803         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
21804         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
21805         xstrtol.m4, xstrtoumax.m4, yesno.m4:
21806         Use an all-permissive copyright notice, recommended by RMS.
21807
21808 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
21809
21810         * modules/chdir-long (Depends-on): Remove mempcpy.
21811
21812 2005-01-21  Jim Meyering  <jim@meyering.net>
21813
21814         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
21815         same value as for Solaris 9.
21816
21817         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
21818         component length.  This included changing the parameter to be
21819         of type `char *' rather than `char const *'.
21820         * lib/chdir-long.h (chdir_long): Update prototype.
21821
21822         * lib/openat.c (fdopendir, fstatat): New functions.
21823         * lib/openat.h: Include headers required for use of DIR and struct
21824         stat.
21825         [AT_SYMLINK_NOFOLLOW]: Define.
21826         (fdopendir, fstatat): Add prototypes.
21827
21828 2005-01-21  Bruno Haible  <bruno@clisp.org>
21829
21830         * modules/classpath: New file.
21831         * MODULES.html.sh (Java): Add classpath.
21832
21833 2005-01-21  Bruno Haible  <bruno@clisp.org>
21834
21835         * lib/classpath.h: New file, from GNU gettext.
21836         * lib/classpath.c: New file, from GNU gettext.
21837
21838 2005-01-20  Simon Josefsson  <jas@extundo.com>
21839
21840         * modules/version-etc-fsf: New file.
21841
21842 2005-01-20  Simon Josefsson  <jas@extundo.com>
21843
21844         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
21845         * lib/version-etc.c: Remove version_etc_copyright.
21846         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
21847         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
21848
21849 2005-01-20  Simon Josefsson  <jas@extundo.com>
21850
21851         * lib/base64.h (isbase64): Add.
21852
21853         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
21854         using a unsigned prototype, don't inline.
21855         (base64_decode): Use it.
21856
21857 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21858
21859         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
21860         it.
21861
21862 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21863
21864         * lib/save-cwd.c (save_cwd): Remove code to support the case
21865         where fchdir is missing or flaky.
21866
21867 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21868
21869         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
21870
21871 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21872
21873         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
21874         AC_LIBSOURCES now does this.
21875         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
21876         with new ullong_max module.
21877
21878 2005-01-19  Bruno Haible  <bruno@clisp.org>
21879
21880         * modules/sh-quote: New file.
21881         * MODULES.html.sh (Executing programs): Add sh-quote.
21882
21883 2005-01-19  Bruno Haible  <bruno@clisp.org>
21884
21885         * lib/sh-quote.h: New file, from GNU gettext.
21886         * lib/sh-quote.c: New file, from GNU gettext.
21887
21888 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21889
21890         Merge from coreutils.
21891         * m4/ullong_max.m4: New file.
21892         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
21893         (gl_MACROS): Assume localeconv exists.
21894
21895 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21896
21897         Merge changes from coreutils, as described below in several
21898         changelogs dated today.
21899
21900         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21901         (O_DIRECTORY): Remove; not needed here, since "." must be
21902         a directory.  All uses removed.
21903         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21904         universal on Suns, and we also need to test for IRIX.
21905         Revamp code to use 'if' rather than '#if'.
21906         Avoid unnecessary comparison of cwd->desc to 0.
21907
21908         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21909         for known valid error numbers rather than observed invalid ones.
21910
21911 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21912
21913         * modules/ullong_max: New file.
21914
21915         * modules/chdir-long, modules/openat: New files.
21916         * modules/save-cwd (Depends-on): Depend on chdir-long.
21917         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21918
21919 2005-01-18  Jim Meyering  <jim@meyering.net>
21920
21921         Merge from coreutils.
21922         * m4/chdir-long.m4, m4/openat.m4: New files.
21923         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21924         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21925         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21926         is sane and DOES follow symlinks.  Besides, testing 20 different
21927         systems found no broken chown implementations.
21928         Prompted by a change in rsync's copy of this macro.
21929         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21930
21931         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21932
21933         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21934         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21935         NULL-means-set-to-current-time semantics.
21936         Remove temporary file immediately, rather than waiting
21937         for configure's at-exit trap code to do it.
21938
21939 2005-01-18  Jim Meyering  <jim@meyering.net>
21940
21941         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21942
21943         * lib/utimens.c (futimens): Account for the fact that futimes
21944         can also fail with errno == ENOSYS or errno == ENOENT.
21945         Patch from Dmitry V. Levin.
21946
21947         Change the name of the robust chdir function from chdir to chdir_long.
21948         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21949         (restore_cwd): Use chdir_long, not chdir.
21950         * lib/chdir-long.c: Renamed from chdir.c.
21951         * lib/chdir-long.h: Renamed from chdir.h.
21952         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21953         Hurd.
21954
21955 2005-01-18  Bruno Haible  <bruno@clisp.org>
21956
21957         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21958         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21959         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21960         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21961         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21962         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21963         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21964         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21965         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21966         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21967         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21968         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21969         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21970         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21971         Use an all-permissive copyright notice, recommended by RMS.
21972
21973 2005-01-18  Bob Proulx  <bob@proulx.com>
21974
21975         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21976         simplify offsetof() macro construct to avoid compile failure with
21977         native HP-UX 11.0 ANSI C compiler.
21978
21979 2005-01-17  Bruno Haible  <bruno@clisp.org>
21980
21981         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21982         redundant because stpncpy.m4 takes care of it.
21983
21984 2005-01-17  Bruno Haible  <bruno@clisp.org>
21985
21986         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21987
21988 2005-01-17  Bruno Haible  <bruno@clisp.org>
21989
21990         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21991         used.
21992
21993 2005-01-17  Bruno Haible  <bruno@clisp.org>
21994
21995         * lib/fwriteerror.h (fwriteerror): Change specification to include
21996         fclose.
21997         * lib/fwriteerror.c: Include <stdbool.h>.
21998         (fwriteerror): At the end, close the file stream. Record whether
21999         stdout was already closed.
22000
22001 2005-01-17  Bruno Haible  <bruno@clisp.org>
22002
22003         * lib/execute.c (environ): Declare if needed.
22004         * lib/pipe.c (environ): Likewise.
22005         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
22006
22007 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22008
22009         * modules/argp: Depend on vsnprintf
22010
22011 2005-01-10  Jim Meyering  <jim@meyering.net>
22012
22013         * modules/closeout (Depends-on): Add atexit.
22014
22015 2005-01-06  Bruno Haible  <bruno@clisp.org>
22016
22017         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
22018
22019 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
22020
22021         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
22022         definitions to be after all include files, to avoid collisions.
22023         Problem reported by Bob Proulx.
22024
22025 2005-01-04  Jim Meyering  <jim@meyering.net>
22026
22027         Changes imported from coreutils.
22028         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
22029         as the mkstemp template, use a temporary directory and an
22030         8.3-friendly template to avoid trouble on systems like DJGPP.
22031         Reported by Juan M. Guerrero via Stepan Kasal.
22032         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
22033         close. Remove the temporary directory right away, rather than waiting
22034         for configure's at-exit trap code to do it.
22035         Suggestion from Stepan Kasal.
22036
22037 2005-01-01  Simon Josefsson  <jas@extundo.com>
22038
22039         * gnulib-tool: Print #include directives when --import'ing.
22040
22041 2004-12-28  Simon Josefsson  <jas@extundo.com>
22042
22043         * tests/test-base64.c: Include required header files.  Remove
22044         unused variables.
22045
22046 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
22047
22048         * modules/error (Depends-on): Remove gettext.
22049
22050 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
22051
22052         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
22053         not needed.  This removes a dependency on the gettext module.
22054         [defined _LIBC]: Do not include <libintl.h>; not needed.
22055
22056 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
22057
22058         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
22059         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
22060
22061 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
22062
22063         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
22064         HAVE_DECL_STRTOLD.
22065
22066 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22067
22068         * modules/getdate (Depends-on): Remove alloca-opt.
22069
22070 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22071
22072         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
22073
22074 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22075
22076         * lib/argp-parse.c: Include <stddef.h>.
22077         (alignof, alignto): New macros.
22078         (parser_init): Don't assume that void * is aligned sufficiently
22079         for struct option.
22080
22081         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
22082         need to extend the stack.
22083         (YYINITDEPTH): New macro, so that the initial stack isn't overly
22084         large.
22085
22086 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22087
22088         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
22089
22090 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
22091
22092         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
22093         (2004-10-24) change.  Apparently this was a false alarm.
22094
22095         * modules/getdate: Depend on alloca-opt, not alloca.
22096
22097 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
22098
22099         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
22100         Remove now-obsolete comment about AIX.
22101         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
22102         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
22103         (YYMAXDEPTH): New macro.
22104
22105 2004-12-18  Simon Josefsson  <jas@extundo.com>
22106
22107         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
22108
22109 2004-12-18  Bruno Haible  <bruno@clisp.org>
22110
22111         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
22112
22113 2004-12-18  Bruno Haible  <bruno@clisp.org>
22114
22115         * lib/fatal-signal.c (fatal_signals): Make non-const.
22116         (init_fatal_signals): New function.
22117         (uninstall_handlers, install_handlers): Ignore signals that were set to
22118         SIG_IGN.
22119         (at_fatal_signal): Call init_fatal_signals.
22120         (init_fatal_signal_set): Likewise. Ignore signals that were set to
22121         SIG_IGN.
22122         Reported by Paul Eggert.
22123
22124 2004-12-18  Bruno Haible  <bruno@clisp.org>
22125
22126         * doc/alloca.texi: New file.
22127         * doc/alloca-opt.texi: New file.
22128
22129 2004-12-17  Jim Meyering  <jim@meyering.net>
22130
22131         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
22132         Otherwise, install-sh could exit with improper exit status when
22133         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
22134
22135 2004-12-16  Simon Josefsson  <jas@extundo.com>
22136
22137         * tests/test-base64.c: Add license.
22138
22139 2004-12-15  Stepan Kasal  <address@hidden>
22140
22141         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
22142
22143 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
22144
22145         * modules/getcwd (Files): Add m4/d-ino.m4.
22146         Suggested by Mark D. Baushke.
22147
22148 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
22149
22150         * lib/getdate.y (textint): New member "negative".
22151         (time_zone_hhmm): New function.
22152         Expect 14 shift-reduce conflicts, not 13.
22153         (o_colon_minutes): New rule.
22154         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
22155         (yylex): Set the "negative" member of signed numbers.
22156
22157 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
22158
22159         * doc/getdate.texi (Time of day items, Time zone items):
22160         Describe new formats +00:00, UTC+00:00.
22161
22162 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
22163
22164         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
22165         spurious "-l"s.  Problem reported by Stepan Kasal.
22166
22167 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
22168
22169         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
22170         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
22171
22172 2004-12-04  Simon Josefsson  <jas@extundo.com>
22173
22174         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
22175         Vandoorselaere <yoann@prelude-ids.org>.
22176
22177 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22178
22179         Changes imported from coreutils.
22180         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
22181         exist.
22182         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
22183
22184 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22185
22186         Changes imported from coreutils.
22187         * lib/hard-locale.c: Assume <locale.h> exists.
22188         Include "strdup.h".
22189         (GLIBC_VERSION): New macro.
22190         (hard_locale): Assume setlocale exists.
22191         Rewrite to avoid #ifdef.
22192         Use strdup rather than malloc + strcpy.
22193         * lib/human.c: Assume <locale.h> exists.
22194         (human_readable): Assume localeconv exists.
22195
22196 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22197
22198         * modules/hard-locale (Depends-on): Add strdup.
22199
22200 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
22201
22202         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
22203         convert T2, not T.  (Imported from libc.)
22204
22205 2004-11-30  Simon Josefsson  <jas@extundo.com>
22206
22207         * modules/restrict (License): Change to LGPL.
22208
22209 2004-11-30  Simon Josefsson  <jas@extundo.com>
22210
22211         * m4/restrict.m4: Add copyright and copying conditions.
22212
22213 2004-11-30  Simon Josefsson  <jas@extundo.com>
22214
22215         * m4/base64.m4: New file.
22216
22217 2004-11-30  Simon Josefsson  <jas@extundo.com>
22218
22219         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
22220         base64.
22221
22222         * tests/test-base64.c: New file.
22223
22224         * modules/base64: New file.
22225
22226 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
22227
22228         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
22229         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
22230
22231         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
22232
22233 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
22234
22235         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
22236         (__getcwd.c): Don't restore errno; glibc doesn't.
22237         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
22238         first, falling back to our code only if its results look suspicious.
22239         Ensure that the resulting buffer is only as large as necessary.
22240
22241         * lib/readutmp.c: Include readutmp.h first.
22242         Include <errno.h>, since readutmp.h no longer does that.
22243         * lib/readutmp.h: Don't include <errno.h>,
22244         <sys/param.h>, <time.h>; not needed to establish interface.
22245         (errno): Remove decl.
22246         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
22247         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
22248         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
22249
22250 2004-11-28  Simon Josefsson  <jas@extundo.com>
22251
22252         * lib/base64.h, base64.c: New file.
22253
22254 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
22255
22256         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
22257
22258 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
22259
22260         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
22261         (Depends-on): Remove pathmax, same.  Add mempcpy.
22262         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
22263         (Makefile.am): Append getcwd.h to lib_SOURCES.
22264         (Include): Add getcwd.h.
22265         (Maintainer): Change from Jim Meyering to "all, glibc",
22266         since getdate now uses intended-for-glibc code.
22267         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
22268         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
22269
22270 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
22271
22272         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
22273         HP's ANSI C compiler.
22274         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
22275         Declaring int functions causes warnings on some modern systems and
22276         shouldn't be needed to compile on ancient ones.
22277         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
22278         defined.
22279
22280         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
22281         with the following changes.
22282         (__set_errno): Parenthesize properly.
22283         Include <stdbool.h>.
22284         (MIN, MAX, MATCHING_INO): New macros.
22285         (__getcwd): Define with prototype, not K&R form.
22286         Use heuristics to allocate default buffer on stack if possible.
22287         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
22288         behavior, and to avoid the PATH_MAX limit when computing
22289         ../../../../...
22290         Use MATCHING_INO to compare inode number to file.
22291         Check for arithmetic overflow in size calculations.
22292         Fix bug in reallocation of dot array that caused getcwd to fail
22293         on directories nested deeper than 75.
22294         Be more careful about saving errno on error.
22295         Do not use realloc; use only free+malloc, as this is a bit
22296         more flexible and avoids a needless copy operation.
22297         Do not inspect st_dev and st_ino for symbolic links; POSIX
22298         doesn't specify the latter.
22299         Check for closedir errors.
22300         Avoid needless casts.
22301         Use "#ifdef weak_alias" around weak_alias, to be like other
22302         glibc code.
22303         The following changes to getcwd.c have effect only when used in
22304         gnulib; they have no effect inside glibc proper.
22305         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
22306         as alloca isn't used.
22307         (alloca, __alloca): Likewise.
22308         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
22309         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
22310         unconditionally, as gnulib assumes C89 or better.
22311         Do not include <sys/param.h>.
22312         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
22313         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
22314         better.
22315         (NULL) [!defined NULL]: Remove; we assume C89 or better.
22316         Include <dirent.h> in a way that is compatible with modern Autoconf.
22317         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
22318         New macros, if not already defined.
22319         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
22320         Use "_LIBC", not "defined _LIBC", for consistency.
22321         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
22322         a mempcpy module.
22323         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
22324         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
22325         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
22326         credit only to Jim Meyering and adjust the copyright dates.
22327         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
22328         <stdlib.h>, <unistd.h>, "pathmax.h".
22329         Instead, include "xgetcwd.h" (first) and "getcwd.h".
22330         (INITIAL_BUFFER_SIZE): Remove.
22331         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
22332
22333 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
22334
22335         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
22336         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
22337         Use the _ONCE methods, for efficiency.
22338         Check for fcntl.h.  In test program, include <errno.h>
22339         and <fcntl.h> if available.  Remove old K&R cruft from
22340         test program.  Check for common errors in GNU/Linux,
22341         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
22342         don't do AC_LIBOBJ, as that's getcwd.m4's job.
22343         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
22344         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
22345         name accordingly.
22346         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
22347         accommodate new getcwd.c.
22348         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
22349         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
22350         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
22351         that's all we need now.
22352
22353 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22354
22355         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
22356         argp-parse.c depends on getopt internals, that means we should
22357         always use our getopt, to be on the safe side.
22358         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
22359         order not to spoil the result of an eventual previous invocation
22360         of gl_GETOPT_SUBSTITUTE.
22361
22362 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22363
22364         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
22365         redefinition warnings. To avoid them, include the defines
22366         in `#if !defined __need_getopt ... #endif'. The only place
22367         where __getopt_argv_const is used is in definitions
22368         of getopt_long and getopt_long_only below, which are as well
22369         protected by `#ifndef __need_getopt'.
22370         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
22371         __need_getopt after including <stdio.h> and <unistd.h> These
22372         headers might have defined it.
22373
22374 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
22375
22376         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
22377
22378 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
22379
22380         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
22381         (futimens): New function, which uses futimes if available.
22382         (futimens, utimens): Support timespec==NULL, with same semantics
22383         as utime and utimens.
22384         * lib/utimens.h (futimens): New decl.
22385
22386 2004-11-23  Jim Meyering  <jim@meyering.net>
22387
22388         * lib/getopt_.h: Remove trailing blanks.
22389
22390 2004-11-23  Jim Meyering  <jim@meyering.net>
22391
22392         * lib/__fpending.c: Add comment.
22393
22394 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
22395
22396         * modules/canonicalize (Depends-on): Add xreadlink.
22397         Problem reported by James Youngman.
22398
22399 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22400
22401         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
22402         New macros.
22403         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
22404         optopt): Use them instead of invoking ## directly; otherwise, the
22405         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
22406
22407 2004-11-19  Bruno Haible  <bruno@clisp.org>
22408
22409         * lib/strtok_r.c: Move comments from here...
22410         * lib/strtok_r.h: ... to here.
22411
22412 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22413
22414         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
22415         implementations that mishandle size_t overflow.
22416
22417 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22418
22419         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
22420         might fail.  Problem reported by Yoann Vandoorselaere.
22421         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
22422         implementations that mishandle size_t overflow.
22423
22424 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22425
22426         * modules/canon-host (Depends-on): Add strdup.
22427
22428 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22429
22430         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
22431
22432 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22433
22434         * lib/canon-host.c: Include "strdup.h".
22435         (canon_host): Use getaddrinfo if available, so that IPv6 works.
22436         Use strdup instead of malloc/strcpy to duplicate strings.
22437
22438         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
22439         (human_space_before_unit): New constant.
22440         * lib/human.c (human_readable): Support it.
22441
22442         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
22443         (xgetcwd): Set errno correctly when failing.
22444         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
22445         the failure is actually due to a PATH_MAX problem.
22446
22447         Further getopt changes to make it more likely that glibc will
22448         buy the changes back.
22449         * lib/getopt.c (POSIXLY_CORRECT): New constant.
22450         (getopt): Use it, so to preserve glibc semantic
22451         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
22452         when compiling for libc.
22453         * lib/getopt_.h (__getopt_argv_const): Bring it back.
22454         (getopt_long, getopt_long_only): Use it.
22455
22456         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22457         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
22458         (getopt): Argv is now char * const *, as per standard.
22459         (_getopt_internal_r, _getopt_internal): Argv is now char **,
22460         not char *__getopt_argv_const *.
22461         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22462         _getopt_long_only_r): Likewise.
22463         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
22464         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22465         _getopt_long_r, _getopt_long_only_r): Likewise.
22466         * lib/getopt_.h (__getopt_argv_const): Remove.
22467         (getopt): Argv is now char * const *, as per standard.
22468
22469         * lib/getdate.y (tORDINAL): New token.
22470         (day, relunit): Allow it for relative times.
22471         (relative_time_table): Use tORDINAL for ordinals.
22472
22473 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22474
22475         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
22476         Document that "second" isn't allowed as an ordinal number.
22477
22478 2004-11-16  Jim Meyering  <jim@meyering.net>
22479
22480         * modules/closeout (Depends-on): Add fpending.
22481
22482 2004-11-15  Jim Meyering  <jim@meyering.net>
22483
22484         * lib/closeout.c: Include "__fpending.h" once again.
22485         Include <stdbool.h>.
22486         (close_stdout): Don't fail just because stdout was closed initially,
22487         since some programs don't write to stdout in the normal course of
22488         operation (other than --version and --help), and we don't want this
22489         function to make e.g. `touch file >&-' fail.
22490         But do fail if it was closed and someone has tried to write to it.
22491         E.g., `printf foo >&-' must fail.
22492
22493 2004-11-13  Jim Meyering  <jim@meyering.net>
22494
22495         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
22496
22497 2004-11-12  Simon Josefsson  <jas@extundo.com>
22498
22499         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
22500         small doc fix is still pending.
22501
22502 2004-11-11  Simon Josefsson  <jas@extundo.com>
22503
22504         * modules/strtok_r: New file.
22505
22506         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22507         strtok_r.
22508
22509 2004-11-11  Simon Josefsson  <jas@extundo.com>
22510
22511         * m4/strtok_r.m4: New file.
22512
22513         * m4/getopt.m4: Replace opterr.
22514
22515 2004-11-11  Simon Josefsson  <jas@extundo.com>
22516
22517         * lib/strtok_r.h, strtok_r.c: New file.
22518
22519 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22520
22521         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
22522         of replacing opterr, getopt, etc.  This should handle the
22523         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
22524
22525 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22526
22527         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
22528         we can stop lying to compilers about the constness of argv when we
22529         are compiled outside glibc.
22530         (getopt, getopt_long, getopt_long_only): Use it.
22531         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22532         _getopt_internal, getopt): Likewise.
22533         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22534         _getopt_long_only_r): Likewise.
22535         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22536         _getopt_long_r, _getopt_long_only_r): Likewise.
22537
22538         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
22539         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
22540         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
22541         the other external symbols.
22542         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
22543         declaration, since the above renaming now works around collisions.
22544
22545 2004-11-11  Jim Meyering  <jim@meyering.net>
22546
22547         * lib/linebreak.c: Remove trailing blanks.
22548         * lib/alloca_.h: Likewise.
22549         * lib/acosl.c: Likewise.
22550         * lib/euidaccess.c: Likewise.
22551         * lib/allocsa.h: Likewise.
22552
22553 2004-11-10  Simon Josefsson  <jas@extundo.com>
22554
22555         * m4/getaddrinfo.m4: New file.
22556
22557 2004-11-10  Simon Josefsson  <jas@extundo.com>
22558
22559         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
22560
22561 2004-11-10  Simon Josefsson  <jas@extundo.com>
22562
22563         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22564         getaddrinfo.
22565
22566         * modules/getaddrinfo: New file.
22567
22568 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22569
22570         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
22571
22572 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22573
22574         * lib/mktime.c (SHR): New macro, which is a portable
22575         substitute for >> that should work even on Crays.
22576         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
22577         Problem reported by Mark D. Baushke in
22578         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
22579         * lib/getdate.y (SHR): Likewise.
22580         (tm_diff): Use it.
22581         * lib/strftime.c (SHR): Likewise.
22582         (tm_diff): Use it.
22583         * lib/quotearg.c (struct quoting_options): Use unsigned int for
22584         quote_these_too, so that right shifts are well defined.  All uses
22585         changed.
22586
22587 2004-11-10  Jim Meyering  <jim@meyering.net>
22588
22589         Ensure that no close failure goes unreported.
22590         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
22591         return early when it seems there's nothing to flush.
22592         Don't include __fpending.h.
22593
22594 2004-11-10  Jim Meyering  <jim@meyering.net>
22595
22596         * modules/closeout (Depends-on): Remove fpending.
22597
22598 2004-11-10  Jim Meyering  <jim@meyering.net>
22599
22600         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
22601
22602 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22603
22604         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
22605         gl_FUNC_STRFTIME.
22606         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
22607         and AC_REQUIRE when possible, to avoid duplicate checks.
22608         Check for <wchar.h>.
22609
22610 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22611
22612         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
22613
22614 2004-11-09  Bruno Haible  <bruno@clisp.org>
22615
22616         * m4/sockpfaf.m4: New file.
22617
22618 2004-11-05  Bruno Haible  <bruno@clisp.org>
22619
22620         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
22621         Reported by Mark D. Baushke <mdb@cvshome.org>.
22622
22623 2004-11-04  Bruno Haible  <bruno@clisp.org>
22624
22625         2004-09-11  Bruno Haible  <bruno@clisp.org>
22626                 * allocsa.valgrind: New file.
22627         2004-02-06  Bruno Haible  <bruno@clisp.org>
22628                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
22629                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
22630                 Reported by Christopher Seip <chris.seip@hp.com>.
22631
22632 2004-11-04  Bruno Haible  <bruno@clisp.org>
22633
22634         * modules/allocsa (Files): Add lib/allocsa.valgrind.
22635         (Makefile.am): Distribute it.
22636
22637 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22638
22639         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
22640         with errno == ERANGE if the buffer is too small.
22641         Problem reported by Mark D. Baushke.
22642
22643 2004-11-03  Albert Chin  <china@thewrittenword.com>
22644             Paul Eggert  <eggert@cs.ucla.edu>
22645
22646         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
22647         equivalent, substitute $ac_type for equivalent type rather than
22648         blindly using uint32_t *always* which won't work if uint32_t is not
22649         available.  Define _UINT32_T to work around typedef of uint32_t if
22650         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
22651         2.5.1.
22652
22653 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22654
22655         * m4/jm-macros.m4: Sync from coreutils.
22656         (gl_MACROS): Check for mbrlen, for pathchk.
22657         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
22658
22659 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22660
22661         * lib/xreadlink.c (MAXSIZE): New macro.
22662         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
22663         size does not exceed MAXSIZE.  Avoid cast.
22664         As suggested by Mark D. Baushke in
22665         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
22666         if readlink fails with buffer size just under MAXSIZE, try again
22667         with MAXSIZE.
22668
22669 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22670
22671         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
22672
22673 2004-11-02  Derek R. Price  <derek@ximbiot.com>
22674         and  Paul Eggert  <eggert@cs.ucla.edu>
22675
22676         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
22677         (get_date): Overparenthesize to avoid GCC warning.
22678
22679 2004-11-02  Bruno Haible  <bruno@clisp.org>
22680
22681         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
22682         returns void.
22683
22684 2004-11-02  Bruno Haible  <bruno@clisp.org>
22685
22686         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
22687         function returns void.
22688
22689 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22690
22691         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
22692         fflush_unlocked, flockfile, funlockfile, funlockfile,
22693         fputs_unlocked, putc_unlocked.
22694
22695 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22696
22697         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22698         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
22699         already declared.
22700
22701 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22702
22703         * modules/getdate (Files): Add doc/getdate.texi.
22704         (Depends-on): Add setenv, xalloc.
22705
22706 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22707
22708         * lib/getdate.y: Add support for TZ="foo" within a date string.
22709         Fix some bugs near time_t boundaries.  Reject dates with
22710         out-of-range components, e.g., "Sept 31".
22711         Include <stdlib.h>, "setenv.h", "xalloc.h".
22712         (ISDIGIT_LOCALE): Remove; unused.
22713         Note that the TZ and time functions used here are not reentrant.
22714         (mktime_ok, get_tz): New functions.
22715         (TZBUFSIZE): New constant.
22716         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
22717         This requires that we sometimes generate our own TZ="XXX..." setting.
22718
22719 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22720
22721         * doc/getdate.texi: New file, from coreutils with modifications for
22722         the new TZ parsing.
22723
22724 2004-10-27  Derek R. Price  <derek@ximbiot.com>
22725
22726         * lib/mktime.c (not_equal_tm): Remove redundant check.
22727
22728 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22729
22730         * modules/regex (lib_SOURCES): Add regex.c.
22731         Reported by James Youngman in
22732         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
22733
22734 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22735
22736         * lib/getdate.y: Use Bison 1.875 features, and some minor
22737         code cleanups.  This change does not affect semantics.
22738         Don't include <stdlib.h>; no longer needed.
22739         Don't include unlocked-io.h; only the "#if TEST" code uses
22740         stdio, and performance isn't crucial there.
22741         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
22742         Bison 1.875 features as described below.
22743         All uses of "PC." replaced by "pc->".
22744         (YYSTYPE): Add a forward declaration.
22745         (yylex, yyerror): Use full prototypes in forward decls.
22746         Use "%pure-parser" rather than obsolescent "%pure_parser".
22747         Use %parse-param and %lex-param instead of obsolescent
22748         YYPARSE_PARAM and YYLEX_PARAM.
22749         (meridian_table, month_and_day_table, time_units_table,
22750         relative_time_table, time_zone_table, military_table,
22751         lookup_zone, lookup_word, get_date):
22752         Use NULL instead of 0 where appropriate.
22753         (to_hour): Avoid abort (), to avoid a dependency on
22754         stdlib.h.
22755         (yyerror, yylex): Now accepts parser_control * arg.
22756         (main) [TEST]: Use '\0' rather than 0 for char.
22757
22758 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22759
22760         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
22761
22762 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22763
22764         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
22765         It's now the caller's responsibility to handle the case where
22766         !HAVE_GETPAGESIZE && !defined getpagesize.
22767
22768         * lib/mktime.c (leapyear): Arg is long int, not int.
22769
22770 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
22771
22772         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
22773
22774 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22775
22776         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
22777         missing.  Problem reported by James Youngman.
22778
22779 2004-10-16  Simon Josefsson  <jas@extundo.com>
22780
22781         * gnulib-tool: Fix comments.  Fix parse problem.
22782         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
22783
22784 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
22785
22786         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
22787         implementation of getopt_long.  Problem reported by Alexander Taler in:
22788         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
22789
22790 2004-10-15  Bruno Haible  <bruno@clisp.org>
22791
22792         * gnulib-tool: Untabify. Initialize supplied_libname.
22793         (func_usage): More homogenous output.
22794         (func_modules_transitive_closure, func_modules_to_filelist,
22795         func_emit_lib_Makefile_am): New functions.
22796         (func_import): New function, extracted from big case statement. Use
22797         func_get_license, func_modules_transitive_closure,
22798         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
22799         opt_lgpl. Don't use test -a, as it's not portable.
22800         (func_create_testdir): Use func_modules_transitive_closure,
22801         func_modules_to_filelist, func_emit_lib_Makefile_am.
22802
22803 2004-10-15  Bruno Haible  <bruno@clisp.org>
22804
22805         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
22806
22807 2004-10-15  Bruno Haible  <bruno@clisp.org>
22808
22809         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
22810         the portions belonging to each module.
22811         Suggested by Derek Robert Price <derek@ximbiot.com>.
22812
22813 2004-10-12  Simon Josefsson  <jas@extundo.com>
22814
22815         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22816         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
22817         to real functions.
22818
22819 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22820
22821         * modules/vsnprintf: New file.
22822
22823 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22824
22825         * m4/vsnprintf.m4: New file.
22826
22827 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22828
22829         * lib/vsnprintf.h: New file.
22830         * lib/vsnprintf.c: New file.
22831
22832 2004-10-11  Bruno Haible  <bruno@clisp.org>
22833
22834         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
22835         vsnprintf.
22836
22837 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22838
22839         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
22840
22841 2004-10-07  Bruno Haible  <bruno@clisp.org>
22842
22843         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
22844         fits into the provided buffer.
22845
22846 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22847
22848         * lib/diacrit.c, diacrit.h: Add GPL notice.
22849
22850         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
22851         notice.
22852         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
22853         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
22854         This avoids a potential constant-folding bug.
22855
22856 2004-10-05  Bruno Haible  <bruno@clisp.org>
22857
22858         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
22859         for the declaration of strsep.
22860
22861 2004-10-05  Bruno Haible  <bruno@clisp.org>
22862
22863         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
22864
22865 2004-10-04  Simon Josefsson  <jas@extundo.com>
22866
22867         * modules/memmem: New file.
22868         * tests/test-memmem.c: New file.
22869         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
22870
22871 2004-10-04  Simon Josefsson  <jas@extundo.com>
22872
22873         * m4/memmem.m4: New file.
22874
22875 2004-10-04  Simon Josefsson  <jas@extundo.com>
22876
22877         * lib/memmem.h: New file.
22878         * lib/memmem.c: New file, taken from glibc.
22879
22880 2004-10-04  Simon Josefsson  <jas@extundo.com>
22881
22882         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
22883         '#ifdef USE_UNLOCKED_IO'.
22884
22885 2004-10-04  Simon Josefsson  <jas@extundo.com>
22886
22887         * config/srclist.txt: Add memmem from glibc.
22888
22889 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22890
22891         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
22892
22893         * modules/argmatch, modules/argp, modules/closeout, modules/error,
22894         modules/exclude, modules/getdate, modules/getline,
22895         modules/getndelim2, modules/getpass, modules/getpass-gnu,
22896         modules/getusershell, modules/linebuffer, modules/md5,
22897         modules/mountlist, modules/posixtm, modules/readtokens,
22898         modules/readutmp, modules/regex, modules/sha1,
22899         modules/version-etc, modules/yesno:
22900         Remove dependency on unlocked-io.
22901
22902 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22903
22904         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22905
22906         * m4/unlocked-io.m4: Add copyright notice.
22907         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22908
22909 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22910
22911         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22912         * lib/xmalloc.c (xmemdup): Likewise.
22913         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22914         XFREE): Remove these long-obsolescent macros.
22915         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22916         * lib/xstrdup.c: Remove.
22917
22918         * lib/regex.c (re_comp): Cast gettext return value to char *,
22919         Problem reported by Martin Neitzel via Mark D. Baushke.
22920
22921 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22922
22923         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22924         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22925         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22926         regex.c, sha1.c, version-etc.c, yesno.c:
22927         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22928         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22929         the includer's responsibility.
22930
22931         Sync from coreutils.
22932
22933         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22934         points to the start of a string, as the C Standard says the
22935         resulting behavior is undefined.
22936
22937         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22938         simple -> simple_backups, numbered_existing ->
22939         numbered_existing_backups, numbered -> numbered_backups
22940         to avoid shadowing problems.  All uses changed.
22941         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22942         * lib/backupfile.c (check_extension, numbered_backup):
22943         Rename locals to avoid shadowing 'basename'.
22944         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22945         once.
22946
22947         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22948         * lib/.cvsignore: Add getopt.h.
22949
22950 2004-10-04  Bruno Haible  <bruno@clisp.org>
22951
22952         * modules/README: New file.
22953         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22954         not a module.
22955
22956 2004-10-02  Jim Meyering  <jim@meyering.net>
22957
22958         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22959
22960 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22961
22962         * modules/strsep: New file.
22963
22964 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22965
22966         * m4/strsep.m4: New file.
22967
22968 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22969
22970         * lib/strsep.h: New file.
22971         * lib/strsep.c: New file.
22972
22973 2004-10-01  Simon Josefsson  <jas@extundo.com>
22974
22975         * lib/snprintf.c (snprintf): Handle size==0.
22976
22977 2004-10-01  Simon Josefsson  <jas@extundo.com>
22978             Bruno Haible  <bruno@clisp.org>
22979
22980         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22981         (snprintf): Declare 'args'.
22982
22983 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22984
22985         * lib/snprintf.c: Remove comments as to why each header is needed.
22986
22987 2004-10-01  Bruno Haible  <bruno@clisp.org>
22988
22989         * MODULES.html.sh: Add strsep.
22990
22991 2004-09-30  Simon Josefsson  <jas@extundo.com>
22992
22993         * modules/snprintf: New file.
22994
22995 2004-09-30  Simon Josefsson  <jas@extundo.com>
22996
22997         * m4/snprintf.m4: New file.
22998
22999 2004-09-30  Simon Josefsson  <jas@extundo.com>
23000
23001         * lib/snprintf.h, lib/snprintf.c: New files.
23002
23003 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23004
23005         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
23006         (hol_entry_help): Never translate an empty string.
23007         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
23008         * lib/argp.h (OPTION_NO_TRANS): New option.
23009
23010 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
23011
23012         * modules/argp (Maintainer): Replace Simon Josefsson
23013         by Sergey Poznyakoff.
23014
23015 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
23016
23017         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
23018         changes merged back into glibc.
23019
23020 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
23021
23022         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
23023
23024 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
23025
23026         * lib/xvasprintf.c: Include xalloc.h.
23027         (xvasprintf): Use xalloc_die, not xmalloc_die.
23028
23029 2004-09-29  Bruno Haible  <bruno@clisp.org>
23030
23031         * modules/alloca-opt: New file, derived from modules/alloca.
23032         * modules/allocsa: Depend on alloca-opt instead of alloca.
23033         * modules/setenv: Likewise.
23034         * modules/vasnprintf: Likewise.
23035         * MODULES.html.sh: Add alloca-opt.
23036
23037 2004-09-28  Simon Josefsson  <jas@extundo.com>
23038
23039         * gnulib-tool: New parameter --lgpl, to asseert that modules are
23040         LGPL, and to replace license template from GPL to LGPL.
23041
23042 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
23043
23044         * modules/dummy: Change license to LGPL.
23045
23046 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
23047
23048         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
23049
23050 2004-09-24  Simon Josefsson  <jas@extundo.com>
23051
23052         * modules/minmax (License): Change from GPL to LGPL.
23053
23054 2004-09-23  Simon Josefsson  <jas@extundo.com>
23055
23056         * gnulib-tool (--import): Typo.
23057
23058 2004-09-23  Simon Josefsson  <jas@extundo.com>
23059
23060         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
23061
23062 2004-09-22  Bruno Haible  <bruno@clisp.org>
23063
23064         * modules/*: Add 'License' field.
23065         * gnulib-tool: Accept --extract-license option.
23066         (func_get_license): New function.
23067
23068 2004-09-21  Bruno Haible  <bruno@clisp.org>
23069
23070         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
23071         Reported by Simon Josefsson.
23072
23073 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23074
23075         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
23076         gl_AC_TYPE_LONG_LONG.
23077
23078 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23079
23080         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
23081
23082 2004-09-18  Simon Josefsson  <jas@extundo.com>
23083         and  Paul Eggert  <eggert@cs.ucla.edu>
23084
23085         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
23086         calls with autoreconf.  Define GL_LIB.
23087
23088 2004-09-14  Karl Berry  <karl@gnu.org>
23089
23090         * config/srclist.txt: unsync setenv.c, sigh.
23091
23092 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
23093
23094         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
23095         Problem reported by Bruno Haible in:
23096         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
23097
23098 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
23099
23100         * config/srclist.txt: Comment out argp-pvh.c.
23101
23102 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
23103
23104         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
23105         in case some system header has #define'd it.  Problem reported by
23106         Soeren D. Schulze in
23107         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
23108
23109 2004-09-09  Karl Berry  <karl@gnu.org>
23110
23111         * regex.[ch]: delete from the root.  These were supposed to be
23112                 synced with emacs cvs, but this has not happened for about
23113                 a year, and anyway nothing else uses emacs regex.[ch].
23114                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
23115                 lib/regex[.ch] is untouched.
23116
23117 2004-09-09  Bruno Haible  <bruno@clisp.org>
23118
23119         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
23120
23121 2004-09-09  Bruno Haible  <bruno@clisp.org>
23122
23123         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
23124         modifications.
23125         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
23126
23127 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
23128
23129         * modules/xvasprintf: New file.
23130         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
23131
23132 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
23133
23134         * lib/xvasprintf.h: New file.
23135         * lib/xvasprintf.c: New file.
23136         * lib/xasprintf.c: New file.
23137
23138 2004-09-08  Bruno Haible  <bruno@clisp.org>
23139
23140         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
23141
23142 2004-09-08  Bruno Haible  <bruno@clisp.org>
23143
23144         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
23145         length is > INT_MAX.
23146         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
23147         more.
23148
23149 2004-09-08  Bruno Haible  <bruno@clisp.org>
23150
23151         * lib/stdint_.h: New file, taken from GNU clisp.
23152
23153 2004-09-08  Bruno Haible  <bruno@clisp.org>
23154             Oskar Liljeblad  <oskar@osk.mine.nu>
23155
23156         * modules/stdint: New file.
23157         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
23158
23159 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23160
23161         Import from coreutils.
23162         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
23163         strings on unbounded length.  alloca's performance benefits aren't
23164         that important here.
23165         (V_STRDUP): Remove.
23166         (parse_with_separator): New function, with most of the internals
23167         of the old parse_user_spec.  Allow user to omit both user and group,
23168         for compatibility with FreeBSD.
23169         Clone only the user name, not the entire spec.
23170         Do not set *uid, *gid unless entirely successful.
23171         Avoid memory leak in some failing cases.
23172         Fix regression for USER.GROUP reported by Dmitry V. Levin in
23173         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
23174         (parse_user_spec): Rewrite to use parse_with_separator.
23175
23176 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23177
23178         * modules/userspec: Don't depend on alloca.
23179
23180 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23181
23182         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
23183
23184 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23185
23186         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
23187         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
23188         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
23189
23190 2004-08-16  Simon Josefsson  <jas@extundo.com>
23191
23192         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
23193         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
23194         Add --dry-run for --import.
23195         Let user provided command line parameters override configure.ac
23196         settings.
23197
23198 2004-08-12  Simon Josefsson  <jas@extundo.com>
23199
23200         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
23201         as discussed with Paul Eggert in threads rooted at
23202         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
23203         and
23204         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
23205         Before, the test was empty, and relied on ELIDE_CODE in source
23206         code.)
23207         (gl_PREREQ_GETOPT): New macro.
23208         (gl_GETOPT): Use them.
23209
23210 2004-08-12  Simon Josefsson  <jas@extundo.com>
23211
23212         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
23213         * lib/getopt_.h: Renamed from getopt.h.
23214
23215 2004-08-12  Simon Josefsson  <jas@extundo.com>
23216
23217         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
23218         Change default library name from libfoo to libgnu.
23219         Now, if you have a configure.ac that says:
23220                 gl_SOURCE_BASE(gl)
23221                 gl_M4_BASE(gl/m4)
23222                 gl_MODULES(error getopt etcetera)
23223                 gl_INIT
23224         you can import all you need by running:
23225                 ../gnulib/gnulib-tool --import
23226
23227         * modules/getopt (Files): Rename getopt.h to getopt_.h.
23228         (Makefile.am): Rewrite, use logic from argz.
23229         (Include): Use <getopt.h> instead of "getopt.h".
23230
23231 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23232
23233         * modules/argp (Files): Add m4/unlocked-io.m4.
23234         (Depends-on): Add extensions.
23235
23236 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23237
23238         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
23239         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
23240         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
23241         Check for program_invocation_name, program_invocation_short_name,
23242         flockfile, funlockfile, features.h, _getopt_long_only_r.
23243
23244 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23245
23246         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
23247         its complicated substitute.
23248         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
23249         and program_invocation_name.
23250         (__argp_basename) [!_LIBC]: Remove; the only use was
23251         replaced by its body.
23252         (__argp_short_program_name): Change condition from
23253         !defined __argp_short_program_name to
23254         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
23255         to match argp-namefrob.h.
23256         (__argp_failure): Don't assume strerror_r returns char *.
23257         * lib/argp-parse.c (N_): Define unconditionally.
23258         (argp_default_options): Fill out initializers with 0 to avoid
23259         gcc warnings.
23260
23261 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23262
23263         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
23264         getopt1.c.
23265
23266 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23267
23268         Merge from coreutils.
23269
23270         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
23271
23272         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
23273         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
23274
23275 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23276
23277         Merge from coreutils.
23278
23279         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
23280         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
23281         for Reliant Unix 5.43.
23282
23283         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
23284         (union fooround): Use uintmax_t, not long int.
23285         The rest is a merge from libc:
23286         [defined _LIBC]: Include <shlib-compat.h>.
23287         (_obstack) [defined _LIBC]: Remove after 2.3.4.
23288
23289         * lib/settime.c (settime): Recode to avoid warning with
23290         Sun Forte C 6U2.
23291
23292         * lib/strverscmp.c: Convert to UTF-8.
23293
23294 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23295
23296         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
23297         m4/uintmax_t.m4.
23298
23299 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23300
23301         * modules/xalloc-die: New file.
23302         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
23303
23304         * modules/md5 (Files): Add m4/uint32_t.m4.
23305         * modules/sha1: Renamed from modules/sha.
23306         (Files):
23307         Rename lib/sha.h to lib/sha1.h.
23308         Rename lib/sha.c to lib/sha1.c.
23309         Rename m4/sha.m4 to m4/sha1.m4.
23310         (lib_SOURCES): Likewise.
23311         (configure.ac): Rename gl_SHA to gl_SHA1.
23312         (Include): sha.h -> sha1.h.
23313
23314 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23315
23316         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
23317         * m4/sha1.m4: Renamed from sha.m4.
23318         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
23319
23320 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23321
23322         * lib/obstack.h (obstack_empty_p):
23323         Don't assume that chunk->contents is suitably aligned.
23324         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
23325         Likewise. Problem reported by Benno in
23326         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
23327
23328         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
23329         readable.  This could be improved further but it'd take some work.
23330
23331 2004-08-08  Simon Josefsson  <jas@extundo.com>
23332
23333         * modules/xgethostname (Depends-on): Remove exit and error (not
23334         used).
23335
23336         * modules/getpass-gnu: Add getpass.h.
23337         (Depends-on): Add stdbool.
23338         * modules/getpass: Add getpass.h.
23339
23340 2004-08-08  Simon Josefsson  <jas@extundo.com>
23341
23342         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
23343         Check getpass declaration.
23344
23345 2004-08-08  Simon Josefsson  <jas@extundo.com>
23346
23347         * lib/xgethostname.c: Don't include error.h (not used).
23348
23349         * lib/getpass.h: Add.
23350         * lib/getpass.c: Include getpass.h first.
23351
23352 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
23353
23354         * lib/xalloc-die.c: New file.
23355         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
23356         All uses removed.
23357         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
23358         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
23359         xalloc-die.c.
23360         (_, N_, xalloc_die): Move to xalloc-die.c.
23361         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
23362         so that we needn't mess with xalloc_msg_memory_exhausted.
23363
23364         * lib/sha1.h: Renamed from sha.h.
23365         (SHA1_H): Renamed from _SHA_H.
23366         (sha1_ctx): Renamed from sha_ctx.
23367         (sha1_init_ctx): Renamed from sha_init_ctx.
23368         (sha1_process_block): Renamed from sha_process_block.
23369         (sha1_process_bytes): Renamed from sha_process_bytes.
23370         (sha1_finish_ctx): Renamed from sha_finish_ctx.
23371         (sha1_read_ctx): Renamed from sha_read_ctx.
23372         (sha1_stream): Renamed from sha_stream.
23373         (sha1_buffer): Renamed from sha_buffer.
23374         * lib/sha1.c: Likewise; renamed from sha.c.
23375         Do not include <sys/types.h>.
23376         Include <stddef.h> rather than <stdlib.h>.
23377
23378 2004-08-08  Bruno Haible  <bruno@clisp.org>
23379
23380         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
23381         FILESYSTEM_PREFIX_LEN.
23382         * lib/progreloc.c: Likewise.
23383         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
23384
23385 2004-08-06  Simon Josefsson  <jas@extundo.com>
23386
23387         * modules/progname (Depends-on): Don't depend on stdbool.
23388
23389 2004-08-06  Simon Josefsson  <jas@extundo.com>
23390
23391         * modules/getsubopt: New file.
23392         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23393         getsubopt.
23394
23395 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23396
23397         More merge from coreutils.
23398
23399         * m4/utimens.m4, m4/utimecmp.m4: New files.
23400         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
23401         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
23402         prereq.m4, sha.m4: Import changes from coreutils.
23403
23404 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23405
23406         More merge from coreutils.
23407         * modules/raise, modules/readtokens0, modules/utimens:
23408         * modules/utimecmp, module/xnanosleep: New files.
23409         * modules/strftime: Add lib/strftime.h.
23410         Change include from <time.h> to "strftime.h".
23411         * modules/yesno: Add lib/yesno.h.
23412         * modules/backupfile: Remove lib/addext.c.
23413         * modules/euidaccess: Add stat-macros.h.
23414         * modules/canonicalize, modules/euidaccess,
23415         modules/filemode, modules/lchown, modules/makepath,
23416         modules/rmdir, modules/stat: Likewise.
23417
23418 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23419
23420         Merge from tar.
23421         * lib/argp-help.c (make_hol, hol_append): Don't assume that
23422         SIZE_MAX is a valid preprocessor constant.
23423         (__argp_basename): Change from "#ifndef _LIBC"
23424         to "#ifndef __argp_short_program_name", so that
23425         we don't compile these functions for tar.
23426
23427         More merges from coreutils.
23428         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
23429         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
23430         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
23431         * lib/addext.c: Remove; no longer needed.
23432         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
23433         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
23434         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
23435         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
23436         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
23437         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
23438         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
23439         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
23440         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
23441         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
23442         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
23443         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
23444         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
23445         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
23446         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
23447         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
23448         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
23449         Import changes from coreutils.
23450
23451 2004-08-05  Simon Josefsson  <jas@extundo.com>
23452
23453         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
23454
23455 2004-08-05  Simon Josefsson  <jas@extundo.com>
23456
23457         * m4/getsubopt.m4: New file.
23458
23459 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23460
23461         Merge from coreutils.
23462
23463         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
23464         * m4/getcwd-path-max.m4: New files.
23465
23466         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
23467         FILESYSTEM_PREFIX_LEN ->
23468         FILE_SYSTEM_PREFIX_LEN.
23469         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
23470         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
23471         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
23472         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
23473
23474         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
23475         prerequisite modules now handle the DOS stuff.
23476         Don't check for unistd.h.
23477
23478 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23479
23480         Merge from coreutils.
23481
23482         * lib/.gdb-history: Remove; this doesn't belong here.
23483
23484         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
23485         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
23486         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
23487         * lib/getcwd.c: New files.
23488
23489         * lib/dirname.h: Include <stdbool.h>.
23490         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
23491         for consistency with POSIX terminology.  All uses changed.
23492         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
23493         (strip_trailing_slashes): Use bool for booleans.
23494         * lib/stripslash.c (strip_trailing_slashes): Likewise.
23495
23496         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
23497         sometimes returns a positive errno value even when it succeeds.
23498         (print_errno_message) [!LIBC]: Fall back on strerror if
23499         __strerror_r fails.
23500
23501         * lib/path-concat.c (mempcpy): Don't define if a system header defines
23502         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
23503         (longest_relative_suffix): New function.
23504         (path_concat): Use it.  Assume first argument is not NULL.
23505         Port to DOS.  Omit redundant separators.
23506         Report an error instead of returning NULL.
23507         Use mempcpy instead of memcpy.
23508         (xpath_concat): Remove: not declared or used.
23509
23510         * lib/same.h: Include <stdbool.h>
23511         (same_name): Return bool, not int.
23512         * lib/same.c (same_name): Likewise.
23513         (errno): Don't declare; we assume C89 or better now.
23514
23515         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
23516         if not already defined.
23517
23518         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
23519         * lib/dup-safer.c (errno): Likewise.
23520
23521 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23522
23523         Merge from coreutils.
23524         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
23525         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
23526         * modules/path-concat: Don't depend on strdup.
23527
23528 2004-08-03  Simon Josefsson  <jas@extundo.com>
23529
23530         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
23531         * lib/progname.h: Don't include stdbool.h.
23532
23533 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23534
23535         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
23536         * MODULES.html.sh (func_all_modules): Remove fatal.
23537
23538 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23539
23540         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
23541
23542 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23543
23544         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
23545         working.
23546
23547 2004-08-02  Simon Josefsson  <jas@extundo.com>
23548
23549         * lib/getsubopt.h: New file, with comments from Bruno Haible.
23550         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
23551         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
23552
23553 2004-08-01  Simon Josefsson  <jas@extundo.com>
23554
23555         * lib/xgetdomainname.c: Include stdlib.h, for free().
23556
23557 2004-07-19  Bruno Haible  <bruno@clisp.org>
23558
23559         * MODULES.html.sh (func_all_modules): Add dummy.
23560
23561 2004-07-16  Simon Josefsson  <jas@extundo.com>
23562
23563         * modules/dummy: New file.
23564
23565 2004-07-16  Simon Josefsson  <jas@extundo.com>
23566
23567         * lib/dummy.c: New file.
23568
23569 2004-07-16  Bruno Haible  <bruno@clisp.org>
23570
23571         * lib/backupfile.h: Add extern "C" for C++.
23572         * lib/closeout.h: Likewise.
23573         * lib/copy-file.h: Likewise.
23574         * lib/findprog.h: Likewise.
23575         * lib/full-write.h: Likewise.
23576         * lib/pathname.h: Likewise.
23577         * lib/progname.h: Likewise.
23578         * lib/stpcpy.h: Likewise.
23579         * lib/stpncpy.h: Likewise.
23580         * lib/strcase.h: Likewise.
23581         * lib/strstr.h: Likewise.
23582         * lib/xalloc.h: Likewise.
23583
23584         * lib/mbswidth.h: Add extern "C" for C++.
23585         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
23586
23587 2004-07-13  Robert Millan  <robertmh@gnu.org>
23588
23589         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
23590
23591 2004-07-09  Simon Josefsson  <jas@extundo.com>
23592
23593         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
23594         failed without this.)
23595
23596 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23597
23598         * modules/chown (Files): Add lib/fchown-stub.c, since
23599         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
23600
23601 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23602
23603         * lib/fchown-stub.c: New file.
23604
23605 2004-06-24  Jim Meyering  <jim@meyering.net>
23606
23607         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
23608
23609 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23610
23611         * modules/argz: Omit "#include".
23612
23613         * MODULES.html.sh (func_all_modules): Add calloc, to match
23614         2004-06-01 addition of calloc module.
23615
23616 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23617
23618         * m4/argz.m4: New file, which is autoupdated from libtool.
23619
23620 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23621
23622         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
23623         libtool.
23624
23625 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23626
23627         * config/srclist-update: Don't insist on "USA." before the
23628         close-comment, as libtool omits the period and puts the */ on a
23629         separate line.
23630         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
23631         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
23632
23633 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
23634
23635         * modules/argz: New file.
23636         * MODULES.html.sh (func_all_modules): Add argz.
23637
23638 2004-06-12  Jim Meyering  <jim@meyering.net>
23639         and  Paul Eggert  <eggert@cs.ucla.edu>
23640
23641         * modules/hash (Files): Add lib/xalloc.h.
23642         * modules/pipe (Depends-on): Add wait-process.
23643         * modules/stat (Depends-on): Add xalloc.
23644         * modules/userspec (Files): Add lib/userspec.h.
23645         * modules/xstrto
23646
23647         Upgrade from gettext-0.13.
23648         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
23649         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
23650         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
23651
23652 2004-06-10  Jim Meyering  <jim@meyering.net>
23653
23654         * lib/calloc.c: New file.
23655
23656 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23657
23658         * lib/getdate.y (yylex): Allow space between sign and number.
23659         Problem reported by Dan Jacobson.
23660
23661 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23662
23663         Merge from coreutils CVS.
23664
23665         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
23666         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
23667         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
23668         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
23669         xstrtol.m4: Fix copyright date and/or serial number.
23670
23671         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
23672         See if we need an fchown replacement.
23673         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
23674         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
23675         and use the replacement function if we detect either defect.
23676
23677         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
23678         gl_UTIMECMP.
23679
23680 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23681         and  Jim Meyering  <jim@meyering.net>
23682
23683         Merge from coreutils CVS.
23684
23685         * lib/stat-macros.h: New file, with contents from file-type.h
23686         and coreutils' system.h.
23687         * lib/file-type.c: Include "stat-macros.h".
23688         * lib/file-type.h (file_type): Move all macro definitions to new file,
23689         stat-macros.h.
23690
23691         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
23692         Wrap old code with this conditional.
23693         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
23694         function that does not dereference symlinks.
23695         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
23696
23697         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
23698         dependency problems.
23699         (xreadlink): Accept new arg SIZE, for efficiency.
23700         All decls and uses changed.
23701         * lib/xreadlink.h: Include <stddef.h>, for size_t.
23702
23703         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
23704         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
23705
23706         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
23707         sysexits.h.
23708
23709 2004-06-01  Jim Meyering  <jim@meyering.net>
23710
23711         * m4/calloc.m4: New file.
23712
23713 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
23714
23715         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
23716         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
23717         Also, fix a typo in a diagnostic.
23718
23719 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23720
23721         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
23722         or AC_FUNC_REALLOC.
23723
23724 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23725
23726         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
23727         macros to be defined.
23728         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
23729         the allocator returns NULL because the requested size is zero.
23730
23731 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23732
23733         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
23734         var.  Add comment explaining why libc still defines it.  This
23735         merges the following patch from glibc:
23736         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
23737
23738 2004-05-20  Andreas Schwab  <schwab@suse.de>
23739
23740         * m4/free.m4: Replace free if it not known to work, not the other
23741         way round.
23742
23743 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23744
23745         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
23746         present in glibc since revision 1.1 of this file.
23747         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
23748         obstack_alignment_mask, obstack_alloc, obstack_base,
23749         obstack_blank, obstack_blank_fast, obstack_chunk_size,
23750         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
23751         obstack_grow0, obstack_init, obstack_int_grow,
23752         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
23753         obstack_next_free, obstack_object_size, obstack_ptr_grow,
23754         obstack_ptr_grow_fast, obstack_room): Remove declarations of
23755         nonexistent functions.
23756
23757 2004-05-18  Karl Berry  <karl@gnu.org>
23758
23759         * config/srclist.txt: break link for vasnprintf.c.
23760
23761 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23762
23763         Port obstack to the AS/400, where pointers are 16 bytes wide and
23764         you cannot cast an integer to a valid pointer.  This patch is
23765         currently waiting to be integrated into glibc; see
23766         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
23767
23768         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
23769         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
23770         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
23771         (struct obstack): temp member is now a union of a pointer and
23772         an integer, instead of an integer.  All integer uses changed.
23773         This does not affect the physical layout of struct obstack,
23774         except on hosts (like the AS/400) where the size or alignment of
23775         void * is greater than that of ptrdiff_t.
23776         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
23777         __STDC__)]: Store temporary in pointer member of union, not
23778         integer member.
23779         * lib/obstack.c: Include <stddef.h>, for offsetof.
23780         (struct fooalign): Remove; it doesn't need a name.
23781         (union fooround): Change double to long double, and add void *.
23782         (DEFAULT_ALIGNMENT): Use offsetof to compute.
23783         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
23784         not a macro.  Hence the values are always int; so remove all
23785         casts-to-int in uses.
23786
23787 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23788
23789         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
23790         we can get this patch merged into glibc.
23791
23792 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23793             Paul Eggert  <eggert@cs.ucla.edu>
23794
23795         * m4/argp: Depend on alloca.
23796
23797 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23798             Paul Eggert  <eggert@cs.ucla.edu>
23799
23800         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
23801         freecoding.
23802
23803 2004-05-17  Bruno Haible  <bruno@clisp.org>
23804
23805         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
23806         precision that consists of a '.' followed by an empty digit string.
23807         Patch by Tor Lillqvist <tml@iki.fi>.
23808
23809 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23810
23811         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
23812         for backward compatibility with older code.  We need our own
23813         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
23814         it under some other name, and our alloca.h will define it.
23815
23816 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23817             Derek Price  <derek@ximbiot.com>
23818
23819         * lib/alloca.c: Include <alloca.h>, to get our interface.
23820         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
23821         include <alloca.h> first.  Use C89 prototype for alloca; this
23822         requires including <stddef.h> for size_t.  Use extern "C" if C++.
23823         Use #elif for simplicity, since we can assume C89 now.
23824         Don't try to source the system alloca.h since it will not be found
23825         and to prevent recursively including its replacement.
23826         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
23827         * lib/regex.c: Likewise.
23828
23829 2004-05-16  Derek Price  <derek@ximbiot.com>
23830             Paul Eggert  <eggert@cs.ucla.edu>
23831
23832         getline cleanup.  This changes the getndelim2 API: both order of
23833         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
23834         no delimiter).
23835
23836         * lib/getline.c: Don't include stddef.h or stdio.h, since our
23837         interface does that.
23838         (getline): Always use getdelim, so that we don't have two
23839         copies of this code.
23840         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
23841         if available.
23842         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
23843         (GETNDELIM2_MAXIMUM): New macro.
23844         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
23845         instead of the old practice of delim2==0.  All callers changed.
23846         Return -1 on overflow, instead of returning junk.
23847         Do not set *linesize unless allocation succeeds.
23848         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
23849         that we include sys/types.h.
23850         * lib/getnline.h: Likewise.
23851         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
23852         (getndelim2): Reorder arguments.
23853         * lib/getnline.c (getnline, getndelim):
23854         Don't discard the NMAX argument.
23855         (getnline): Invoke getndelim, to avoid code duplication.
23856         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
23857         of (size_t) -1 by callers of the getnline family.
23858
23859 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23860
23861         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
23862         Check for gettimeofday.
23863         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
23864         Check for settimeofday, stime.
23865
23866 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23867
23868         * lib/nanosleep.c (suspended): Change its type from int to
23869         sig_atomic_t volatile.
23870         (first_call): Make it private to rpl_nanosleep, and have it
23871         be zero initially as that's a bit faster.
23872         (my_usleep): Round up fractional times instead of truncating them,
23873         as this is the usual meaning for 'sleep'.
23874
23875         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
23876         doesn't work.
23877         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
23878         (ENOSYS): Define if not defined.
23879         (settime): Fall back on stime if it exists and settimeofday fails.
23880         But don't bother with fallbacks if a method fails with errno == EPERM.
23881
23882 2004-05-11  Jim Meyering  <jim@meyering.net>
23883
23884         Prior to this change, the save_cwd caller required read access to the
23885         current directory on most systems (ones with the fchdir function).
23886
23887         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
23888         fails, try write-only, and finally, resort to using xgetcwd.
23889
23890 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23891
23892         * lib/obstack.c, obstack.h: Import changes from libc.
23893
23894 2004-04-28  Bruno Haible  <bruno@clisp.org>
23895
23896         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
23897         also implicitly appends .exe to executables.
23898         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23899         accepts Windows pathnames.
23900         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23901         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23902         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23903         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23904         Reported by Derek Robert Price <derek@ximbiot.com>.
23905
23906 2004-04-21  Karl Berry  <karl@gnu.org>
23907
23908         * config/srclist.txt (localcharset.c): break sync.
23909
23910 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23911
23912         * m4/host-os.m4: Add a copyright notice.
23913
23914 2004-04-20  Jim Meyering  <jim@meyering.net>
23915
23916         Change UTILS_ to gl_ in AC_DEFINE'd names.
23917         Change utils_- and jm_-prefixed variables, too.
23918         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23919         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23920         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23921
23922         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23923         Don't emit trailing blanks.
23924         Also rename jm_-prefixed variables to have gl_ prefix.
23925
23926         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23927         Also rename jm_-prefixed variables to have gl_ prefix.
23928
23929         * m4/jm-macros.m4: Reflect the renamings.
23930         * m4/prereq.m4: Likewise.
23931
23932 2004-04-20  Jim Meyering  <jim@meyering.net>
23933
23934         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23935         memory.
23936
23937 2004-04-20  Jim Meyering  <jim@meyering.net>
23938             Bruno Haible  <bruno@clisp.org>
23939
23940         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23941         memory when realloc fails.
23942
23943 2004-04-19  Jim Meyering  <jim@meyering.net>
23944
23945         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23946         now that readutmp.c may call `free (0)'.
23947
23948 2004-04-19  Bruno Haible  <bruno@clisp.org>
23949
23950         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23951         * m4/inttypes_h.m4: Likewise.
23952         * m4/stdint_h.m4: Likewise.
23953         * m4/intmax_t.m4: Likewise.
23954         * m4/uintmax_t.m4: Likewise.
23955
23956 2004-04-18  Jim Meyering  <jim@meyering.net>
23957
23958         * m4/prereq.m4: Don't forbid jm_ prefix.
23959
23960         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23961         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23962         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23963         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23964         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23965         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23966         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23967         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23968         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23969         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23970         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23971         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23972         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23973         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23974         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23975         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23976         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23977         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23978         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23979
23980 2004-04-18  Jim Meyering  <jim@meyering.net>
23981
23982         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23983         failure, don't leak memory and do call END_UTMP_ENT.
23984
23985 2004-04-16  Jim Meyering  <jim@meyering.net>
23986
23987         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23988         coreutils' stat program.
23989         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23990
23991 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23992
23993         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23994         C89.
23995         (CHAR_BIT): Remove, since we assume C89.
23996         Include <stdint.h> if available, as per current Autoconf CVS advice.
23997
23998 2004-03-31  Jim Meyering  <jim@meyering.net>
23999
24000         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
24001         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
24002         * m4/xalloc.m4: Likewise.
24003
24004 2004-03-30  Paul Eggert  <eggert@twinsun.com>
24005
24006         Merge from coreutils.
24007
24008         * m4/inttostr.m4: New file.
24009         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
24010         Require AM_STDBOOL_H and gl_TIMESPEC instead.
24011         Require gl_CLOCK_TIME.
24012         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
24013
24014 2004-03-30  Paul Eggert  <eggert@twinsun.com>
24015
24016         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
24017         not bool, to be more consistent with Unix conventions.
24018         Suggested by Bruno Haible.
24019
24020         Merge from coreutils.
24021
24022         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
24023         * lib/umaxtostr.c: New files.
24024
24025         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
24026         the usual <time.h> dance.
24027         (get_date): Change signature to support fractional time stamps.
24028         All callers changed.
24029         * lib/getdate.y: Include "getdate.h" first, as we can now
24030         assume C89 and don't need to worry about 'const'.
24031         Similarly, include "unlocked-io.h" near start, not in middle.
24032         Include <limits.h>.
24033         (textint.value): Use long int rather than int.
24034         (textint.digits): Use size_t rather than int.
24035         (BILLION, LOG10_BILLION): New constants.
24036         (parser_control): New member rel_ns.  Members day_ordinal,
24037         time_zone, month, day, hour, minutes, rel_year, rel_month,
24038         rel_day, rel_hour, rel_minutes, rel_seconds
24039         are now long int, not int.  Member seconds is now struct timespec,
24040         not int.  New member timespec_seen.  Members dates_seen, days_seen,
24041         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
24042         not int.
24043         (%union.intval): Now long int, not int.
24044         New member timespec.
24045         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
24046         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
24047         (spec): Now is a timespec or an item list.
24048         (timespec, items): New nonterminals.
24049         (time, rel, relunit, number, get_date):
24050         Add support for fractional seconds.
24051         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
24052         (gmtime, localtime, mktime): Remove decls; not needed with C89.
24053         (to_hour): First arg is now long int, not int.
24054         (to_year): Returns long int, not int.
24055         Don't treat year -70 like 70.
24056         (tm_diff): Returns long int, not int.
24057         (lookup_word): Use bool instead of int when appropriate.
24058         (yylex): Use size_t for count, not int.
24059         Detect overflow when parsing large integer constants.
24060         Add support for fractions.
24061         (get_date): Make pointers 'const' if possible.
24062         Use more-portable code to detect integer overflow.
24063         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
24064         Don't use ctime; it's not reliable if the year has >4 digits.
24065
24066         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
24067         This is for compatibility with BSD.
24068
24069         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
24070         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
24071         From coreutils' system.h.
24072
24073         * lib/userspec.c: Don't include "posixver.h".
24074         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
24075         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
24076         compatible extension.  Simplify code by removing a boolean int
24077         that was always nonzero if a string was nonnull.
24078
24079 2004-03-30  Jim Meyering  <jim@meyering.net>
24080
24081         Merge from coreutils.
24082
24083         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
24084         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
24085         on some systems one must include <grp.h> before it.
24086         Reported by Christian Krackowizer.
24087
24088 2004-03-30  Jim Meyering  <jim@meyering.net>
24089
24090         Merge from coreutils.
24091
24092         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
24093
24094         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
24095         an empty input stream.
24096
24097         * lib/readtokens.c: Include <stdbool.h>.
24098         (readtoken): Use `size_t' rather than int/long.
24099         All callers adjusted.
24100         Use `bool' rather than `int' where appropriate.
24101         Use memset rather than an explicit loop.
24102         Use x2nrealloc rather than xrealloc.
24103         Allow the use of `\0' as a delimiter.
24104         (readtokens): Likewise.
24105         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
24106
24107 2004-03-30  Jim Meyering  <jim@meyering.net>
24108
24109         * m4/realloc.m4: Remove file, since now it does no more than
24110         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
24111         the `configure.ac' section of module/realloc.
24112         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
24113
24114 2004-03-30  Bruno Haible  <bruno@clisp.org>
24115
24116         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
24117         nonnull.
24118
24119 2004-03-29  Paul Eggert  <eggert@twinsun.com>
24120
24121         Merge changes to getloadavg.c from coreutils and Emacs.
24122
24123         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
24124         Define to an expression, not to the empty string.
24125         Include cloexec.h and xalloc.h.
24126         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
24127         Use set_cloexec_flag rather than rolling our own.
24128         * lib/cloexec.c, lib/cloexec.h: New files.
24129
24130 2004-03-29  Paul Eggert  <eggert@twinsun.com>
24131
24132         * m4/cloexec.m4: New file.
24133
24134 2004-03-18  Paul Eggert  <eggert@twinsun.com>
24135
24136         * lib/getopt.h: Sync with libc CVS.
24137
24138 2004-03-18  Paul Eggert  <eggert@twinsun.com>
24139             Bruno Haible  <bruno@clisp.org>
24140
24141         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
24142         mbswidth.
24143
24144 2004-03-18  Paul Eggert  <eggert@twinsun.com>
24145             Bruno Haible  <bruno@clisp.org>
24146
24147         * lib/mbswidth.h: Include <wchar.h> only if
24148         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
24149         <wchar.h>.
24150         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
24151
24152 2004-03-09  Paul Eggert  <eggert@twinsun.com>
24153
24154         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
24155         Sync with libc CVS.
24156         * lib/getopt_int.h: New file, also synced from libc.
24157
24158 2004-03-09  Paul Eggert  <eggert@twinsun.com>
24159
24160         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
24161         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
24162         Bring back getopt.c, getopt.h, getopt1.c.
24163
24164 2004-03-07  Paul Eggert  <eggert@twinsun.com>
24165
24166         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
24167         All uses changed.  Check for sa_sigaction member; this fixes
24168         a bug first reported by Jason Andrade in
24169         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
24170
24171 2004-03-07  Paul Eggert  <eggert@twinsun.com>
24172
24173         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
24174         '#if' expressions.  Unlike the code it replaces, it does not
24175         depend on (defined _SC_PAGESIZE).  However, it does depend on
24176         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
24177         first reported by Jason Andrade in
24178         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
24179
24180 2004-02-25  Simon Josefsson  <jas@extundo.com>
24181
24182         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
24183
24184 2004-02-25  Simon Josefsson  <jas@extundo.com>
24185
24186         * lib/strdup.h: New file.
24187         * lib/strdup.c: Include it.
24188         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
24189         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
24190
24191 2004-02-23  Karl Berry  <karl@gnu.org>
24192
24193         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
24194         (from fencepost.gnu.org:/gd/gnuorg).
24195
24196 2004-02-23  Karl Berry  <karl@gnu.org>
24197
24198         * config/srclistvars.sh (GNUORG) [karl]: redefine.
24199         * config/srclist.txt: add maintain/standards documents.
24200
24201 2004-02-18  Bruno Haible  <bruno@clisp.org>
24202
24203         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
24204         Reported by Derek Robert Price <derek@ximbiot.com>.
24205
24206 2004-02-16  Karl Berry  <karl@gnu.org>
24207
24208         * config/mkinstalldirs, install-sh: update from automake.
24209
24210 2004-02-06  Karl Berry  <karl@gnu.org>
24211
24212         * m4/po.m4: update from gettext 0.14.1.
24213
24214 2004-02-06  Karl Berry  <karl@gnu.org>
24215
24216         * lib/config.charset: update from gettext 0.14.1.
24217
24218 2004-02-05  Paul Eggert  <eggert@twinsun.com>
24219
24220         Add comments and code, prompted by suggestions from Bruno Haible
24221         for sh-quote.
24222         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
24223         describing the enum quoting_style values.
24224         * lib/quotearg.c (quotearg_alloc): New function.
24225         (quotearg_buffer_restyled): Treat lone { and } as special.
24226         Treat = as special.  Work around bug with older shells
24227         that "see" a '\' that is really the 2nd byte of a multibyte char.
24228         Quote empty string with shell_quoting_style.
24229
24230 2004-02-03  Bruno Haible  <bruno@clisp.org>
24231
24232         * m4/pipe.m4: New file, from GNU gettext.
24233
24234 2004-02-03  Bruno Haible  <bruno@clisp.org>
24235
24236         * lib/pipe.h: New file, from GNU gettext.
24237         * lib/pipe.c: New file, from GNU gettext.
24238
24239 2004-01-27  Bruno Haible  <bruno@clisp.org>
24240
24241         * m4/execute.m4: New file, from GNU gettext.
24242
24243 2004-01-27  Bruno Haible  <bruno@clisp.org>
24244
24245         * lib/execute.h: New file, from GNU gettext.
24246         * lib/execute.c: New file, from GNU gettext.
24247         * lib/w32spawn.h: New file, from GNU gettext.
24248
24249 2004-01-24  Paul Eggert  <eggert@twinsun.com>
24250
24251         Merge from diffutils.
24252
24253         * lib/file-type.c (file_type): Add typed memory objects.
24254         * lib/file-type.h (S_TYPEISTMO): New macro.
24255
24256         * lib/c-stack.h (c_stack_action): Remove argv argument.
24257         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
24258         (die): Don't calculate message unless segv_action returns.
24259         (get_stack_location, min_address_from_argv, max_address_from_argv,
24260         volatile stack_base, volatile_stack_size): Remove.
24261         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
24262         that every segmentation violation is a stack overflow.  (Ouch!)
24263         See Debian bug 136249 (still outstanding) for more info about why
24264         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
24265
24266 2004-01-24  Paul Eggert  <eggert@twinsun.com>
24267
24268         Exit-status fix from coreutils.
24269
24270         Use exit_failure consistently in place of EXIT_FAILURE,
24271         so that program exit statuses are consistent on failure.
24272
24273         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
24274         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
24275         * lib/argmatch.h: Comment fix to match the above.
24276         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
24277         Now a macro referring to exit_failure, instead of a separate
24278         variable.  Include "exitfail.h" to get it.
24279         * lib/xstrtol.h: Include "exitfail.h".
24280         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
24281
24282         * lib/long-options.c (parse_long_options): Use prototype
24283         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
24284         for clarity.
24285
24286 2004-01-21  Jim Meyering  <jim@meyering.net>
24287
24288         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
24289         so as not to conflict with a different-sized __mktime_internal
24290         function in GNU libc.
24291         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
24292         Problem building statically-linked `ls' reported by Michael Brunnbauer.
24293
24294 2004-01-20  Karl Berry  <karl@gnu.org>
24295
24296         * config/config.guess: update from config.
24297
24298         * config/srclistvars.sh: GNUWWWLICENSES for karl.
24299
24300 2004-01-20  Bruno Haible  <bruno@clisp.org>
24301
24302         Safer stack allocation.
24303         * lib/setenv.c: Include allocsa.h.
24304         (alloca): Remove fallback definition.
24305         (freea): Remove macro.
24306         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
24307         instead of freea.
24308
24309 2004-01-20  Bruno Haible  <bruno@clisp.org>
24310
24311         * m4/eealloc.m4: New file, from GNU gettext.
24312
24313 2004-01-20  Bruno Haible  <bruno@clisp.org>
24314
24315         * m4/allocsa.m4: New file, from GNU gettext.
24316
24317 2004-01-20  Bruno Haible  <bruno@clisp.org>
24318
24319         * lib/xallocsa.h: New file, from GNU gettext.
24320         * lib/xallocsa.c: New file, from GNU gettext.
24321
24322 2004-01-20  Bruno Haible  <bruno@clisp.org>
24323
24324         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
24325
24326 2004-01-20  Bruno Haible  <bruno@clisp.org>
24327
24328         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
24329         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
24330         specially.
24331
24332 2004-01-20  Bruno Haible  <bruno@clisp.org>
24333
24334         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
24335         patch.
24336
24337 2004-01-20  Bruno Haible  <bruno@clisp.org>
24338
24339         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
24340
24341 2004-01-20  Bruno Haible  <bruno@clisp.org>
24342
24343         * lib/eealloc.h: New file.
24344
24345 2004-01-20  Bruno Haible  <bruno@clisp.org>
24346
24347         * lib/binary-io.h: Avoid warnings on Cygwin.
24348
24349 2004-01-20  Bruno Haible  <bruno@clisp.org>
24350
24351         * lib/allocsa.h: New file, from GNU gettext.
24352         * lib/allocsa.c: New file, from GNU gettext.
24353
24354 2004-01-18  Karl Berry  <karl@gnu.org>
24355
24356         * doc/gpl.texi, doc/lgpl.texi: new files.
24357
24358 2004-01-18  Karl Berry  <karl@gnu.org>
24359
24360         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
24361         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
24362
24363 2004-01-15  Paul Eggert  <eggert@twinsun.com>
24364
24365         Merge from coreutils.
24366
24367         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
24368         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
24369         (gl_DEFAULT_POSIX2_VERSION): Move
24370         the documentation from 'configure' into 'config.hin',
24371         so that 'configure --help' isn't burdened by it and
24372         we don't have to worry about its formatting there.
24373         Reword the documentation so that it's more succinct
24374         and can be run together into a single paragraph.
24375         * m4/same.m4 (gl_SAME): Check for pathconf.
24376
24377 2004-01-15  Paul Eggert  <eggert@twinsun.com>
24378
24379         Merge from coreutils.
24380
24381         * lib/posixver.c: Include posixver.h.
24382
24383         * lib/same.c: Include <stdbool.h>, <limits.h>.
24384         (_POSIX_NAME_MAX): Define if not defined.
24385         (MIN): New macro.
24386         (same_name): If file names are silently truncated, report
24387         that the file names are the same if they are the same after
24388         the silent truncation.
24389
24390         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
24391         conversion function.
24392         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
24393         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
24394         longer needed.
24395
24396 2004-01-15  Jim Meyering  <jim@meyering.net>
24397
24398         Merge from coreutils.
24399
24400         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
24401         if no library is required.
24402         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
24403         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
24404         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
24405         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
24406         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
24407         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
24408         value, $ac_cv_search_crypt, if it's "none required".
24409         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
24410         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
24411         not gl_FUNC_GETLOADAVG.
24412         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
24413         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
24414
24415 2004-01-15  Jim Meyering  <jim@meyering.net>
24416
24417         Merge from coreutils.
24418
24419         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
24420         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
24421         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
24422
24423         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
24424         optional configure-time default.
24425
24426         * lib/version-etc.c (version_etc_copyright): Update copyright date.
24427
24428         * lib/xreadlink.c (xreadlink): Correct outdated comment.
24429
24430 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
24431
24432         Merge from coreutils.
24433
24434         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
24435         value, $ac_cv_search_nanosleep, if it's "none required".
24436
24437 2004-01-14  Paul Eggert  <eggert@twinsun.com>
24438
24439         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
24440         with like-named macro in fnmatch.c.
24441         (EXT): Use an internal constant instead.
24442
24443         Merge fnmatch patches from glibc.
24444         * lib/fnmatch.c (mbsinit): Remove define.
24445         Add libc_hidden_ver (__fnmatch, fnmatch).
24446         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
24447         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
24448
24449 2004-01-14  Karl Berry  <karl@gnu.org>
24450
24451         * config/install-sh: update from automake.
24452
24453 2004-01-13  Karl Berry  <karl@gnu.org>
24454
24455         * config/install-sh: update from automake.
24456
24457 2004-01-09  Karl Berry  <karl@gnu.org>
24458
24459         * config/install-sh: update from automake.
24460
24461 2004-01-05  Karl Berry  <karl@gnu.org>
24462
24463         * config/config.{sub,guess}: update from config.
24464
24465 2003-12-31  Karl Berry  <karl@gnu.org>
24466
24467         * config/depcomp: update from automake.
24468
24469 2003-12-14  Karl Berry  <karl@gnu.org>
24470
24471         * lib/config.charset: update from gettext-runtime.
24472
24473 2003-12-03  Paul Eggert  <eggert@twinsun.com>
24474
24475         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
24476         Bug reported by Alfred M. Szmidt.
24477
24478 2003-12-03  Bruno Haible  <bruno@clisp.org>
24479
24480         * m4/gettext.m4: Upgrade from gettext-0.13.
24481         * m4/po.m4: Upgrade from gettext-0.13.
24482         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
24483         * m4/intmax.m4: New file, from gettext-0.13.
24484         * m4/printf-posix.m4: New file, from gettext-0.13.
24485
24486 2003-11-29  Karl Berry  <karl@gnu.org>
24487
24488         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
24489
24490 2003-11-25  Paul Eggert  <eggert@twinsun.com>
24491             Bruno Haible  <bruno@clisp.org>
24492
24493         * lib/printf-parse.h: Don't include sys/types.h.
24494         (ARG_NONE): New macro.
24495         (char_directive): Change type of *arg_index fields to size_t.
24496         * lib/printf-parse.c: Don't include sys/types.h.
24497         (SSIZE_MAX): Remove macro.
24498         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
24499         Remove unnecessary overflow check.
24500         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
24501         fields.
24502
24503 2003-11-25  Bruno Haible  <bruno@clisp.org>
24504
24505         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
24506
24507 2003-11-25  Bruno Haible  <bruno@clisp.org>
24508
24509         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
24510         gt_TYPE_SSIZE_T.
24511
24512 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24513
24514         * modules/alloca: Remove dependency on xalloc.
24515
24516 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24517
24518         * lib/alloca.c: Remove dependency on xalloc module.
24519         (xalloc_die): Remove.
24520         (memory_full) [!defined emacs]: New macro.
24521         [!defined emacs]: Don't include xalloc.h.
24522         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
24523         address arithmetic overflows.  Change datatypes a bit to avoid
24524         unnecessary casts.
24525
24526 2003-11-22  Jim Meyering  <jim@meyering.net>
24527
24528         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
24529         s/size/size_t/.
24530
24531 2003-11-21  Karl Berry  <karl@gnu.org>
24532
24533         * config/config.{sub,guess}: update from config.
24534
24535 2003-11-18  Karl Berry  <karl@gnu.org>
24536
24537         * config/config.{sub,guess}: update from config.
24538
24539         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
24540
24541 2003-11-17  Paul Eggert  <eggert@twinsun.com>
24542
24543         * README: Mention that S+T cannot overflow if S is the size of
24544         an existing object and T is sufficiently small.
24545
24546 2003-11-17  Jim Meyering  <jim@meyering.net>
24547
24548         On systems without utime and without a utimes function capable of
24549         dealing with a NULL struct utimbuf* argument, this utime replacement
24550         could -- in unusual circumstances -- leak a file descriptor.
24551         * lib/utime.c: Include <unistd.h> and <errno.h>.
24552         (utime_null): Be sure to close `fd' and to preserve errno.
24553         Reported by Geoff Collyer via Arnold Robbins.
24554
24555 2003-11-17  Bruno Haible  <bruno@clisp.org>
24556
24557         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
24558         (Depends-on): Add xsize.
24559
24560 2003-11-17  Bruno Haible  <bruno@clisp.org>
24561
24562         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
24563
24564 2003-11-17  Bruno Haible  <bruno@clisp.org>
24565
24566         * lib/vasnprintf.c (alloca): Remove fallback definition.
24567         (freea): Remove definition.
24568         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
24569         Reported by Paul Eggert.
24570
24571 2003-11-16  Paul Eggert  <eggert@twinsun.com>
24572             Bruno Haible  <bruno@clisp.org>
24573
24574         Protect against address arithmetic overflow.
24575         * lib/printf-args.h: Include stddef.h.
24576         (arguments): Change type of field 'count' to size_t.
24577         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
24578         'unsigned int' where appropriate.
24579         * lib/printf-parse.h: Include sys/types.h.
24580         (char_directive): Change type of *arg_index fields to ssize_t.
24581         (char_directives): Change type of fields 'count', max_*_length to
24582         size_t.
24583         * lib/printf-parse.c: Include sys/types.h and xsize.h.
24584         (SSIZE_MAX): Define fallback value.
24585         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
24586         instead of 'int' where appropriate. Check a_allocated, d_allocated
24587         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
24588         * lib/vasnprintf.c: Include xsize.h.
24589         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
24590         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
24591         overflow. Avoid wraparound when converting a width or precision from
24592         decimal to binary.
24593
24594 2003-11-16  Bruno Haible  <bruno@clisp.org>
24595
24596         Update from GNU gettext.
24597         * lib/printf-parse.c: Generalize to it can be compiled for wide
24598         strings.
24599         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
24600         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
24601         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
24602         SNPRINTF): New macros.
24603         Don't include <alloca.h> if the file is used inside libintl.
24604         (local_wcslen): New function, for Solaris 2.5.1.
24605         (VASNPRINTF): Use it instead of wcslen.
24606
24607 2003-11-16  Bruno Haible  <bruno@clisp.org>
24608
24609         * lib/xsize.h (xmax): New function.
24610         (xsum, xsum3, xsum4): Declare as "pure" functions.
24611
24612 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24613
24614         * modules/xalloc (Files): Undo latest change, since xalloc.h
24615         no longer needs SIZE_MAX or PTRDIFF_MAX.
24616
24617 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24618
24619         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
24620         gl_PTRDIFF_MAX.
24621
24622 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24623
24624         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
24625         "return", to pacify some unknown compiler.  Problem reported
24626         by Joerg Schilling.
24627
24628 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24629
24630         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
24631         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
24632         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
24633         heuristic is just as accurate as far as we know, and it removes a
24634         dependency on size_max.m4 and ptrdiff_max.m4.
24635
24636 2003-11-11  Bruno Haible  <bruno@clisp.org>
24637
24638         * modules/xsize (Files): Add m4/size_max.m4.
24639         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
24640
24641 2003-11-11  Bruno Haible  <bruno@clisp.org>
24642
24643         * m4/size_max.m4: New file.
24644         * m4/ptrdiff_max.m4: New file.
24645         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
24646         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
24647         (gl_XALLOC): Invoke it.
24648
24649 2003-11-11  Bruno Haible  <bruno@clisp.org>
24650
24651         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
24652         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
24653         defined.
24654
24655 2003-11-10  Paul Eggert  <eggert@twinsun.com>
24656
24657         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
24658         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
24659         rejected some allocations of exactly SIZE_MAX - 2 bytes.
24660         From Bruno Haible.
24661         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
24662         not (size_t) -1, since it's defined here.
24663
24664 2003-11-09  Karl Berry  <karl@gnu.org>
24665
24666         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
24667
24668 2003-11-06  Paul Eggert  <eggert@twinsun.com>
24669
24670         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
24671         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
24672         Reject sizes of exactly SIZE_MAX bytes.
24673         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
24674         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
24675
24676 2003-11-05  Bruno Haible  <bruno@clisp.org>
24677
24678         * lib/xsize.h: Include limits.h, to avoid a possible collision with
24679         SIZE_MAX defined in <limits.h> on Solaris.
24680
24681 2003-11-04  Jim Meyering  <jim@meyering.net>
24682
24683         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
24684         variable names, rather than @VAR@.
24685         * modules/poll: Likewise.
24686
24687 2003-11-04  Bruno Haible  <bruno@clisp.org>
24688
24689         * modules/xsize: New file.
24690         * modules/linebreak: Depend on xsize.
24691         * MODULES.html.sh (func_all_modules): Add xsize.
24692
24693 2003-11-04  Bruno Haible  <bruno@clisp.org>
24694
24695         * m4/xsize.m4: New file.
24696
24697 2003-11-04  Bruno Haible  <bruno@clisp.org>
24698
24699         * lib/xsize.h: New file.
24700         * lib/linebreak.c: Include xsize.h.
24701         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
24702         argument for overflow.
24703         Suggested by Paul Eggert.
24704
24705 2003-11-03  Karl Berry  <karl@gnu.org>
24706
24707         * config/config.{guess,sub}: update from config.
24708
24709 2003-11-03  Jim Meyering  <jim@meyering.net>
24710
24711         * modules/userspec (lib_SOURCES): Add userspec.h.
24712         (Include): Add "userspec.h".
24713         Improve description.
24714
24715 2003-11-03  Jim Meyering  <jim@meyering.net>
24716
24717         * lib/userspec.c: Include "userspec.h".
24718         * lib/userspec.h: New file.
24719
24720 2003-11-03  Bruno Haible  <bruno@clisp.org>
24721
24722         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
24723
24724 2003-11-03  Bruno Haible  <bruno@clisp.org>
24725
24726         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
24727         available, to avoid (extremely rare) race condition.
24728         Suggested by Paul Eggert.
24729
24730 2003-11-02  Karl Berry  <karl@gnu.org>
24731
24732         * config/srclist.txt (vasprintf.c): sync broken, sigh.
24733
24734 2003-10-31  Paul Eggert  <eggert@twinsun.com>
24735
24736         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
24737         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
24738         (read_filesystem_list): Set and use me_type_malloced.
24739         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
24740         whatever the type happens to be), for brevity and consistency.
24741         Check for size calculation overflow on Alphas running OSF/1.
24742
24743 2003-10-31  Jim Meyering  <jim@meyering.net>
24744
24745         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
24746
24747         * lib/linebuffer.c: Include <string.h> for declaration of memset.
24748
24749 2003-10-30  Paul Eggert  <eggert@twinsun.com>
24750             Bruno Haible  <bruno@clisp.org>
24751
24752         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
24753         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
24754
24755 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24756
24757         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
24758         netbsd*-gnu*.  Suggested by Robert Millan.
24759
24760 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24761
24762         * modules/group-member: Depend on stdbool.
24763
24764 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24765
24766         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
24767
24768 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24769
24770         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
24771         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
24772         after the 'gnu' in these cases.  This fixes some bugs in the
24773         previous change, and is based on suggestions by Robert Millan.
24774
24775 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24776
24777         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
24778         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
24779         no longer needed.
24780         * lib/quotearg.c (quotearg_n_options): Use it.
24781         * lib/group-member.c: Include <stdbool.h>.
24782         (free_group_info): Arg is now const *; don't free arg.
24783         (get_group_info): Now returns bool and accepts struct group_info *,
24784         rather than returning a malloc'ed struct group_info *.
24785         All uses changed.  Check for overflow in internal size calculation.
24786
24787         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
24788         rather than xmalloc/xrealloc.
24789         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
24790         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
24791         conformance bug: the old code used a pointer after freeing the
24792         storage that it addressed.
24793         * lib/hash.c (hash_initialize): Simplify the code by using
24794         xalloc_oversized rather than doing it by hand.
24795         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
24796         the buffer preserved.  Use free and xmalloc instead.
24797         * lib/quotearg.c (quotearg_n_options): Likewise.
24798         Use a simpler test for size overflow.  Don't use xalloc_oversized
24799         because unsigned int might be wider than size_t (!); this suggests
24800         that we should switch from unsigned int to size_t for slot numbers.
24801
24802 2003-10-28  Paul Eggert  <eggert@twinsun.com>
24803
24804         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
24805         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
24806         NetBSD kernels.  Requested by Richard Stallman.
24807
24808 2003-10-27  Paul Eggert  <eggert@twinsun.com>
24809
24810         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
24811         to allocate the returned structure.  Do not allocate a subarray,
24812         as x2nrealloc will do that.
24813         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
24814         instead of xnrealloc.
24815         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
24816
24817 2003-10-27  Bruno Haible  <bruno@clisp.org>
24818
24819         * lib/stdbool_.h: Better support for BeOS.
24820
24821 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24822
24823         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
24824         now uses inline.
24825
24826 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24827
24828         * lib/xalloc.h (xalloc_oversized): New static inline function, for
24829         callers that want to do their own size-overflow checking.  Include
24830         <stdbool.h>, since xalloc_oversized returns bool.
24831         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
24832         to use xalloc_oversized.
24833
24834         Add two functions x2realloc, x2nrealloc, for programs that grow
24835         arrays dynamically by doubling their sizes.
24836         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
24837         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
24838         New functions.
24839
24840         Port to C99 semantics for 'inline' of external functions.
24841         Bug reported by Bruno Haible.
24842         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
24843         with the old contents of xnmalloc.
24844         (xnmalloc, xmalloc): Use it.
24845         (xnrealloc_inline): New static inline function,
24846         with the old contents of xnrealloc.
24847         (xnrealloc, xrealloc): Use it.
24848
24849         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
24850         that.
24851
24852 2003-10-26  Karl Berry  <karl@gnu.org>
24853
24854         * config/srclist.txt (COPYING.DOC): no longer available from
24855         /gd/gnuorg; don't know where the ultimate source is.
24856
24857 2003-10-25  Paul Eggert  <eggert@twinsun.com>
24858
24859         Fix several address-calculation bugs in the hash modules,
24860         plus some minor code cleanup.
24861
24862         * lib/hash.h: Include <stdbool.h>, for bool.
24863         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
24864         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
24865         hash_get_n_entries, hash_get_max_bucket_length,
24866         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
24867         hash_rehash): Use size_t rather than unsigned.
24868         * lib/hash.c (struct hash_table, hash_get_n_buckets,
24869         hash_get_n_buckets_used, hash_get_n_entries,
24870         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
24871         hash_get_entries, hash_do_for_each, hash_string, is_prime,
24872         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
24873         Likewise.
24874         (SIZE_MAX): Define if not defined.
24875         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
24876         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
24877         hash_print):
24878         Use const * when possible.
24879         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
24880         (check_tuning): Fix bug: if tuning parameters were very close to
24881         0 or 1, rounding errors could have caused subscript violations.
24882         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
24883         (hash_initialize): Add 'fail:' label
24884         to free table and return NULL, and use it to simplify code.
24885         Use calloc rather than clearing the storage ourself.
24886         (hash_initialize, hash_rehash): Check for arithmetic overflow in
24887         buffer size calculations.
24888         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
24889         Include <stddef.h>, for size_t.
24890         * lib/hash-pjw.c (hash_pjw): Likewise.
24891         Switch to method described by Bruno Haible.
24892         Include <limits.h>, for CHAR_BIT.
24893         (SIZE_BITS): New macro.
24894
24895 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24896
24897         * m4/getline.m4 (AM_FUNC_GETLINE):
24898         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24899         hosts.  Problem reported by Derek Robert Price in
24900         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24901         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24902         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24903
24904 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24905
24906         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24907         ceiling the allocation at NMAX bytes rather than silently
24908         discarding input bytes before NMAX is reached.  This makes
24909         a difference only if NMAX exceeds SIZE_MAX / 2.
24910
24911         * lib/obstack.c: Merge from glibc.
24912         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24913         Add libc_hidden_def (_obstack_newchunk).
24914         (_obstack_free) [! defined _LIBC]: Remove.
24915         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24916         a clone of the function body.
24917         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24918         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24919
24920         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24921         glibc.
24922         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24923         arg to memcpy.
24924
24925         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24926         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24927         Don't use lvalue casts, as GCC plans to remove support for them
24928         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24929         was also present in the non-GCC version, indicating that this
24930         code had always been buggy and had never been widely used.
24931         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24932         Use the fast variant of each macro, rather than copying the
24933         definiens of the fast variant; that way, we'll be more likely to
24934         catch future bugs in the fast variants.
24935
24936 2003-10-20  Bruno Haible  <bruno@clisp.org>
24937
24938         * modules/wait-process: New file.
24939         * MODULES.html.sh (func_all_modules): Add wait-process.
24940
24941 2003-10-20  Bruno Haible  <bruno@clisp.org>
24942
24943         * m4/wait-process.m4: New file.
24944
24945 2003-10-20  Bruno Haible  <bruno@clisp.org>
24946
24947         * lib/wait-process.h: New file, from GNU gettext.
24948         * lib/wait-process.c: New file, from GNU gettext.
24949
24950 2003-10-19  Jim Meyering  <jim@meyering.net>
24951
24952         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24953         HPUX 10.20.
24954
24955 2003-10-18  Karl Berry  <karl@gnu.org>
24956
24957         * config/config.guess: update from config.
24958
24959 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24960
24961         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24962         (getgroups): First arg is int, not size_t.
24963         Don't let 'free' mangle errno.
24964
24965 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24966
24967         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24968
24969 2003-10-16  Karl Berry  <karl@gnu.org>
24970
24971         * config/config.{guess,sub}: update from config.
24972
24973 2003-10-16  Jim Meyering  <jim@meyering.net>
24974
24975         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24976         memcpy.
24977
24978 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24979
24980         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24981         (SIZE_MAX): Remove.
24982         (new_exclude, add_exclude_file): Initial size no longer needs to
24983         be a power of 2.
24984         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24985         our own address arithmetic overflow checking.
24986
24987         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24988         (fnmatch): Do not alloca more than 2000 wide characters;
24989         instead, use malloc for large buffers.
24990         Check for address arithmetic overflow, and return -1
24991         with errno set to ENOMEM in that case.
24992         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24993         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24994         instead, return -1.  Check for address arithmetic overflow.
24995
24996 2003-10-14  Paul Eggert  <eggert@twinsun.com>
24997
24998         Handle invalid suffixes and overflow independently, so that
24999         callers can treat them independently as needed.  Fix some bugs in
25000         suffix handling, e.g., "100k@" was not diagnosed as an invalid
25001         suffix for a human-readable blocksize.  The major caller-visible
25002         change is the addition of a new
25003         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
25004         that both overflow and suffix chars were found.
25005
25006         * lib/human.c (humblock): Don't check separately for invalid suffix
25007         char; that is xstrtoumax's job (now that its bug is fixed).
25008         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
25009         INTMAX_MAX]: New macros.
25010         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
25011         TYPE_MAXIMUM): New macros.
25012         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
25013         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
25014         if overflow occurs, as it's what __strtol does and it's more useful
25015         in practice.
25016         (__xstrtol): If __strtol reports some error other than ERANGE,
25017         reflect it to the caller as LONGINT_INVALID.  If it reports
25018         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
25019         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
25020         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
25021         value.
25022         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
25023         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
25024         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
25025         [defined UINTMAX_MAX]: New macros.
25026
25027 2003-10-14  Bruno Haible  <bruno@clisp.org>
25028
25029         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
25030
25031 2003-10-14  Bruno Haible  <bruno@clisp.org>
25032
25033         * m4/sig_atomic_t: New file, from GNU gettext.
25034         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
25035
25036 2003-10-14  Bruno Haible  <bruno@clisp.org>
25037
25038         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
25039         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
25040         Also use volatile where needed.
25041
25042 2003-10-12  Paul Eggert  <eggert@twinsun.com>
25043
25044         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
25045         Change maintainer from Bruno Haible to 'all'.
25046
25047 2003-10-12  Paul Eggert  <eggert@twinsun.com>
25048
25049         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
25050
25051 2003-10-12  Paul Eggert  <eggert@twinsun.com>
25052
25053         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
25054         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
25055         and define in terms of the other primitives.
25056         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
25057         (SIZE_MAX): Define if not already defined.
25058         (array_size_overflow): New function.
25059         (xalloc_die): Abort instead of exiting if 'error' returns.
25060         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
25061         (xmalloc, xrealloc): Use them.
25062         (xcalloc): Check for address arithmetic overflow.
25063         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
25064         a bit faster than strcpy.
25065
25066 2003-10-10  Simon Josefsson  <jas@extundo.com>
25067
25068         * modules/argp (Depends-on): Add restrict and strcase.
25069
25070 2003-10-10  Simon Josefsson  <jas@extundo.com>
25071
25072         * m4/argp.m4: Add AC_C_INLINE.
25073
25074 2003-10-08  Paul Eggert  <eggert@twinsun.com>
25075
25076         Merge getpass from libc, plus a few fixes.
25077
25078         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
25079         Include <stdbool.h>.
25080         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
25081         __fsetlocking to empty.
25082         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
25083         do include <bits/libc-lock.h>.
25084         Do not include <fcntl.h>; not needed.
25085         [_LIBC]: Include <wchar.h>.
25086         (NOTCANCEL_MODE): New macro.
25087         (flockfile, funlockfile) [_LIBC]: New macros.
25088         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
25089         [!_LIBC]: New macros.
25090         (call_fclose): New function.
25091         (getpass): Use it.  Save tty stream separately; this simplifies the
25092         code and makes it more reliable if stdin happens to equal stdout.
25093         Invoke __fsetlocking on tty.
25094         Handle thread cancellation if needed.
25095         Namespace cleanup (use __tcgetattr, __getline).
25096         Use bool for Booleans.
25097         [USE_IN_LIBIO]: Handle wide streams.
25098         [!_LIBC]: Unconditionally do the fseek, since we don't know what
25099         stream might go where.
25100
25101         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
25102         doesn't have to include <stdio.h> before us.
25103         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
25104         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
25105         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
25106         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
25107         if not declared, so that we can use getpass.c code from libc without
25108         rewriting it.
25109         (flockfile, ftrylockfile, funlockfile): New macros.
25110
25111 2003-10-08  Paul Eggert  <eggert@twinsun.com>
25112
25113         * modules/getpass: Depend on stdbool.
25114
25115 2003-10-08  Paul Eggert  <eggert@twinsun.com>
25116
25117         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
25118
25119 2003-10-07  Karl Berry  <karl@gnu.org>
25120
25121         * config/config.{guess,sub}: update from config.
25122
25123 2003-10-06  Jim Meyering  <jim@meyering.net>
25124             Bruno Haible  <bruno@clisp.org>
25125
25126         This lets translators provide better translations for the
25127         "Written by ..." part of --version output.
25128         * lib/version-etc.h: Include stdarg.h.
25129         (version_etc_copyright): Declare as readonly.
25130         (version_etc): Make this function variadic with a NULL-terminated list
25131         of author name strings.
25132         (version_etc_va): New declaration.
25133         * lib/version-etc.c: Include stdarg.h, stdlib.h.
25134         (version_etc_copyright): Declare as readonly.
25135         (version_etc_va): New function. Provide a different translatable string
25136         for each possible number of authors < 10. Abbreviate when there are 10
25137         authors or more.
25138         (version_etc): Make this function variadic. Call version_etc_va.
25139         Suggestion from Gary V. Vaughan.
25140
25141         * lib/long-options.h (parse_long_options): Change prototype: the
25142         authors string is moved to the end and becomes variadic.
25143         * lib/long-options.c: Include stdarg.h.
25144         (parse_long_options): Make this function variadic, too.
25145         Call version_etc_va, not version_etc.
25146
25147 2003-10-06  Bruno Haible  <bruno@clisp.org>
25148
25149         * modules/version-etc-2: Remove file.
25150         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
25151
25152 2003-10-06  Bruno Haible  <bruno@clisp.org>
25153
25154         * modules/fatal-signal: New file.
25155         * MODULES.html.sh (func_all_modules): Add fatal-signal.
25156
25157 2003-10-06  Bruno Haible  <bruno@clisp.org>
25158
25159         * m4/fatal-signal.m4: New file.
25160         * m4/signalblocking.m4: New file, from GNU gettext.
25161
25162 2003-10-06  Bruno Haible  <bruno@clisp.org>
25163
25164         * lib/version-etc-2.h: Remove file.
25165         * lib/version-etc-2.c: Remove file.
25166
25167 2003-10-06  Bruno Haible  <bruno@clisp.org>
25168
25169         * lib/fatal-signal.h: New file, from GNU gettext.
25170         * lib/fatal-signal.c: New file, from GNU gettext.
25171
25172 2003-10-05  Paul Eggert  <eggert@twinsun.com>
25173
25174         * README: Rework advice for preventing empty .o files.
25175         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
25176         not <sys/types.h>.
25177
25178 2003-10-04  Karl Berry  <karl@gnu.org>
25179
25180         * lib/argp*: update from libc.
25181
25182 2003-10-04  Karl Berry  <karl@gnu.org>
25183
25184         * config/config.{guess,sub}: update from config.
25185
25186 2003-10-02  Bruno Haible  <bruno@clisp.org>
25187
25188         * modules/lchown (Include): Add lchown.h.
25189         * modules/time_r (Include): Use "..." syntax.
25190         * modules/xgetdomainname (Include): Add xgetdomainname.h.
25191
25192 2003-10-01  Simon Josefsson  <jas@extundo.com>
25193
25194         * MODULES.html.sh (func_all_modules): Move gethostname from section
25195         'based on' to section 'lacking' POSIX:2001.
25196
25197 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
25198
25199         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
25200         to output mode on the same stream.
25201
25202 2003-09-29  Paul Eggert  <eggert@twinsun.com>
25203
25204         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
25205         Fix arg typo in previous patch.
25206
25207 2003-09-28  Jim Meyering  <jim@meyering.net>
25208
25209         * lib/error.c: Correct cpp indentation.
25210
25211 2003-09-27  Paul Eggert  <eggert@twinsun.com>
25212
25213         * modules/free: New file.
25214
25215 2003-09-27  Paul Eggert  <eggert@twinsun.com>
25216
25217         * m4/free.m4: New file.
25218
25219 2003-09-27  Paul Eggert  <eggert@twinsun.com>
25220
25221         * lib/minmax.h (MIN, MAX)
25222         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
25223         Omit the special code that used __typeof__, since we worry that
25224         it could be more trouble than it's worth.  See:
25225         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
25226         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
25227
25228         * lib/free.c: New file.
25229
25230 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
25231
25232         Trivial fixes to Makefile.am parts of module listings.
25233         * modules/strstr: Append strstr.h to lib_SOURCES.
25234         * modules/strcase: Likewise, for strcase.h.
25235
25236 2003-09-27  Karl Berry  <karl@gnu.org>
25237
25238         * config/mkinstalldirs: update from automake.
25239
25240 2003-09-26  Paul Eggert  <eggert@twinsun.com>
25241
25242         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
25243         (error_tail): Do not loop, reallocating temporary buffer, since
25244         the output cannot contain more wide characters than the input
25245         contains bytes, the size must be big enough already.  This avoids
25246         one potential size overflow calculation.  Check for size overflow
25247         when calculating temporary buffer size.  Free temporary buffer
25248         when done, if it was allocated with malloc; this plugs a memory
25249         leak.  Remove casts from void * to pointers, that are no longer
25250         needed now that we're assuming C89 or better.
25251
25252         Merge error changes from glibc.
25253
25254         * lib/error.c, error.h: Update copyright notice header to match glibc.
25255         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
25256         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
25257         Disable cancellation while printing error.
25258         * lib/error.h: Prepend __ to parameter names.
25259
25260 2003-09-26  Jim Meyering  <jim@meyering.net>
25261
25262         * lib/error.c (error_tail): Move some declarations
25263         into inner scope where the local variables are used.
25264
25265 2003-09-26  Bruno Haible  <bruno@clisp.org>
25266
25267         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
25268         stpncpy().
25269         Don't define stpncpy through config.h; it's now done through stpncpy.h.
25270
25271 2003-09-26  Bruno Haible  <bruno@clisp.org>
25272
25273         * lib/stpncpy.h (gnu_stpncpy): New declaration.
25274         (stpncpy): Define as alias for gnu_stpncpy.
25275         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
25276
25277 2003-09-25  Simon Josefsson  <jas@extundo.com>
25278
25279         * lib/xgetdomainname.h: New file.
25280         * lib/xgetdomainname.c: New file.
25281
25282 2003-09-25  Simon Josefsson  <jas@extundo.com>
25283             Bruno Haible  <bruno@clisp.org>
25284
25285         * modules/getdomainname: New file.
25286         * modules/xgetdomainname: New file.
25287         * MODULES.html.sh (func_all_modules): Add getdomainname,
25288         xgetdomainname.
25289
25290 2003-09-25  Simon Josefsson  <jas@extundo.com>
25291             Bruno Haible  <bruno@clisp.org>
25292
25293         * m4/getdomainname.m4: New file.
25294
25295 2003-09-25  Simon Josefsson  <jas@extundo.com>
25296             Bruno Haible  <bruno@clisp.org>
25297
25298         * lib/getdomainname.h: New file.
25299         * lib/getdomainname.c: New file.
25300
25301 2003-09-25  Karl Berry  <karl@gnu.org>
25302
25303         * lib/argp-fmtstream.c, argp-help.c: update from libc.
25304
25305 2003-09-25  Karl Berry  <karl@gnu.org>
25306
25307         * config/install-sh: update from automake.
25308
25309 2003-09-25  Bruno Haible  <bruno@clisp.org>
25310
25311         * modules/version-etc-2: New file, from modules/version-etc with
25312         modifications.
25313         * MODULES.html.sh (func_all_modules): Add version-etc-2.
25314
25315 2003-09-25  Bruno Haible  <bruno@clisp.org>
25316
25317         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
25318         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
25319
25320 2003-09-24  Simon Josefsson  <jas@extundo.com>
25321
25322         * modules/xgethostname: Add xgethostname.h.
25323
25324 2003-09-24  Paul Eggert  <eggert@twinsun.com>
25325
25326         * lib/linebuffer.c (freebuffer): Don't free the argument, just
25327         the buffer associated with the argument.  Bug reported by
25328         Simon Josefsson.
25329
25330 2003-09-24  Paul Eggert  <eggert@twinsun.com>
25331
25332         * README: Document assumptions that 'int' is at least 32 bits
25333         wide, that integer arithmetic is 2's complement without overflow,
25334         that there are no holes in integer values, that adding sizes of
25335         two nonoverlapping objects can't overflow, and that all-bits-zero
25336         yields scalar zero.  Fix spelling and capitalization typos.
25337
25338 2003-09-19  Karl Berry  <karl@gnu.org>
25339
25340         * lib/argp.h: update from libc.
25341
25342 2003-09-17  Paul Eggert  <eggert@twinsun.com>
25343
25344         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
25345         to avoid spurious warnings like "AC_RUN_IFELSE was called before
25346         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
25347
25348 2003-09-17  Paul Eggert  <eggert@twinsun.com>
25349
25350         * gnulib-tool: Use "test -h", not "test -L", for portability
25351         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
25352         (tags_regexp): Remove, since \| doesn't conform to POSIX.
25353         (sed_extract_prog): Issue s commands one-by-one, rather than
25354         using \| in one s command.
25355
25356 2003-09-16  Paul Eggert  <eggert@twinsun.com>
25357
25358         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
25359         input error, instead of returning NULL the next time we are called
25360         (and therefore losing track of errno).
25361
25362 2003-09-16  Bruno Haible  <bruno@clisp.org>
25363
25364         * gnulib-tool (func_create_testdir): Warn about duplicated
25365         dependencies.
25366
25367 2003-09-15  Paul Eggert  <eggert@twinsun.com>
25368
25369         * modules/argmatch, modules/fatal, modules/obstack,
25370         modules/xalloc, modules/xgethostname: Sort dependencies by
25371         importance, not alphabetically.
25372
25373 2003-09-15  Paul Eggert  <eggert@twinsun.com>
25374
25375         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
25376         fails, so that the caller gets the proper errno.
25377
25378         * lib/readutmp.c (read_utmp): Likewise.
25379         Check for fstat error.  Close stream and free storage
25380         when failing.
25381
25382 2003-09-14  Karl Berry  <karl@gnu.org>
25383
25384         * config/srclist.txt (strdup.c): disable for c89 changes.
25385
25386 2003-09-14  Jim Meyering  <jim@meyering.net>
25387
25388         * lib/getloadavg.c: Correct cpp indentation.
25389         * lib/strdup.c: Likewise.
25390         * lib/vasnprintf.c: Likewise.
25391
25392 2003-09-14  Bruno Haible  <bruno@clisp.org>
25393
25394         * modules/fwriteerror: New file.
25395         * MODULES.html.sh (func_all_modules): Add fwriteerror.
25396
25397 2003-09-14  Bruno Haible  <bruno@clisp.org>
25398
25399         * lib/fwriteerror.h: New file.
25400         * lib/fwriteerror.c: New file.
25401
25402 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25403
25404         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
25405         modules/xgethostname, modules/xalloc: Depend on exit.
25406
25407 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25408
25409         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
25410
25411         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
25412         and AC_MINIX, too, so that their extensions are available.
25413
25414         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
25415         This macro has been superseded by gl_BACKUPFILE.
25416
25417         More patches to assume C89 or better.
25418
25419         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
25420
25421         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
25422         unconditionally.
25423         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
25424         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
25425         Include <string.h>, <stdlib.h> unconditionally.
25426         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
25427         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
25428         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
25429         headers or for string.h.
25430         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
25431         or strtoul.
25432
25433         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
25434         headers.
25435         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
25436         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25437         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
25438         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
25439         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25440         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
25441         memcpy, memset.
25442         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
25443         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
25444         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
25445         strtol.
25446         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
25447         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
25448         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
25449         strtoul.
25450
25451 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25452
25453         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
25454         * lib/obstack.c [!defined _LIBC]: Likewise.
25455         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
25456         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
25457         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
25458
25459         More changes to assume C89 or better.
25460
25461         * lib/error.c (error_tail): Assume vprintf.
25462
25463         * lib/argmatch.c (getenv): Remove decl.
25464         * lib/progreloc.c (get_full_program_name): Define via prototype.
25465         * lib/setenv.c (clearenv): Likewise.
25466         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
25467         needed.
25468         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
25469         (malloc, memcpy): Remove decls.
25470         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
25471         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
25472         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25473         (memcpy): Remove macro.
25474         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
25475         (__P): Remove.  All uses removed.
25476         (PTR): Remove.  All uses changed to void *.
25477         (CHAR_BIT, NULL): Remove.
25478         (spaces, zeros, memset_space, memset_zero)
25479         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
25480         Remove.
25481         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
25482         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
25483         Define with prototype.
25484         Remove now-unnecessary prototype decl.
25485         (extra_args_spec): Assume ANSI C.  All uses changed.
25486         (extra_args_spec_iso): Remove.
25487         (my_strftime, emacs_strftimeu): Define via prototype.
25488         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
25489         unconditionally.
25490         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
25491         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
25492         (strtoul, strtol): Remove decls.
25493         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
25494         LONG_MAX): Remove.
25495         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25496         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
25497         (LOCALE_PARAM_PROTO): New macro.
25498         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
25499         (INTERNAL (strtol), strtol): Define with a prototype.
25500         (PARAMS): Remove.  All uses removed.
25501         * lib/tempname.c: Include <string.h> unconditionally.
25502         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
25503         * lib/xgethostname.c (main): Define with a prototype.
25504         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
25505         Include <stdlib.h> unconditionally.
25506         (calloc, malloc, realloc, free): Remove decls.
25507         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
25508         Include <stdlib.h> unconditionally.  Sort include file names.
25509         (strtod): Remove.
25510         (xstrtod): Define with a prototype.
25511         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
25512         (strtol, strtoul): Remove decls.
25513
25514 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25515
25516         More patches to assume C89 or better.
25517         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
25518         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
25519         string.h, memchr, STDC_HEADERS.
25520
25521 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25522
25523         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
25524         Include <stdlib.h>, <string.h> unconditionally.
25525         Remove now-unnecessary cast to char *.
25526         * lib/strnlen.c: Include <string.h> unconditionally.
25527         * lib/yesno.c (yesno): Define with a prototype.
25528
25529 2003-09-11  Bruno Haible  <bruno@clisp.org>
25530
25531         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
25532
25533 2003-09-10  Jim Meyering  <jim@meyering.net>
25534
25535         * lib/error.c: Correct indentation of cpp directives.
25536
25537 2003-09-10  Bruno Haible  <bruno@clisp.org>
25538
25539         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
25540         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
25541         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
25542         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
25543         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
25544         <stdlib.h> and <string.h> checks.
25545         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
25546         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
25547
25548 2003-09-10  Bruno Haible  <bruno@clisp.org>
25549
25550         * lib/strcspn.c: Include <string.h> unconditionally.
25551         * lib/strpbrk.c: Include <string.h> unconditionally.
25552         * lib/strstr.c: Include <string.h> unconditionally.
25553         * lib/unicodeio.c: Include <string.h> unconditionally.
25554         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
25555         * lib/unsetenv.c: Likewise.
25556         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
25557         * lib/yesno.c: Include <stdlib.h> unconditionally.
25558         (rpmatch): Add prototype.
25559
25560 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25561
25562         More patches to assume C89 or better.
25563         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
25564         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
25565         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
25566         or for string.h.
25567         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
25568         stdlib.h.
25569         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
25570         C headers.
25571         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
25572         string.h.
25573         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
25574         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
25575         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
25576         or for string.h.
25577         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
25578         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
25579         C headers.
25580         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
25581         memcpy.
25582         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
25583         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
25584         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
25585         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
25586         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
25587         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
25588         string.h, free.
25589         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
25590         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
25591         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
25592         C headers, or for string.h.
25593         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
25594         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
25595         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
25596         headers, memory.h, stdlib.h, string.h, strings.h.
25597         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
25598         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
25599         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
25600         strchr.
25601         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
25602         headers, memory.h, string.h.
25603         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
25604         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
25605         free.
25606         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
25607         headers.
25608         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
25609         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
25610         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
25611         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
25612         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
25613
25614 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25615
25616         More K&R removal.
25617
25618         * lib/acosl.c (main): Use a prototype.
25619         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
25620         tanl.c: Likewise.
25621
25622         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
25623
25624         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
25625         (getopt, etopt_long, getopt_long_only, _getopt_internal)
25626         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
25627         with a prototype.
25628         * lib/getopt.c (const): Remove macro.
25629         Include <string.h> unconditionally.
25630         (my_index): Remove; all uses changed to strchr.
25631         (strlen): Remove decl.
25632         (exchange): Remove forward decl; no longer needed.
25633         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
25634         Define with prototype.
25635         * lib/getopt1.c (const): Remove macro.
25636         (getopt_long, getopt_long_only, main): Define with prototype.
25637
25638         * lib/getugroups.c: Include <string.h> unconditionally.
25639
25640         * lib/getusershell.c: Include <stdlib.h> unconditionally.
25641         (getusershell, setusershell, endusershell, readname, main):
25642         Define with prototypes.
25643
25644         * lib/group-member.c: Include group-member.h first.
25645         Include <stdlib.h> unconditionally.
25646
25647         * lib/hard-locale.c: Include hard-locale.h first.
25648         Include <stdlib.h>, <string.h> unconditionally.
25649
25650         * lib/hash.c (free, malloc): Remove decls.
25651         Include <stdlib.h> unconditionally.
25652
25653         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
25654         (getenv): Do not declare.
25655
25656         * lib/idcache.c: Include <string.h> unconditionally.
25657
25658         * lib/long-options.c: Include long-options.h first, to test interface.
25659         Include <stdlib.h> unconditionally.
25660
25661         * lib/makepath.c: Include makepath.h first, to test interface.
25662         Include <stdlib.h> and <string.h> unconditionally.
25663
25664         * lib/linebuffer.c: Include <stdlib.h>.
25665         (free): Remove decl.
25666
25667         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
25668         stddef.h. rpl_malloc returns void *, not char *.
25669         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
25670         prototype.
25671
25672         * lib/md5.h: Include <limits.h> unconditionally.
25673         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
25674         (__P): Remove; all uses removed.
25675         * lib/md5.c: Include "md5.h" first.
25676         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
25677         md5_buffer, md5_process_bytes, md5_process_block):
25678         Define with prototypes.
25679         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
25680         * lib/sha.c: Include "sha.h" first.
25681         Include <stdlib.h>, <string.h> unconditionally.
25682
25683         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
25684         * lib/memcmp.c (__ptr_t): Likewise.
25685         * lib/memrchr.c (__ptr_t): Likewise.
25686         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
25687         Include <string.h> unconditionally.
25688         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
25689         * lib/memchr.c: Include <stdlib.h> unconditionally.
25690         * lib/memchr.c (LONG_MAX): Remove.
25691         * lib/memrchr.c (LONG_MAX): Likewise.
25692         * lib/memchr.c (__memchr): Define via a prototype.
25693         * lib/memrchr.c (__memrchr): Likewise.
25694         * lib/memcmp.c (__P): Remove, and remove all uses.
25695         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
25696         Remove forward decls; no longer needed.
25697         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
25698         Use types required by C89 in prototype.
25699
25700         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
25701         * lib/savedir.c: Likewise.
25702         * lib/mkdir.c (free): Remove decl.
25703         * lib/rmdir.c (rmdir): Define with a prototype.
25704         * lib/savedir.c: Include savedir.h first, to test interface.
25705
25706         * lib/mktime.c (STDC_HEADERS): Remove.
25707         Include <stdlib.h>, <string.h> unconditionally.
25708
25709         * lib/modechange.c: Include <stdlib.h> unconditionally.
25710         (malloc): Remove decl.
25711
25712         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
25713         (free): Remove decl.
25714
25715         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
25716         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
25717         (This type really should be intptr_t, but that's a C99ism.)
25718         (_obstack_memcpy): Remove: all uses changed to memcpy.
25719         Include <string.h> unconditionally.
25720         (struct obstack): Assume __STDC__ for types of members
25721         chunkfun, freefun, extra_arg.
25722         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
25723         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
25724         obstack_begin, obstack_specify_allocation,
25725         obstack_specify_allocation_with_arg, obstack_chunkfun,
25726         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
25727         Remove unprototyped decls and the macros that use them.
25728         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
25729         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
25730         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
25731         (defined __STDC__ && __STDC__)]:
25732         Remove nonprototyped code.
25733         Include <stdlib.h> unconditionally.
25734         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
25735         _obstack_allocated_p, _obstack_free, obstack_free,
25736         _obstack_memory_used, print_and_abort):
25737         Define using prototypes.
25738         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
25739         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
25740         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
25741         obstack_next_free, obstack_object_size, obstack_room) [0]:
25742         Remove unused, unprototyped code.
25743
25744         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
25745
25746         * lib/physmem.c (physmem_total, physmem_available, main): Define
25747         with prototypes.
25748
25749         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
25750         (main): Define with a prototype.
25751
25752         * lib/posixver.c (getenv): Remove decl.
25753
25754         * lib/putenv.c (malloc): Returns void *, not char *.
25755         Include <string.h> unconditionally.
25756         (strchr, memcpy, NULL): Do not define.
25757
25758         * lib/readtokens.c: Include readtokens.h first, to test interface.
25759         Include <stdlib.h>, <string.h> unconditionally.
25760         (init_tokenbuffer): Define with a prototype.
25761
25762         * lib/regex.c (PARAMS): Remove.  All uses removed.
25763         All uses of _RE_ARGS removed, too.
25764         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25765         unconditionally.
25766         (bzero): Assume memset exists.
25767         (memcmp, memcpy, NULL): Remove.
25768         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
25769         char, or assignments to local vars of type signed char.
25770         (init_syntax_once, PREFIX(extract_number_and_incr),
25771         PREFIX(print_partial_compiled_pattern),
25772         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
25773         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
25774         PREFIX(regex_grow_registers), PREFIX(regex_compile),
25775         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
25776         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
25777         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
25778         wcs_compile_range, byte_compile_range, truncate_wchar,
25779         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
25780         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
25781         count_mbs_length, wcs_re_match_2_internal,
25782         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
25783         PREFIX(alt_match_null_string_p),
25784         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
25785         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
25786         regfree, PREFIX(extract_number)): Define with prototype.  Remove
25787         now-unnecessary declaration, if any.
25788         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
25789         regcomp, regexec):
25790         Remove now-unnecessary casts among pointer types.
25791         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
25792
25793         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
25794         (free): Remove decl.
25795
25796         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
25797
25798         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
25799         (free): Remove decl.
25800
25801         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
25802         * lib/xgetcwd.c: Likewise.
25803
25804         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
25805         (free): Remove decl.
25806
25807         * lib/strchrnul.c (strchrnul): Define with a prototype.
25808         Fix bug: c_in was not converted to char before searching.
25809
25810         The following changes are not K&R related:
25811
25812         * lib/group-member.h: Include <sys/types.h>, so that this file is
25813         self-contained.
25814         * lib/makepath.h: Likewise.
25815
25816         * lib/getusershell.c (readname, default_index, line_size, readname):
25817         Use size_t, not int, for sizes.
25818         (readname): If the size overflows, report an error instead of
25819         looping forever.
25820
25821 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25822
25823         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
25824         libc.
25825
25826 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25827
25828         * README: New section: portability guidelines.
25829
25830 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25831
25832         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
25833         C89 spec.
25834
25835 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25836
25837         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
25838
25839 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25840
25841         Assume C89 or better; remove K&R cruft.
25842         A few of these changes were first proposed by Derek Robert Price
25843         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
25844
25845         * lib/addext.c: Include <string.h> unconditionally.
25846         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
25847         Don't declare getenv or malloc.
25848
25849         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
25850         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
25851         (NULL): Remove.
25852         (find_stack_direction, alloca): Use prototypes.
25853
25854         * lib/atexit.c (atexit): Define using a prototype.
25855
25856         * lib/basename.c, dirname.c, stripslash.c:
25857         Include <string.h> unconditionally.
25858
25859         * lib/bcopy.c: Include <stddef.h>.
25860         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
25861
25862         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
25863
25864         * lib/error.h (error, error_at_line, error_print_progname)
25865         [! (defined (__STDC__) && __STDC__)]: Remove decls.
25866         * lib/error.c: Include error.h first, to check interface.
25867         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25868         (VA_START): Remove; all uses changeed to va_start.
25869         (exit, strerror): Remove decls.
25870         (error_print_progname): Prototype uncondionally.
25871         Don't include <errno.h>; no longer needed.
25872         (private_strerror): Remove.
25873         (error_tail): Always define.
25874         (error, error_at_line): Assume C89 or better; always use prototypes.
25875         * lib/fatal.c: Include "fatal.h" first, to test interface.
25876         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25877         (VA_START): Remove; all uses changed to va_start.
25878         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
25879         this case.
25880         (exit): Remove decl.
25881         (fatal): Prototype unconditionally.  Assume va_start works.
25882         Abort at end, to pacify gcc.
25883
25884         * lib/euidaccess.c (main): Define with a prototype.
25885
25886         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
25887
25888         * lib/exitfail.c: Include <stdlib.h> unconditionally.
25889
25890         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
25891         prototypes.
25892         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
25893         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
25894         (getenv): Remove decl.
25895         (fnmatch): Define using a prototype.
25896         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
25897         (FCT): Define using a prototype.
25898
25899         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25900
25901         * lib/gethostname.c: Include <stddef.h>.
25902         (gethostname): Define with prototype.  Length is size_t, not int.
25903
25904 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25905
25906         Assume C89 or better; remove K&R cruft.
25907         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25908         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25909         string.h, getenv, malloc.
25910         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25911         headers.
25912         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25913         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25914         do not check for strerror.
25915         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25916         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25917         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25918         do not check for doprnt or vprintf.
25919         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25920         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25921
25922 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25923
25924         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25925         getversion.c should have been removed then, but was accidentally
25926         preserved.
25927
25928         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25929         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25930
25931 2003-09-08  Karl Berry  <karl@gnu.org>
25932
25933         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25934                 config, forget about prep.
25935
25936         * config/depcomp, missing: update from automake.
25937
25938 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25939
25940         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25941         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25942
25943 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25944
25945         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25946         copy_tm_result.  Bug reported by Simon Josefsson in
25947         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25948
25949 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25950
25951         * m4/time_r.m4: New file.
25952         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25953         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25954         is. Check for timegm declaration.
25955         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25956         Do not check for gmtime_r.
25957         Replace mktime if __mktime_internal does not exist and if mktime
25958         hasn't been replaced already.
25959
25960 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25961
25962         * lib/time_r.c, lib/time_r.h: New files.
25963
25964         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25965         __localtime_r.
25966         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25967         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25968
25969         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25970         __gmtime_r.
25971         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25972         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25973         Include <time_r.h>.
25974
25975         * lib/timegm.c: Switch to glibc implementation, with the following
25976         changes:
25977         [defined HAVE_CONFIG_H]: Include <config.h>.
25978         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25979         (__mktime_internal) [!defined _LIBC]: New decl.
25980         (__gmtime_r) [!defined _LIBC]: New macro and function.
25981         (timegm): Use a prototype, since gnulib assumes C89.
25982         Do not bother declaring tmp to be const, as it's not really usefu.
25983         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25984         (timegm): Declare only if HAVE_DECL_TIMEGM.
25985
25986 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25987
25988         * MODULES.html.sh (func_all_modules): Add time_r.
25989         * modules/time_r: New file.
25990         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25991         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25992
25993 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25994
25995         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25996         Bug reported by Lute Kamstra in
25997         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
25998
25999         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
26000         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
26001         course with correspondingly smaller numbers for tomorrow and
26002         yesterday.  From Tadayoshi Funaba.  Originally installed into
26003         sh-utils on 1999-08-07, but the patch got lost (I guess during the
26004         coreutils merge?).
26005
26006 2003-08-31  Simon Josefsson  <jas@extundo.com>
26007
26008         * modules/timegm: New file.
26009         * MODULES.html.sh (func_all_modules): Add timegm.
26010
26011 2003-08-31  Simon Josefsson  <jas@extundo.com>
26012
26013         * m4/timegm.m4: New file.
26014
26015 2003-08-31  Simon Josefsson  <jas@extundo.com>
26016
26017         * lib/timegm.h: New file.
26018         * lib/timegm.c: New file.  Based on
26019         wget-1.8.2/src/http.c:mktime_from_utc.
26020
26021 2003-08-31  Karl Berry  <karl@gnu.org>
26022
26023         * lib/argp.h: update from libc.
26024
26025 2003-08-28  Bruno Haible  <bruno@clisp.org>
26026
26027         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
26028         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
26029         followed by '#define fnmatch fnmatch_posix' gives an error.
26030
26031 2003-08-28  Bruno Haible  <bruno@clisp.org>
26032
26033         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
26034         warning on QNX, which defines O_BINARY to 000000.
26035
26036 2003-08-27  Jim Meyering  <jim@meyering.net>
26037
26038         * m4/mkstemp.m4: Require that the system mkstemp be able to create
26039         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
26040         would fail after 32.  Reported by Danny Levinson.  Details here:
26041         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
26042
26043 2003-08-24  Bruno Haible  <bruno@clisp.org>
26044
26045         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
26046         MSVC7 <stdio.h> is included later.
26047
26048 2003-08-22  Simon Josefsson  <jas@extundo.com>
26049
26050         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
26051
26052 2003-08-20  Karl Berry  <karl@gnu.org>
26053
26054         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
26055
26056 2003-08-20  Bruno Haible  <bruno@clisp.org>
26057
26058         * modules/progname: New file.
26059         * MODULES.html.sh (func_all_modules): Add progname.
26060
26061 2003-08-20  Bruno Haible  <bruno@clisp.org>
26062
26063         * lib/progname.h: New file, from GNU gettext.
26064         * lib/progname.c: New file, from GNU gettext.
26065         * lib/progreloc.c: New file, from GNU gettext.
26066
26067 2003-08-19  Jim Meyering  <jim@meyering.net>
26068
26069         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
26070         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
26071
26072 2003-08-19  Bruno Haible  <bruno@clisp.org>
26073
26074         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
26075         more.
26076
26077 2003-08-19  Bruno Haible  <bruno@clisp.org>
26078
26079         * lib/xstrdup.c: Assume <string.h> exists.
26080
26081 2003-08-18  Paul Eggert  <eggert@twinsun.com>
26082
26083         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
26084         in makefile rules.
26085
26086 2003-08-18  Jim Meyering  <jim@meyering.net>
26087
26088         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
26089         * m4/lib-ld.m4: Likewise.
26090
26091 2003-08-18  Jim Meyering  <jim@meyering.net>
26092
26093         * lib/setenv.h: Indent nested cpp directive.
26094         * lib/vasnprintf.c: Remove trailing blanks.
26095
26096 2003-08-17  Simon Josefsson  <jas@extundo.com>
26097
26098         * modules/xstrndup: New file.
26099         * MODULES.html.sh (func_all_modules): Add xstrndup.
26100
26101 2003-08-17  Simon Josefsson  <jas@extundo.com>
26102
26103         * modules/argp: Fix autoconf macro name. Add more dependencies.
26104
26105 2003-08-17  Simon Josefsson  <jas@extundo.com>
26106
26107         * m4/xstrndup.m4: New file.
26108
26109 2003-08-17  Simon Josefsson  <jas@extundo.com>
26110
26111         * m4/argp.m4: New file.
26112
26113 2003-08-17  Simon Josefsson  <jas@extundo.com>
26114             Bruno Haible  <bruno@clisp.org>
26115
26116         * lib/xstrndup.h: New file.
26117         * lib/xstrndup.c: New file.
26118
26119 2003-08-17  Bruno Haible  <bruno@clisp.org>
26120
26121         * modules/strndup (Files, Include): Add lib/strndup.h.
26122
26123 2003-08-17  Bruno Haible  <bruno@clisp.org>
26124
26125         * modules/euidaccess (Files): Add lib/euidaccess.h.
26126
26127 2003-08-17  Bruno Haible  <bruno@clisp.org>
26128
26129         * lib/strndup.h: New file.
26130
26131 2003-08-17  Bruno Haible  <bruno@clisp.org>
26132
26133         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
26134         like AC_GNU_SOURCE.
26135         * modules/extensions (configure.ac): Comment out the invocation of
26136         gl_USE_SYSTEM_EXTENSIONS.
26137
26138 2003-08-16  Paul Eggert  <eggert@twinsun.com>
26139
26140         Merges from coreutils, etc.
26141         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
26142         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
26143         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
26144         fixing a typo.
26145         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
26146         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
26147
26148 2003-08-16  Paul Eggert  <eggert@twinsun.com>
26149
26150         Document merge from coreutils.
26151         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
26152         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
26153         * modules/utime: Add m4/utimes-null.m4.
26154
26155 2003-08-16  Paul Eggert  <eggert@twinsun.com>
26156
26157         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
26158         space, undoing this 2003-08-12 change:
26159         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
26160
26161 2003-08-16  Paul Eggert  <eggert@twinsun.com>
26162
26163         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
26164         strtoul.c from libc, undoing this 2003-08-12 change:
26165         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
26166
26167 2003-08-16  Jim Meyering  <jim@meyering.net>
26168
26169         Merges from coreutils.
26170         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
26171         prefix.  Adjust cache variables similarly.  Create 500 rather than
26172         just 300 files, to exercise bug on Darwin6.5, too.
26173         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
26174         $missing_dir.
26175         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
26176         AM_SYS_POSIX_TERMIOS.
26177         Reported by mkc@mathdogs.com.
26178         Also change use of $am_cv_sys_posix_termios
26179         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
26180         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
26181         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
26182         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
26183         in /proc/mounts until it finds one with matching device number.  This
26184         is unnecessary when the FILE argument *is* a mount point.  No stat call
26185         is necessary in that case.  So, disable the statvfs-testing code on
26186         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
26187         as RedHat bug# 84846.
26188         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
26189         to 1MB, so as not to render systems with no stack size limit (e.g.,
26190         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
26191         Include <unistd.h>.  On some systems,
26192         it is required for the definition of _SC_PAGESIZE.
26193
26194 2003-08-16  Jim Meyering  <jim@meyering.net>
26195
26196         Merge from coreutils.
26197         * lib/xstrtoimax.c: #else #if -> #elif.
26198         * lib/xstrtoumax.c: Likewise.
26199
26200 2003-08-16  Jim Meyering  <jim@meyering.net>
26201
26202         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
26203         * m4/utimes.m4: Removed.
26204         * m4/utimes-null.m4: Renamed from utimes.m4.
26205
26206         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
26207         to 1MB, so as not to render systems with no stack size limit (e.g.,
26208         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
26209         Include <unistd.h>.  On some systems,
26210         it is required for the definition of _SC_PAGESIZE.
26211
26212 2003-08-16  Jim Meyering  <jim@meyering.net>
26213         and Paul Eggert  <eggert@cs.ucla.edu>
26214
26215         Merges from coreutils, etc.
26216
26217         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
26218         using the latest version from cvs.  This avoids problems with #line
26219         directives using a vendor (Sun) compiler.
26220         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
26221         Don't set GETGROUPS_LIB here; now it's
26222         done via getgroups.m4's wrapper function.
26223         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
26224         rather than just in sh-util/configure.in, so that the
26225         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
26226         same.
26227         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
26228         AC_FUNC_GETLOADAVG where to find getloadavg.c.
26229         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
26230         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
26231         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
26232         Remove code that is now done by the newly-required macros.
26233         Append $(EXEEXT) to DF_PROG.
26234         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
26235         Do not invoke or require the following here,
26236         since prereq.m4 or some gnulib .m4 now does this for us:
26237         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
26238         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
26239         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
26240         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
26241         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
26242         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
26243         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
26244         AC_FUNC_OBSTACK.
26245         Do not replace the following functions, as this is now the job
26246         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
26247         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
26248         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
26249         atexit getpass, strdup, getpagesize.
26250         Replace 'raise'.
26251         Do not check for the following functions, as this is now the job
26252         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
26253         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
26254         setregid.
26255         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
26256         Check for sys/sysctl.h.
26257         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
26258         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
26259         of checking for ssize_t ourselves.
26260
26261         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
26262         Require every macro that gnulib/modules/* suggests for us.
26263         (jm_PREREQ_ADDEXT): New macro.
26264         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
26265         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
26266
26267         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
26268         (gl_PHYSMEM): Use it.
26269         Also check for `table' function.
26270         Check for new headers and functions.
26271         Add check for sys/sysmp.h.
26272         With suggestions from Kaveh Ghazi.
26273         Ignore headers that are present but cannot be compiled.  This
26274         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
26275         C 5.4.
26276
26277 2003-08-15  Paul Eggert  <eggert@twinsun.com>
26278
26279         Document merge from coreutils.
26280         * modules/userspec: Depend on posixver.
26281         * modules/strftime: Depend on tzset.
26282
26283 2003-08-15  Paul Eggert  <eggert@twinsun.com>
26284
26285         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
26286         rather than tab, after '#' in shell-script copyright notices.
26287         Suggested by Bruno Haible.
26288
26289 2003-08-15  Paul Eggert  <eggert@twinsun.com>
26290
26291         * config/srclist-update: Use three spaces, rather than tab, after '#'
26292         in shell-script copyright notices.  Suggested by Bruno Haible.
26293         Remove unnecessary parenthesization in regular expression.
26294
26295 2003-08-15  Jim Meyering  <jim@meyering.net>
26296
26297         Merge from coreutils.
26298         * lib/xgethostname.c: Include <stdlib.h>.
26299         (xghostname): Don't exit for anything other than memory-related
26300         failure; just return NULL.
26301         * lib/userspec.c: Include "posixver.h".
26302         (parse_user_spec): Accept `.' as a separator only
26303         in pre-POSIX-200112 mode.
26304         * lib/strtoimax.c: Use #elif rather than #else #if.
26305         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
26306         Remove function, now that we can rely on a working tzset function.
26307         [!_LIBC]: Ensure that the required autoconf test has been run.
26308         [!defined _NL_CURRENT && HAVE_STRFTIME]:
26309         Use underlying_strftime for %r.
26310         * lib/sha.c: Merge in some clean-up and optimization changes from
26311         glibc.
26312         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
26313         Ensure that it is a multiple of 64.
26314         Rearrange loop exit tests so as to avoid performing an
26315         additional fread after encountering an error or EOF.
26316         * lib/realloc.c: Update copyright date.
26317
26318 2003-08-15  Jim Meyering  <jim@meyering.net>
26319         and Paul Eggert  <eggert@twinsun.com>
26320
26321         Merge from coreutils.
26322         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
26323         member but strut utmpx does not.  Needed for AIX 4.3.3.
26324         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
26325
26326 2003-08-15  Jim Meyering  <jim@meyering.net>
26327         and Paul Eggert  <eggert@cs.ucla.edu>
26328
26329         Merges from coreutils, etc.
26330         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
26331         Require gl_FUNC_TZSET_CLOBBER.
26332         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
26333         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
26334         members.
26335
26336 2003-08-14  Paul Eggert  <eggert@twinsun.com>
26337
26338         Help the merge from coreutils.
26339         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
26340         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
26341         * m4/tzset.m4: Use it too.
26342
26343 2003-08-14  Paul Eggert  <eggert@twinsun.com>
26344
26345         * modules/tzset: New file.
26346
26347 2003-08-14  Jim Meyering  <jim@meyering.net>
26348
26349         Merges from coreutils.
26350         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
26351         variable names, rather than @FNMATCH_H@.
26352         * modules/alloca: Likewise for $(ALLOCA_H).
26353
26354         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
26355         the three copies of the literal target, `fnmatch.h'.
26356         * modules/alloca (alloca.h): Likewise.
26357
26358 2003-08-14  Jim Meyering  <jim@meyering.net>
26359
26360         Merge from coreutils.
26361         * m4/tzset.m4: New file.
26362         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
26363         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
26364         otherwise, AIX 5.1 systems would end up using the latter.
26365         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
26366         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
26367         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
26368         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
26369
26370 2003-08-14  Jim Meyering  <jim@meyering.net>
26371
26372         Merge from coreutils.
26373         * lib/obstack.h: Whitespace changes.
26374         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
26375         and xcalloc return values.
26376         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
26377         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
26378         hang on OSF/1 5.1 for DIR on both local and remote file systems.
26379         Reported by (and fix confirmed by) Nelson H. F. Beebe.
26380         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26381         error from mntctl.
26382         Use mntctl's return value to drive the entry-processing loop, since
26383         we can't rely on the value of the vmt_length member in the last
26384         entry.  On some systems doing so could result in exhausting
26385         virtual memory.  Based in part on a patch from Mike Jetzer.
26386
26387 2003-08-14  Jim Meyering  <jim@meyering.net>
26388         and Paul Eggert  <eggert@twinsun.com>
26389
26390         Merges from coreutils, plus other fixes.
26391         * lib/physmem.c: Merge in portability changes from gcc/libiberty
26392         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
26393         for credits and details.  Thanks to Kaveh Ghazi for helping
26394         to keep these files in sync.
26395         (ARRAY_SIZE): Define it.
26396         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
26397         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
26398         (memcasecmp): Don't assume size_t fits in unsigned int.
26399         Remove casts and duplicate code.
26400         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
26401         (memcpy): Remove definition.
26402         Merge in some clean-up and optimization changes from glibc.
26403         [BLOCKSIZE]: Move definition to top of file.
26404         Ensure that it is a multiple of 64.
26405         Rearrange loop exit tests so as to avoid performing an
26406         additional fread after encountering an error or EOF.
26407         * lib/md5.h (md5_uintptr): Define.
26408         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
26409         return to the initial working directory.  Preserve errno
26410         for caller.
26411         * lib/idcache.c: Include "xalloc.h".
26412         (xmalloc, xrealloc): Remove decls.
26413         (getuser): Remove casts no longer required in C89.
26414         * lib/human.c: Include stdio.h, for sprintf.
26415         * lib/group-member.c: Include "xalloc.h".
26416         (xmalloc, xrealloc): Remove decls.
26417         (get_group_info): Remove casts no longer required in C89.
26418         * lib/getusershell.c (readname): Remove casts no longer required in
26419         C89.
26420         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
26421         * lib/getline.c: Whitespace fix, from coreutils.
26422
26423 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26424
26425         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
26426         Check for isascii.
26427
26428         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26429         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26430         Undo previous (whitespace-only) change.
26431
26432 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26433
26434         * lib/exclude.c: Include <ctype.h>
26435         (IN_CTYPE_DOMAIN): New macro.
26436         (is_space): New fn.
26437         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
26438         and empty lines.
26439
26440         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26441         Undo previous (whitespace-only) change.
26442
26443 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26444
26445         * config/srclist-update: Change update back to the old behavior,
26446         leaving whitespace alone.  Use one 'sed' command rather than a
26447         pipeline.
26448         (fixlicense): Now a variable, not a function.
26449         (remove_trailing_blanks): Remove.
26450         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
26451         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26452         Undo previous (whitespace-only) change.
26453
26454 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26455
26456         Merge from coreutils.
26457         * modules/euidaccess: Add lib_SOURCES, include for new
26458         file euidaccess.h
26459
26460 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26461
26462         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26463         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26464         Normalize leading white space and remove trailing white space.
26465
26466         Merge from coreutils
26467         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
26468
26469         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
26470         0.12.1.  These files are now being upgraded automatically by
26471         ../config/srclist-update.
26472
26473 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26474
26475         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26476         Normalize leading white space and remove trailing white space.
26477         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
26478         notice, as per ../config/srclist-update.
26479
26480         Merge from coreutils.
26481         * lib/euidaccess.h: New file.
26482         * lib/euidaccess.c: Include it.
26483         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
26484         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
26485         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
26486
26487 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26488
26489         * config/srclist-update: Add copyright notice.
26490         (remove_id_lines, remove_trailing_blanks): New constants.
26491         (fixfile): Use them to normalize spacing a bit in copied files.
26492         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26493         Normalize leading white space and remove trailing white space.
26494
26495         * config/texinfo.tex: Sync with texinfo.
26496
26497         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
26498         strtoul.c from libc, to merge coreutils whitespace changes.
26499
26500         * config/srclist.txt: Get the following m4 files from gettext:
26501         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
26502         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
26503         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
26504         wint_t.m4.
26505
26506 2003-08-12  Karl Berry  <karl@gnu.org>
26507
26508         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
26509         been made.
26510
26511 2003-08-11  Paul Eggert  <eggert@twinsun.com>
26512
26513         * modules/gnu-source, m4/gnu-source.m4:
26514         Remove; we're assuming Autoconf 2.54 or later now.
26515         Suggested by Bruno Haible.
26516         * MODULES.html.sh (func_all_modules): Remove gnu-source.
26517
26518 2003-08-11  Bruno Haible  <bruno@clisp.org>
26519
26520         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
26521
26522 2003-08-11  Bruno Haible  <bruno@clisp.org>
26523
26524         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
26525         (vasnprintf): Use it instead of wcslen.
26526
26527 2003-08-11  Bruno Haible  <bruno@clisp.org>
26528
26529         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
26530         value to ensure that _Bool promotes to int. Use #define for _Bool when
26531         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
26532
26533 2003-08-10  Karl Berry  <karl@gnu.org>
26534
26535         * lib/regex.h: update from libc (whitespace fix).
26536
26537 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26538
26539         Merge some files from coreutils.  These changes were
26540         originally made by Jim Meyering.
26541         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
26542         many older Unixes require this.
26543         * lib/alloca.c (alloca): Remove cast to argument of free;
26544         no longer needed in C89.
26545         * lib/alloca_.h, regex.h: Fix white space to match
26546         what GNU indent does.
26547
26548 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26549
26550         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
26551         apparently Emacs's Unicode mode got confused before my 2003-08-05
26552         checkin.
26553
26554 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26555
26556         * m4/extensions.m4: New file.
26557         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
26558         Require gl_USE_SYSTEM_EXTENSIONS.
26559         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
26560         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
26561
26562 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26563
26564         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
26565         * modules/extensions, modules/gnu-source: New files.
26566         * modules/timespec, modules/unlocked-io: Depend on extensions.
26567
26568 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26569
26570         * modules/restrict: New file.
26571         * MODULES.html.sh (func_all_modules): Add restrict.
26572         * modules/regex: Depend on restrict.
26573
26574 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26575
26576         * m4/restrict.m4: New file.
26577         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
26578
26579 2003-08-07  Bruno Haible  <bruno@clisp.org>
26580
26581         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
26582         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
26583
26584 2003-08-07  Bruno Haible  <bruno@clisp.org>
26585
26586         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
26587         makes the module 'getndelim2' compatible with the module 'getline'.
26588
26589 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26590
26591         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
26592         byte with "\201" to avoid glitches when editing that source file
26593         with multi-gnome-terminal.
26594
26595 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26596
26597         * lib/bumpalloc.h: Remove.
26598
26599 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26600
26601         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
26602         * modules/bumpalloc: Remove.
26603
26604 2003-08-04  Paul Eggert  <eggert@twinsun.com>
26605
26606         * lib/getloadavg.c: Change copyright notice and spacing to conform to
26607         GNU coding style.
26608
26609         Merge from coreutils.
26610         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
26611         1. From glibc.
26612         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
26613         from Karl Berry, implemented by Jim Meyering.
26614         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
26615         from Dmitry V. Levin.
26616         Remove anachronistic cast of xrealloc.
26617         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
26618         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
26619         type. Otherwise, it wouldn't compile with at least /bin/cc on
26620         ymp-cray-unicos9.0.2.X.
26621         Combine two mostly-identical uses of alloca into one.
26622         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
26623
26624 2003-08-04  Dave Love  <d.love@dl.ac.uk>
26625
26626         [From Emacs.]
26627
26628         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
26629         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
26630         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
26631         obsolete NLIST_NAME_UNION.
26632         [__GNU__]: Undef BSD and FSCALE.
26633         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
26634
26635 2003-08-03  Paul Eggert  <eggert@twinsun.com>
26636
26637         * lib/stdbool_.h (_Bool): Make it signed char, instead of
26638         an enum type, so that it's guaranteed to promote to int.  See:
26639         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
26640
26641 2003-08-03  Karl Berry  <karl@gnu.org>
26642
26643         * config/depcomp: update from automake.
26644
26645 2003-07-31  Paul Eggert  <eggert@twinsun.com>
26646
26647         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
26648         (strerror): Don't assume that a printable int fits in 14 bytes.
26649
26650 2003-07-31  Bruno Haible  <bruno@clisp.org>
26651
26652         * modules/getpass-gnu: New file.
26653         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
26654
26655 2003-07-31  Bruno Haible  <bruno@clisp.org>
26656
26657         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
26658
26659 2003-07-24  Karl Berry  <karl@gnu.org>
26660
26661         * config/missing: update from automake.
26662
26663 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
26664             Bruno Haible  <bruno@clisp.org>
26665
26666         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
26667         * lib/getline.c (getline, getdelim): Likewise.
26668         Remove _GNU_SOURCE define; now it's defined in config.h through
26669         m4/getline.m4.
26670
26671 2003-07-23  Karl Berry  <karl@gnu.org>
26672
26673         * config/config.sub: update from prep.
26674
26675 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26676
26677         * modules/xalloc (Depends-on): Add exitfail.
26678         * modules/xmemcoll: Likewise.
26679
26680 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26681
26682         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
26683         over-parenthesization in macros.
26684
26685         Sync with coreutils.
26686
26687         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
26688         required by C99.
26689
26690         Use `exit_failure' for xalloc and xmemcoll instead of their own
26691         private exit-failure variables.
26692         * lib/xalloc.h (xalloc_exit_failure): Remove.
26693         * lib/xmalloc.c: Likewise.  Include exitfail.h.
26694         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
26695         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
26696         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
26697         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
26698
26699 2003-07-20  Jim Meyering  <jim@meyering.net>
26700
26701         * modules/closeout (Depends-on): Add exitfail.
26702         Suggestion from Bruno Haible.
26703
26704 2003-07-19  Karl Berry  <karl@gnu.org>
26705
26706         * config/config.sub: update from prep.
26707
26708 2003-07-18  Paul Eggert  <eggert@twinsun.com>
26709
26710         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
26711         Remove.
26712         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
26713         to test that it can stand by itself.  Include "exitfail.h".
26714         Clients should set exit_failure instead.
26715         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
26716
26717 2003-07-18  Bruno Haible  <bruno@clisp.org>
26718
26719         * modules/getndelim2: New file.
26720         * modules/getline: Share files with module getndelim2.
26721         * modules/getnline: Depend on getndelim2 instead of sharing files with
26722         it. Add getnline.c to lib_SOURCES.
26723         * MODULES.html.sh (func_all_modules): Add getndelim2.
26724
26725 2003-07-18  Bruno Haible  <bruno@clisp.org>
26726
26727         * m4/getndelim2.m4: New file.
26728         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
26729         invoke gl_PREREQ_GETNDELIM2.
26730         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
26731         gl_PREREQ_GETNDELIM2.
26732         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
26733         gl_GETNDELIM2.
26734
26735 2003-07-18  Bruno Haible  <bruno@clisp.org>
26736
26737         * lib/getndelim2.h: New file.
26738         * lib/getndelim2.c: Make into a module of its own. Include config.h,
26739         getndelim2.h.
26740         (getndelim2): Make non-static. Change return type to ssize_t.
26741         * lib/getline.h: Change argument names.
26742         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
26743         * lib/getnline.c: Include getndelim2.h.
26744
26745 2003-07-18  Andreas Schwab  <schwab@suse.de>
26746
26747         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
26748
26749 2003-07-17  Karl Berry  <karl@gnu.org>
26750
26751         * config/config.sub: update from prep.
26752
26753 2003-07-17  Bruno Haible  <bruno@clisp.org>
26754
26755         * modules/getnline: New file.
26756         * modules/getline: Add lib/getndelim2.c to source file list.
26757         * MODULES.html.sh (func_all_modules): Add getnline.
26758
26759 2003-07-17  Bruno Haible  <bruno@clisp.org>
26760
26761         * m4/getnline.m4: New file.
26762
26763 2003-07-17  Bruno Haible  <bruno@clisp.org>
26764
26765         * m4/Makefile.am.in: Remove file.
26766         * m4/Makefile.am: Remove file.
26767         * m4/Makefile.in: Remove file.
26768
26769 2003-07-17  Bruno Haible  <bruno@clisp.org>
26770
26771         * lib/getnline.h: New file.
26772         * lib/getnline.c: New file.
26773         * lib/getndelim2.c: New file, extracted from getline.c.
26774         (getndelim2): Renamed from getdelim2, with added nmax argument.
26775         * lib/getline.c: Include getndelim2.c.
26776         (getdelim2): Moved out to getndelim2.c.
26777         (getline, getdelim): Update.
26778
26779 2003-07-17  Bruno Haible  <bruno@clisp.org>
26780
26781         * lib/Makefile.am: Remove file.
26782         * lib/Makefile.in: Remove file.
26783
26784 2003-07-17  Bruno Haible  <bruno@clisp.org>
26785
26786         * configure.in: Remove file.
26787         * Makefile.in: Remove file.
26788
26789 2003-07-17  Bruno Haible  <bruno@clisp.org>
26790
26791         * MODULES.html.sh: Put the </BODY> right before </HTML>.
26792
26793 2003-07-16  Karl Berry  <karl@gnu.org>
26794
26795         * config/srclist-update: was running fixlicense twice, which caused
26796                 texinfo.tex to be nullified for some reason.  Simplify,
26797                 $gplsrc is no longer needed as far as I can see?
26798
26799 2003-07-16  Jim Meyering  <jim@meyering.net>
26800
26801         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
26802
26803 2003-07-15  Paul Eggert  <eggert@twinsun.com>
26804
26805         * config/srclist.txt: Get the following files from gettext-runtime/intl
26806         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
26807         ref-del.sin.  From Bruno Haible.
26808         * config/srclist-update (fixfile): Change grep pattern again, since the
26809         previous fix didn't work (there was another trailing $).  Use
26810         '[$]' to escape the $s.
26811
26812 2003-07-15  Karl Berry  <karl@gnu.org>
26813
26814         * lib/vasnprintf.c: update from gettext.
26815
26816 2003-07-15  Karl Berry  <karl@gnu.org>
26817
26818         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
26819         gets expanded when surrounded by '$'.
26820
26821 2003-07-15  Jim Meyering  <jim@meyering.net>
26822
26823         * modules/save-cwd: Don't depend on error.  From Derek Price.
26824
26825 2003-07-15  Jim Meyering  <jim@meyering.net>
26826
26827         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
26828
26829 2003-07-14  Simon Josefsson  <jas@extundo.com>
26830
26831         * modules/mempcpy: New file.
26832         * MODULES.html.sh (func_all_modules): Add mempcpy.
26833
26834 2003-07-14  Simon Josefsson  <jas@extundo.com>
26835
26836         * m4/mempcpy.m4: New file.
26837
26838 2003-07-14  Simon Josefsson  <jas@extundo.com>
26839
26840         * lib/mempcpy.h: New file.
26841         * lib/mempcpy.c: New file.
26842
26843 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26844
26845         * modules/getdate, modules/posixtm: Depend on mktime.
26846
26847 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26848
26849         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
26850         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
26851         unicodeio.c, unicodeio.h, unlocked-io.h:
26852         Switch from LGPL to GPL.
26853
26854 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26855
26856         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
26857         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
26858         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
26859         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
26860         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
26861         updated automatically by ../config/srclist-update.  This changes
26862         their license from LPGL to GPL.
26863
26864 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26865
26866         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
26867         assumed to refer to the root of the most recent stable gettext version.
26868         * config/srclistvars.sh: Add defaults for eggert.
26869         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
26870         Match "This program" as well as "The program".  This is needed
26871         for gettext.
26872
26873 2003-07-14  Jim Meyering  <jim@meyering.net>
26874
26875         Don't emit diagnostics.  Let callers do that.
26876         * lib/save-cwd.c: Don't include "error.h".
26877         (save_cwd): Don't call error.  Ensure that errno is valid
26878         when returning nonzero.
26879
26880         * lib/save-cwd.h (restore_cwd): Update prototype.
26881         * lib/save-cwd.c (restore_cwd): Remove two parameters.
26882         Simplify.  Don't call error upon failure.  Let callers do that.
26883         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
26884         when auditing is enabled.  But don't bother updating the #if.
26885
26886 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
26887
26888         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
26889         it breaks C++ compilation.
26890         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
26891
26892 2003-07-10  Simon Josefsson  <jas@extundo.com>
26893
26894         * modules/strchrnul (Makefile.am): Add strchrnul.h.
26895
26896 2003-07-10  Jim Meyering  <jim@meyering.net>
26897
26898         * m4/clock_time.m4: Remove trailing blank.
26899         * m4/intmax_t.m4: Likewise.
26900
26901 2003-07-10  Jim Meyering  <jim@meyering.net>
26902
26903         * lib/vasnprintf.c: Remove trailing blanks.
26904         Make cpp indentation consistent.
26905
26906 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26907
26908         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26909         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26910         Switch from LGPL to GPL.
26911
26912 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26913
26914         * config/srclist.txt: Sort sublists.  Add
26915         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26916         that differ from gnulib for one reason or another; we'd like this list
26917         to be smaller but for now let's document what we have.
26918
26919 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26920
26921         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26922         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26923         and sweeter "eval x=$x".
26924         * config/srclist.txt: Get lib/argp* from glibc.
26925
26926 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26927
26928         * lib/mktime.c: Fix some boundary cases and remove need for floating
26929         point.
26930
26931         Issue a compile-time diagnostic if time_t is floating point, or if
26932         two's complement arithmetic is not in effect, or if arithmetic
26933         right shift does not propagate the sign.  These assumptions were
26934         all in the original code but they weren't checked.
26935
26936         (TIME_T_MIDPOINT, verify): New macros.
26937         (__isleap): Remove; it has integer overflow problems.
26938         (leapyear): New function, without those problems.
26939         (ydhms_tm_diff): Remove; splitting into two parts.
26940         (ydhms_diff): New function, containing the arithmetic part of
26941         the old ydhms_tm_diff function.  Issue a compile-time
26942         diagnostic if we are not using C99 integer division.
26943         Avoid casts when possible.
26944         (guess_time_tm): New function, containing the checking part of
26945         the old ydhms_tm_diff function.  Return the new value, rather than
26946         the difference between it and the old.  Accept a new argument T
26947         so that *T specifies the old value.  Check for overflow in the result.
26948
26949         (__mktime_internal): Use a time_t offset, not a long int offset.
26950         This undoes the 2003-06-04 change, which is no longer needed now
26951         that we have better overflow checking.
26952         (localtime_offset): Likewise.
26953
26954         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26955         and long are 64-bit but int is only 32-bit.
26956         (ydhms_diff): Use long int to store year1 and yday1.
26957         Issue a compile-time diagnostic if long int is not wide enough.
26958
26959         (__mktime_internal): Use long int to store adjusted year and yday.
26960         Use plain C rather than preprocessor commands, if that doesn't
26961         affect efficiency.
26962         Check for overflow (and try to repair) after each probe
26963         rather than checking only at the very end.  This avoids some bugs
26964         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26965         does not equal GMT offset at maximum time).
26966         Use integer to check for overflow rather than floating point; this
26967         is more portable to non-IEEE hosts, and is a tad faster.
26968         When we detect that we are oscillating between two values,
26969         don't check whether tm_isdst has the requested value, since
26970         we already know the answer.  When tm_isdst has the wrong value,
26971         use a different heuristic to find the right one, based on the
26972         extreme values actually observed in practice in tz2003a,
26973         rather than the (overly optimistic) "previous 3 calendar quarters".
26974
26975         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26976         "T const" to accommodate glibc style.
26977         (check_result): Use less-confusing report format.  "long" -> "long int.
26978         (main): Likewise.
26979         Don't loop if the iteration overflows time_t.
26980         Allow a negative step in the iteration.
26981
26982 2003-07-06  Karl Berry  <karl@gnu.org>
26983
26984         * config/depcomp: update from automake.
26985         * config/config.sub: update from prep.
26986
26987 2003-07-03  Karl Berry  <karl@gnu.org>
26988
26989         * config/config.guess: update from prep.
26990
26991 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26992
26993         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26994         xreadlink.c now includes it unconditionally.
26995
26996 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26997
26998         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
26999         having it depend on HAVE_SYS_TYPES_H.
27000
27001 2003-07-01  Bruno Haible  <bruno@clisp.org>
27002
27003         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
27004         <sys/types.h> should be sufficient.
27005         Reported by Paul Eggert.
27006
27007 2003-06-26  Karl Berry  <karl@gnu.org>
27008
27009         * config/depcomp: update from automake.
27010
27011 2003-06-26  Bruno Haible  <bruno@clisp.org>
27012
27013         * modules/human: Depend on module stdbool.
27014
27015 2003-06-25  Bruno Haible  <bruno@clisp.org>
27016
27017         * modules/readlink: New file.
27018         * modules/xreadlink: Depend on it.
27019         * MODULES.html.sh (func_all_modules): Add readlink.
27020
27021 2003-06-25  Bruno Haible  <bruno@clisp.org>
27022
27023         * m4/readlink.m4: New file.
27024
27025 2003-06-25  Bruno Haible  <bruno@clisp.org>
27026
27027         * lib/readlink.c: New file.
27028
27029 2003-06-22  Karl Berry  <karl@gnu.org>
27030
27031         * config/srclist.txt: update mkinstalldirs from automake.
27032         * config/mkinstalldirs: update.
27033
27034 2003-06-22  Bruno Haible  <bruno@clisp.org>
27035
27036         Portability to mingw32.
27037         * m4/ssize_t.m4: New file, from GNU gettext.
27038         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
27039         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
27040
27041 2003-06-22  Bruno Haible  <bruno@clisp.org>
27042
27043         * modules/safe-read: Add m4/ssize_t.m4.
27044         * modules/xreadlink: Add m4/ssize_t.m4.
27045
27046 2003-06-20  Bruno Haible  <bruno@clisp.org>
27047
27048         Assume C89, so PARAMS isn't needed.
27049         * lib/unicodeio.h (PARAMS): Remove.
27050         * lib/unicodeio.c: Don't use PARAMS.
27051
27052 2003-06-18  Karl Berry  <karl@gnu.org>
27053
27054         * config/config.{guess,sub}: update from prep.
27055
27056 2003-06-18  Jim Meyering  <jim@meyering.net>
27057
27058         Merge changes from coreutils.
27059         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
27060         Remove explicit declarations of xmalloc and realloc.
27061         Include xalloc.h.
27062         (read_utmp): Remove anachronistic cast of xmalloc.
27063
27064 2003-06-17  Paul Eggert  <eggert@twinsun.com>
27065
27066         Assume C89, so PARAMS isn't needed.
27067         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
27068         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
27069         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
27070         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
27071         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
27072         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
27073         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
27074         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
27075         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
27076         lib/xstrtod.h, lib/xstrtol.h: Likewise.
27077         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
27078         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
27079         no longer needed. Anyway, config.h should always be included before any
27080         other file.
27081
27082 2003-06-11  Simon Josefsson  <jas@extundo.com>
27083
27084         * modules/sysexits: New file.
27085         * MODULES.html.sh (func_all_modules): Add sysexits.
27086
27087 2003-06-11  Simon Josefsson  <jas@extundo.com>
27088
27089         * lib/sysexit_.h: New file.
27090
27091 2003-06-11  Derek Price  <derek@ximbiot.com>
27092
27093         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
27094         necessary.
27095
27096 2003-06-11  Bruno Haible  <bruno@clisp.org>
27097
27098         * m4/sysexits.m4: New file.
27099
27100 2003-06-10  Simon Josefsson  <jas@extundo.com>
27101
27102         * lib/argp.h: New file, from glibc.
27103         * lib/argp-ba.c: New file, from glibc.
27104         * lib/argp-eexst.c: New file, from glibc.
27105         * lib/argp-fmtstream.c: New file, from glibc.
27106         * lib/argp-fmtstream.h: New file, from glibc.
27107         * lib/argp-fs-xinl.c: New file, from glibc.
27108         * lib/argp-help.c: New file, from glibc.
27109         * lib/argp-namefrob.h: New file, from glibc.
27110         * lib/argp-parse.c: New file, from glibc.
27111         * lib/argp-pv.c: New file, from glibc.
27112         * lib/argp-pvh.c: New file, from glibc.
27113         * lib/argp-xinl.c: New file, from glibc.
27114
27115 2003-06-10  Simon Josefsson  <jas@extundo.com>
27116
27117         * modules/strchrnul: New file.
27118
27119 2003-06-10  Simon Josefsson  <jas@extundo.com>
27120
27121         * modules/argp: New file.
27122
27123 2003-06-10  Simon Josefsson  <jas@extundo.com>
27124
27125         * m4/strchrnul.m4: New file.
27126
27127 2003-06-10  Simon Josefsson  <jas@extundo.com>
27128
27129         * lib/strchrnul.h: New file.
27130         * lib/strchrnul.c: New file.
27131
27132 2003-06-10  Bruno Haible  <bruno@clisp.org>
27133
27134         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
27135
27136 2003-06-07  Karl Berry  <karl@gnu.org>
27137
27138         * config/config.{guess,sub}: update from prep.
27139
27140 2003-06-07  Jim Meyering  <jim@meyering.net>
27141
27142         * modules/strtod: Use $(...) notation, not @...@ for
27143         AC_REPLACE'd variables.
27144         * modules/localcharset: Likewise.
27145
27146 2003-06-07  Jim Meyering  <jim@meyering.net>
27147
27148         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
27149         in place of my name in the copyright comment.
27150         Remove definition and uses of __P.
27151
27152         From coreutils.
27153         * lib/stat.c: Don't declare xmalloc explicitly.
27154         Instead, include "xalloc.h".
27155         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
27156         xrealloc, and xcalloc return values.
27157         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
27158         Improve comment.
27159         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
27160
27161 2003-06-07  Bruno Haible  <bruno@clisp.org>
27162
27163         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
27164         avoid AC_CONFIG_LINKS.
27165         * modules/fnmatch (Makefile.am): Use explicit creation rule for
27166         fnmatch.h, to avoid AC_CONFIG_LINKS.
27167         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
27168
27169 2003-06-07  Bruno Haible  <bruno@clisp.org>
27170
27171         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
27172         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
27173         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
27174         directory.
27175         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
27176         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
27177         directory.
27178
27179 2003-06-06  Jim Meyering  <jim@meyering.net>
27180
27181         Merge from coreutils.
27182         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
27183         Consolidate declarations and initializations of *_base* locals.
27184
27185         Merge from coreutils.
27186         This avoids a core dump on systems without GNU putenv,
27187         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
27188         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
27189         (unsetenv): New static function, from GNU libc.
27190         (rpl_putenv): Use it.
27191
27192         * lib/modechange.c: Remove trailing blanks.
27193
27194         Merge from coreutils.
27195         * lib/fsusage.c: Remove declaration of statfs.
27196         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
27197
27198         * lib/posixtm.c: Include <stdbool.h> unconditionally.
27199
27200 2003-06-06  Jim Meyering  <jim@meyering.net>
27201
27202         * lib/stdbool_.h: Renamed from stdbool.h.in.
27203
27204 2003-06-06  Jim Meyering  <jim@meyering.net>
27205             Bruno Haible  <bruno@clisp.org>
27206
27207         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
27208         Adjust Makefile.am snippet not to redirect directly to target.
27209         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
27210
27211 2003-06-05  Paul Eggert  <eggert@twinsun.com>
27212
27213         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
27214         mismatch, look in future quarters as well as past.  This fixes a
27215         bug when processing fall-backwards gaps immediately after a long
27216         period of daylight-saving time.
27217
27218         * lib/mktime.c: Assume freestanding C89 or better.
27219         (HAVE_LIMITS_H): Remove.  Assume it's 1.
27220         (__P): Remove; not used.
27221         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
27222         (mktime, not_equal_tm, print_tm, check_result,
27223         main): Use prototypes.  Use const * where appropriate.
27224         (main): Fix typo in testing code that uncovered by above changes.
27225         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
27226
27227 2003-06-04  Paul Eggert  <eggert@twinsun.com>
27228
27229         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
27230         locale.h, localeconv.  This merges changes from coreutils.
27231
27232         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
27233         It can be removed after the next Autoconf is released.
27234         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
27235         needed.
27236
27237 2003-06-04  Paul Eggert  <eggert@twinsun.com>
27238
27239         * lib/mktime.c: Fix Debian bug 177940
27240         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
27241         (localtime_offset): Now long int, not time_t, because we want it
27242         to be guaranteed to be signed.  All uses changed.
27243         (__mktime_internal): If overflow would occur when adding offset,
27244         don't add it.
27245
27246         Merge 'human' changes from coreutils.  Rewrite to support
27247         locale-specific notations like thousands separators.
27248         * lib/human.c: Simplify authorship notice.
27249         Include human.h immediately after config.h.
27250         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
27251         <limits.h>: Do not include, since human.h does.
27252         (SIZE_MAX, UINTMAX_MAX): New macros.
27253         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
27254         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
27255         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
27256         (power_letter): Renamed from suffixes.
27257         (generate_suffix_backwards): Remove.
27258         (adjust_value): Now takes int style (because of human.h changes)
27259         and long double value (for greater precision on some platforms).
27260         (group_number): New function.
27261         (human_readable): Use it.  Use integer options, not enum.
27262         Put the options before the sizes in the arg list.
27263         Support all the new options.
27264         The old human_readable function has been removed;
27265         use inttostr.h instead.
27266         (human_readable, default_block_size, humblock):
27267         Use uintmax_t, not int, for block sizes.
27268         (human_readable_inexact, block_size_types): Remove.
27269         (block_size_opts): New constant.
27270         (human_options): Renamed from human_block_size, with new signature
27271         that allows block sizes up to UINTMAX_MAX.  All callers changed.
27272         * lib/human.h: Add copyright and authorship notice.
27273         Include <limits.h> and <stdbool.h> unconditionally.
27274         (PARAMS): Remove.  All uses removed.
27275         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
27276         (enum human_inexact_style): Remove tag; now a nameless enum.
27277         (human_floor, human_ceiling, human_round_to_even): Now have
27278         values 2, 0, 1 rather than -1, 1, 0.
27279         (human_group_digits, human_suppress_point_zero, human_autoscale,
27280         human_base_1024, human_SI, human_B): New constants.
27281         (human_readable_inexact, human_block_size): Remove.
27282         (human_readable): Size args are now uintmax_t, not int.
27283         (human_options): New decl.
27284
27285         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
27286         unnecessary now that we assume C89 or better.  This change
27287         imported from coreutils.
27288
27289         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
27290         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
27291         in the 2003-05-30 sync from glibc.
27292
27293         .h files should stand alone, but we shouldn't include <sys/types.h>
27294         if we can get away with just <stddef.h>.
27295
27296         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
27297         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
27298         rather than <sys/types.h>, as we merely need size_t.
27299         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
27300         to get size_t.
27301         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
27302         Include <stdio.h>, to get FILE.
27303         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
27304         memcasecmp.h has included <stddef.h> and all we need is size_t.
27305         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
27306         our interface, instead of including <sys/types.h>
27307
27308 2003-06-04  Paul Eggert  <eggert@twinsun.com>
27309
27310         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
27311         now, as glibc mktime is buggy on non-glibc systems.
27312
27313 2003-06-03  Karl Berry  <karl@gnu.org>
27314
27315         * config/config.sub: update from prep.
27316
27317 2003-06-02  Paul Eggert  <eggert@twinsun.com>
27318
27319         [from coreutils]
27320         Fix some minor time-related bugs with POSIX time arguments.
27321         Some valid time stamps were being rejected (notably -1, and
27322         time stamps before 1900 on 64-bit hosts).  And some invalid
27323         time stamps were being accepted, e.g. September 31.
27324
27325         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
27326         that we can return (time_t) -1 successfully.
27327         * lib/posixtm.c: Likewise.
27328         [HAVE_STDBOOL_H]: Include <stdbool.h>.
27329         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
27330         (t): Remove static var.
27331         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
27332         of static var.  All uses changed.
27333         (year): Do not reject years before 1900; they can occur with
27334         64-bit time_t.
27335         (posix_time_parse): Do not check for out-of-range components;
27336         that is now the caller's responsibility, since our checks were
27337         only approximations.
27338         (posixtime): Use mktime to check for out-of-range components,
27339         since it knows them exactly.
27340         If mktime returns (time_t) -1, check whether an error actually occurred
27341         by invoking localtime on -1.
27342         (main) [TEST_POSIXTIME]: Check for input data errors, and report
27343         posixtime failures better.
27344         Improve the test data (in comments only).
27345
27346 2003-06-02  Karl Berry  <karl@gnu.org>
27347
27348         * config/mkinstalldirs (version): new variable.
27349         (--version): new option.
27350         (usage): improve message.
27351
27352 2003-05-30  Karl Berry  <karl@gnu.org>
27353
27354         * lib/mktime.c: update from libc.
27355
27356 2003-05-30  Bruno Haible  <bruno@clisp.org>
27357
27358         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
27359         * config/config.rpath: Upgrade to gettext-0.12.1.
27360
27361 2003-05-30  Bruno Haible  <bruno@clisp.org>
27362
27363         * m4/gettext.m4: Upgrade to gettext-0.12.1.
27364         * m4/nls.m4: New file, from gettext-0.12.1.
27365         * m4/po.m4: New file, from gettext-0.12.1.
27366         * m4/progtest.m4: Upgrade to gettext-0.12.1.
27367
27368 2003-05-30  Bruno Haible  <bruno@clisp.org>
27369
27370         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
27371         * lib/localcharset.h: Likewise.
27372         * lib/localcharset.c: Likewise.
27373
27374 2003-05-29  Karl Berry  <karl@gnu.org>
27375
27376         * config/config.rpath: update from gettext.
27377
27378 2003-05-28  Paul Eggert  <eggert@twinsun.com>
27379
27380         Assume the headers required for C89 freestanding compilers.
27381         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
27382         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
27383         * m4/human.m4 (gl_HUMAN): Likewise.
27384         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
27385         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
27386         * m4/userspec.m4 (gl_USERSPEC): Likewise.
27387         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
27388         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27389         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
27390
27391 2003-05-28  Paul Eggert  <eggert@twinsun.com>
27392
27393         Assume the headers required for C89 freestanding compilers.
27394         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
27395         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
27396         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
27397         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
27398         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
27399         define, since <limits.h> is guaranteed to do that.
27400         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
27401         * lib/exclude.c: Include <stdbool.h> unconditionally.
27402         * lib/tempname.c: Include <stddef.h> unconditionally.
27403         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
27404         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
27405         <stddef.h> does that.
27406         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
27407         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
27408         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
27409         needed.
27410         * lib/xstrtol.c: Likewise.
27411         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
27412         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
27413
27414         * lib/addext.c (addext): Use assignment rather than cast, to avoid
27415         warnings on some platforms.
27416
27417         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
27418         arbitrarily.
27419
27420 2003-05-26  Jim Meyering  <jim@meyering.net>
27421
27422         Merge in a change from coreutils:
27423         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
27424         that is guaranteed to be `no'.  Use `no_such_member' to indicate
27425         that condition, rather than `-1' which is slightly misleading.
27426         Change the name of the cache variable to have the gl_ prefix.
27427         Prompted by a patch from Richard Dawe for DJGPP.
27428
27429 2003-05-24  Karl Berry  <karl@gnu.org>
27430
27431         * config/config.guess: update from prep.
27432
27433 2003-05-22  Karl Berry  <karl@gnu.org>
27434
27435         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
27436
27437 2003-05-20  Karl Berry  <karl@gnu.org>
27438
27439         * config/config.guess: update from prep.
27440
27441 2003-05-18  Karl Berry  <karl@gnu.org>
27442
27443         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
27444         might actually be set by the user.
27445
27446         * config/depcomp, install-sh, mdate-sh: update from automake.
27447
27448 2003-05-17  Bruno Haible  <bruno@clisp.org>
27449
27450         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
27451         invalid expansion for AC_EGREP_CPP.
27452         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
27453         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
27454         Suggested by Akim Demaille <akim@epita.fr> in
27455         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
27456
27457 2003-05-12  Jim Meyering  <jim@meyering.net>
27458
27459         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
27460         the space-padded-by-default conversion specifiers, %e, %k, %l.
27461
27462 2003-05-12  Bruno Haible  <bruno@clisp.org>
27463
27464         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
27465         the string is longer than 4 KB.
27466
27467 2003-05-11  Karl Berry  <karl@gnu.org>
27468
27469         * config/config.{guess,sub}: update from prep.
27470
27471 2003-05-09  Bruno Haible  <bruno@clisp.org>
27472
27473         * modules/error: Add m4/strerror_r.m4 to file list.
27474
27475 2003-05-03  Bruno Haible  <bruno@clisp.org>
27476
27477         Upgrade to Unicode-4.0.
27478         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
27479         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
27480         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
27481         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
27482         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
27483         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
27484         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
27485         Change width of U+E0100..U+E01EF from 1 to 0.
27486
27487 2003-04-25  Jim Meyering  <jim@meyering.net>
27488
27489         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
27490         of type size_t, not int.
27491
27492 2003-04-25  Bruno Haible  <bruno@clisp.org>
27493
27494         * lib/copy-file.c: Include <stddef.h>, for size_t.
27495
27496 2003-04-21  Paul Eggert  <eggert@twinsun.com>
27497
27498         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
27499         code which expansion is under static control.  Patch imported from
27500         Akim Demaille's patch to Bison; see
27501         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
27502
27503 2003-04-14  Bruno Haible  <bruno@clisp.org>
27504
27505         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
27506
27507 2003-04-11  Jim Meyering  <jim@meyering.net>
27508
27509         Merge changes from Coreutils.
27510
27511         2003-03-22  Jim Meyering  <jim@meyering.net>
27512
27513         * lib/strftime.c (widen): Cast alloca return value to proper type.
27514
27515         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
27516
27517         From GNU libc.
27518         * lib/strftime.c (my_strftime): Handle very large width
27519         specifications for numeric values correctly.  Improve checks for
27520         overflow.
27521
27522         2003-01-19  Jim Meyering  <jim@meyering.net>
27523
27524         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
27525         definitions.
27526         (nl_get_alt_digit) [! defined my_strftime]: Define.
27527         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
27528         _nl_get_alt_digit and _nl_get_walt_digit.
27529
27530         * lib/strftime.c (my_strftime): Merge in locale-related changes from
27531         libc. These changes have no effect outside of _LIBC.
27532
27533 2003-04-10  Bruno Haible  <bruno@clisp.org>
27534
27535         * modules/findprog: New file.
27536         * MODULES.html.sh (func_all_modules): Add it.
27537
27538 2003-04-10  Bruno Haible  <bruno@clisp.org>
27539
27540         * m4/findprog.m4: New file.
27541         * m4/eaccess.m4: New file.
27542
27543 2003-04-10  Bruno Haible  <bruno@clisp.org>
27544
27545         * lib/findprog.h: New file, from GNU gettext.
27546         * lib/findprog.c: New file, from GNU gettext.
27547
27548 2003-04-05  Jim Meyering  <jim@meyering.net>
27549
27550         Merge changes from Coreutils.
27551
27552         * lib/exclude.h (PARAMS): Remove definition and uses.
27553         * lib/exclude.c: Remove uses of `PARAMS'.
27554
27555         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
27556         Add test-cases for DOS filenames. Declare program_name.
27557         (main): Set up program_name.  Patch by Rich Dawe.
27558
27559         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27560         error from mntctl.
27561         Use mntctl's return value to drive the entry-processing loop, since
27562         we can't rely on the value of the vmt_length member in the last
27563         entry.  On some systems doing so could result in exhausting
27564         virtual memory.  Based in part on a patch from Mike Jetzer.
27565
27566 2003-04-04  Bruno Haible  <bruno@clisp.org>
27567
27568         * modules/linebreak: New file.
27569         * MODULES.html.sh (func_all_modules): Add it.
27570
27571 2003-04-04  Bruno Haible  <bruno@clisp.org>
27572
27573         * m4/linebreak.m4: New file.
27574
27575 2003-04-04  Bruno Haible  <bruno@clisp.org>
27576
27577         * lib/linebreak.h: New file, from GNU gettext.
27578         * lib/linebreak.c: New file, from GNU gettext with slight
27579         modifications.
27580         * lib/lbrkprop.h: New file, from GNU gettext.
27581
27582 2003-04-03  Bruno Haible  <bruno@clisp.org>
27583
27584         * modules/utf8-ucs4: New file.
27585         * modules/utf16-ucs4: New file.
27586         * modules/ucs4-utf8: New file.
27587         * modules/ucs4-utf16: New file.
27588         * MODULES.html.sh (func_all_modules): Add them.
27589
27590 2003-04-03  Bruno Haible  <bruno@clisp.org>
27591
27592         * m4/utf-ucs4.m4: New file.
27593         * m4/ucs4-utf.m4: New file.
27594
27595 2003-04-03  Bruno Haible  <bruno@clisp.org>
27596
27597         * lib/utf8-ucs4.h: New file, from GNU gettext.
27598         * lib/utf16-ucs4.h: New file, from GNU gettext.
27599         * lib/ucs4-utf8.h: New file, from GNU gettext.
27600         * lib/ucs4-utf16.h: New file, from GNU gettext.
27601
27602 2003-04-02  Bruno Haible  <bruno@clisp.org>
27603
27604         * modules/binary-io: New file.
27605         * MODULES.html.sh (func_all_modules): Add it.
27606
27607 2003-04-02  Bruno Haible  <bruno@clisp.org>
27608
27609         * lib/binary-io.h: New file, from GNU gettext.
27610
27611 2003-04-01  Bruno Haible  <bruno@clisp.org>
27612
27613         * modules/pathname: New file.
27614         * MODULES.html.sh (func_all_modules): Add it.
27615
27616 2003-04-01  Bruno Haible  <bruno@clisp.org>
27617
27618         * lib/pathname.h: New file, from GNU gettext.
27619         * lib/concatpath.c: New file, from GNU gettext.
27620
27621 2003-03-30  Bruno Haible  <bruno@clisp.org>
27622
27623         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
27624
27625 2003-03-30  Bruno Haible  <bruno@clisp.org>
27626
27627         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
27628         function chown() doesn't exist.
27629
27630 2003-03-28  Bruno Haible  <bruno@clisp.org>
27631
27632         * modules/copy-file: New file.
27633         * MODULES.html.sh (func_all_modules): Add it.
27634
27635 2003-03-28  Bruno Haible  <bruno@clisp.org>
27636
27637         * m4/copy-file.m4: New file.
27638
27639 2003-03-28  Bruno Haible  <bruno@clisp.org>
27640
27641         * lib/copy-file.h: New file, from GNU gettext.
27642         * lib/copy-file.c: New file, from GNU gettext.
27643
27644 2003-03-18  Jim Meyering  <jim@meyering.net>
27645
27646         * lib/quote.c (quote_n): Fix typo in comment.
27647
27648 2003-03-18  Bruno Haible  <bruno@clisp.org>
27649
27650         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
27651         checking.
27652         * m4/onceonly_2_57.m4: Likewise.
27653
27654 2003-03-17  Bruno Haible  <bruno@clisp.org>
27655
27656         * m4/onceonly.m4: Require autoconf 2.54 or newer.
27657         (m4_quote): Remove macro.
27658         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
27659
27660 2003-03-14  Jim Meyering  <jim@meyering.net>
27661
27662         Merge changes from Coreutils.
27663         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
27664         to be const, in order to avoid warnings.
27665         (obstack_room): Likewise.
27666         (obstack_empty_p): Likewise.
27667
27668 2003-03-14  Bruno Haible  <bruno@clisp.org>
27669
27670         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
27671         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
27672
27673 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27674
27675         Merge changes from Bison.
27676         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
27677         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
27678         when compiling Bison 1.875's `bitset bset = obstack_alloc
27679         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
27680         * lib/hash.c: Include <stdbool.h> unconditionally.
27681
27682 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27683
27684         * m4/onceonly.m4 (m4_quote): New macro.
27685         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
27686         Quote AC_FOREACH variable-expansions properly.
27687
27688 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27689
27690         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
27691
27692 2003-03-09  Paul Eggert  <eggert@twinsun.com>
27693
27694         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
27695         Reported by Bruce Becker; see:
27696         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
27697
27698 2003-03-03  Paul Eggert  <eggert@twinsun.com>
27699             Bruno Haible  <bruno@clisp.org>
27700
27701         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
27702         Reported by John Hughes, see
27703         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
27704
27705 2003-02-20  Bruno Haible  <bruno@clisp.org>
27706
27707         * MODULES.html.sh (func_all_modules): Add poll.
27708
27709 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27710
27711         * modules/poll: New file.
27712
27713 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27714
27715         * lib/poll_.h: New file.
27716         * lib/poll.c: New file.
27717
27718 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27719
27720         * m4/poll.m4: New file.
27721
27722 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27723
27724         * modules/mathl: New file.
27725
27726 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27727
27728         * lib/mathl.h: New file.
27729         * lib/acosl.c: New file.
27730         * lib/asinl.c: New file.
27731         * lib/atanl.c: New file.
27732         * lib/ceill.c: New file.
27733         * lib/cosl.c: New file.
27734         * lib/expl.c: New file.
27735         * lib/floorl.c: New file.
27736         * lib/frexpl.c: New file.
27737         * lib/ldexpl.c: New file.
27738         * lib/logl.c: New file.
27739         * lib/sincosl.c: New file.
27740         * lib/sinl.c: New file.
27741         * lib/sqrtl.c: New file.
27742         * lib/tanl.c: New file.
27743         * lib/trigl.c: New file.
27744         * lib/trigl.h: New file.
27745
27746 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27747
27748         * m4/mathl.m4: New file.
27749
27750 2003-02-18  Bruno Haible  <bruno@clisp.org>
27751
27752         * MODULES.html.sh (func_all_modules): Add mathl.
27753
27754 2003-02-17  Bruno Haible  <bruno@clisp.org>
27755
27756         * modules/mkdtemp: New module.
27757         * MODULES.html.sh (func_all_modules): Add it.
27758
27759 2003-02-17  Bruno Haible  <bruno@clisp.org>
27760
27761         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
27762
27763 2003-02-17  Bruno Haible  <bruno@clisp.org>
27764
27765         * lib/mkdtemp.h: New file, from GNU gettext.
27766         * lib/mkdtemp.c: New file, from GNU gettext.
27767
27768 2003-02-02  Jim Meyering  <jim@meyering.net>
27769
27770         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
27771         e.g. glibc-2.2.93.
27772
27773 2003-01-31  Bruno Haible  <bruno@clisp.org>
27774
27775         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
27776         'rpl_rename'.
27777         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
27778         'rpl_strnlen'.
27779         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
27780         'rpl_strtod'.
27781         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
27782         'rpl_utime'.
27783
27784 2003-01-31  Bruno Haible  <bruno@clisp.org>
27785
27786         * lib/rename.c: #undef rename before defining rpl_rename.
27787         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
27788
27789 2003-01-30  Bruno Haible  <bruno@clisp.org>
27790
27791         * modules/vasnprintf, modules/vasprintf: New modules.
27792         * MODULES.html.sh (func_all_modules): Add them.
27793
27794 2003-01-30  Bruno Haible  <bruno@clisp.org>
27795
27796         * m4/signed.m4: New file, from GNU gettext.
27797         * m4/longdouble.m4: New file, from GNU gettext.
27798         * m4/wchar_t.m4: New file, from GNU gettext.
27799         * m4/wint_t.m4: New file, from GNU gettext.
27800         * m4/vasnprintf.m4: New file.
27801         * m4/vasprintf.m4: New file.
27802
27803 2003-01-30  Bruno Haible  <bruno@clisp.org>
27804
27805         * lib/printf-args.h: New file, from GNU gettext.
27806         * lib/printf-args.c: New file, from GNU gettext.
27807         * lib/printf-parse.h: New file, from GNU gettext.
27808         * lib/printf-parse.c: New file, from GNU gettext.
27809         * lib/vasnprintf.h: New file, from GNU gettext.
27810         * lib/vasnprintf.c: New file, from GNU gettext.
27811         * lib/asnprintf.c: New file, from GNU gettext.
27812         * lib/vasprintf.h: New file, from GNU gettext with modifications.
27813         * lib/vasprintf.c: New file, from GNU gettext.
27814         * lib/asprintf.c: New file, from GNU gettext.
27815
27816 2003-01-29  Bruno Haible  <bruno@clisp.org>
27817
27818         * modules/stpncpy: New module.
27819         * MODULES.html.sh (func_all_modules): Add it.
27820
27821 2003-01-29  Bruno Haible  <bruno@clisp.org>
27822
27823         * m4/stpncpy.m4: New file.
27824
27825 2003-01-29  Bruno Haible  <bruno@clisp.org>
27826
27827         * lib/stpncpy.h: New file, from GNU gettext with modifications.
27828         * lib/stpncpy.c: New file, from GNU gettext with modifications.
27829
27830 2003-01-28  Bruno Haible  <bruno@clisp.org>
27831
27832         * modules/c-ctype: New module.
27833         * MODULES.html.sh (func_all_modules): Add it.
27834
27835 2003-01-28  Bruno Haible  <bruno@clisp.org>
27836
27837         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
27838         Paul Eggert.
27839         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
27840         Paul Eggert.
27841
27842 2003-01-27  Bruno Haible  <bruno@clisp.org>
27843
27844         * modules/xsetenv: New module.
27845         * MODULES.html.sh (func_all_modules): Add it.
27846
27847 2003-01-27  Bruno Haible  <bruno@clisp.org>
27848
27849         * lib/xsetenv.h: New file, from GNU gettext.
27850         * lib/xsetenv.c: New file, from GNU gettext.
27851
27852 2003-01-23  Jim Meyering  <jim@meyering.net>
27853
27854         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
27855         from working on systems without dirfd (at least Irix and OSF1/Tru64).
27856
27857 2003-01-23  Bruno Haible  <bruno@clisp.org>
27858
27859         * modules/minmax: New module.
27860         * MODULES.html.sh (func_all_modules): Add it.
27861
27862 2003-01-23  Bruno Haible  <bruno@clisp.org>
27863
27864         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
27865         Eggert.
27866
27867 2003-01-22  Bruno Haible  <bruno@clisp.org>
27868
27869         * modules/exit: New module.
27870         * MODULES.html.sh (func_all_modules): Add it.
27871
27872 2003-01-22  Bruno Haible  <bruno@clisp.org>
27873
27874         * lib/exit.h: New file, from GNU gettext.
27875
27876 2003-01-19  Bruno Haible  <bruno@clisp.org>
27877
27878         * gnulib-tool: Recognize option --extract-maintainer.
27879         (func_get_maintainer): New function.
27880         * modules/*: Add Maintainer entry.
27881
27882 2003-01-16  Jim Meyering  <jim@meyering.net>
27883
27884         * m4/regex.m4: The `regex' struct is both input and output.
27885         Initialize it before each use.  Patch by Tim Waugh.
27886
27887 2003-01-16  Bruno Haible  <bruno@clisp.org>
27888
27889         * MODULES.html.sh: Add a table of contents. Add the module name as
27890         leftmost column. Add hyperlinks.
27891
27892 2003-01-15  Bruno Haible  <bruno@clisp.org>
27893
27894         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
27895
27896 2003-01-15  Bruno Haible  <bruno@clisp.org>
27897
27898         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27899         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27900         suffix.
27901
27902 2003-01-15  Bruno Haible  <bruno@clisp.org>
27903
27904         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27905
27906 2003-01-15  Bruno Haible  <bruno@clisp.org>
27907
27908         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27909         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27910
27911 2003-01-14  Jim Meyering  <jim@meyering.net>
27912
27913         * lib/same.c (same_name): Tweak a comment.
27914
27915 2003-01-14  Bruno Haible  <bruno@clisp.org>
27916
27917         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27918         when a string comparison is sufficient.
27919
27920 2003-01-14  Bruno Haible  <bruno@clisp.org>
27921
27922         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27923         'unsigned int'.
27924
27925 2003-01-14  Bruno Haible  <bruno@clisp.org>
27926
27927         * lib/hash-pjw.c: Add comment about low quality of this function.
27928
27929 2003-01-13  Bruno Haible  <bruno@clisp.org>
27930
27931         * modules/stpcpy: Distribute lib/stpcpy.h.
27932         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27933
27934 2003-01-13  Bruno Haible  <bruno@clisp.org>
27935
27936         * modules/*: Add a description.
27937         * modules/strpbrk: Fix Makefile.am snippet.
27938         * modules/strtoimax: Fix dependencies.
27939         * modules/strtoumax: Likewise.
27940
27941 2003-01-13  Bruno Haible  <bruno@clisp.org>
27942
27943         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27944         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27945         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27946
27947 2003-01-13  Bruno Haible  <bruno@clisp.org>
27948
27949         * gnulib-tool (func_create_testdir): Store config/* files in the main
27950         directory.
27951         * config.rpath: Move to ...
27952         * config/config.rpath: ... here.
27953         * modules/gettext: Contains config/config.rpath, not config.rpath.
27954         * modules/iconv: Likewise.
27955
27956 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27957
27958         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27959         to avoid collisions with libcurses and libreadline.
27960
27961         * m4/getstr.m4: Remove.
27962         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27963
27964 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27965
27966         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27967         to avoid collisions with libcurses and libreadline.
27968
27969         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27970         * lib/getstr.h, getstr.c: Remove.
27971         * lib/getline.c: Include "getline.h", to check interface.
27972         Move body of old getstr.c here: this defines MIN_CHUNK and
27973         declares getdelim2, which is renamed from getstr.
27974         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27975
27976         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27977         All uses changed.
27978         * lib/linebuffer.h: Likewise.
27979         (readline): Remove backward-compatibility macro.
27980
27981 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27982
27983         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27984         to avoid collisions with libcurses and libreadline.
27985         * getstr: Remove.
27986         * MODULES.html.sh: Remove getstr.
27987         * modules/getline: Depend on unlocked-io, not getstr.
27988
27989 2003-01-12  Jim Meyering  <jim@meyering.net>
27990
27991         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27992
27993 2003-01-10  Bruno Haible  <bruno@clisp.org>
27994
27995         * modules/alloca: Change Makefile.am requirements. Simplify Include
27996         requirements. Add lib/alloca_.h to file list.
27997
27998 2003-01-10  Bruno Haible  <bruno@clisp.org>
27999
28000         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
28001
28002 2003-01-10  Bruno Haible  <bruno@clisp.org>
28003
28004         * lib/alloca_.h: New file.
28005         * lib/getdate.y: Unconditionally include alloca.h.
28006         * lib/makepath.c: Likewise.
28007         * lib/setenv.c: Likewise.
28008         * lib/userspec.c: Likewise.
28009
28010 2003-01-09  Karl Berry  <karl@gnu.org>
28011
28012         * MODULES.html.sh: include `dirname $0` in PATH, to find
28013         gnulib-tool.
28014
28015 2003-01-09  Bruno Haible  <bruno@clisp.org>
28016
28017         * modules/stdbool: Change configure.ac, Makefile.am requirements.
28018         Simplify Include requirements. Add lib/stdbool.h.in to file list.
28019
28020 2003-01-09  Bruno Haible  <bruno@clisp.org>
28021
28022         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
28023
28024 2003-01-09  Bruno Haible  <bruno@clisp.org>
28025
28026         * lib/stdbool.h.in: New file.
28027
28028 2003-01-09  Bruno Haible  <bruno@clisp.org>
28029
28030         * gnulib-tool (func_all_modules): Ignore files ending in ~.
28031         * MODULES.html.sh: Likewise.
28032
28033 2003-01-08  Jim Meyering  <jim@meyering.net>
28034
28035         * lib/full-write.c: Undefine and define-away `const' after inclusion
28036         of errno.h, not before.  Suggestion from Bruno Haible.
28037
28038 2003-01-08  Bruno Haible  <bruno@clisp.org>
28039
28040         * modules/full-read: Depend on full-write.
28041
28042 2003-01-08  Bruno Haible  <bruno@clisp.org>
28043
28044         * lib/safe-read.c: Include specification header first, to ensure its
28045         selfcontainedness.
28046         * lib/full-write.c: Likewise.
28047
28048 2003-01-07  Jim Meyering  <jim@meyering.net>
28049
28050         * lib/full-write.c: Rework so that it may serve to define full_read,
28051         too.
28052         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
28053
28054 2003-01-07  Bruno Haible  <bruno@clisp.org>
28055
28056         * lib/strtoimax.c: Include <stdint.h> as an alternative to
28057         <inttypes.h>.
28058         * lib/xstrtol.h: Likewise.
28059         * lib/xstrtoimax.c: Likewise.
28060         * lib/xstrtoumax.c: Likewise.
28061         * lib/human.h: Likewise.
28062
28063         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
28064         on systems that have <inttypes.h> but not <stdint.h>.
28065
28066 2003-01-07  Bruno Haible  <bruno@clisp.org>
28067
28068         * MODULES.html.sh: Add copyright notice.
28069         (missed_files): Omit CVS directory entries.
28070         (func_module): Make it work with sed-3.02.
28071         * MODULES.txt: Remove file.
28072
28073 2003-01-06  Jim Meyering  <jim@meyering.net>
28074
28075         * lib/version-etc.c: Update year in translatable copyright string.
28076
28077 2003-01-03  Karl Berry  <karl@gnu.org>
28078
28079         * config/config.{guess,sub}: update from prep.
28080
28081 2003-01-02  Karl Berry  <karl@gnu.org>
28082
28083         * doc/COPYING.DOC: belatedly updated to 1.2.
28084
28085 2003-01-01  Karl Berry  <karl@gnu.org>
28086
28087         * gnulib-tool (func_verify_module): report module name $module in
28088         error message, not $1.
28089         * gnulib-tool (create-testdir): don't complain if destdir couldn't
28090         be created, only if it doesn't exist.
28091         * gnulib-tool (last_checkin_date): don't expand the $Date here.
28092
28093 2002-12-31  Paul Eggert  <eggert@twinsun.com>
28094
28095         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
28096
28097 2002-12-31  Paul Eggert  <eggert@twinsun.com>
28098
28099         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
28100         memcmp if strcoll doesn't work.
28101
28102 2002-12-31  Bruno Haible  <bruno@clisp.org>
28103
28104         * lib/utime.c (utime_null): No need to call ftruncate if the file was
28105         nonempty.
28106
28107 2002-12-31  Bruno Haible  <bruno@clisp.org>
28108
28109         * lib/memcoll.c (STRCOLL): New macro.
28110         (memcoll): Use it.
28111
28112 2002-12-31  Bruno Haible  <bruno@clisp.org>
28113
28114         * lib/localcharset.h: New file.
28115         * lib/localcharset.c: Include it.
28116         * lib/unicodeio.c: Likewise.
28117
28118 2002-12-31  Bruno Haible  <bruno@clisp.org>
28119
28120         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
28121         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
28122
28123 2002-12-31  Bruno Haible  <bruno@clisp.org>
28124
28125         * lib/getline.h: Include <stddef.h>, for size_t.
28126
28127         * lib/unicodeio.h: Include <stddef.h>, for size_t.
28128         * lib/unicodeio.c: Don't include <stddef.h>.
28129
28130 2002-12-31  Bruno Haible  <bruno@clisp.org>
28131
28132         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
28133         HAVE_TM_ZONE.
28134
28135 2002-12-24  Karl Berry  <karl@gnu.org>
28136
28137         * config/config.guess: update from prep.
28138
28139 2002-12-24  Bruno Haible  <bruno@clisp.org>
28140
28141         General infrasructure.
28142         * m4/README: Rewritten.
28143         * m4/onceonly.m4: New file.
28144         * m4/onceonly_2_57.m4: New file.
28145
28146         Module atexit.
28147         * m4/atexit.m4: New file.
28148
28149         Module strtod.
28150         * m4/strtod.m4: New file.
28151
28152         Module strtol.
28153         * m4/strtol.m4: New file.
28154
28155         Module strtoul.
28156         * m4/strtoul.m4: New file.
28157
28158         Module memchr.
28159         * m4/memchr.m4: New file.
28160
28161         Module memcmp.
28162         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
28163         (jm_FUNC_MEMCMP): Invoke it.
28164
28165         Module memcpy.
28166         * m4/memcpy.m4: New file.
28167
28168         Module memmove.
28169         * m4/memmove.m4: New file.
28170
28171         Module memset.
28172         * m4/memset.m4: New file.
28173
28174         Module strcspn.
28175         * m4/strcspn.m4: New file.
28176
28177         Module strpbrk.
28178         * m4/strpbrk.m4: New file.
28179
28180         Module strstr.
28181         * m4/strstr.m4: New file.
28182
28183         Module strerror.
28184         * m4/strerror.m4: New file.
28185
28186         Module mktime.
28187         * m4/mktime.m4: Renamed from jm-mktime.m4.
28188         (gl_PREREQ_MKTIME): New macro.
28189         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
28190
28191         Module malloc.
28192         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
28193         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
28194         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
28195
28196         Module realloc.
28197         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
28198         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
28199         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
28200
28201         Module strftime.
28202         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
28203         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
28204         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
28205         gl_TM_GMTOFF.
28206         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
28207
28208         Module xalloc.
28209         * m4/xalloc.m4: New file.
28210
28211         Module alloca.
28212         * m4/alloca.m4: New file.
28213
28214         Module putenv.
28215         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
28216         (jm_FUNC_PUTENV): Invoke it.
28217
28218         Module setenv.
28219         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
28220         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
28221         when invoked twice.
28222         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
28223         gt_FUNC_SETENV.
28224
28225         Module memrchr.
28226         * m4/memrchr.m4: New file.
28227
28228         Module stpcpy.
28229         * m4/stpcpy.m4: New file.
28230
28231         Module strcase.
28232         * m4/strcase.m4: New file.
28233
28234         Module strdup.
28235         * m4/strdup.m4: New file.
28236
28237         Module strnlen.
28238         * m4/strnlen.m4: New file.
28239
28240         Module strndup.
28241         * m4/strndup.m4: New file.
28242
28243         Module xstrtod.
28244         * m4/xstrtod.m4: New file.
28245
28246         Module xstrtol.
28247         * m4/xstrtol.m4: New file.
28248
28249         Module getdate.
28250         * m4/getdate.m4: New file.
28251
28252         Module unlocked-io.
28253         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
28254         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
28255         * m4/jm-glibc-io.m4n: Remove file.
28256
28257         Module long-options.
28258         * m4/long-options.m4: New file.
28259
28260         Module md5.
28261         * m4/md5.m4: New file.
28262
28263         Module sha.
28264         * m4/sha.m4: New file.
28265
28266         Module getstr.
28267         * m4/getstr.m4: New file.
28268
28269         Module getline.
28270         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
28271         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
28272         <sys/types.h>, for size_t. Use the function name gnu_getline, not
28273         simply getline. Infoke gl_PREREQ_GETLINE.
28274
28275         Module obstack.
28276         * m4/obstack.m4: New file.
28277
28278         Module hash.
28279         * m4/hash.m4: New file.
28280
28281         Module readtokens.
28282         * m4/readtokens.m4: New file.
28283
28284         Module strverscmp.
28285         * m4/strverscmp.m4: New file.
28286
28287         Module stdbool.
28288         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
28289         OSF/1.
28290
28291         Module strtoll.
28292         * m4/strtoll.m4: New file.
28293
28294         Module strtoull.
28295         * m4/strtoull.m4: New file.
28296
28297         Module strtoimax.
28298         * m4/strtoimax.m4: New file.
28299
28300         Module strtoumax.
28301         * m4/strtoumax.m4: New file.
28302
28303         Module xstrtoimax.
28304         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
28305         jm_AC_PREREQ_XSTRTOIMAX.
28306         Moved the strtol prerequisites to strtol.m4.
28307         Moved the strtoll prerequisites to strtoll.m4.
28308         Moved the strtoimax prerequisites to strtoimax.m4.
28309
28310         Module xstrtoumax.
28311         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
28312         jm_AC_PREREQ_XSTRTOUMAX.
28313         Moved the strtoul prerequisites to strtoul.m4.
28314         Moved the strtoull prerequisites to strtoull.m4.
28315         Moved the strtoumax prerequisites to strtoumax.m4.
28316
28317         Module chown.
28318         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
28319         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
28320
28321         Module dup2.
28322         * m4/dup2.m4: New file.
28323
28324         Module ftruncate.
28325         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
28326         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
28327
28328         Module getgroups.
28329         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
28330         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
28331
28332         Module gettimeofday.
28333         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
28334         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
28335         gl_PREREQ_GETTIMEOFDAY.
28336
28337         Module mkdir.
28338         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
28339         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
28340
28341         Module mkstemp.
28342         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
28343         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
28344         jm_AC_TYPE_UINTMAX_T.
28345         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
28346
28347         Module stat.
28348         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
28349         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
28350
28351         Module lstat.
28352         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
28353         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
28354
28355         Module timespec.
28356         * m4/timespec.m4 (gl_TIMESPEC): New macro.
28357         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
28358         * m4/st_mtim.m4: Indentation.
28359
28360         Module nanosleep.
28361         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
28362         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
28363         gl_PREREQ_NANOSLEEP.
28364
28365         Module regex.
28366         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
28367         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
28368         (gl_REGEX): New macro.
28369
28370         Module rename.
28371         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
28372         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
28373
28374         Module rmdir.
28375         * m4/rmdir.m4: New file.
28376
28377         Module utime.
28378         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
28379         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
28380         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
28381
28382         Module dirname.
28383         * m4/dirname.m4: New file.
28384
28385         Module getopt.
28386         * m4/getopt.m4: New file.
28387
28388         Module unistd-safer.
28389         * m4/unistd-safer.m4: New file.
28390
28391         Module fnmatch.
28392         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
28393         declaration.
28394         (gl_PREREQ_FNMATCH_EXTRA): New macro.
28395         (gl_FUNC_FNMATCH_POSIX): New macro.
28396         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
28397         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
28398         simply fnmatch.
28399
28400         Module exclude.
28401         * m4/exclude.m4: New file.
28402
28403         Module human.
28404         * m4/human.m4: New file.
28405
28406         Module acl.
28407         * m4/acl.m4: Nop.
28408
28409         Module backupfile.
28410         * m4/backupfile.m4: New file.
28411         * m4/d-ino.m4: Indentation.
28412
28413         Module fsusage.
28414         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
28415         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
28416         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
28417
28418         Module dirfd.
28419         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
28420         requirements.
28421
28422         Module euidaccess.
28423         * m4/euidaccess.m4: New file.
28424
28425         Module file-type.
28426         * m4/file-type.m4: New file.
28427
28428         Module fileblocks.
28429         * m4/fileblocks.m4: New file.
28430
28431         Module filemode.
28432         * m4/filemode.m4: New file.
28433
28434         Module isdir.
28435         * m4/isdir.m4: New file.
28436
28437         Module lchown.
28438         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
28439         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
28440
28441         Module makepath.
28442         * m4/makepath.m4: New file.
28443
28444         Module modechange.
28445         * m4/modechange.m4: New file.
28446
28447         Module mountlist.
28448         * m4/mountlist.m4: New file.
28449         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
28450         Indentation.
28451
28452         Module path-concat.
28453         * m4/path-concat.m4: New file.
28454
28455         Module pathmax.
28456         * m4/pathmax.m4: New file.
28457
28458         Module same.
28459         * m4/same.m4: New file.
28460
28461         Module save-cwd.
28462         * m4/save-cwd.m4: New file.
28463
28464         Module savedir.
28465         * m4/savedir.m4: New file.
28466
28467         Module xgetcwd.
28468         * m4/xgetcwd.m4: New file.
28469         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
28470
28471         Module xreadlink.
28472         * m4/xreadlink.m4: New file.
28473
28474         Module safe-read.
28475         * m4/safe-read.m4: New file.
28476
28477         Module safe-write.
28478         * m4/safe-write.m4: New file.
28479
28480         Module closeout.
28481         * m4/closeout.m4: New file.
28482
28483         Module stdio-safer.
28484         * m4/stdio-safer.m4: New file.
28485
28486         Module getpass.
28487         * m4/getpass.m4: New file.
28488
28489         Module getugroups.
28490         * m4/getugroups.m4: New file.
28491
28492         Module group-member.
28493         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
28494         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
28495
28496         Module idcache.
28497         * m4/idcache.m4: New file.
28498
28499         Module userspec.
28500         * m4/userspec.m4: New file.
28501
28502         Module gettime.
28503         * m4/clock_time.m4: New file.
28504         * m4/gettime.m4: New file.
28505
28506         Module settime.
28507         * m4/settime.m4: New file.
28508
28509         Module posixtm.
28510         * m4/posixtm.m4: New file.
28511
28512         Module gethostname.
28513         * m4/gethostname.m4: New file.
28514
28515         Module canon-host.
28516         * m4/canon-host.m4: New file.
28517
28518         Module gettext.
28519         * m4/codeset.m4: New file, from gettext-0.11.5.
28520         * m4/gettext.m4: New file, from gettext-0.11.5.
28521         * m4/glibc21.m4: New file, from gettext-0.11.5.
28522         * m4/iconv.m4: New file, from gettext-0.11.5.
28523         * m4/intdiv0.m4: New file, from gettext-0.11.5.
28524         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
28525         * m4/inttypes.m4: New file, from gettext-0.11.5.
28526         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
28527         * m4/isc-posix.m4: New file, from gettext-0.11.5.
28528         * m4/lcmessage.m4: New file, from gettext-0.11.5.
28529         * m4/lib-ld.m4: New file, from gettext-0.11.5.
28530         * m4/lib-link.m4: New file, from gettext-0.11.5.
28531         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
28532         * m4/progtest.m4: New file, from gettext-0.11.5.
28533         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
28534         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
28535         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
28536
28537         Module localcharset.
28538         * m4/localcharset.m4: New file.
28539
28540         Module hard-locale.
28541         * m4/hard-locale.m4: New file.
28542
28543         Module mbswidth.
28544         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
28545         onceonly macros.
28546         * m4/mbrtowc.m4: Add comment.
28547
28548         Module memcasecmp.
28549         * m4/memcasecmp.m4: New file.
28550
28551         Module memcoll.
28552         * m4/memcoll.m4: New file.
28553
28554         Module unicodeio.
28555         * m4/unicodeio.m4: New file.
28556
28557         Module rpmatch.
28558         * m4/rpmatch.m4: New file.
28559
28560         Module yesno.
28561         * m4/yesno.m4: New file.
28562
28563         Module exitfail.
28564         * m4/exitfail.m4: New file.
28565
28566         Module c-stack.
28567         * m4/c-stack.m4 (gl_C_STACK): New macro.
28568         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
28569
28570         Module error.
28571         * m4/error.m4 (gl_ERROR): New macro.
28572         (jm_PREREQ_ERROR): Use onceonly macros.
28573
28574         Module fatal.
28575         * m4/fatal.m4: New file.
28576
28577         Module getloadavg.
28578         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
28579         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
28580
28581         Module getpagesize.
28582         * m4/getpagesize.m4: New file.
28583
28584         Module getusershell.
28585         * m4/getusershell.m4: New file.
28586
28587         Module physmem.
28588         * m4/physmem.m4: New file.
28589
28590         Module posixver.
28591         * m4/posixver.m4: New file.
28592
28593         Module quotearg.
28594         * m4/quotearg.m4: New file.
28595
28596         Module quote.
28597         * m4/quote.m4: New file.
28598
28599         Module readutmp.
28600         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
28601
28602         Module sig2str.
28603         * m4/sig2str.m4: New file.
28604
28605         Other.
28606         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
28607         ulonglong.m4.
28608         * m4/intmax_t.m4: New file.
28609         * m4/d-type.m4: Indentation.
28610         * m4/jm-macros.m4: Update.
28611         * m4/prereq.m4 (jm_PREREQ): Update.
28612         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
28613         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
28614         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
28615         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
28616         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
28617         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
28618         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
28619         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
28620         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
28621         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
28622         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
28623         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
28624         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
28625         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
28626         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
28627         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
28628         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
28629         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
28630         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
28631
28632 2002-12-24  Bruno Haible  <bruno@clisp.org>
28633
28634         * MODULES.txt: Update according to m4/ changes.
28635
28636         Module gettext.
28637         * config.rpath: New file, from gettext-0.11.5.
28638
28639         * modules/*: New module descriptions.
28640         * gnulib-tool: New file.
28641         * MODULES.html.sh: New file.
28642
28643 2002-12-21  Karl Berry  <karl@gnu.org>
28644
28645         * doc/fdl.texi: update to version 1.2.
28646
28647 2002-12-19  Karl Berry  <karl@gnu.org>
28648
28649         * config/config.guess: update from prep.
28650
28651 2002-12-18  Bruno Haible  <bruno@clisp.org>
28652
28653         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
28654         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
28655
28656 2002-12-17  Bruno Haible  <bruno@clisp.org>
28657
28658         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
28659         stdlib.h, string.h.
28660
28661 2002-12-17  Bruno Haible  <bruno@clisp.org>
28662
28663         * lib/canon-host.c (strdup): Remove unused declaration.
28664
28665         * lib/fsusage.c: Include full_read.h.
28666         (get_fs_usage): Use full_read instead of safe_read.
28667
28668         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
28669
28670 2002-12-12  Karl Berry  <karl@gnu.org>
28671
28672         * config/config.guess: update from prep.
28673
28674 2002-12-11  Bruno Haible  <bruno@clisp.org>
28675
28676         * m4/setenv.m4: New file, from gettext-0.11.5.
28677
28678 2002-12-11  Bruno Haible  <bruno@clisp.org>
28679
28680         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
28681         not unsetenv().
28682         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
28683         modifications:
28684
28685         2002-12-11  Bruno Haible  <bruno@clisp.org>
28686
28687                 * setenv.c (alloca): Fall back to malloc.
28688                 (freea): New macro.
28689                 (setenv): Use freea() to free memory allocated with alloca().
28690
28691         2002-11-13  Bruno Haible  <bruno@clisp.org>
28692
28693                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
28694                 function declarations.
28695                 * unsetenv.c (unsetenv): Likewise.
28696
28697         2002-03-04  Bruno Haible  <bruno@clisp.org>
28698
28699                 Portability to AIX 4.3.3.
28700                 * unsetenv.c: New file, extracted from setenv.c.
28701                 * setenv.c: Move the unsetenv() function to unsetenv.c.
28702
28703         2001-12-20  Bruno Haible  <bruno@clisp.org>
28704
28705                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
28706                 use malloc instead. For SunOS 4.
28707
28708         2001-12-11  Bruno Haible  <bruno@clisp.org>
28709
28710                 * setenv.c: Declare alloca.
28711                 (compar_fn_t): New typedef.
28712                 (KNOWN_VALUE, STORE_VALUE): Use it.
28713
28714         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
28715         setenv.h.
28716
28717 2002-12-10  Paul Eggert  <eggert@twinsun.com>
28718
28719         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
28720         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
28721         Choose values that are less likely to collide with system fnmatch
28722         options.
28723         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
28724         defined (e.g., a pure POSIX system).
28725         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
28726         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
28727
28728 2002-12-06  Paul Eggert  <eggert@twinsun.com>
28729
28730         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
28731         a pain in practice to deal with generated m4 files.  This change
28732         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
28733
28734         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
28735         and jm-glibc-io.m4, as they are no longer a special case.
28736         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
28737         kludge and the auto-generation stuff.  Check only whether the
28738         functions are declared, not whether they exist, since older hosts
28739         that don't declare the functions can't use the optimization anyway.
28740
28741 2002-12-06  Jim Meyering  <jim@meyering.net>
28742
28743         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
28744
28745         Merge in changes from libc's misc/error.c, in preparation
28746         for the merge of gnulib's changes back into libc.
28747
28748         * lib/error.c (_): Define only if not already defined.
28749         Move definition to follow all #include directives.
28750         Include unlocked-io.h only if !_LIBC.
28751         [_LIBC]: Include <libio/libioP.h>.
28752         [USE_IN_LIBIO]: Include <libio/iolibio.h>
28753         (fflush): Tweak definition to use INTUSE.
28754         (putc): Define.
28755
28756 2002-12-05  Paul Eggert  <eggert@twinsun.com>
28757
28758         * lib/alloca.c [defined emacs]: Include "lisp.h".
28759         (xalloc_die) [defined emacs]: New macro.
28760         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
28761         [! defined emacs]: Include <xalloc.h>.
28762         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
28763         (pointer): Typedef to POINTER_TYPE *.
28764         (malloc): Remove decl; we now always use xmalloc.
28765         (alloca): Use old-style definition, since Emacs needs this.
28766         Check for arithmetic overflow when computing combined size.
28767
28768 2002-12-04  Paul Eggert  <eggert@twinsun.com>
28769
28770         Do not generate unlocked-io.h automatically, since it's easier to
28771         maintain it by hand.
28772
28773         * lib/unlocked-io.h: New file, from GNU diffutils,
28774         but with proper copyright notice and attribution.
28775         * lib/gen-uio: Remove.
28776         * lib/Makefile.am: Add copyright notice.
28777         (libfetish_a_SOURCES): Add unlocked-io.h.
28778         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
28779         (DISTCLEANFILES, io_functions): Remove macros.
28780         (EXTRA_DIST): Remove gen_uio.
28781         (unlocked-io.h): Remove rule.
28782
28783 2002-12-04  Jim Meyering  <jim@meyering.net>
28784
28785         Reflect the fact that stat.c and lstat.c are no longer generated.
28786         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
28787         (DISTCLEANFILES): Likewise.
28788         (EXTRA_DIST): Likewise.
28789         (all_local): Don't depend on stat.c or lstat.c.
28790         (stat.c, lstat.c): Remove rules.
28791         (EXTRA_DIST): Remove xstat.in.
28792
28793         * lib/xstat.in: Remove file.  Contents moved into stat.c.
28794         * lib/stat.c: New file.  Contents mostly from xstat.in.
28795         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
28796         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
28797
28798         * lib/safe-read.c: Rework so that it may serve to define safe_write,
28799         too.
28800         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
28801
28802 2002-12-03  Jim Meyering  <jim@meyering.net>
28803
28804         * lib/safe-read.c, safe-write.c: Change variable names and comments,
28805         but not semantics, to minimize the differences between these two files.
28806         (safe_read): Change comment to mention SAFE_READ_ERROR.
28807
28808         * lib/safe-read.c (IS_EINTR): Define.
28809         (safe_read): Use IS_EINTR in place of in-function cpp directives.
28810
28811 2002-12-02  Jim Meyering  <jim@meyering.net>
28812
28813         * lib/safe-read.c (EINTR): Define.
28814         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28815         (INT_MAX): Provide fallback.
28816         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
28817
28818         * lib/safe-read.h (SAFE_READ_ERROR): Define.
28819
28820 2002-12-02  Bruno Haible  <bruno@clisp.org>
28821
28822         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
28823         Define, taken from safe-read.c.
28824         (INT_MAX): Provide fallback.
28825         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
28826         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
28827
28828         * lib/safe-read.c (EINTR): Remove definition.
28829         (safe_read): Don't use EINTR if it is absent.
28830
28831 2002-12-01  Jim Meyering  <jim@meyering.net>
28832
28833         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
28834         zero.
28835         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
28836
28837 2002-11-27  Paul Eggert  <eggert@twinsun.com>
28838
28839         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
28840         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
28841         with `if (! (value < limit)) abort ();', for readability.
28842
28843 2002-11-26  Karl Berry  <karl@gnu.org>
28844
28845         * lib/strdup.c: copy from libc again, with jim's ok.
28846         * lib/.cppi-disable: re-add strdup.c
28847
28848 2002-11-25  Karl Berry  <karl@gnu.org>
28849
28850         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
28851         instead of "strtol.c".
28852
28853 2002-11-25  Karl Berry  <karl@gnu.org>
28854
28855         * config/install-sh: update from automake for variable quoting, $0 in
28856         error msgs, etc.
28857
28858         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
28859         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
28860         entry.
28861
28862 2002-11-25  Jim Meyering  <jim@meyering.net>
28863
28864         * lib/mktime.c: Sync from libc, now that it has the latest fix.
28865
28866 2002-11-24  Karl Berry  <karl@gnu.org>
28867
28868         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
28869         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
28870
28871 2002-11-24  Jim Meyering  <jim@meyering.net>
28872
28873         Update from coreutils:
28874
28875         * lib/mktime.c: Merge in changes from libc.
28876
28877         Avoid a link-time failure on some Linux systems.
28878         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
28879         (otherwise).
28880         (__mon_yday): Declare with the STATIC attribute.
28881         (__mktime_internal): Likewise.
28882         Based on a report from Greg Schafer.
28883
28884 2002-11-23  Jim Meyering  <jim@meyering.net>
28885
28886         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
28887         Use `unsigned', not `int', as type of index.
28888
28889         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
28890
28891         * lib/fsusage.c: Remove unneeded parentheses around operands of
28892         `defined'.
28893
28894 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28895
28896         * lib/quotearg.h: Allow multiple inclusion by surrounding with
28897         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
28898         so that we can be included first.
28899         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28900         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28901         No need to include stddef.h or sys/types.h any more.
28902         Surround local include files with "", not "<>".
28903         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28904         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28905         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28906         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28907         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28908         (ISPRINT): Remove; no longer needed now that we assume C89.
28909
28910         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28911         Preserve errno.
28912
28913         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28914         quotearg_char): Use SIZE_MAX rather than
28915         (size_t) -1 when we are talking about "infinity".
28916
28917         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28918
28919 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28920
28921         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28922         hint that one should use `if (! x) abort ();' rather than `assert
28923         (x);', and anyway it's one less thing to worry about configuring.
28924         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28925         hash_rehash, hash_insert): Use abort rather than assert.
28926
28927 2002-11-22  Bruno Haible  <bruno@clisp.org>
28928
28929         * lib/safe-read.h: Assume C89. Add comments.
28930         (safe_read): Change return type to size_t.
28931         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28932         byte counts > SSIZE_MAX correctly.
28933         * lib/safe-write.h: New file.
28934         * lib/safe-write.c: New file.
28935         * lib/full-read.h: New file.
28936         * lib/full-read.c: New file.
28937         * lib/full-write.h: Assume C89. Add comments.
28938         * lib/full-write.c: Include safe-write.h.
28939         (full_write): Rewritten to use safe_write.
28940         Suggested by Jim Meyering and Paul Eggert.
28941
28942 2002-11-21  Jim Meyering  <jim@meyering.net>
28943
28944         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28945
28946         Merge in changes from the coreutils.
28947
28948         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28949         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28950         <stdint.h>.
28951         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28952         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28953         int.  Work more efficiently if X is the same width as uintmax_t.
28954         Do not compare X to -1, to avoid bogus compiler warning.
28955         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28956         Don't assume that f_frsize and f_bsize are the same type.
28957
28958         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28959         warning on FreeBSD.
28960
28961         * lib/makepath.c (make_path): Restore umask *before* creating the final
28962         component.
28963         (make_path): Minor reformatting.
28964
28965         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28966         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28967         HAVE_MALLOC/HAVE_REALLOC.
28968
28969         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28970         dummy ones.  At least on GNU/Linux systems, `auto' means something
28971         else.
28972         From Michael Stone.
28973
28974 2002-11-21  Bruno Haible  <bruno@clisp.org>
28975
28976         Remove case insensitive option matching.
28977         * lib/argmatch.h (argcasematch): Remove declaration.
28978         (ARGCASEMATCH): Remove macro.
28979         (__xargmatch_internal): Remove case_sensitive argument.
28980         (XARGMATCH): Update.
28981         (XARGCASEMATCH): Remove macro.
28982         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28983         case_sensitive argument.
28984         (argcasematch): Remove function.
28985         (__xargmatch_internal): Remove case_sensitive argument.
28986         (main): Use XARGMATCH instead of XARGCASEMATCH.
28987
28988         * lib/xmalloc.c: Change compile-time error message. Add comment about
28989         required autoconf version.
28990
28991 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28992
28993         Merge argmatch cleanups from Bison.  Assume C89.
28994
28995         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28996         Include stdlib.h, for EXIT_FAILURE.
28997         Always include <string.h>, since we assume C89.
28998         (EXIT_FAILURE): Remove pre-C89 bug workaround.
28999         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
29000         Include <stddef.h> instead, since it's all we need for size_t.
29001         (PARAMS): Remove.  All uses removed.
29002         (ARRAY_CARDINALITY): Do not bother to #undef.
29003         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
29004         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
29005         Remove unnecessary parentheses.
29006         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
29007         Insert necessary parentheses.
29008         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
29009         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
29010
29011 2002-11-19  Bruno Haible  <bruno@clisp.org>
29012
29013         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
29014         * lib/mbswidth.h: Include <stddef.h>, for size_t.
29015
29016         * lib/mbswidth.h (PARAMS): Remove macro.
29017         (mbswidth, mbsnwidth): Use ANSI C function declarations.
29018         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
29019
29020         * lib/gcd.h (PARAMS): Remove macro.
29021         (gcd): Use ANSI C function declarations.
29022         * lib/gcd.c (gcd): Likewise.
29023
29024 2002-11-15  Bruno Haible  <bruno@clisp.org>
29025
29026         * lib/strcspn.c: Include <stddef.h>.
29027         (strcspn): Use ANSI C function declaration. Change return type to
29028         size_t. Use NULL.
29029         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
29030         (strpbrk): Use NULL.
29031         * lib/strpbrk.h (PARAMS): Remove macro.
29032         (strpbrk): Use ANSI C function declaration.
29033         * lib/strstr.c: Don't include <sys/types.h>.
29034         * lib/strstr.h (PARAMS): Remove macro.
29035         (strstr): Use ANSI C function declarations.
29036
29037 2002-11-14  Karl Berry  <karl@gnu.org>
29038
29039         * config/mkinstalldirs: `do' on separate line, instead of
29040         `for var; do'.
29041
29042 2002-11-06  Bruno Haible  <bruno@clisp.org>
29043
29044         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
29045         * lib/gcd.c (gcd): Likewise.
29046
29047 2002-11-05  Bruno Haible  <bruno@clisp.org>
29048
29049         * lib/gcd.h: New file, from gettext-0.11.5.
29050         * lib/gcd.c: New file, from gettext-0.11.5.
29051
29052 2002-11-05  Bruno Haible  <bruno@clisp.org>
29053
29054         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
29055         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
29056         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
29057         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
29058
29059         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
29060         <libintl.h>.
29061         * lib/makepath.c: Include gettext.h instead of <locale.h> and
29062         <libintl.h>.
29063
29064         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
29065         * lib/human.c: Include gettext.h instead of <libintl.h>.
29066         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
29067         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
29068         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
29069         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
29070         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
29071         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
29072         (textdomain): Remove definition.
29073         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
29074
29075         * lib/long-options.c: Remove include of <libintl.h> and definition of
29076         _.
29077         * lib/same.c: Remove include of <libintl.h> and definition of _.
29078
29079 2002-11-04  Owen Taylor  <otaylor@redhat.com>
29080
29081         * lib/config.charset: A few additions for Solaris.
29082
29083 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
29084
29085         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
29086         * lib/localcharset.c (locale_charset): Declare as extern "C".
29087
29088 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
29089
29090         * lib/config.charset: msdos in uk_UA uses CP1125.
29091
29092 2002-11-04  Bruno Haible  <bruno@clisp.org>
29093
29094         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
29095         * lib/strcase.h: New file, from GNU gettext-0.11.5.
29096         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
29097         * lib/strstr.h: New file, from GNU gettext-0.11.5.
29098         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
29099
29100 2002-11-04  Bruno Haible  <bruno@clisp.org>
29101
29102         * lib/localcharset.c (locale_charset): Don't return an empty string.
29103
29104 2002-11-04  Bruno Haible  <bruno@clisp.org>
29105
29106         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
29107         aliases.
29108
29109 2002-11-04  Bruno Haible  <bruno@clisp.org>
29110
29111         * lib/config.charset: Update for newest glibc. Add canonical names
29112         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
29113
29114 2002-11-04  Bruno Haible  <bruno@clisp.org>
29115
29116         * lib/config.charset: Add support for NetBSD.
29117
29118 2002-11-04  Bruno Haible  <bruno@clisp.org>
29119
29120         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
29121
29122 2002-11-01  Bruno Haible  <bruno@clisp.org>
29123
29124         * configure.in: Add AC_CONFIG_AUX_DIR call.
29125         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
29126         test/Makefile.
29127         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
29128
29129 2002-09-28  Karl Berry  <karl@gnu.org>
29130
29131         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
29132         installed automake until the next release, since changes have been
29133         made.
29134
29135 2002-09-25  Karl Berry  <karl@gnu.org>
29136
29137         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
29138         * lib/getopt*: copy from libc/posix.
29139         * lib/gettext.h: copy from gettext.
29140         * lib/.cppi-disable: add strdup.c, gettext.h.
29141
29142 2002-09-25  Karl Berry  <karl@gnu.org>
29143
29144         * config/srclist.txt: enable gettext.h check.
29145         * config/config.{guess,sub}: update from prep.
29146         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
29147                 from automake 1.6.3.
29148         See srclist*.
29149
29150 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
29151
29152         * regex.c (PATFETCH): Remove the translating fetch.
29153         (PATFETCH_RAW): Rename to PATFETCH.
29154         (set_image_of_range): New fun.
29155         (SET_RANGE_TABLE_WORK_AREA): Use it.
29156         (regex_compile): Don't translate the pattern chars so eagerly.
29157         Only do it when inserting an `exactn' bytecode or when handling
29158         a char-range.
29159         (mutually_exclusive_p): Avoid empty statement.
29160
29161 2002-07-06  Jim Meyering  <meyering@lucent.com>
29162
29163         * m4/README: Don't mention Makefile.am.in.
29164         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
29165
29166 2002-07-01  Jim Meyering  <meyering@lucent.com>
29167
29168         * lib/c-stack.c: Include sys/time.h.
29169         From Volker Borchert.
29170
29171 2002-06-26  Paul Eggert  <eggert@twinsun.com>
29172
29173         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
29174
29175 2002-06-26  Paul Eggert  <eggert@twinsun.com>
29176
29177         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
29178         New macro.  Use it uniformly instead of
29179         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
29180         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
29181         reported by Vin Shelton.
29182
29183 2002-06-22  Paul Eggert  <eggert@twinsun.com>
29184
29185         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
29186         Do not assume SA_SIGINFO behavior.
29187         Bug reported by Jim Meyering on NetBSD 1.5.2.
29188
29189 2002-06-22  Jim Meyering  <meyering@lucent.com>
29190
29191         * m4/c-stack.m4: New file, from diffutils-2.8.2.
29192         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
29193
29194         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
29195         now that configure.ac uses AC_GNU_SOURCE.
29196         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
29197         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
29198
29199         Update to latest tools.  Suggestions from Paul Eggert.
29200         * m4/stdbool.m4: New file, from diffutils-2.8.2.
29201         * m4/gnu-source.m4: Update from diffutils-2.8.2.
29202         * m4/fnmatch.m4: Likewise.
29203         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
29204         to AC_HEADER_STDBOOL
29205
29206 2002-06-22  Jim Meyering  <meyering@lucent.com>
29207
29208         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
29209         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
29210
29211 2002-06-22  Jim Meyering  <meyering@lucent.com>
29212
29213         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
29214
29215         * lib/exitfail.c, exitfail.h: Likewise.
29216         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
29217
29218         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
29219         of fnmatch.h.
29220         (EXTRA_DIST): Add fnmatch_loop.c.
29221         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
29222
29223         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
29224         * lib/fnmatch.c: Update from diffutils-2.8.2.
29225         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
29226         * lib/fnmatch.h: Remove file.
29227
29228 2002-06-21  Jim Meyering  <meyering@lucent.com>
29229
29230         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
29231         * m4/mbrtowc.m4: Likewise.
29232
29233         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
29234         * m4/mbswidth.m4: Reflect name change:
29235         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
29236         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29237
29238         * m4/lib-link.m4: Update from gettext-0.11.2.
29239         * m4/gettext.m4: Likewise.
29240
29241         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
29242         From Alfred M. Szmidt.
29243
29244 2002-06-18  Paul Eggert  <eggert@twinsun.com>
29245
29246         * lib/file-type.h: Report an error if neither S_ISREG nor
29247         S_IFREG is defined, instead of using a test specific to glibc
29248         2.2.  This should be safe, since POSIX requires S_ISREG and
29249         Unix Version 7 had S_IFREG.  We don't need to check for
29250         <sys/types.h> since we don't use any symbols that it defines.
29251
29252 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
29253
29254         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
29255         $@-t, so that each temporary file name is unique and valid in the first
29256         8 characters, for operation under DOS.
29257
29258 2002-06-15  Paul Eggert  <eggert@twinsun.com>
29259
29260         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
29261
29262 2002-06-15  Jim Meyering  <meyering@lucent.com>
29263
29264         Work even with DJGPP 2.03, which lacks support for symlinks.
29265         From Richard Dawe.
29266         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
29267         is defined.
29268         * lib/lchown.c (S_ISLNK): Likewise.
29269
29270 2002-06-15  Jim Meyering  <meyering@lucent.com>
29271
29272         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
29273         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
29274         have been included before this file.
29275
29276 2002-06-14  Jim Meyering  <meyering@lucent.com>
29277
29278         * lib/file-type.h: Use the version from diffutils-2.8.2.
29279         * lib/file-type.c: Likewise.
29280
29281 2002-06-07  Jim Meyering  <meyering@lucent.com>
29282
29283         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
29284         They're needed at least for NetBSD 1.5.2.
29285         ($statxfs_includes): Include those same headers.
29286         ($statxfs_includes): Include sys/vfs.h if available.
29287         ($statxfs_includes): Likewise for sys/statvfs.h.
29288         Check for the following members in both structs statfs and statvfs:
29289         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
29290
29291 2002-06-01  Jim Meyering  <meyering@lucent.com>
29292
29293         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
29294         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
29295
29296 2002-05-28  Jim Meyering  <meyering@lucent.com>
29297
29298         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
29299         Reported by Volker Borchert.
29300
29301 2002-05-27  Jim Meyering  <meyering@lucent.com>
29302
29303         Fix a problem seen only on nonconforming systems whereby ls.c's
29304         use of localtime, and then of gettimeofday would cause trouble:
29305         the localtime call used to initialize rpl_gettimeofday's save
29306         mechanism would clobber ls's current local time information so
29307         that in any long listing the first file would always be listed
29308         with date 1970-01-01.  Analysis by Volker Borchert.
29309
29310         * lib/gettimeofday.c (localtime): Undefine.
29311         (rpl_localtime): New function.
29312
29313 2002-05-27  Jim Meyering  <meyering@lucent.com>
29314
29315         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
29316         localtime.
29317
29318         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
29319         use the replacement function; it wouldn't resolve at link time.
29320         Reported by Volker Borchert.
29321
29322 2002-05-22  Jim Meyering  <meyering@lucent.com>
29323
29324         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
29325         file-type.h.
29326         * lib/file-type.h: New file.
29327         * lib/file-type.c (file_type): New file/function.  Extracted from
29328         diffutils.
29329
29330 2002-04-30  Jim Meyering  <meyering@lucent.com>
29331
29332         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
29333
29334 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29335
29336         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
29337
29338 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29339
29340         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
29341         Do not check for alloca.h (no longer used) or stdbool.h (was never
29342         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
29343
29344 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29345
29346         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
29347
29348 2002-04-29  Jim Meyering  <meyering@lucent.com>
29349
29350         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
29351         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
29352         Use AC_FUNC_STRNLEN here instead.
29353
29354         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
29355         With autoconf-2.53a, it's part of AC_PROG_CC.
29356
29357 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29358
29359         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
29360         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
29361
29362 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29363
29364         * lib/sig2str.h, lib/sig2str.c: New files.
29365         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
29366
29367 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29368
29369         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
29370         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
29371         of 127, since 64 is the largest conceivable number for ancient
29372         nonstandard hosts.
29373         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
29374
29375 2002-04-28  Jim Meyering  <meyering@lucent.com>
29376
29377         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
29378
29379 2002-04-24  Jim Meyering  <meyering@lucent.com>
29380
29381         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
29382         (jm_PREREQ): Use it.
29383
29384         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
29385         mach/mach.h fcntl.h.
29386         Check for this function: setlocale.
29387
29388 2002-04-24  Jim Meyering  <meyering@lucent.com>
29389
29390         * lib/gettext.h: New file, from Gettext.
29391         * lib/Makefile.am (INCLUDES): Remove -I../intl.
29392         (libfetish_a_SOURCES): Add gettext.h.
29393
29394 2002-04-16  Jim Meyering  <meyering@lucent.com>
29395
29396         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
29397         ut_pid, ut_id, ut_exit.
29398
29399 2002-04-16  Jim Meyering  <meyering@lucent.com>
29400
29401         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
29402         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
29403         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
29404
29405 2002-04-12  Jim Meyering  <meyering@lucent.com>
29406
29407         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
29408         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
29409         existence of the getmntinfo function.  Needed for Darwin 5.3.
29410
29411         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
29412         This is necessary at least on Darwin 5.3.
29413
29414         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
29415         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
29416         strnlen.o in the library, and that makes some versions of ranlib
29417         object.
29418
29419 2002-04-12  Jim Meyering  <meyering@lucent.com>
29420
29421         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
29422
29423 2002-04-09  Jim Meyering  <meyering@lucent.com>
29424
29425         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
29426         to be more precise.  Rather than saying we're checking whether the
29427         function `works', say what we're testing.
29428         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
29429         Reported by Bruno Haible.
29430
29431 2002-03-10  Jim Meyering  <meyering@lucent.com>
29432
29433         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
29434         Suggestion from Santiago Vila.
29435
29436 2002-03-08  Jim Meyering  <meyering@lucent.com>
29437
29438         * lib/rename.c: Mention that this wrapper is needed also on
29439         mips-dec-ultrix4.4 systems.
29440
29441 2002-03-02  Jim Meyering  <meyering@lucent.com>
29442
29443         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
29444         not HAVE_CLOCK_SETTIME.
29445
29446 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29447
29448         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
29449         Check for clock_settime.
29450
29451 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29452
29453         * lib/nanosleep.h: Rename to....
29454         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
29455
29456         * lib/gettime.c: New file.
29457         * lib/settime.c: New file.
29458         * lib/stime.c: Remove.
29459
29460         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
29461         timespec.h.  Remove nanosleep.h.
29462
29463 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29464
29465         * m4/acl.m4: New file.
29466         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
29467         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
29468
29469 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29470
29471         * lib/acl.c, lib/acl.h: New files.
29472         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
29473
29474 2002-02-24  Jim Meyering  <meyering@lucent.com>
29475
29476         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
29477         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
29478         cause trouble.  Reported by Nelson Beebe.
29479
29480 2002-02-23  Paul Eggert  <eggert@twinsun.com>
29481
29482         * lib/path-concat.c (xpath_concat): Reorder code to pacify
29483         compilers that don't know that xalloc_die never returns.
29484
29485 2002-02-20  Jim Meyering  <meyering@lucent.com>
29486
29487         * lib/getdate.c: Regenerate using bison-1.33.
29488
29489 2002-02-17  Jim Meyering  <meyering@lucent.com>
29490
29491         * config/config.guess (main): Don't use `head -1'; it's no longer
29492         portable. Use `sed 1q' instead.
29493
29494 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
29495
29496         * m4/codeset.m4: Upgrade to gettext-0.11.
29497         * m4/gettext.m4: Upgrade to gettext-0.11.
29498         * m4/glibc21.m4: Upgrade to gettext-0.11.
29499         * m4/iconv.m4: Upgrade to gettext-0.11.
29500         * m4/isc-posix.m4: Upgrade to gettext-0.11.
29501         * m4/lcmessage.m4: Upgrade to gettext-0.11.
29502         * m4/lib-ld.m4: New file, from gettext-0.11.
29503         * m4/lib-link.m4: New file, from gettext-0.11.
29504         * m4/lib-prefix.m4: New file, from gettext-0.11.
29505         * m4/progtest.m4: Upgrade to gettext-0.11.
29506
29507 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29508
29509         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
29510         (jm_PREREQ): Use it.
29511
29512 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29513
29514         * lib/posixver.c, lib/posixver.h: New files.
29515         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29516
29517 2002-02-02  Paul Eggert  <eggert@twinsun.com>
29518             Bruno Haible  <bruno@clisp.org>
29519
29520         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
29521         (fwrite_success_callback): New declaration.
29522         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
29523         print_unicode_char. Call failure callback instead of error.
29524         (fwrite_success_callback): New function.
29525         (exit_failure_callback): New function.
29526         (fallback_failure_callback): New function.
29527         (print_unicode_char): Call unicode_to_mb.
29528
29529 2002-01-26  Jim Meyering  <meyering@lucent.com>
29530
29531         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
29532         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
29533
29534 2002-01-26  Jim Meyering  <meyering@lucent.com>
29535
29536         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
29537
29538 2002-01-22  Paul Eggert  <eggert@twinsun.com>
29539
29540         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
29541
29542 2002-01-22  Jim Meyering  <meyering@lucent.com>
29543
29544         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
29545         Otherwise, some versions of automake would omit the rule that makes
29546         Makefile from Makefile.in.
29547
29548 2002-01-21  Paul Eggert  <eggert@twinsun.com>
29549
29550         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
29551         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29552         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
29553         (memcoll): Set errno to zero if there is no error.
29554
29555         * lib/quotearg.c (quotearg_buffer_restyled):
29556         Fix bug with quoting buffers containing NUL when backslashing escapes.
29557         This bug was exposed by the other changes in this patch.
29558         (quotearg_n_options): New arg ARGSIZE.
29559         All callers changed.
29560         (quoting_options_from_style): New function.
29561         (quotearg_n_style): Use it.
29562         (quotearg_n_style_mem): New function.
29563
29564         * lib/quotearg.h (quotearg_n_style_mem): New function.
29565
29566 2002-01-19  Jim Meyering  <meyering@lucent.com>
29567
29568         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
29569         Remove useless quotes: DF_PROG="df".
29570         * m4/strnlen.m4: New file.
29571
29572 2002-01-16  Paul Eggert  <eggert@twinsun.com>
29573
29574         * lib/backupfile.c (ISDIGIT): Comment fix.
29575         * lib/getdate.y (ISDIGIT): Likewise.
29576         * lib/posixtm.c (ISDIGIT, year): Likewise.
29577         * lib/strverscmp.c (ISDIGIT): Likewise.
29578         * lib/userspec.c (ISDIGIT): Likewise.
29579
29580 2002-01-16  Jim Meyering  <meyering@lucent.com>
29581
29582         * lib/getdate.y: Add three semicolons, each just before a closing
29583         brace. Bison (as of version 1.31) no longer papers over that mistake.
29584
29585 2002-01-05  Jim Meyering  <meyering@lucent.com>
29586
29587         * lib/version-etc.c (version_etc_copyright): Update copyright year.
29588
29589 2001-12-19  Paul Eggert  <eggert@twinsun.com>
29590
29591         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
29592         not silently exit merely because the output buffer happens to
29593         have nothing pending.
29594
29595 2001-12-18  Paul Eggert  <eggert@twinsun.com>
29596
29597         See the big note in ../ChangeLog.
29598         * lib/human.c (suffixes): Prefer K to k for 1024.
29599         (generate_suffix_backwards): New function.
29600         (human_readable_inexact): Use it.
29601         * lib/xstrtol.c (__xstrtol): If there is no number but there
29602         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
29603         Accept 'K' as well as 'k'.
29604
29605 2001-12-15  Jim Meyering  <meyering@lucent.com>
29606
29607         * lib/regex.h (__restrict_arr): Update from libc.
29608
29609         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
29610         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
29611         (STREQ): Define.
29612
29613 2001-12-14  Jim Meyering  <meyering@lucent.com>
29614
29615         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
29616         Suggestion from Bruno Haible.
29617
29618 2001-12-10  Jim Meyering  <meyering@lucent.com>
29619
29620         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
29621         xrealloc, Instead, include "xalloc.h".
29622         (initbuffer): Don't cast xmalloc return value to char*.
29623         (readline): Reword comment.
29624         Don't cast xrealloc return value to char*
29625         Return NULL, not 0.
29626
29627 2001-12-09  Jim Meyering  <meyering@lucent.com>
29628
29629         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
29630         about `signed and unsigned type in conditional expression'.
29631         * lib/posixtm.c (posix_time_parse): Likewise.
29632
29633         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
29634
29635         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
29636         to avoid a pedantic warning.
29637
29638         * lib/getstr.c: Don't include assert.h.
29639         (getstr): Remove warning-evoking assertions.
29640         Return -1 if offset parameter is out of bounds.
29641         Change the type of a local from int to size_t.
29642
29643         * lib/strftime.c (my_strftime_localtime_r): Include this function
29644         definition in the `#if ! HAVE_TM_GMTOFF' block.
29645
29646         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
29647         Include xalloc.h instead.
29648
29649 2001-12-02  Jim Meyering  <meyering@lucent.com>
29650
29651         * lib/tempname.c: Don't declare getenv, thus reverting the change of
29652         2001-11-18.  It's no longer necessary, now that stdlib.h is always
29653         included.
29654
29655         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
29656         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
29657
29658 2001-11-30  Akim Demaille  <akim@epita.fr>
29659
29660         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
29661         before being defined.
29662
29663 2001-11-27  Paul Eggert  <eggert@twinsun.com>
29664
29665         * lib/quotearg.h (quotearg_n, quotearg_n_style):
29666         First arg is int, not unsigned.
29667         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
29668         (SIZE_MAX, UINT_MAX): New macros.
29669         (quotearg_n_options): Abort if N is negative.
29670         Avoid overflow check on hosts where size_t is 64 bits and int
29671         is 32 bits, as overflow is impossible there.
29672         Fix off-by-one typo that caused unnecessary reallocation.
29673
29674 2001-11-27  Jim Meyering  <meyering@lucent.com>
29675
29676         * lib/tempname.c: Merge with version from libc.
29677         * lib/regex.c: Likewise.
29678
29679         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
29680         systems for which STDC_HEADERS is 0, it was not included, resulting in
29681         a warning about an integer-to-pointer conversion problem with getenv.
29682         Reported by Volker Borchert.
29683
29684 2001-11-26  Jim Meyering  <meyering@lucent.com>
29685
29686         * lib/gtod.h: Remove file.
29687         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
29688         * lib/gettimeofday.c: Don't include gtod.h.
29689         (GTOD_init): Remove function.
29690         (rpl_gettimeofday): Do its job here instead, rather than aborting.
29691         Suggestion from Volker Borchert.
29692
29693 2001-11-23  Jim Meyering  <meyering@lucent.com>
29694
29695         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
29696         it.
29697         * lib/hash.c (struct hash_table): Define it here instead.
29698
29699 2001-11-22  Jim Meyering  <meyering@lucent.com>
29700
29701         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
29702
29703 2001-11-20  Jim Meyering  <meyering@lucent.com>
29704
29705         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
29706         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
29707
29708 2001-11-19  Jim Meyering  <meyering@lucent.com>
29709
29710         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
29711         directory.  Use "conftestXXXXXX" as the template.
29712         Suggestion from Paul Eggert.
29713
29714         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
29715         immediately, so the test doesn't mistakenly hit the max-open-files
29716         limit.
29717
29718 2001-11-18  Paul Eggert  <eggert@twinsun.com>
29719
29720         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
29721         (TEMPORARIES): New macro.
29722         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
29723         removes an artificial limitation (e.g. HP-UX 10.20, where
29724         TMP_MAX is 17576).
29725
29726 2001-11-18  Jim Meyering  <meyering@lucent.com>
29727
29728         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
29729
29730 2001-11-18  Jim Meyering  <meyering@lucent.com>
29731
29732         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
29733         on SunOS 4.
29734
29735         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
29736         files will be created before anything else.
29737
29738 2001-11-17  Paul Eggert  <eggert@twinsun.com>
29739
29740         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
29741         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
29742
29743 2001-11-17  Jim Meyering  <meyering@lucent.com>
29744
29745         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
29746         Prompted by a report from Bob Proulx.
29747
29748         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
29749         Instead, require UTILS_FUNC_MKSTEMP.
29750
29751 2001-11-17  Jim Meyering  <meyering@lucent.com>
29752
29753         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
29754         Now, that's done as part of AC_FUNC_STRTOD.
29755
29756 2001-11-17  Jim Meyering  <meyering@lucent.com>
29757
29758         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
29759         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
29760         rather than group writable.  Patch by Juan F. Codagnone.
29761
29762         * lib/readtokens.c: Remove explicit declarations of xmalloc and
29763         xrealloc, Instead, include "xalloc.h".
29764
29765         * lib/mountlist.c: Include unlocked-io.h after all system headers.
29766         Remove explicit declarations of xmalloc, xrealloc,
29767         and xstrdup.  Instead, include "xalloc.h".
29768
29769         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
29770         unlocked-io.h.
29771         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
29772         Likewise.
29773         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
29774
29775         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
29776         Reported by Padraig Brady.
29777
29778         * lib/mkstemp.c: #undef mkstemp.
29779         Include config.h.
29780         (rpl_mkstemp): Rename from mkstemp.
29781         Protoize.
29782
29783 2001-11-16  Jim Meyering  <meyering@lucent.com>
29784
29785         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
29786         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
29787         determine the amount of total physical memory, use pstat_getstatic.
29788         HPUX-11 doesn't define _SC_PHYS_PAGES.
29789         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
29790         If sysconf couldn't be used to determine the amount of available
29791         physical memory, use both pstat_getstatic and pstat_getdynamic.
29792         Based on a patch from Bob Proulx.
29793
29794 2001-11-10  Jim Meyering  <meyering@lucent.com>
29795
29796         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
29797         (jm_PREREQ): Use it.
29798
29799 2001-11-09  Jim Meyering  <meyering@lucent.com>
29800
29801         * m4/jm-macros.m4: Require autoconf-2.52f.
29802         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
29803         Use these AC_-prefixed names, not the AM_-prefixed ones.
29804
29805         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
29806
29807 2001-11-05  Jim Meyering  <meyering@lucent.com>
29808
29809         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
29810
29811 2001-11-04  Jim Meyering  <meyering@lucent.com>
29812
29813         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
29814         $DEFS.
29815
29816 2001-11-03  Jim Meyering  <meyering@lucent.com>
29817
29818         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
29819         of AC_DEFUN.
29820
29821         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
29822         know the name of the variable in the macro definition.
29823
29824 2001-11-03  Jim Meyering  <meyering@lucent.com>
29825
29826         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
29827         in argmatch_to_argument call.
29828
29829         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
29830         argument.
29831
29832         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
29833         e.g., a fault due to an attempt to free a NULL pointer.
29834
29835 2001-11-01  Jim Meyering  <meyering@lucent.com>
29836
29837         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
29838         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
29839
29840 2001-11-01  Jim Meyering  <meyering@lucent.com>
29841
29842         * lib/dirfd.c, lib/dirfd.h: New files.
29843         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
29844
29845         * lib/hash.c (hash_print) [TESTING]: Clean up.
29846
29847 2001-10-22  Paul Eggert  <eggert@twinsun.com>
29848
29849         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
29850         to avoid a warning if -Wall.
29851
29852 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
29853
29854         * README: New file
29855         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
29856         (per RMS's instructions, this is now the canonical source)
29857         * lgpl/, gpl/: New directories.
29858
29859 2001-10-21  Paul Eggert  <eggert@twinsun.com>
29860
29861         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
29862
29863 2001-10-21  Jim Meyering  <meyering@lucent.com>
29864
29865         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
29866         this code would end up calling gettext even in packages built
29867         with --disable-nls.
29868         * lib/getopt.c (_): Likewise.
29869         * lib/regex.c (_): Likewise.
29870
29871 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29872
29873         * m4/error.m4 (jm_PREREQ_ERROR):
29874         Do not invoke AC_CHECK_FUNCS with strerror_r, as
29875         AC_FUNC_STRERROR_R does that.
29876         Check for strerror declaration.
29877
29878         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
29879         are supposed to have them these days.
29880         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
29881         Merge changes from latest Autoconf CVS.
29882         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
29883         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
29884         POSIX decided to standardize on the int flavor of strerror_r.
29885
29886 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29887
29888         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
29889         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
29890         Use strerror_r that is only a macro, even if it is not a function.
29891         (strerror): Check for HAVE_DECL_STRERROR before declaring.
29892         (private_strerror): Use prototypes, not old-style function definition.
29893         (print_errno_message): New function.
29894         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
29895         char*-flavored one.
29896         (error_tail, error, error_at_line): Use it.
29897
29898 2001-10-11  Jim Meyering  <meyering@lucent.com>
29899
29900         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29901         and quote_n (1, ... to avoid clobbering a buffer.
29902
29903 2001-10-05  Jim Meyering  <meyering@lucent.com>
29904
29905         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29906         hash-pjw.h.
29907         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29908         * lib/hash-pjw.h: New file.
29909
29910 2001-09-30  Jim Meyering  <meyering@lucent.com>
29911
29912         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29913         `struct fsstat' has the `f_fstypename' member.
29914         Use that to define FS_TYPE, which is now used to make
29915         the getfsstat link test tighter.
29916
29917 2001-09-30  Jim Meyering  <meyering@lucent.com>
29918
29919         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29920         Include <sys/ucred.h>, for Apple Darwin.
29921         Include sys/mount.h and sys/fs_types.h only if available.
29922         (FS_TYPE): Define.
29923         (read_filesystem_list): Use FS_TYPE.
29924
29925 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29926
29927         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29928         a boolean context.
29929
29930 2001-09-29  Jim Meyering  <meyering@lucent.com>
29931
29932         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29933         [one-argument getmntent function]): Include stdio.h before mntent.h.
29934         SunOS 4.1.x needs it for the declaration of `FILE'.
29935         Patch by Volker Borchert.
29936
29937         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29938         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29939         sys/fs_types.h, and make the link-test for getfsstat guard #include
29940         directives with appropriate #if HAVE_*_H tests so that we can
29941         detect getfsstat on Apple Darwin1.3.7 systems.
29942         Reported by Nelson Beebe.
29943         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29944
29945 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29946
29947         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29948         #defines strtoimax.  Also treat the other strto* functions
29949         like strtoimax.
29950
29951         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29952         Check for strtoul and strtoumax,
29953         as those declarations are made even in the signed case.
29954         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29955         Likewise, for strtol and strtoimax.
29956
29957 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29958
29959         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29960         #defines strtoimax.  Also treat the other strto* functions
29961         like strtoimax.
29962
29963         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29964         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29965         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29966
29967 2001-09-26  Jim Meyering  <meyering@lucent.com>
29968
29969         Most macros in unlocked-io.h had the wrong number of arguments.
29970         * lib/gen-uio: New script.
29971         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29972         * lib/unlocked-io.hin: Remove file.
29973         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29974         rather than trying to embed it here.
29975         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29976         Reported by Padraig Brady.
29977
29978 2001-09-25  Volker Borchert  <bt@teknon.de>
29979
29980         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29981         `result'.
29982
29983 2001-09-24  Jim Meyering  <meyering@lucent.com>
29984
29985         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29986
29987 2001-09-23  Jim Meyering  <meyering@lucent.com>
29988
29989         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29990         instead of the mere test for existence of mntent.h.  The latter
29991         would get a false-positive on AIX 3.4 systems.
29992         In the outer getmntent if-block, don't die if neither of the getmntent
29993         tests succeeds.  Instead, just fall through and continue with the
29994         remaining tests.
29995
29996 2001-09-23  Jim Meyering  <meyering@lucent.com>
29997
29998         * lib/mountlist.c: Remove useless parentheses in #if directives.
29999         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
30000         the deprecated MOUNTED symbol is no longer defined in mntent.h.
30001
30002 2001-09-22  Jim Meyering  <meyering@lucent.com>
30003
30004         * m4/gettext.m4: New file.  From gettext.
30005         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
30006         * m4/progtest.m4: Likewise
30007         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
30008         * m4/glibc21.m4: Likewise.
30009
30010         * m4/libintl.m4: Remove.  No longer used.
30011
30012 2001-09-22  Jim Meyering  <meyering@lucent.com>
30013
30014         * lib/localcharset.c: Update from latest gettext.
30015         * lib/config.charset: Likewise.
30016
30017 2001-09-20  Jim Meyering  <meyering@lucent.com>
30018
30019         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
30020         strtoimax.
30021         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
30022         strtoumax.
30023
30024 2001-09-20  Jim Meyering  <meyering@lucent.com>
30025
30026         * lib/xstrtol.c (strtoimax): Guard declaration with
30027         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
30028         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
30029         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
30030         (strtoumax): Likewise, for completeness (it wasn't necessary).
30031
30032 2001-09-17  Paul Eggert  <eggert@twinsun.com>
30033
30034         * lib/strtoimax.c (HAVE_LONG_LONG):
30035         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
30036         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
30037         to work around bug in IBM C compiler.
30038
30039 2001-09-17  Jim Meyering  <meyering@lucent.com>
30040
30041         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
30042         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
30043         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
30044         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
30045         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
30046         whenever the right hand side need not be expanded by the shell.
30047
30048 2001-09-16  Paul Eggert  <eggert@twinsun.com>
30049
30050         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
30051         library.  It's not correct, as some older glibcs are buggy.
30052         fnmatch wasn't fixed until glibc 2.2.
30053
30054         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
30055         special shell magic here.
30056
30057 2001-09-16  Jim Meyering  <meyering@lucent.com>
30058
30059         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
30060         * m4/jm-macros.m4: Require it.
30061
30062 2001-09-16  Jim Meyering  <meyering@lucent.com>
30063
30064         * lib/mkdir.c: New file.
30065
30066 2001-09-15  Jim Meyering  <meyering@lucent.com>
30067
30068         * m4/jm-macros.m4: Check for help2man.
30069
30070 2001-09-11  Jim Meyering  <meyering@lucent.com>
30071
30072         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
30073         The body, by Paul Eggert, was moved here from configure.in.
30074         * m4/jm-macros.m4: Require UTILS_HOST_OS.
30075
30076 2001-09-04  Paul Eggert  <eggert@twinsun.com>
30077
30078         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
30079         (jm_PREREQ): Use it.
30080
30081 2001-09-04  Paul Eggert  <eggert@twinsun.com>
30082
30083         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
30084         Use ssize_t, not int, to store result of readlink.
30085         Check for ssize_t overflow as well as size_t overflow,
30086         as POSIX says the result of readlink is implementation-defined
30087         when ssize_t overflows.
30088         Remove unnecessary cast to char*.
30089         Use free+malloc instead of realloc, as the storage doesn't need
30090         to be preserved and it's clearer and can be more efficient that way.
30091         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
30092         * lib/xreadlink.h (xreadlink): Update prototype.
30093
30094 2001-09-04  Paul Eggert  <eggert@twinsun.com>
30095
30096         * lib/xgetcwd.c: Revert some of the previous change; intead,
30097         fix the HAVE_GETCWD_NULL code to behave more like the
30098         !HAVE_GETCWD_NULL code used to.
30099
30100         Include "xalloc.h".
30101         (xgetcwd): Do not return NULL when memory is exhausted; instead,
30102         invoke xalloc_die.
30103
30104 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30105
30106         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
30107         sys/param.h, as pathmax.h includes them.
30108
30109 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30110
30111         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
30112         (jm_PREREQ_XGETCWD): New macro.
30113
30114         * m4/getcwd.m4: New file.
30115
30116 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30117
30118         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
30119         like the HAVE_GETCWD_NULL code.
30120         Include pathmax.h if not HAVE_GETCWD.
30121         Do not include xalloc.h.
30122         (INITIAL_BUFFER_SIZE): New symbol.
30123         Do not use xmalloc / xrealloc, since the caller is responsible for
30124         handling errors.  Preserve errno around `free' during failure.
30125         Do not overrun buffer when using getwd.
30126
30127 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30128
30129         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
30130         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
30131         getcwd (NULL, 0).
30132
30133 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30134
30135         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
30136         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
30137         spotted by Jim Meyering.
30138
30139 2001-09-03  Jim Meyering  <meyering@lucent.com>
30140
30141         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
30142         failure.
30143
30144 2001-09-02  Jim Meyering  <meyering@lucent.com>
30145
30146         * lib/error.c: Update from GNU libc.
30147
30148 2001-09-01  Jim Meyering  <meyering@lucent.com>
30149
30150         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
30151         Used by df.
30152
30153 2001-09-01  Jim Meyering  <meyering@lucent.com>
30154
30155         * lib/xreadlink.c: New file.
30156         * lib/xreadlink.h: New file.
30157         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
30158         xreadlink.h.
30159
30160         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
30161         doesn't conflict with sparc Solaris 7's definition in
30162         /usr/include/sys/int_types.h.
30163
30164         * lib/exclude.c: Use `""', not `<>' to #include non-system header
30165         files.
30166         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
30167         and strncasecmp as r-values.  Unixware didn't have declarations.
30168
30169 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30170
30171         * lib/xstrtol.h: Add copyright notice.
30172         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
30173         LONGINT_INVALID_SUFFIX_CHAR.
30174
30175 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30176
30177         * lib/xstrtol.c (strtoimax): New decl.
30178
30179 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30180
30181         * lib/xgetcwd.c: Don't include pathmax.h.
30182         Include stdlib.h and unistd.h if available.
30183         Include xalloc.h.
30184         (xmalloc, xstrdup, free): Remove decls.
30185         (xgetcwd): Don't assume sizes fit in unsigned.
30186         Check for overflow when computing sizes.
30187         Simplify reallocation code.
30188
30189 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30190
30191         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
30192         a directory's st_size can have an arbitrary value, so the old
30193         usage could waste an arbitrary amount of memory.  All uses
30194         changed.
30195         * lib/savedir.h: Update prototype.
30196
30197 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30198
30199         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
30200
30201         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
30202         old strtoimax.c.
30203
30204         Also, make the following further changes to make this file's
30205         configuration more similar to that of strtol.c:
30206         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
30207         (strtoumax, uintmax_t, strtoull, strtol): Remove.
30208         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
30209         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
30210         changed to signed values.
30211
30212         And make the following changes as well:
30213         Fix copyright notice, as 1999 was missing.
30214         (verify): New macro.
30215         (strtoimax): Check sizes at compile-time, not run-time.
30216         Prefer strtol to strtoll if both work.
30217         (main): Remove; it was not that useful and was a pain to maintain.
30218
30219         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
30220
30221 2001-08-31  Jim Meyering  <meyering@lucent.com>
30222
30223         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
30224         Use an initial, malloc'd, buffer of length 128 rather than
30225         a statically allocated one of length 1024.
30226
30227 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30228
30229         Simplify code, partly by assuming autoconf 2.52 semantics.
30230
30231         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
30232
30233         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
30234         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
30235         All uses removed.
30236         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
30237         Move AC_REQUIRE to next-to-top level, to avoid confusion.
30238         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
30239         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
30240         jm_AC_HEADER_INTTYPES_H.
30241         * m4/jm-macros.m4 (jm_MACROS): Likewise.
30242
30243         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
30244
30245         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
30246         Quote first arg of AC_DEFUN.
30247         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
30248         since they are needed to parse the include file even if we need
30249         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
30250         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
30251         but with opposite signedness.
30252
30253 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30254
30255         Merge 'exclude' changes from tar 1.13.22.
30256         This fixes one or two unlikely storage allocation overflow bugs,
30257         but doesn't change user-visible behavior otherwise.
30258
30259 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30260
30261         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
30262         (jm_PREREQ_EXCLUDE): New macro.
30263
30264 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30265
30266         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
30267         tm to be declared.
30268
30269 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30270
30271         * lib/hash.c: Remove '2001' from copyright notice.
30272
30273 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30274
30275         * lib/full-write.h: New file.
30276         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
30277         * lib/full-write.c: Correct credits, as cccp.c no longer
30278         exists and anyway it was so heavily changed from the old cccp
30279         code as to be unrecognizable.  Include full-write.h.
30280         (full_write) Return size_t, with short writes meaning failure.
30281         All callers changed.  This fixes a bug with large buffers
30282         on 64-bit hosts.
30283         * lib/utime.c: Include full-write.h.
30284
30285 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30286
30287         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
30288         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
30289         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
30290         Include if available.
30291         (<xalloc.h>): Include
30292         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
30293         (verify): New macro.  Use it to verify that EXCLUDE macros do not
30294         collide with FNM macros.
30295         (struct patopts): New struct.
30296         (struct exclude): Use it, as exclude patterns now come with options.
30297         (new_exclude): Support above changes.
30298         (new_exclude, add_exclude_file):
30299         Initial size must now be a power of two to simplify overflow checking.
30300         (free_exclude, fnmatch_no_wildcards): New function.
30301         (excluded_filename): No longer requires options arg, as the options
30302         are determined by add_exclude.  Now returns bool, not int.
30303         (excluded_filename, add_exclude):
30304         Add support for the fancy new exclusion options.
30305         (add_exclude, add_exclude_file): Now takes int options arg.
30306         Check for arithmetic overflow when computing sizes.
30307         (add_exclude_file): xrealloc might modify errno, so don't
30308         realloc until after errno might be used.
30309
30310         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
30311         New macros.
30312         (free_exclude): New decl.
30313         (add_exclude, add_exclude_file): Now takes int options arg.
30314         (excluded_filename): No longer requires options arg, as the options
30315         are determined by add_exclude.  Now returns bool, not int.
30316
30317 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30318
30319         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
30320
30321 2001-08-27  Jim Meyering  <meyering@lucent.com>
30322
30323         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
30324
30325         * lib/version-etc.c (N_): Remove definition.
30326         Revert most of last change.
30327         Instead, simply don't mark the `Copyright...' string for translation.
30328         Based on advice from Paul Eggert.
30329
30330         * lib/strtoxmax.c: Tweak comment.
30331
30332 2001-08-26  Jim Meyering  <meyering@lucent.com>
30333
30334         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
30335
30336         * m4/xstrtoimax.m4: New file.
30337         * m4/xstrtoumax.m4: Add comments explaining why we
30338         AC_REPLACE_FUNCS(strtol).
30339
30340 2001-08-26  Jim Meyering  <meyering@lucent.com>
30341
30342         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
30343         of copyright with `%s' so translators don't get an untranslated
30344         message in 2002.
30345         (COPYRIGHT_YEAR): Define.
30346         (version_etc): Use fprintf rather than fputs.
30347         Suggestion from Ulrich Drepper.
30348
30349         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
30350
30351         * lib/strtoll.c: New file, from GNU libc.
30352         * lib/xstrtoimax.c: New file.
30353
30354         * lib/xstrtol.h: Add xstrtoimax.
30355         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
30356         * lib/strtoimax.c: New file.  Likewise, but first define
30357         STRTOUXMAX_SIGNED.
30358
30359         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
30360         ...
30361         * lib/strtoxmax.c: ... then renamed to this.
30362
30363 2001-08-18  Paul Eggert  <eggert@twinsun.com>
30364
30365         * m4/inttypes.m4: Add AC_PREREQ(2.13).
30366         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
30367         (jm_AC_TYPE_INTMAX_T): New macro.
30368         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
30369
30370         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
30371
30372         * m4/longlong.m4: Renamed from ulonglong.m4.
30373         * m4/inttypes.m4: Renamed from inttypes_h.m4.
30374         * m4/uintmax_t.m4: Removed.
30375
30376 2001-08-13  Paul Eggert  <eggert@twinsun.com>
30377
30378         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
30379         Port to Solaris 8, where 'sed' requires a space after the 'r'
30380         command, and where sh dislikes "$/".  Clean up the spacing a bit.
30381         Redirect output to $tmp just once.
30382
30383 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
30384
30385         * lib/addext.c (<errno.h>): Include.
30386         (errno): Declare if not defined.
30387         (addext): Work correctly when pathconf returns -1 and leaves
30388         errno alone because there is no limit.  Also, work even if
30389         pathconf returns a value greater than SIZE_MAX.
30390
30391 2001-08-12  Jim Meyering  <meyering@lucent.com>
30392
30393         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
30394         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
30395         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
30396         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
30397         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
30398         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
30399         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
30400         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
30401         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
30402         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
30403         utime.m4, utimes.m4, xstrtoumax.m4:
30404         Quote the first argument in each use of AC_DEFUN.
30405
30406 2001-08-12  Jim Meyering  <meyering@lucent.com>
30407
30408         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
30409         Simply `return getcwd (NULL, 0);'.
30410         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
30411         Use 1300 as initial value for length, not PATH_MAX.
30412
30413         * lib/pathmax.h: Clean up cpp syntax.
30414
30415 2001-08-12  Jim Meyering  <meyering@lucent.com>
30416
30417         * lib/gettimeofday.c: New file.
30418         * lib/gtod.h: New file.
30419         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
30420
30421 2001-08-05  Jim Meyering  <meyering@lucent.com>
30422
30423         * m4/jm-macros.m4: Require autoconf-2.52.
30424
30425 2001-08-04  Jim Meyering  <meyering@lucent.com>
30426
30427         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
30428         stmt, to get in sync with glibc.
30429
30430 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30431
30432         The following changes are from gettext 0.10.39 as maintained by
30433         Bruno Haible.
30434
30435         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
30436         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
30437         with inverted sense.  All uses changed.
30438
30439         * lib/mbswidth.c: Don't include <limits.h>.
30440         Include <stdlib.h> and <string.h> unconditionally.
30441         (iswcntrl, mbsinit, ISCNTRL): New macros.
30442         (mbsnwidth): Use K&R style function declarations.
30443         Don't bother checking for MB_LEN_MAX == 1, since the compiler
30444         can optimize it when MB_CUR_MAX == 1.
30445         The width of control characters is zero, not 1.
30446
30447 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30448
30449         The following changes are from gettext 0.10.39 as maintained by
30450         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
30451
30452         * m4/codeset.m4: Upgrade to serial AM1.
30453         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
30454         all uses changed.  Quote first arg of AC_DEFUN.
30455         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
30456
30457         * m4/iconv.m4: Upgrade to serial AM2.
30458         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
30459         Add --with-libconv-prefix.
30460         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
30461         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
30462         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
30463         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
30464         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
30465
30466         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
30467         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
30468         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
30469         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
30470         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
30471         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
30472         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
30473         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
30474         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
30475
30476         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
30477         string.h any more.
30478
30479         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
30480         not the default value.
30481
30482         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
30483         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
30484         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
30485         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
30486         Also check for iswcntrl, used for wcwidth fallback.
30487         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
30488         to Autoconf 2.13.
30489
30490 2001-08-03  Jim Meyering  <meyering@lucent.com>
30491
30492         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
30493         as it was in the original.  Reported by Paul Eggert.
30494
30495 2001-07-16  Jim Meyering  <meyering@lucent.com>
30496
30497         * m4/gettimeofday.m4: New file.
30498         Prompted by a report from Bernhard Baehr.
30499
30500 2001-07-15  Jim Meyering  <meyering@lucent.com>
30501
30502         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
30503         stuff. Now it's in ../Makefile.cfg.
30504
30505 2001-07-15  Jim Meyering  <meyering@lucent.com>
30506
30507         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
30508         (BUILT_SOURCES): Add unlocked-io.h.
30509         (io_functions): Define.
30510         (unlocked-io.h): New rule.
30511         (DISTCLEANFILES): Add unlocked-io.h.
30512         (all-local): Depend on unlocked-io.h, to ensure it is created.
30513
30514         * lib/unlocked-io.hin: New file
30515
30516         * lib/regex.c: Update from glibc.
30517
30518 2001-07-05  Jim Meyering  <meyering@lucent.com>
30519
30520         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
30521         recommendation.
30522         (libfetish_a_SOURCES): Put all .h files here instead.
30523         Remove a thus-exposed (better checks in automake) duplicate and
30524         two unnecessary .h files.
30525
30526 2001-07-04  Jim Meyering  <meyering@lucent.com>
30527
30528         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
30529         that generates jm-glibc-io.m4 so that it doesn't trigger any make
30530         distcheck failure.
30531
30532 2001-07-02  Jim Meyering  <meyering@lucent.com>
30533
30534         The following changes were prompted by suggestions from Bruno Haible.
30535
30536         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
30537         is now generated.
30538         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
30539         definition of EXTRA_DIST.
30540         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
30541         ensure that the generated file is created/updated whenever the list
30542         of $(unlocked_functions) is changed.
30543         (jm-glibc-io.m4): New rule.
30544         (unlocked-io.h): New rule -- currently unused.
30545
30546 2001-06-24  Jim Meyering  <meyering@lucent.com>
30547
30548         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
30549         unmatched right bracket, rather than kludging it with an extra,
30550         falsely-matching quote in a comment.  Patch by Akim Demaille.
30551
30552 2001-06-11  Jim Meyering  <meyering@lucent.com>
30553
30554         * lib/regex.c: Update from GNU libc.
30555
30556 2001-05-27  Jim Meyering  <meyering@lucent.com>
30557
30558         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
30559         Check for ut_type in struct utmp.
30560
30561 2001-05-27  Jim Meyering  <meyering@lucent.com>
30562
30563         * lib/readutmp.h (UT_TYPE): Define.
30564
30565 2001-05-24  Jim Meyering  <meyering@lucent.com>
30566
30567         * lib/argmatch.c: Include "quote.h".
30568         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
30569         quote function.  Reported by Gƶran Uddeborg.
30570
30571 2001-05-22  Jim Meyering  <meyering@lucent.com>
30572
30573         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
30574         now that we use the package-supplied version unconditionally.
30575         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
30576
30577 2001-05-21  Jim Meyering  <meyering@lucent.com>
30578
30579         * m4/regex.m4: Change a couple backticks to single quotes to avoid
30580         shell syntax errors.
30581
30582 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30583
30584         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
30585
30586 2001-05-20  Paul Eggert  <eggert@twinsun.com>
30587
30588         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
30589         Don't bother to check library strftime, since
30590         we'll be using our own my_strftime function anyway.
30591         Define my_strftime instead of strftime.
30592
30593 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
30594
30595         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
30596         which is not yet declared.
30597
30598 2001-05-15  Jim Meyering  <meyering@lucent.com>
30599
30600         * m4/regex.m4: Use proper quoting so brackets appear in the test
30601         program.
30602         Reported by, and with help from, Bruno Haible.
30603
30604 2001-05-13  Jim Meyering  <meyering@lucent.com>
30605
30606         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
30607         undefined.
30608
30609 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30610
30611         dirname code cleanup.  base_name now behaves more compatibly
30612         with POSIX basename when given file names that have trailing
30613         slashes, and similarly for dir_name.  Add new primitives
30614         base_len and dir_len.  Put the directory-name-related decls
30615         into dirname.h.
30616
30617         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
30618         * lib/backupfile.c (base_name): Likewise.
30619         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
30620         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
30621         * lib/makepath.c (strip_trailing_slashes): Likewise.
30622         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
30623         ISSLASH): Likewise.
30624         * lib/rename.c (strip_trailing_slashes): Likewise.
30625         * lib/same.c (base_name): Likewise.
30626         * lib/stripslash.c (ISSLASH): Likewise.
30627
30628         * lib/addext.c: Include <dirname.h> after size_t is defined.
30629         * lib/backupfile.c: Likewise.
30630
30631         * lib/addext.c (addext): Use base_len to trim redundant
30632         trailing slashes instead of doing it ourselves.
30633         But do not trim the last slash if it is not redundant.
30634
30635         * lib/backupfile.c (find_backup_file_name,
30636         max_backup_version): Use base_len instead of rolling it ourselves.
30637         Handle the case of "" and (on DOS) "C:" correctly.
30638
30639         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
30640         needed. Include <string.h>, <dirname.h>.
30641         (base_name): Allow file names ending in slashes, other than names
30642         that are all slashes.  In this case, return the basename followed
30643         by the slashes.  This is more general, and can be used in places
30644         where the original base_name purposely had an assertion failure.
30645         (base_len): New function.
30646
30647         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
30648         Do not include <assert.h>; no longer needed.
30649         Include xalloc.h.
30650         (memrchr): Remove decl.
30651         (dir_name_r): Remove.
30652         (dir_len): Renamed from dirlen.  All callers changed.
30653         Rewrite in terms of base_name, for simplicity and consistency.
30654         (dir_name): Never return NULL.  All callers changed.
30655         Do not include <stdlib.h> in test program; no longer needed.
30656         return 0; is fine for test program.
30657
30658         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
30659         New macros.
30660         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
30661
30662         * lib/path-concat.c (path_concat): Use base_len to compute
30663         base length, not strlen; this means we cannot rely on memcpy
30664         to null-terminate.
30665
30666         * lib/same.c (STREQ): Remove.
30667         (same_name): Handle the case where the basename ends in trailing '/'.
30668
30669         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
30670         a slash was stripped.  Do not strip the last slash after a
30671         file system prefix.
30672
30673 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30674
30675         * lib/Makefile.am (libfetish_a_SOURCES):
30676         Add strftime.c, since we now compile it on all hosts.
30677
30678         * lib/strftime.c (my_strftime):
30679         Define to nstrftime if emacs, but only if my_strftime is not defined.
30680         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
30681         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
30682         Add one more extra argument: a nanoseconds value.
30683         All uses changed.
30684         (ns): New macro.
30685         (my_strftime function): Add %N format.
30686         (emacs_strftimeu): Renamed from emacs_strftime,
30687         with extra ut argument.
30688
30689 2001-05-09  Paul Eggert  <eggert@twinsun.com>
30690
30691         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
30692
30693 2001-04-21  Jim Meyering  <meyering@lucent.com>
30694
30695         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
30696         doesn't interfere.
30697
30698 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30699
30700         * m4/ftruncate.m4: Check for chsize.
30701         Link with ftruncate.o unconditionally if ftruncate is missing.
30702         This was required when cross-compiling to i586-mingw32msvc.
30703
30704 2001-04-08  Jim Meyering  <meyering@lucent.com>
30705
30706         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
30707         recomputed; that's necessary when the offset spans a DST transition.
30708         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
30709
30710 2001-04-02  Jim Meyering  <meyering@lucent.com>
30711
30712         * lib/regex.h, regex.c: Update from GNU libc.
30713
30714 2001-03-24  Jim Meyering  <meyering@lucent.com>
30715
30716         * m4/jm-macros.m4: Require autoconf-2.49d.
30717
30718 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
30719
30720         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
30721
30722 2001-03-19  Paul Eggert  <eggert@twinsun.com>
30723
30724         * lib/version-etc.c (version_etc_copyright): Update to 2001.
30725
30726 2001-03-17  Jim Meyering  <meyering@lucent.com>
30727
30728         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
30729         now that the version in autoconf is equivalent.
30730         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
30731
30732         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
30733         Suggestion from Akim Demaille.
30734
30735         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
30736         (jm_PREREQ_TEMPNAME): New function.
30737
30738 2001-03-16  Paul Eggert  <eggert@twinsun.com>
30739
30740         * lib/tempname.c (uint64_t): Define to uintmax_t if
30741         not defined, and if UINT64_MAX is not defined.
30742         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
30743         Reported by John David Anglin.
30744
30745 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
30746
30747         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
30748         resolve alias if codeset is empty.
30749         * lib/config.charset (BeOS): Use wildcard syntax.
30750
30751 2001-03-13  Jim Meyering  <meyering@lucent.com>
30752
30753         * lib/path-concat.c (path_concat)
30754         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
30755         concatenating e.g., `C:' and `foo'.
30756         From Bruno Haible.
30757
30758 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30759
30760         * lib/localcharset.c (locale_charset): Don't use
30761         setlocale(LC_CTYPE,NULL). Don't return NULL.
30762         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
30763
30764 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30765
30766         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
30767         support for DOS/DJGPP.
30768
30769 2001-03-01  Paul Eggert  <eggert@twinsun.com>
30770
30771         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
30772         lacks mkstemp.  Compile our own tempname.c if we compile our own
30773         mkstemp.c, as mkstemp relies on tempname.
30774
30775 2001-03-01  Jim Meyering  <meyering@lucent.com>
30776
30777         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
30778         AH_VERBATIM really does output its argument verbatim.
30779
30780 2001-02-28  Paul Eggert  <eggert@twinsun.com>
30781
30782         * lib/Makefile.am (libfetish_a_SOURCES):
30783         Add dup-safer.c, fopen-safer.c.
30784         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
30785
30786         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
30787         * lib/unistd-safer.h: New files.
30788
30789 2001-02-25  Paul Eggert  <eggert@twinsun.com>
30790
30791         The mkstemp replacement is taken from glibc 2.2.2, with some
30792         portability fixes for use outside glibc, as follows:
30793
30794         * lib/tempname.c (struct_stat64): New macro.
30795         (direxists, __gen_tempname): Use it.
30796         This avoids a portability problem with Solaris 8.
30797
30798         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
30799         (<stddef.h>, <stdint.h>, <string.h>):
30800         Include only if STDC_HEADERS || _LIBC.
30801         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
30802         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
30803         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
30804         (__set_errno): Define this macro if <errno.h> doesn't.
30805         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
30806         Define these macros if <stdio.h> doesn't.
30807         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
30808         Define these macros if <sys/stat.h>
30809         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
30810         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
30811         __xstat64): Define if not _LIBC.
30812         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
30813         (__gen_tempname): Invoke gettimeofday only if
30814         HAVE_GETTIMEOFDAY || _LIBC;
30815         otherwise, fall back on plain "time".
30816         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
30817
30818         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
30819
30820         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
30821
30822 2001-02-18  Paul Eggert  <eggert@twinsun.com>
30823
30824         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
30825
30826 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30827
30828         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
30829         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
30830         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
30831         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30832
30833 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30834
30835         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
30836         Remove workaround macros for hosts that have mbrtowc but not
30837         mbstate_t, as we now insist on proper declarations for both
30838         before using mbrtowc.
30839
30840 2001-02-17  Jim Meyering  <meyering@lucent.com>
30841
30842         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
30843         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
30844         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
30845         UnixWare 7.1.1.
30846
30847         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
30848         rather than AC_CACHE_VAL.
30849
30850 2001-02-17  Jim Meyering  <meyering@lucent.com>
30851
30852         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
30853         around included file name.
30854
30855         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
30856
30857         * lib/strftime.c: Update from GNU libc (the only changes were to
30858         comments).
30859
30860 2001-02-17  Jim Meyering  <meyering@lucent.com>
30861
30862         * lib/regex.c: Update from libc.
30863
30864 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
30865
30866         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
30867         clash.
30868
30869 2001-02-16  Paul Eggert  <eggert@twinsun.com>
30870
30871         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
30872         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
30873         Reported by Mark Hounschell via Paul Eggert.
30874
30875 2001-02-07  Jim Meyering  <meyering@lucent.com>
30876
30877         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
30878
30879 2001-02-05  Jim Meyering  <meyering@lucent.com>
30880
30881         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
30882         it includes the patch required for `large file' support with at least
30883         HP-UX's 10.20 /bin/cc.
30884
30885 2001-02-03  Jim Meyering  <meyering@lucent.com>
30886
30887         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
30888         AS_IF, now that it works once again (mysteriously).
30889         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30890
30891 2001-01-30  Jim Meyering  <meyering@lucent.com>
30892
30893         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
30894         * m4/chown.m4: Rename conftestchown to conftest.chown.
30895         * m4/rename.m4: s/conftestdir/conftest.d1/ and
30896         s/conftestdir2/conftest.d2/.
30897         * m4/utimes.m4: s/conftestdata/conftest.data/
30898         Inspired by Pavel Roskin's change in autoconf.
30899
30900 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30901
30902         * lib/config.charset: Update for FreeBSD 4.2.
30903
30904 2001-01-27  Jim Meyering  <meyering@lucent.com>
30905
30906         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30907         a use of AS_IF.
30908         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30909
30910 2001-01-26  Jim Meyering  <meyering@lucent.com>
30911
30912         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30913         quotearg.c includes it.
30914
30915 2001-01-26  Jim Meyering  <meyering@lucent.com>
30916
30917         * lib/quotearg.c: Include stddef.h.
30918         * lib/quote.c: Include stddef.h.
30919         Reported by Axel Kittenberger.
30920
30921         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30922         line in double quotes so that it evokes a better diagnostic.
30923         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30924         Reported by Axel Kittenberger.
30925
30926 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30927
30928         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30929         as if it was a `charset'.
30930
30931 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30932
30933         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30934         has const.
30935
30936 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30937
30938         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30939         to avoid a warning.  Add back 'const' to inptr.
30940
30941 2001-01-20  Jim Meyering  <meyering@lucent.com>
30942
30943         Be sure that headers are checked before used in code compiled
30944         for the type checks.
30945         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30946         In place of that, invoke jm_CHECK_ALL_TYPES.
30947         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30948         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30949         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30950         The check for ssize_t was mistakenly run before the test for unistd.h.
30951
30952         The configure-time check for stdbool.h was missing.
30953         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30954         (jm_PREREQ_HASH): New function.
30955
30956 2001-01-17  Jim Meyering  <meyering@lucent.com>
30957
30958         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30959         for autoconf-2.49c.
30960         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30961
30962 2001-01-16  Jim Meyering  <meyering@lucent.com>
30963
30964         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30965         From Bruno Haible.
30966
30967 2001-01-14  Jim Meyering  <meyering@lucent.com>
30968
30969         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30970         foo and bar.  Create conftestdir/ in the script, not in the C code.
30971         Remove directories in the script, not in the C code.
30972         Remove conftestdir{,2} before trying to create the directory.
30973         Make the entire configure script fail if the mkdir fails.
30974
30975 2001-01-14  Jim Meyering  <meyering@lucent.com>
30976
30977         * lib/rename.c: New file.  From Volker Borchert.
30978         Include stdlib.h, string.h or strings.h, and xalloc.h.
30979         Use strip_trailing_slashes rather than open-coding it.
30980
30981 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30982
30983         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30984
30985 2001-01-03  Jim Meyering  <meyering@lucent.com>
30986
30987         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30988         of local `inptr' to avoid warning with some system declarations of
30989         iconv.
30990
30991 2001-01-02  Volker Borchert  <bt@teknon.de>
30992
30993         * m4/rename.m4: New file.
30994         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30995
30996 2001-01-01  Jim Meyering  <meyering@lucent.com>
30997
30998         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
30999         even on systems with utmpx.h.  It's necessary for the declaration of
31000         utmp's ut_user member.  Reported by Andreas Jaeger.
31001
31002         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
31003         available. They are required for the declarations of getgrgid and
31004         getpwuid resp.
31005         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
31006         Reported by Andreas Jaeger.
31007
31008 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
31009
31010         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
31011         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
31012         so `make install' also works in VPATH builds.
31013
31014 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
31015
31016         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
31017         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
31018         can be used in subdirectories.
31019
31020 2000-12-29  Paul Eggert  <eggert@twinsun.com>
31021
31022         * lib/modechange.c: Do not assume that mode_t uses the
31023         traditional octal encoding.  E.g. "chmod 1 FOO" should set
31024         the other-execute bit of FOO even if S_IXOTH != 1.
31025
31026         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
31027         WOTH, XOTH, ALLM): New macros.
31028         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
31029          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
31030         Use them.
31031         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
31032         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
31033         (mode_compile):
31034         No need to use uintmax_t; unsigned long is long enough.
31035         Don't bother to get suffix since we don't use it.
31036
31037 2000-12-26  Jim Meyering  <meyering@lucent.com>
31038
31039         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
31040         better with autoheader.
31041
31042 2000-12-24  Jim Meyering  <meyering@lucent.com>
31043
31044         * lib/hash.c (is_prime): Return explicit boolean values.
31045         (hash_get_first): Return NULL to appease Irix5.6's 89.
31046         Reported by Nelson Beebe.
31047
31048 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
31049
31050         * lib/localcharset.c (locale_charset): Add support for Win32.
31051
31052 2000-12-18  Paul Eggert  <eggert@twinsun.com>
31053
31054         * lib/physmem.h, lib/physmem.c: New files.
31055
31056         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
31057         (noinst_HEADERS): Add physmem.h.
31058
31059         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
31060         't' for compatibility with Solaris 8 sort.
31061
31062 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
31063
31064         * lib/config.charset: Add support for BeOS.
31065
31066 2000-12-17  Jim Meyering  <meyering@lucent.com>
31067
31068         * m4/dos.m4 (jm_AC_DOS): New file and macro.
31069         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
31070
31071 2000-12-16  Jim Meyering  <meyering@lucent.com>
31072
31073         This bug had a serious impact on chown: `chown N:M FILE' (for integer
31074         N and M) would have treated it like `chown N:N FILE'.
31075
31076         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
31077
31078 2000-12-16  Jim Meyering  <meyering@lucent.com>
31079
31080         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
31081         SHELLS_FILE to a file name that's useful on djgpp systems.
31082         Include stdlib.h.
31083         (ADDITIONAL_DEFAULT_SHELLS): Define.
31084         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
31085         Based mostly on a patch from Prashant TR.
31086
31087 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
31088
31089         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
31090         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
31091         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
31092
31093 2000-12-08  Andreas Schwab  <schwab@suse.de>
31094
31095         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
31096         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
31097
31098 2000-12-07  Jim Meyering  <meyering@lucent.com>
31099
31100         * lib/stripslash.c (ISSLASH): Define.
31101         (strip_trailing_slashes): Use ISSLASH rather than comparing against
31102         `/'.
31103         From Prashant TR.
31104
31105         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
31106         (dir_name_r): Declare this function as static.
31107         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
31108         manifest itself on a name containing a mix of slashes and
31109         backslashes.
31110         Make this function work with names starting with a DOS-style
31111         drive letter and colon prefix.
31112         (dir_name): Append `.' if necessary.
31113         Based mostly on patches from Prashant TR and Eli Zaretskii.
31114
31115         * lib/dirname.h (dir_name_r): Remove prototype.
31116
31117 2000-12-06  Paul Eggert  <eggert@twinsun.com>
31118
31119         * m4/off_t-format.m4: Remove this file.
31120         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
31121
31122 2000-12-06  Jim Meyering  <meyering@lucent.com>
31123
31124         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
31125         replacement strtoull, we may well need the replacement strtoul, too.
31126         Check for declarations of strtoul and strtoull.
31127         Check for strtol.  Mainly as a cue to cause automake to include
31128         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
31129         Check for limits.h -- strtol.c needs it.
31130
31131 2000-12-05  Jim Meyering  <meyering@lucent.com>
31132
31133         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
31134
31135 2000-12-04  Jim Meyering  <meyering@lucent.com>
31136
31137         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
31138         Also include memory.h, stdlib.h, unistd.h if appropriate.
31139         Reported by Andreas Jaeger (conflicting declaration of malloc).
31140
31141 2000-12-02  Jim Meyering  <meyering@lucent.com>
31142
31143         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
31144         * m4/jm-macros.m4 (jm_MACROS): require it.
31145
31146 2000-12-02  Jim Meyering  <meyering@lucent.com>
31147
31148         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
31149
31150 2000-12-01  Paul Eggert  <eggert@twinsun.com>
31151
31152         * lib/memrchr.c: Include <config.h> before any system include file.
31153
31154 2000-11-30  Jim Meyering  <meyering@lucent.com>
31155
31156         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
31157
31158 2000-11-30  Jim Meyering  <meyering@lucent.com>
31159
31160         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
31161
31162 2000-11-29  Paul Eggert  <eggert@twinsun.com>
31163
31164         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
31165
31166 2000-11-26  Jim Meyering  <meyering@lucent.com>
31167
31168         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
31169
31170 2000-11-22  Paul Eggert  <eggert@twinsun.com>
31171
31172         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
31173         size of (size_t) -1; it's not portable.
31174
31175 2000-11-17  Jim Meyering  <meyering@lucent.com>
31176
31177         * lib/strstr.c: Update from GNU libc.
31178
31179 2000-11-17  Akim Demaille  <akim@epita.fr>
31180
31181         * lib/obstack.h: Formatting changes.
31182         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
31183         prevent type checking.
31184         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
31185         cast the value to (void *): assigning a `foo *' to a `void *'
31186         variable is valid.
31187         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
31188
31189 2000-11-16  Jim Meyering  <meyering@lucent.com>
31190
31191         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
31192
31193 2000-11-11  Jim Meyering  <meyering@lucent.com>
31194
31195         * lib/error.c: Add a couple #includes, merging from GNU libc version.
31196
31197 2000-11-10  Jim Meyering  <meyering@lucent.com>
31198
31199         * lib/obstack.h: Update from GNU libc.
31200         * lib/obstack.c: Likewise.
31201
31202 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
31203
31204         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
31205
31206 2000-11-06  Paul Eggert  <eggert@twinsun.com>
31207
31208         * lib/getusershell.c (setusershell): Use rewind rather than
31209         fseek/fseeko, to avoid configuration hassles with fseeko.
31210         Don't bother opening SHELLS_FILE if shellstream is NULL;
31211         it's not necessary.
31212
31213 2000-11-05  Jim Meyering  <meyering@lucent.com>
31214
31215         * lib/makepath.h (make_dir): Declare.
31216         * lib/makepath.c (make_dir): Remove `static' attribute.
31217         Tweak a comment.
31218
31219 2000-11-04  Jim Meyering  <meyering@lucent.com>
31220
31221         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
31222
31223 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
31224
31225         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
31226         last one in a bucket, advance to the next bucket.
31227
31228 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
31229
31230         * lib/fnmatch.c: Do not comment out all the code if we are using
31231         the GNU C library, because in some cases we are replacing buggy
31232         code in the GNU C library itself.
31233
31234 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
31235
31236         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
31237         (regex_compile): Catch bogus \(\1\).
31238
31239 2000-10-30  Paul Eggert  <eggert@twinsun.com>
31240
31241         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
31242         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
31243         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
31244
31245 2000-10-30  Paul Eggert  <eggert@twinsun.com>
31246
31247         * lib/error.h, getline.h, modechange.h:
31248         Remove "2000" from Copyright line, as the file hasn't been
31249         changed this year other than in the copyright notice.
31250
31251         * lib/xalloc.h: Add "2000" to Copyright line, as this file
31252         was changed this year.
31253
31254 2000-10-29  Jim Meyering  <meyering@lucent.com>
31255
31256         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
31257         renaming.
31258         * m4/ls-mntd-fs.m4: Likewise
31259
31260 2000-10-29  Jim Meyering  <meyering@lucent.com>
31261
31262         * lib/xstat.in: Fix grammar in comment.
31263
31264 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
31265
31266         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
31267         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
31268         doesn't define __restrict_arr.
31269
31270 2000-10-28  Jim Meyering  <meyering@lucent.com>
31271
31272         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
31273         (jm_PREREQ_MEMCHR): New function.
31274
31275 2000-10-28  Jim Meyering  <meyering@lucent.com>
31276
31277         * lib/memchr.c: Update from libc.
31278         Adjust for portability:
31279         [HAVE_STDLIB_H]: Include stdlib.h.
31280         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
31281         Undef __memchr, too.
31282         [!weak_alias]: Define __memchr to memchr.
31283
31284         * lib/regex.c: Update from libc.
31285         * lib/regex.h: Likewise.
31286         * lib/getopt1.c: Likewise.
31287         * lib/memcmp.c: Likewise.
31288
31289         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
31290         Avoid using fseek, when possible -- it's broken by design.
31291         Patch by Ulrich Drepper.
31292
31293 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
31294
31295         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
31296         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
31297         Giving in to popular pressure to shut up the compiler with casts.
31298
31299 2000-10-26  Jim Meyering  <meyering@lucent.com>
31300
31301         * lib/strftime.c: Update from libc.
31302
31303 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
31304
31305         * regex.c: More `unsigned char' -> `re_char' changes.
31306         Also change several `int' into `re_wchar_t'.
31307         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
31308         (PUSH_FAILURE_POINTER): Don't cast any more.
31309         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
31310         We want GCC to complain, since this piece of code makes
31311         re_match non-reentrant, which *should* be fixed.
31312         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
31313         (EXTEND_BUFFER): Use RETALLOC.
31314         (SET_LIST_BIT): Don't cast.
31315         (re_wchar_t): New type.
31316         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
31317         that those two functions will always properly return.
31318         (IMMEDIATE_QUIT_CHECK): Cast to void.
31319         (analyse_first): Use recursion rather than an explicit stack.
31320         (re_compile_fastmap): Can't fail anymore.
31321         (re_search_2): Don't check re_compile_fastmap for failure.
31322         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
31323         Now also sets the new value (passed in a new argument).
31324         (re_match_2_internal): Use it.
31325         Also, use a new var `reg' of type size_t when looping through regs
31326         rather than reuse the inappropriate `mcnt'.
31327
31328 2000-10-25  Jim Meyering  <meyering@lucent.com>
31329
31330         * lib/obstack.c: Update from libc.
31331
31332 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
31333
31334         * regex.c (regex_compile): Change the way of handling a range from
31335         a char less than 256 to a char not less than 256.
31336
31337 2000-10-24  Andrew Innes  <andrewi@gnu.org>
31338
31339         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
31340         NT-Emacs only.
31341         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
31342         so that re_search functions only quit when callers expect them to.
31343
31344 2000-10-23  Jim Meyering  <meyering@lucent.com>
31345
31346         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
31347         wrong.  That set_locale call must not have any side effects.
31348         From Paul Eggert.
31349
31350 2000-10-22  Jim Meyering  <meyering@lucent.com>
31351
31352         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
31353         [CYCLIC]: Remove now-unused definition.
31354
31355         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
31356         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
31357         Suggestion from Ulrich Drepper.
31358
31359 2000-10-21  Jim Meyering  <meyering@lucent.com>
31360
31361         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
31362         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
31363         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
31364
31365 2000-10-21  Jim Meyering  <meyering@lucent.com>
31366
31367         * lib/dirname.c (memrchr): Declare if necessary.
31368         (dir_name): Remove the restriction that there be no
31369         trailing slashes.  Now, this code skips past them, effectively
31370         ignoring them.
31371         [TEST_DIRNAME] (main): New unit tests.
31372
31373         * lib/memrchr.c: New file from GNU libc.
31374         Undef __memrchr, too.
31375         [!weak_alias]: Define __memrchr to memrchr.
31376         Guard weak_alias use with `#ifdef weak_alias'.
31377
31378 2000-10-21  Jim Meyering  <meyering@lucent.com>
31379
31380         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
31381         (dir_name): Use dir_name_r.
31382         * lib/dirname.h (dir_name_r): Declare it.
31383
31384 2000-10-17  Jim Meyering  <meyering@lucent.com>
31385
31386         * lib/quote.h (PARAMS): Define and use.
31387         Reported by Akim Demaille.
31388
31389         * lib/getopt.c: Update from libc.
31390
31391 2000-10-16  Jim Meyering  <meyering@lucent.com>
31392
31393         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
31394         setlocale.
31395         From Jan Fedak.
31396
31397 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
31398
31399         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
31400
31401 2000-09-25  Jim Meyering  <meyering@lucent.com>
31402
31403         * lib/md5.h (rol): Define (from GnuPG).
31404
31405         * lib/sha.c: Give credit (GnuPG) where due.
31406         (M): Use rol rather than open-coding it.
31407         Add a FIXME comment.
31408
31409 2000-09-21  Jim Meyering  <meyering@lucent.com>
31410
31411         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
31412         Reported by Michael Stone.
31413
31414 2000-09-20  Jim Meyering  <meyering@lucent.com>
31415
31416         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
31417         (noinst_HEADERS): Add sha.h.
31418         Based on code from Scott G. Miller and from GnuPG.
31419
31420 2000-09-18  Jim Meyering  <meyering@lucent.com>
31421
31422         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
31423         LIBS. Otherwise, everyone ends up linking with -lelf for some
31424         configurations.
31425         Reported by Mike Stone.
31426
31427 2000-09-15  Jim Meyering  <meyering@lucent.com>
31428
31429         * lib/regex.c: Update from libc.
31430
31431 2000-09-10  Jim Meyering  <meyering@lucent.com>
31432
31433         * lib/getopt.c (_getopt_internal): Update from glibc.
31434
31435 2000-09-09  Jim Meyering  <meyering@lucent.com>
31436
31437         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
31438         think it should be used as a general replacement for isascii.
31439         * lib/fnmatch.c: Likewise.
31440         * lib/mbswidth.c: Likewise
31441         * lib/regex.c: Likewise.
31442
31443         Don't use atoi.
31444         * lib/userspec.c: Include sys/param.h and limits.h.
31445         Include xstrtol.h.
31446         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
31447         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
31448         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
31449         UID, GID.  Check range.
31450
31451 2000-09-06  Jim Meyering  <meyering@lucent.com>
31452
31453         * lib/getopt.c (_getopt_internal): Update from glibc.
31454
31455 2000-08-30  Jim Meyering  <meyering@lucent.com>
31456
31457         * lib/strftime.c: Merge in changes from GNU libc.
31458
31459 2000-08-26  Jim Meyering  <meyering@lucent.com>
31460
31461         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
31462         * m4/fpending.m4: New file.
31463
31464 2000-08-26  Jim Meyering  <meyering@lucent.com>
31465
31466         * lib/closeout.c: Include "__fpending.h".
31467         (close_stdout_status): Return right away if there's nothing to flush.
31468
31469         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
31470         * lib/__fpending.c: New file.
31471         * lib/__fpending.h: New file.
31472
31473 2000-08-20  Jim Meyering  <meyering@lucent.com>
31474
31475         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
31476         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
31477         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
31478
31479 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
31480
31481         Improve fileutils installation on systems where running
31482         programs (like install) can't be unlinked.
31483         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
31484         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
31485
31486 2000-08-07  Paul Eggert  <eggert@twinsun.com>
31487
31488         Standardize on "memory exhausted" instead of "Memory exhausted"
31489         or "virtual memory exhausted".
31490         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
31491         "virtual memory exhausted".
31492         * lib/same.c (same_name): Invoke xalloc_die instead of printing
31493         our own message.
31494         * lib/userspec.c (parse_user_spec): Likewise.
31495         * lib/bumpalloc.h: comment fix
31496         * lib/same.c, userspec.c: Include xalloc.h.
31497
31498         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
31499         not char *const and pointing to a constant array.
31500         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
31501         (xrealloc): Comment fix.
31502
31503         * lib/userspec.c (parse_user_spec):
31504         Don't translate a message until just before returning,
31505         to avoid unnecessary translation.
31506
31507 2000-08-07  Jim Meyering  <meyering@lucent.com>
31508
31509         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
31510         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
31511         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
31512         getgroups.c, gethostname.c, getopt.h, group-member.c,
31513         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
31514         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
31515         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
31516         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
31517         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
31518         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
31519         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
31520         yesno.c: Back out Copyright date changes for each file with no change
31521         this year.  This eases coordination with other programs using the same
31522         source code modules.  From Paul Eggert.
31523
31524 2000-08-06  Paul Eggert  <eggert@twinsun.com>
31525
31526         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
31527         not char, for compatibility with glibc 2.1.3 strftime.c.
31528
31529 2000-08-03  Greg McGary  <greg@mcgary.org>
31530
31531         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
31532         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
31533         (EXTEND_BUFFER): Use them.
31534
31535 2000-08-01  Jim Meyering  <meyering@lucent.com>
31536
31537         * lib/dirname.c (ISSLASH): Define.
31538         (BACKSLASH_IS_PATH_SEPARATOR): Define.
31539         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
31540         both `\' and `/' may be use as path separators.
31541         Based on a patch from Prashant TR.
31542
31543 2000-07-31  Paul Eggert  <eggert@twinsun.com>
31544
31545         * lib/quotearg.c (quotearg_n_options): Don't make the initial
31546         slot vector a constant, since it might get modified.
31547
31548 2000-07-31  Jim Meyering  <meyering@lucent.com>
31549
31550         * lib/xmalloc.c: Use `virtual memory exhausted', not
31551         `Memory exhausted'.
31552         * lib/obstack.c (print_and_abort): Likewise.
31553
31554 2000-07-30  Paul Eggert  <eggert@twinsun.com>
31555
31556         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
31557         buffer, so that the caller can always quote one small
31558         component of a "memory exhausted" message in slot 0.
31559         From a suggestion by Jim Meyering.
31560
31561 2000-07-30  Jim Meyering  <meyering@lucent.com>
31562
31563         * lib/makepath.c (make_path): Quote the other instance, too.
31564
31565         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
31566         (STATIC_BUF_SIZE): Define.
31567         (quotearg_n_options): Use only statically allocated storage when
31568         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
31569         than STATIC_BUF_SIZE.
31570
31571 2000-07-29  Jim Meyering  <meyering@lucent.com>
31572
31573         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
31574         * lib/dirname.c (dir_name): Likewise.
31575
31576         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
31577         `/'.
31578
31579         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
31580         (dir_name): Assert that there are no trailing slashes.
31581
31582 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
31583
31584         * lib/mbswidth.h (mbswidth): Add a flags argument.
31585         (mbswidth): New declaration.
31586         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
31587         * lib/mbswidth.c (mbswidth): Add a flags argument.
31588         (mbsnwidth): New function.
31589
31590 2000-07-24  Jim Meyering  <meyering@lucent.com>
31591
31592         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
31593
31594 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31595
31596         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
31597
31598 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31599
31600         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
31601         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
31602         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
31603         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
31604         invoke multibyte primitives.
31605
31606 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31607
31608         * lib/quotearg.c:
31609         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
31610         so that mbstate_t is always defined.
31611
31612         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
31613         be 1 in at least one GCC installation, and this configuration
31614         error is likely to be common.  Ignoring MB_LEN_MAX hurts
31615         performance on hosts that have mbrtowc but have only unibyte
31616         locales, but I assume these hosts are rare.
31617
31618 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31619
31620         * lib/mbswidth.c (_XOPEN_SOURCE):
31621         Don't define; this causes problems on Solaris 7.
31622         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
31623
31624 2000-07-23  Jim Meyering  <meyering@lucent.com>
31625
31626         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
31627         too: getgrgid, getpwuid, getuid.
31628
31629 2000-07-23  Jim Meyering  <meyering@lucent.com>
31630
31631         * lib/basename.c (base_name): Add an assertion.
31632
31633 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
31634
31635         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
31636         shadow its mbsinit function.
31637
31638 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31639
31640         * lib/mbswidth.h: New file.
31641         * lib/mbswidth.c: New file.
31642         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
31643         (noinst_HEADERS): Add mbswidth.h.
31644
31645 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31646
31647         * lib/config.charset: Add support for FreeBSD. Improve support for
31648         HP-UX and IRIX 6.
31649
31650 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
31651
31652         * m4/mbswidth.m4: New file.
31653         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
31654
31655 2000-07-15  Jim Meyering  <meyering@lucent.com>
31656
31657         * lib/makepath.c: Include quote.h.
31658         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
31659         corresponding argument in a `quote (...)' call.
31660         Give better diagnostics.
31661
31662         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
31663         (noinst_HEADERS): Add quote.h.
31664
31665         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
31666         from tar's src/misc.c.
31667         * lib/quote.h: New file.  Prototypes for same.
31668
31669 2000-07-14  Paul Eggert  <eggert@twinsun.com>
31670
31671         From a suggestion by Bruno Haible.
31672         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
31673         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
31674         to decide whether to define the BeOS workaround macro;
31675         this adjusts to the change to AC_MBSTATE_T.
31676
31677 2000-07-14  Jim Meyering  <meyering@lucent.com>
31678
31679         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
31680         jm_AC_TYPE_UINTMAX_T.
31681
31682 2000-07-13  Paul Eggert  <eggert@twinsun.com>
31683
31684         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
31685
31686         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
31687         quotearg_buffer_restyled): Add support for
31688         clocale_quoting_style.  Undo previous change to
31689         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
31690         and "{RIGHT QUOTATION MARK}" msgids.
31691
31692 2000-07-10  Paul Eggert  <eggert@twinsun.com>
31693
31694         From a suggestion by Bruno Haible.
31695         * m4/mbstate_t.m4 (AC_MBSTATE_T):
31696         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
31697         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
31698         and mbstate_t, to a single-part test that simply defines mbstate_t.
31699         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
31700         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
31701
31702 2000-07-10  Jim Meyering  <meyering@lucent.com>
31703
31704         * m4/strerror_r.m4: Mirror the correction made in autoconf.
31705
31706         * m4/gnu-source.m4: Output to confdefs.h directly.
31707         Suggestion from Akim Demaille.
31708
31709 2000-07-09  Paul Eggert  <eggert@twinsun.com>
31710
31711         The old behavior of quoting `like this' doesn't look good with
31712         newer, ISO-style fonts.  See:
31713         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
31714
31715         Instead, quote "like this" by default.  Let the translator
31716         tailor the locale-specific quoting behavior by providing
31717         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
31718
31719         * lib/quotearg.c (N_): New macro.
31720         (gettext_default): New function.
31721         (quotearg_buffer_restyled): Use
31722         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
31723         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
31724
31725 2000-07-09  Jim Meyering  <meyering@lucent.com>
31726
31727         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
31728         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
31729
31730         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
31731         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
31732
31733 2000-07-09  Jim Meyering  <meyering@lucent.com>
31734
31735         * lib/Most files: Update copyright dates to include 2000.
31736
31737 2000-07-08  Jim Meyering  <meyering@lucent.com>
31738
31739         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
31740         if not defined.
31741         (xgethostname): Remove now-unnecessary #ifdef.
31742         Move declaration of `err' into loop where it's used.
31743
31744 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31745         and Bruno Haible  <haible@clisp.cons.org>
31746
31747         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
31748         only if the test for an object-type mbstate_t fails.  This
31749         prevents us from mistakenly reporting that mbstate_t is a
31750         system object type after we "#define mbstate_t int" to work
31751         around its lack.
31752
31753 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31754         and Bruno Haible  <haible@clisp.cons.org>
31755
31756         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
31757
31758 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31759
31760         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
31761         to strerror_r.
31762         Include <ctype.h> for use of isalpha.
31763
31764 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31765
31766         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
31767         by allocating a larger buffer. Test the gethostname return value for
31768         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
31769         returns an error and ENAMETOOLONG isn't defined.
31770
31771 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31772
31773         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
31774         dimension.
31775
31776 2000-07-04  Jim Meyering  <meyering@lucent.com>
31777
31778         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
31779         of the deprecated AC_CHECKING.
31780
31781 2000-07-04  Jim Meyering  <meyering@lucent.com>
31782
31783         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
31784         Reported by Bruno Haible.
31785
31786 2000-07-04  Jim Meyering  <meyering@lucent.com>
31787
31788         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
31789         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
31790         lacks mbrtowc.
31791
31792 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31793
31794         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
31795         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
31796
31797 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31798         and Bruno Haible  <haible@clisp.cons.org>
31799
31800         * lib/quotearg.c (mbrtowc):
31801         Assign to *pwc, and return 1 only if result is nonzero.
31802         (iswprint): Use ISPRINT when substituting our own mbrtowc.
31803
31804 2000-07-03  Jim Meyering  <meyering@lucent.com>
31805
31806         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
31807
31808 2000-07-03  Jim Meyering  <meyering@lucent.com>
31809
31810         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
31811         This is necessary to get a definition of e.g., UTMP_FILE on
31812         HP-UX 10.20.
31813         From Bob Proulx.
31814
31815 2000-07-02  Jim Meyering  <meyering@lucent.com>
31816
31817         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
31818
31819         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
31820         AC_LIBOBJ(function_name).
31821         * m4/chown.m4: Likewise.
31822         * m4/fnmatch.m4: Likewise.
31823         * m4/ftruncate.m4: Likewise.
31824         * m4/getgroups.m4: Likewise.
31825         * m4/getline.m4: Likewise.
31826         * m4/group-member.m4: Likewise.
31827         * m4/jm-macros.m4: Likewise.
31828         * m4/lstat.m4: Likewise.
31829         * m4/malloc.m4: Likewise.
31830         * m4/memcmp.m4: Likewise.
31831         * m4/nanosleep.m4: Likewise.
31832         * m4/putenv.m4: Likewise.
31833         * m4/realloc.m4: Likewise.
31834         * m4/regex.m4: Likewise.
31835         * m4/stat.m4: Likewise.
31836         * m4/strftime.m4: Likewise.
31837
31838 2000-07-02  Jim Meyering  <meyering@lucent.com>
31839
31840         * lib/quotearg.c (mbstate_t): Don't define here.
31841
31842 2000-07-02  Jim Meyering  <meyering@lucent.com>
31843
31844         * lib/nanosleep.c (SIGCONT): Define if not already defined.
31845
31846 2000-07-01  Jim Meyering  <meyering@lucent.com>
31847
31848         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
31849
31850 2000-07-01  Jim Meyering  <meyering@lucent.com>
31851
31852         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
31853         problem.
31854
31855 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31856
31857         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
31858         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
31859
31860 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31861
31862         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
31863         per change in ../m4/ls-mntd-fs.m4.
31864         (read_filesystem_list): Ignore symbolic links.
31865
31866 2000-06-29  Jim Meyering  <meyering@lucent.com>
31867
31868         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
31869         for declaration of strcmp.
31870
31871         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
31872
31873         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
31874         Avoid warning by casting result to `char *' to remove `const'.
31875
31876 2000-06-28  Jim Meyering  <meyering@lucent.com>
31877
31878         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
31879         included by quotearg.c, for which we perform this test.  From
31880         Bruno Haible.
31881
31882 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31883
31884         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
31885         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
31886         <utmpx.h> exists, put readutmp.o into LIBOBJS.
31887
31888 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31889
31890         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
31891
31892 2000-06-26  Paul Eggert  <eggert@twinsun.com>
31893
31894         savedir now sets errno on failure and invokes xmalloc to get memory.
31895         Fix a couple of other minor bugs while we're at it.
31896
31897         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
31898         (NAMLEN): Remove macro.
31899         (malloc, realloc): Remove decls.
31900         (stpcpy): Likewise.
31901         ("xalloc.h"): Include.
31902         (NAME_SIZE_DEFAULT): New macro.
31903         (savedir): Use xmalloc / xrealloc to allocate memory.
31904         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31905         Skip "" directory entries.
31906         Use strlen to calculate directory entry length, since the old method
31907         is rarely used these days and isn't worth supporting.
31908         Don't use a pointer after freeing it.
31909         Check for integer overflow when calculating allocation size.
31910         Use memcpy to copy entries, instead of stpcpy.
31911         Set errno properly when returning NULL.
31912         Check for readdir error.
31913
31914 2000-06-26  Jim Meyering  <meyering@lucent.com>
31915
31916         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31917
31918 2000-06-25  Jim Meyering  <meyering@lucent.com>
31919
31920         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31921         Linux header bug when _XOPEN_SOURCE is defined to 500.
31922
31923 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31924
31925         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31926         deficiency.
31927
31928 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31929
31930         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31931         Include xalloc.h.
31932         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31933
31934 2000-06-24  Jim Meyering  <meyering@lucent.com>
31935
31936         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31937         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31938         for which strerror does return char*, but which lacks a conveniently
31939         accessible declaration of the function.  If the compile-test says
31940         strerror_r doesn't work, then resort to a `run'-test that works on
31941         BeOS and segfaults on DEC Unix.
31942
31943 2000-06-24  Jim Meyering  <meyering@lucent.com>
31944
31945         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31946
31947 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31948
31949         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31950         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31951
31952 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31953
31954         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31955         (mbrtowc, mbstate_t): Define substitutes if
31956         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31957         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31958         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31959
31960 2000-06-23  Jim Meyering  <meyering@lucent.com>
31961
31962         * m4/afs.m4: Add missing AC_MSG_RESULT.
31963         Reported by Bruno Haible.
31964
31965         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31966         Suggestion from Bruno Haible.
31967
31968 2000-06-23  Jim Meyering  <meyering@lucent.com>
31969
31970         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31971
31972 2000-06-21  Jim Meyering  <meyering@lucent.com>
31973
31974         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31975
31976 2000-06-21  Jim Meyering  <meyering@lucent.com>
31977
31978         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31979         (noinst_HEADERS): Add getstr.h.
31980
31981         * lib/getline.c (getstr): Move into a separate file.
31982         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31983         the following changes: new parameter, delim2; both delim[12]
31984         parameters have type `int', not `char'.  The latter would lose
31985         with 8-bit delimiters.
31986         * lib/getstr.h: New file.
31987
31988 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31989
31990         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31991         than 1024, return a memory chunk of least possible size, instead
31992         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31993         Use free/xmalloc instead of xrealloc to avoid copying for very long
31994         paths.
31995
31996 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31997
31998         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
31999         the empty string.
32000
32001 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
32002
32003         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
32004         address, not strdup.  Include <stdlib.h> and don't declare free().
32005
32006 2000-06-19  Jim Meyering  <meyering@lucent.com>
32007
32008         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
32009
32010 2000-06-18  Jim Meyering  <meyering@lucent.com>
32011
32012         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
32013
32014         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
32015         `checking whether...' message to be consistent with that of the
32016         lstat test.
32017
32018 2000-06-18  Jim Meyering  <meyering@lucent.com>
32019
32020         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
32021         Besides, these days every porting target provides a mkdir function.
32022
32023         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
32024         needed. (this snippet comes from src/system.h).
32025
32026 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
32027
32028         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
32029
32030 2000-06-15  Paul Eggert  <eggert@twinsun.com>
32031
32032         * lib/human.c (adjust_value): New function.
32033         (human_readable_inexact): Apply rounding style even when
32034         printing approximate values.
32035
32036 2000-06-14  Paul Eggert  <eggert@twinsun.com>
32037
32038         * lib/human.c (human_readable_inexact): Allow an input block
32039         size that is not a multiple of the output block size, and vice versa.
32040         Reported by Piergiorgio Sartor.
32041
32042 2000-06-14  Paul Eggert  <eggert@twinsun.com>
32043
32044         * lib/getdate.y (get_date): Apply relative times after time
32045         zone indicator, not before.  Reported by Todd A. Jacobs.
32046
32047 2000-06-13  Jim Meyering  <meyering@lucent.com>
32048
32049         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
32050
32051         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
32052
32053 2000-06-12  Paul Eggert  <eggert@twinsun.com>
32054
32055         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
32056
32057 2000-06-12  Jim Meyering  <meyering@lucent.com>
32058
32059         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
32060         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
32061         optional argument.
32062         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
32063         the optional argument, `lib'.
32064
32065 2000-06-08  Jim Meyering  <meyering@lucent.com>
32066
32067         * m4/largefile.m4: Remove file (now that it's part of autoconf).
32068
32069 2000-06-04  Paul Eggert  <eggert@twinsun.com>
32070
32071         Rewrite largefile configuration so that we don't need to run
32072         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
32073         AC_CANONICAL_HOST in configure.in -- jmm]
32074
32075         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
32076         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
32077         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
32078         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
32079         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
32080         All uses changed.
32081         Instead of inspecting the output of getconf, try to compile the
32082         test program without and with the macro definition.
32083         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
32084         for getconf.  Instead, check for the needed flags by compiling
32085         test programs.
32086
32087 2000-06-04  Paul Eggert  <eggert@twinsun.com>
32088
32089         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
32090
32091 2000-06-04  Jim Meyering  <meyering@lucent.com>
32092
32093         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
32094         SunOS 4.1.4 for which gid_t is an unsigned type.
32095
32096 2000-06-03  Jim Meyering  <meyering@lucent.com>
32097
32098         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
32099         now that autoconf requires that.
32100
32101         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
32102         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
32103         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
32104
32105 2000-06-03  Jim Meyering  <meyering@lucent.com>
32106
32107         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
32108
32109 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
32110
32111         * m4/glibc21.m4: New file.
32112         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
32113
32114 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
32115
32116         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
32117         newer, don't install charset.alias.
32118         * lib/config.charset: Change the Linux/glibc rules so they become empty
32119         on glibc-2.1 or newer.
32120
32121 2000-06-02  Jim Meyering  <meyering@lucent.com>
32122
32123         * lib/mountlist.c: Back out last change.  Instead, do this...
32124         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
32125         me_dummy member using the same `ignore'-testing code.
32126         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
32127         fs_type strings.
32128         From Mark D. Roth.
32129
32130 2000-05-29  Jim Meyering  <meyering@lucent.com>
32131
32132         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
32133         mounts with the `ignore' attribute.  Based on a patch from
32134         Mark D. Roth.
32135
32136 2000-05-28  Jim Meyering  <meyering@lucent.com>
32137
32138         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
32139         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32140         * m4/stat.m4: Likewise.
32141         * m4/lstat.m4: Likewise.
32142         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
32143
32144         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
32145         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
32146
32147 2000-05-26  Jim Meyering  <meyering@lucent.com>
32148
32149         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
32150
32151 2000-05-24  Jim Meyering  <meyering@lucent.com>
32152
32153         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
32154         autoconf requires that.
32155         * m4/lib-check.m4: Likewise.
32156         * m4/jm-macros.m4: Likewise.
32157         * m4/strftime.m4: Likewise.
32158
32159         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
32160         AC_CHECK_DECLS, now that autoconf requires that.
32161
32162 2000-05-22  Jim Meyering  <meyering@lucent.com>
32163
32164         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32165         * m4/lstat.m4: Likewise.
32166
32167 2000-05-22  Jim Meyering  <meyering@lucent.com>
32168
32169         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
32170
32171 2000-05-20  Jim Meyering  <meyering@lucent.com>
32172
32173         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
32174         (jm_PREREQ): Use it.
32175
32176 2000-05-18  Jim Meyering  <meyering@lucent.com>
32177
32178         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
32179         back, too, since it may have been modified by allocate_entry.
32180         (hash_delete): Rewrite to use neither the assignment operator
32181         nor the comma operator in an if-expression.
32182
32183 2000-05-15  Paul Eggert  <eggert@twinsun.com>
32184
32185         * lib/closeout.c:
32186         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
32187         Remove; no longer needed.
32188         "quotearg.h": Add include.
32189         (file_name): Do not bother to explicitly initialize to NULL; it's less
32190         efficient on some hosts.
32191         (close_stdout_status): Remove test as to whether stdout was already
32192         closed; it breaks for the case "echo x | sort >&-".
32193         Quote file name colons.
32194         Do not assume that _("write error") lacks format strings.
32195
32196 2000-05-15  Jim Meyering  <meyering@lucent.com>
32197
32198         * lib/version-etc.c (version_etc_copyright): Update the copyright
32199         string used in all --version output.
32200
32201 2000-05-14  Jim Meyering  <meyering@lucent.com>
32202
32203         * lib/closeout.c (close_stdout_set_file_name): New function.
32204         (close_stdout_status): Use new file-scoped global.
32205         Return right away if fstat says the stdout file descriptor is invalid.
32206         * lib/closeout.h (close_stdout_set_file_name): Declare.
32207
32208 2000-05-10  Jim Meyering  <meyering@lucent.com>
32209
32210         * lib/closeout.c [default_exit_status]: New file-scoped variable.
32211         (close_stdout_set_status): New function.
32212         * lib/closeout.h (close_stdout_set_status): Declare.
32213
32214 2000-05-09  Jim Meyering  <meyering@lucent.com>
32215
32216         * m4/gettext.m4: Rename this...
32217         * m4/libintl.m4: ...to this.
32218
32219 2000-05-08  Jim Meyering  <meyering@lucent.com>
32220
32221         * lib/long-options.c: Don't include closeout.h.
32222         (parse_long_options): Don't call close_stdout for --version.
32223
32224 2000-05-06  Paul Eggert  <eggert@twinsun.com>
32225
32226         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
32227         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
32228         2.1.3 bug.  This avoids a clash when files like regex.c define
32229         _GNU_SOURCE.
32230
32231 2000-05-06  Jim Meyering  <meyering@lucent.com>
32232
32233         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
32234         (AC_REPLACE_FUNCS): Add strnlen.
32235
32236         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
32237         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
32238
32239         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
32240         AC_SEARCH_LIBS call for nanosleep.
32241         (LIB_NANOSLEEP): Set and AC_SUBST.
32242
32243 2000-05-06  Jim Meyering  <meyering@lucent.com>
32244
32245         * lib/strnlen.c: Undefine __strnlen and strnlen.
32246         [!weak_alias]: Define __strnlen to strnlen.
32247
32248         * lib/atexit.c: New file, from libiberty.
32249
32250 2000-05-06  Jim Meyering  <meyering@lucent.com>
32251
32252         * lib/closeout.c (close_stdout_status): Also check for errors on the
32253         stderr stream.
32254
32255 2000-05-05  Jim Meyering  <meyering@lucent.com>
32256
32257         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
32258         AC_SEARCH_LIBS call for clock_gettime.
32259         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
32260
32261         * m4/search-libs.m4: Update from autoconf.
32262
32263         su doesn't work on Solaris 2.6.
32264         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
32265         <shadow.h>.  Reported by Dragos Harabor.
32266
32267 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
32268
32269         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
32270         memcpy instead of xmalloc, xrealloc, path_concat.
32271         (locale_charset): Treat empty environment variables as absent.
32272         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
32273
32274 2000-05-04  Jim Meyering  <meyering@lucent.com>
32275
32276         * lib/getopt.c: Update from glibc.
32277         * lib/obstack.c: Likewise.
32278         * lib/obstack.h: Likewise.
32279         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
32280         file
32281
32282         * lib/regex.h: Likewise.
32283         * lib/strndup.c: Likewise.
32284         * lib/strnlen.c: New file, from glibc.
32285
32286 2000-05-03  Jim Meyering  <meyering@lucent.com>
32287
32288         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
32289
32290 2000-05-02  Paul Eggert  <eggert@twinsun.com>
32291
32292         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
32293         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
32294         compile-time test, rather than inspecting host and OS, to
32295         decide whether to define _LARGEFILE_SOURCE.
32296
32297 2000-05-01  Jim Meyering  <meyering@lucent.com>
32298
32299         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
32300
32301         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
32302         Based on a patch from Bruno Haible.
32303
32304 2000-05-01  Jim Meyering  <meyering@lucent.com>
32305
32306         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
32307
32308 2000-04-29  Jim Meyering  <meyering@lucent.com>
32309
32310         * lib/path-concat.c: Declare strdup only if it's not defined.
32311         * lib/canon-host.c: Likewise.
32312
32313 2000-04-28  Jim Meyering  <meyering@lucent.com>
32314
32315         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
32316         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
32317         is included first, then limits.h is included by locale.h by libintl.h.
32318         From John David Anglin.
32319
32320 2000-04-25  Jim Meyering  <meyering@lucent.com>
32321
32322         * lib/makepath.c (S_IRWXUGO): Define.
32323         (make_path): Always perform explicit chmod if MODE specifies any
32324         of the `special' permission bits.  Prompted by a bug report against
32325         install from Mate Wierdl and Joost van Baal.
32326
32327 2000-04-18  Jim Meyering  <meyering@lucent.com>
32328
32329         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
32330         (jm_PREREQ): Use it.
32331
32332 2000-04-18  Jim Meyering  <meyering@lucent.com>
32333
32334         * lib/README: New file.
32335
32336         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
32337         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
32338
32339 2000-04-17  Jim Meyering  <meyering@lucent.com>
32340
32341         Get it right :-)
32342         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
32343         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
32344         Suggestion from Akim Demaille.
32345
32346 2000-04-17  Jim Meyering  <meyering@lucent.com>
32347
32348         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
32349         the definition of it to rpl_strftime also defined-away the system's
32350         declaration.
32351
32352 2000-04-15  Jim Meyering  <meyering@lucent.com>
32353
32354         Use `C' to denote so-called `contiguous' files, the same way
32355         that tar does.
32356         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
32357         (ftypelet): Use S_ISCTG.
32358         From Michael Deutschmann.
32359
32360 2000-04-14  Jim Meyering  <meyering@lucent.com>
32361
32362         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
32363         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
32364         clobbered.
32365
32366 2000-04-14  Jim Meyering  <meyering@lucent.com>
32367
32368         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
32369
32370 2000-04-13  Jim Meyering  <meyering@lucent.com>
32371
32372         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
32373         AH_VERBATIM to insert required #ifndef into config.h.in.
32374         Suggestion from Akim Demaille.
32375
32376 2000-04-12  Jim Meyering  <meyering@lucent.com>
32377
32378         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
32379         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
32380         Christian Krackowizer.
32381
32382         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
32383         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
32384         (AC_SYS_LARGEFILE): Require.
32385         (AM_C_PROTOTYPES): Require.
32386
32387 2000-04-08  Jim Meyering  <meyering@lucent.com>
32388
32389         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
32390         names don't conflict.  Reported by Eli Zaretskii.
32391
32392 2000-04-07  Jim Meyering  <meyering@lucent.com>
32393
32394         * lib/putenv.c: Move inclusion of errno.h so it follows that of
32395         sys/types.h, to work around system header problems on AIX 3.2.5.
32396         From Bruno Haible.
32397
32398 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
32399
32400         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
32401         bug.  Deal with the different error behavior of Irix iconv.
32402
32403 2000-04-05  Paul Eggert  <eggert@twinsun.com>
32404
32405         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
32406         IRIX if the installer said otherwise.
32407
32408 2000-04-05  Jim Meyering  <meyering@lucent.com>
32409
32410         Portability tweaks required for ultrix4.3.
32411         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
32412         (jm_CHECK_DECLS): Add getutent to the list of functions.
32413         (_jm_DECL_HEADERS): Add utmpx.h.
32414         From John David Anglin.
32415
32416         * m4/strftime.m4: Back out the 2000-04-02 change.
32417         Instead of that change, simply undefine putenv in the test program.
32418
32419 2000-04-05  Jim Meyering  <meyering@lucent.com>
32420
32421         Portability tweaks required for ultrix4.3.
32422         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
32423         getutent.
32424         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
32425         * lib/canon-host.c: Declare strdup.
32426         * lib/path-concat.c: Likewise.
32427         From John David Anglin.
32428
32429 2000-04-04  Jim Meyering  <meyering@lucent.com>
32430
32431         Be more DOS 8.3-friendly.
32432         * lib/ref-add.sin: Renamed from ref-add.sed.in.
32433         * lib/ref-del.sin: Renamed from ref-del.sed.in.
32434         * lib/Makefile.am: Reflect renaming.
32435         Reported by Eli Zaretskii.
32436
32437         Use a temporary file name that won't clash with `charset.alias'
32438         in the DOS 8.3 name space.
32439         * lib/Makefile.am (charset_tmp): Define.
32440         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
32441         (uninstall-local): Likewise.
32442         Reported by Eli Zaretskii.
32443
32444 2000-04-03  Jim Meyering  <meyering@lucent.com>
32445
32446         * m4/gettext.m4: Fix typo in comment.
32447
32448         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
32449         textutils/configure.in).  Suggestion from Paul Eggert.
32450         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
32451
32452 2000-04-02  Paul Eggert  <eggert@twinsun.com>
32453
32454         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
32455         variable in the shell rather than using putenv, which isn't
32456         portable.  This avoids the configure-time inter-test dependency
32457         on the potentially-renamed putenv function.
32458
32459 2000-03-30  Paul Eggert  <eggert@twinsun.com>
32460
32461         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
32462         before checking struct stat.st_blksize, so that
32463         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
32464
32465 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32466
32467         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
32468         since strftime.c uses HAVE_STRFTIME to decide whether to use
32469         the underlying strftime.
32470
32471 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32472
32473         * lib/time/strftime.c (my_strftime): Make sure we call the system
32474         strftime, not ourselves, when invoking the underlying strftime.
32475
32476 2000-03-24  Jim Meyering  <meyering@lucent.com>
32477
32478         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
32479         (charset_alias): Define.
32480         (install-exec-local): Factor out common code.
32481         (uninstall-local): Split lines longer than 80.
32482         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
32483         (SUFFIXES): Define.
32484         (.sed.in.sed): New rule.  Don't redirect directly to $@.
32485         (CLEANFILES): Add ref-add.sed and ref-del.sed.
32486
32487 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
32488
32489         * lib/config.charset: Output a line containing "Packages using this
32490         file".
32491         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
32492         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
32493         ref-del.sed): New rules.
32494
32495 2000-03-17  Jim Meyering  <meyering@lucent.com>
32496
32497         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
32498         Otherwise, include <strings.h>
32499
32500 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
32501
32502         * lib/unicodeio.c (utf8_wctomb): New function.
32503         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
32504         format instead of in UCS-4 with platform dependent endianness.
32505
32506 2000-03-10  Jim Meyering  <meyering@lucent.com>
32507
32508         * m4/lib-check.m4: Look for getspnam in -lgen, too.
32509         From Marco Franzen.
32510
32511 2000-03-07  Paul Eggert  <eggert@twinsun.com>
32512
32513         * lib/savedir.c (savedir): Work even if directory size is
32514         negative; this can happen with some screwy NFS configurations.
32515
32516 2000-03-06  Jim Meyering  <meyering@lucent.com>
32517
32518         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
32519         if it's NULL (because we ran out of memory).  From Bruno Haible.
32520
32521 2000-03-05  Jim Meyering  <meyering@lucent.com>
32522
32523         * lib/localcharset.c ("path-concat.h"): Include.
32524         (get_charset_aliases): Use path_concat instead of ANSI string
32525         concatenation.
32526
32527         * lib/unicodeio.h (PARAMS): Define.
32528         Use it to guard prototype.
32529
32530 2000-03-04  Jim Meyering  <meyering@lucent.com>
32531
32532         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
32533         for lib/localcharset.c.
32534
32535 2000-03-04  Jim Meyering  <meyering@lucent.com>
32536
32537         * lib/Makefile.am (install-exec-local): Create $(libdir) before
32538         installing into it.
32539         (uninstall-local): Uncomment this rule so `make distcheck' works
32540         once again.
32541
32542         * lib/unicodeio.c (<errno.h>): Include it.
32543         (errno): Declare if not defined.
32544
32545         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
32546
32547         * lib/config.charset: New version, incorporating remarks from a linux
32548         i18n mailing list.  From Bruno Haible.
32549
32550 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
32551
32552         * m4/codeset.m4: New file.
32553         * m4/iconv.m4: New file.
32554         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
32555
32556 2000-03-03  Jim Meyering  <meyering@lucent.com>
32557
32558         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
32559
32560 2000-03-02  Jim Meyering  <meyering@lucent.com>
32561
32562         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
32563         the messages come out on separate lines.
32564
32565         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
32566         rather than jm_CHECK_DECLARATIONS.
32567         * m4/decl.m4: Remove now-unused file.
32568
32569         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
32570         geteuid.
32571
32572 2000-03-02  Jim Meyering  <meyering@lucent.com>
32573
32574         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
32575
32576 2000-03-01  Jim Meyering  <meyering@lucent.com>
32577
32578         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
32579         * lib/unicodeio.c: Likewise.
32580
32581 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
32582
32583         * lib/config.charset: New file.
32584         * lib/localcharset.c: New file.
32585         * lib/unicodeio.h, lib/unicodeio.c: New files.
32586         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
32587         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
32588         (noinst_HEADERS): Add unicodeio.h.
32589         (all-local, install-exec-local, charset.alias): New targets.
32590
32591 2000-02-28  Paul Eggert  <eggert@twinsun.com>
32592
32593         * lib/quotearg.c (ALERT_CHAR): New macro.
32594         (quotearg_buffer_restyled): Use it.
32595
32596 2000-02-27  Jim Meyering  <meyering@lucent.com>
32597
32598         * m4/check-decl.m4: Add getenv to the list.
32599
32600 2000-02-27  Jim Meyering  <meyering@lucent.com>
32601
32602         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
32603         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
32604
32605         * lib/backupfile.c: Guard inclusion of stdlib.h with
32606         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
32607         Declare malloc if needed.
32608
32609         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
32610         `#ifndef HAVE_DECL..'
32611         now that autoconf always defines the HAVE_DECL_ symbols.
32612         * lib/human.c: Likewise.
32613         * lib/same.c: Likewise.
32614         * lib/strtoumax.c: Likewise.
32615
32616         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
32617         declaration check was not run.
32618         * lib/hash.c: Likewise.
32619         * lib/human.c: Likewise.
32620         * lib/same.c: Likewise.
32621         * lib/strtoumax.c: Likewise.
32622
32623         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
32624         `.', then first look up the entire `.'-containing string as a login
32625         name.
32626
32627 2000-02-23  Jim Meyering  <meyering@lucent.com>
32628
32629         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
32630         in place of my hack.
32631
32632 2000-02-18  Paul Eggert  <eggert@twinsun.com>
32633
32634         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
32635         (textint): New typedef.
32636         (parser_control): Member year changed from int to textint.
32637         All uses changed.
32638         (YYSTYPE): Removed; replaced by %union with int and textint members.
32639         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
32640         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
32641         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
32642         (tSNUMBER, tUNUMBER): Now of type <textintval>.
32643         (date, number, to_year): Use width of number in digits, not its value,
32644         to determine whether it's a 2-digit year, or a 2-digit time.
32645         (yylex): Store number of digits of numeric tokens.
32646         Reported by John Kendall.
32647
32648         (parser_control): Changed from struct parser_control to typedef (for
32649         consistency).  All uses changed.
32650
32651         (tID): Removed; not used.
32652         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
32653
32654 2000-02-14  Paul Eggert  <eggert@twinsun.com>
32655
32656         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
32657         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
32658
32659 2000-02-12  Jim Meyering  <meyering@lucent.com>
32660
32661         * lib/userspec.c (ISDIGIT): Define it.
32662         (isdigit): Remove definition.
32663         (is_number): Use ISDIGIT, not isdigit.
32664         <libintl.h>: Include.
32665         (_ and N_): Define.
32666         (parse_user_spec): Mark translatable strings.
32667
32668 2000-02-10  Jim Meyering  <meyering@lucent.com>
32669
32670         With these changes, nanosleep.[ch] are finally enough like the other
32671         lib/* replacement files to compile on a few more losing systems.
32672
32673         * lib/nanosleep.h: Don't include config.h.
32674         Remove prototype from declaration of nanosleep.
32675         (PARAMS): Remove now-unneeded definition.
32676         * lib/nanosleep.c: #undef nanosleep.
32677         (rpl_nanosleep): Rename from nanosleep.
32678
32679 2000-02-10  Jim Meyering  <meyering@lucent.com>
32680
32681         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
32682         gnu_nanosleep to rpl_nanosleep.
32683
32684 2000-02-09  Jim Meyering  <meyering@lucent.com>
32685
32686         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
32687         struct spwd, rather than in struct passwd.  Reported by GaĆ«l QuĆ©ri.
32688
32689 2000-02-08  Akim Demaille  <akim@epita.fr>
32690
32691         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
32692         `[' and `]' and remove uses of `changequote'.
32693         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
32694         (AC_SYS_LARGEFILE): Likewise.
32695         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
32696         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
32697         of changequote.
32698         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
32699         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
32700         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
32701         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
32702
32703 2000-02-05  Jim Meyering  <meyering@lucent.com>
32704
32705         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
32706         Remove explicit use of AC_HEADER_TIME.  It is required by
32707         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
32708         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
32709         in autoconf whereby the expansion of the latter ended up preceding
32710         the expansion of its prerequisite, AC_HEADER_TIME.
32711         Reported by Volker Borchert.
32712
32713 2000-02-03  Jim Meyering  <meyering@lucent.com>
32714
32715         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
32716
32717 2000-02-03  Jim Meyering  <meyering@lucent.com>
32718
32719         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
32720         rather than with `#if HAVE_UTMPNAME'.
32721
32722 2000-02-02  Jim Meyering  <meyering@lucent.com>
32723
32724         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
32725         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
32726         Reported by Eli Zaretskii.
32727
32728 2000-02-01  Jim Meyering  <meyering@lucent.com>
32729
32730         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
32731
32732 2000-01-31  Jim Meyering  <meyering@lucent.com>
32733
32734         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
32735         functions.  Add the time.h and sys/time.h headers along with the
32736         AC_REQUIRE'ment of AC_HEADER_TIME.
32737
32738 2000-01-31  Jim Meyering  <meyering@lucent.com>
32739
32740         * lib/nanosleep.h (nanosleep): Guard declaration with
32741         `#if ! HAVE_DECL_NANOSLEEP'.
32742         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
32743         the declaration in that vendor's sys/timers.h.
32744         Reported by Christian Krackowizer.
32745
32746         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
32747         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
32748         (ISPRINT): Likewise.
32749         Reported by Tom Tromey.
32750
32751 2000-01-30  Jim Meyering  <meyering@lucent.com>
32752
32753         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
32754
32755         * m4/prereq.m4 (utmp_includes): Define.
32756         Check for ut_user and ut_name members in both struct utmpx
32757         and struct utmp.
32758
32759 2000-01-30  Jim Meyering  <meyering@lucent.com>
32760
32761         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
32762         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
32763         header files where only utmpx.ut_user is declared.
32764
32765         * lib/readutmp.h (UT_USER): Define.
32766
32767 2000-01-29  Jim Meyering  <meyering@lucent.com>
32768
32769         * m4/lib-check.m4: New file containing library-related checks from
32770         fileutils and sh-utils (textutils had none).
32771
32772 2000-01-28  Jim Meyering  <meyering@lucent.com>
32773
32774         * m4/perl.m4: Change format of warning message to look more like that
32775         from the missing script.  Suggestion from FranƧois Pinard.
32776
32777 2000-01-25  Jim Meyering  <meyering@lucent.com>
32778
32779         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
32780         well as time.h in the compile check.
32781         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
32782         Fix typo in cross-compiling case: s/yes/no/.
32783
32784 2000-01-23  Jim Meyering  <meyering@lucent.com>
32785
32786         * m4/jm-macros.m4: Move df-related tests here from
32787         fileutils/configure.in
32788
32789         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
32790         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
32791
32792         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
32793         s/space/ac_fsusage_space/.
32794         (jm_FILE_SYSTEM_USAGE): Take two parameters.
32795
32796         * m4/ftruncate.m4: New file (derived from part of
32797         fileutils/configure.in).
32798         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
32799         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
32800
32801         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
32802         AC_SUBST these here, rather than just in sh-util/configure.in, so
32803         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
32804         all the same.
32805         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
32806         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
32807         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
32808         (AC_SUBST(POW_LIBM)): Likewise.
32809         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
32810
32811 2000-01-23  Jim Meyering  <meyering@lucent.com>
32812
32813         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
32814         obstack.c.
32815
32816 2000-01-22  Jim Meyering  <meyering@lucent.com>
32817
32818         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
32819
32820         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
32821
32822         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
32823         configure.in
32824         (AC_CHECK_HEADERS): Likewise for sh-utils.
32825         (AC_CHECK_HEADERS): Likewise for textutils.
32826         Merge the three lists of headers.
32827
32828         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
32829         from fileutils' configure.in.
32830
32831         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
32832         code. Moved tests into their own function (_jm_DECL_HEADERS) in
32833         check-decl.m4.
32834
32835         * m4/check-decl.m4: Use #if rather than #ifdef.
32836         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
32837         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
32838         (_jm_DECL_HEADERS): Define new function.
32839         (jm_CHECK_DECLARATIONS): Require it.
32840
32841 2000-01-22  Jim Meyering  <meyering@lucent.com>
32842
32843         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
32844         [! HAVE_DECL_STRTOULL]: Declare strtoull.
32845         Required for some AIX systems.  Reported by Christian Krackowizer.
32846         [TESTING] (main): New function.
32847
32848         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
32849         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
32850         letters.
32851
32852         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
32853         iswprint.
32854
32855         * lib/strverscmp.c (ISDIGIT): Define.
32856         (strverscmp): Use ISDIGIT, not isdigit.
32857
32858 2000-01-19  Jim Meyering  <meyering@lucent.com>
32859
32860         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
32861         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
32862         defines `struct timespec' in <sys/time.h>
32863
32864         * m4/c-bs-a.m4: Remove uses of changequote altogether.
32865         Thanks to Akim for explaining.
32866
32867 2000-01-17  Paul Eggert  <eggert@twinsun.com>
32868
32869         * lib/nanosleep.c (nanosleep):
32870         Don't use SA_INTERRUPT to decide whether to call sigaction, as
32871         POSIX.1 doesn't require SA_INTERRUPT and some systems
32872         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
32873         it's been part of POSIX.1 since day 1 (in 1988).
32874
32875 2000-01-17  Jim Meyering  <meyering@lucent.com>
32876
32877         * lib/interlock: Remove unused file.  Reported by FranƧois Pinard.
32878
32879 2000-01-16  Paul Eggert  <eggert@twinsun.com>
32880
32881         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
32882         alert, backslash, formfeed, and vertical tab unnecessarily in
32883         shell quoting style.
32884
32885 2000-01-16  Jim Meyering  <meyering@lucent.com>
32886
32887         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
32888         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
32889         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
32890         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
32891
32892 2000-01-16  Jim Meyering  <meyering@lucent.com>
32893
32894         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
32895         because the latter didn't work.
32896
32897 2000-01-15  Jim Meyering  <meyering@lucent.com>
32898
32899         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32900         (AC_REPLACE_FUNCS): Add memcpy and memset.
32901         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32902         Add strpbrk.
32903         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32904
32905 2000-01-12  Jim Meyering  <meyering@lucent.com>
32906
32907         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32908         (jm_PREREQ): Use it.
32909         (jm_PREREQ_READUTMP): New macro.
32910         (jm_PREREQ): Use it.
32911
32912 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32913
32914         Quote multibyte characters correctly.
32915         * m4/c-bs-a.m4: New file.
32916         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32917         (jm_PREREQ): Use it.
32918
32919 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32920
32921         * m4/uintmax_t.m4: Port to autoconf 2.13.
32922
32923 2000-01-08  Jim Meyering  <meyering@ascend.com>
32924
32925         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32926         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32927
32928 2000-01-04  Jim Meyering  <meyering@ascend.com>
32929
32930         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32931         jm_STRUCT_DIRENT_D_TYPE.
32932         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32933         jm_STRUCT_DIRENT_D_INO.
32934         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32935         jm_STRUCT_UTIMBUF.
32936         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32937         renamings.
32938         * m4/utime.m4: Likewise.
32939
32940         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32941         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32942
32943 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32944
32945         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32946         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32947
32948 2000-01-02  Jim Meyering  <meyering@ascend.com>
32949
32950         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32951         remember if this is necessary.
32952
32953 1999-12-26  Jim Meyering  <meyering@ascend.com>
32954
32955         * m4/jm-macros.m4: Use it here.
32956         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32957
32958 1999-12-23  Jim Meyering  <meyering@ascend.com>
32959
32960         * m4/jm-macros.m4: Check for clock_gettime (moved from
32961         fileutils/configure.in)
32962         Check for gettimeofday.
32963
32964 1999-12-20  Jim Meyering  <meyering@ascend.com>
32965
32966         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32967         autoconf-2.14a-1999-12-20.
32968
32969 1999-12-19  Jim Meyering  <meyering@ascend.com>
32970
32971         * m4/lstat-slash.m4: New file.
32972         * m4/jm-macros.m4: Use the new macro:
32973         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32974
32975 1999-12-07  Jim Meyering  <meyering@ascend.com>
32976
32977         * m4/perl.m4: Require that File::Compare be available, too.
32978         Too many systems seem to lack it.
32979
32980         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32981         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32982
32983 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32984
32985         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32986         problem with the QNX 4.25 shell, which doesn't propagate exit
32987         status of failed commands inside shell assignments.
32988
32989 1999-11-17  Jim Meyering  <meyering@ascend.com>
32990
32991         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32992
32993 1999-11-07  Jim Meyering  <meyering@ascend.com>
32994
32995         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32996
32997 1999-11-06  Jim Meyering  <meyering@ascend.com>
32998
32999         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
33000         * m4/jm-macros.m4 (jm_MACROS): Use it here.
33001
33002 1999-11-05  Jim Meyering  <meyering@ascend.com>
33003
33004         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
33005         configure.in of textutils, fileutils, and sh-utils into this one
33006         (shared between those packages) file.
33007         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
33008         AC_STRUCT_ST_BLKSIZE.
33009
33010 1999-11-03  Jim Meyering  <meyering@ascend.com>
33011
33012         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
33013         of AC_CHECK_TYPE checks includes unistd.h.
33014         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
33015         Suggestion from Akim Demaille.
33016
33017 1999-10-30  Jim Meyering  <meyering@ascend.com>
33018
33019         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
33020         m4-quoted string.
33021         * m4/ls-mntd-fs.m4: Likewise.
33022         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
33023         * m4/jm-winsz1.m4: Likewise.
33024
33025         * m4/const.m4: Remove file, since the fix made it into the experimental
33026         version of autoconf.
33027         * m4/mktime.m4: Likewise.
33028
33029         * m4/check-type.m4: Remove file, now that the latest version of
33030         AC_CHECK_TYPE takes a third arg to specify additional #includes.
33031
33032         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
33033         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
33034         AC_CHECK_TYPE.
33035
33036 1999-10-04  Jim Meyering  <meyering@ascend.com>
33037
33038         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
33039
33040 1999-09-22  Paul Eggert  <eggert@twinsun.com>
33041
33042         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
33043         2.95.1 bug with HP-UX 10.20.
33044
33045 1999-09-17  Jim Meyering  <meyering@ascend.com>
33046
33047         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
33048         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
33049         due to missing strdup (against sh-utils-2.0).
33050
33051 1999-08-29  Jim Meyering  <meyering@ascend.com>
33052
33053         * m4/jm-macros.m4: Require jm_BISON.
33054         * m4/bison.m4: New file.
33055
33056 1999-08-17  Paul Eggert  <eggert@twinsun.com>
33057
33058         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
33059         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
33060
33061 1999-08-05  Jim Meyering  <meyering@ascend.com>
33062
33063         * m4/getline.m4: Rename test file from conftestdata to conftest.data
33064         to avoid conflicts with `conftest' on 8+3 filesystems.
33065         Suggestion from Eli Zaretskii.
33066
33067 1999-08-04  Jim Meyering  <meyering@ascend.com>
33068
33069         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
33070         fileutils and sh-utils (textutils's getline test was inadequate).
33071         (AM_FUNC_GETLINE): Run this test.
33072         (AC_CHECK_FUNCS): Check for getdelim.
33073         Reported by Bob Proulx.
33074
33075 1999-08-02  Jim Meyering  <meyering@ascend.com>
33076
33077         * m4/jm-macros.m4: Add a comment.
33078
33079 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33080
33081         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
33082         <inttypes.h> defines strtoumax as a macro (and not as a
33083         function).
33084
33085 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33086
33087         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
33088         that we can shift, multiply and divide unsigned long long
33089         values; Ultrix cc can't do it.
33090
33091 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33092
33093         * m4/mktime.m4: New file, which is a preview of what should appear
33094         in the next public autoconf release.
33095
33096 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33097
33098         * m4/lfs.m4: Remove this file.
33099         * m4/largefile.m4: New file.  It contains the old contents of
33100         lfs.m4, except that all names with prefix AC_LFS have been
33101         changed to use the prefix AC_SYS_LARGEFILE instead, to be
33102         compatible with future autoconf versions.  Also, some minor m4
33103         quoting problems have been fixed.
33104
33105 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33106
33107         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
33108         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
33109         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
33110         and simplify the shell code.
33111
33112 1999-08-01  Jim Meyering  <meyering@ascend.com>
33113
33114         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
33115         m4.
33116
33117 1999-07-20  Jim Meyering  <meyering@ascend.com>
33118
33119         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
33120
33121 1999-07-15  Jim Meyering  <meyering@ascend.com>
33122
33123         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
33124
33125 1999-05-22  Jim Meyering  <meyering@ascend.com>
33126
33127         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
33128
33129 1999-05-20  Jim Meyering  <meyering@ascend.com>
33130
33131         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
33132         Add a colon after each `then' in case $4 is empty.
33133
33134 1999-05-16  Jim Meyering  <meyering@ascend.com>
33135
33136         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
33137
33138 1999-05-10  Jim Meyering  <meyering@ascend.com>
33139
33140         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
33141
33142         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
33143         AC_FUNC_MKTIME.
33144
33145 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
33146
33147         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
33148
33149 1999-05-04  Paul Eggert  <eggert@twinsun.com>
33150
33151         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
33152         not CPPFLAGS, so that linking works correctly in IRIX.
33153
33154 1999-04-30  Paul Eggert  <eggert@twinsun.com>
33155
33156         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
33157
33158 1999-04-20  Paul Eggert  <eggert@twinsun.com>
33159
33160         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
33161         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
33162         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
33163         jm_AC_TYPE_UNSIGNED_LONG_LONG.
33164         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
33165
33166         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
33167
33168 1999-04-20  Jim Meyering  <meyering@ascend.com>
33169
33170         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
33171         AC_REPLACE xstroull if necessary.  From Paul Eggert.
33172         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
33173
33174 1999-04-18  Jim Meyering  <meyering@ascend.com>
33175
33176         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
33177         * m4/jm-macros.m4: Use it.
33178
33179 1999-04-06  Jim Meyering  <meyering@ascend.com>
33180
33181         * m4/strftime.m4: Remove test for %f.
33182
33183 1999-03-29  Jim Meyering  <meyering@ascend.com>
33184
33185         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
33186         superset of the AC_TYPE_* checks in the textutils, fileutils,
33187         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
33188         AC_TYPE_PID_T.
33189
33190 1999-03-28  Jim Meyering  <meyering@ascend.com>
33191
33192         * m4/jm-macros.m4: Define GNU_PACKAGE here.
33193         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
33194         replaced e.g., in the *.sh files of the sh-utils.
33195
33196 1999-03-20  Jim Meyering  <meyering@ascend.com>
33197
33198         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
33199         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
33200         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
33201
33202 1999-03-19  Jim Meyering  <meyering@ascend.com>
33203
33204         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
33205
33206 1999-03-12  Jim Meyering  <meyering@ascend.com>
33207
33208         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
33209
33210 1999-03-07  Jim Meyering  <meyering@ascend.com>
33211
33212         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
33213         declared.
33214
33215 1999-02-17  Jim Meyering  <meyering@ascend.com>
33216
33217         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
33218         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
33219
33220 1999-02-07  Jim Meyering  <meyering@ascend.com>
33221
33222         * m4/group-member.m4: New file -- extracted from sh-utils'
33223         configure.in.
33224
33225         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
33226         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
33227
33228 1999-02-06  Jim Meyering  <meyering@ascend.com>
33229
33230         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
33231         * m4/fnmatch.m4: Likewise.
33232         * m4/getgroups.m4: Likewise.
33233         * m4/lstat.m4: Likewise.
33234         * m4/malloc.m4: Likewise.
33235         * m4/putenv.m4: Likewise.
33236         * m4/realloc.m4: Likewise.
33237         * m4/regex.m4: Likewise.
33238         * m4/stat.m4: Likewise.
33239         * m4/strftime.m4: Likewise.
33240         Suggestion from Alain Magloire.
33241
33242         * m4/chown.m4: Use `.$ac_objext', not `.o'.
33243         * m4/fnmatch.m4: Likewise.
33244         * m4/getgroups.m4: Likewise.
33245         * m4/getline.m4: Likewise.
33246         * m4/lstat.m4: Likewise.
33247         * m4/malloc.m4: Likewise.
33248         * m4/memcmp.m4: Likewise.
33249         * m4/putenv.m4: Likewise.
33250         * m4/realloc.m4: Likewise.
33251         * m4/regex.m4: Likewise.
33252         * m4/stat.m4: Likewise.
33253         * m4/strftime.m4: Likewise.
33254         Suggestion from Alain Magloire.
33255
33256         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
33257         an argument.
33258
33259         * m4/regex.m4: Add a run-time Test for proper operation of
33260         re_compile_pattern.
33261
33262 1999-01-31  Jim Meyering  <meyering@ascend.com>
33263
33264         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
33265
33266 1999-01-30  Jim Meyering  <meyering@ascend.com>
33267
33268         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
33269
33270         * m4/jm-mktime.m4: Make this a wrapper around the official
33271         AM_FUNC_MKTIME rather than my private copy, now that the official one
33272         is up to date.
33273         * m4/mktime.m4: Remove file.
33274
33275         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
33276         * m4/uptime.m4: Likewise.
33277         * m4/uintmax_t.m4: Likewise.
33278
33279 1999-01-28  Jim Meyering  <meyering@ascend.com>
33280
33281         * m4/jm-macros.m4: Use jm_AFS.
33282         * m4/afs.m4: New file (from fileutils' configure.in).
33283
33284         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
33285         * m4/chown.m4: Likewise.
33286         * m4/d-ino.m4: Likewise.
33287         * m4/d-type.m4: Likewise.
33288         * m4/fnmatch.m4: Likewise.
33289         * m4/getgroups.m4: Likewise.
33290         * m4/gettext.m4: Likewise.
33291         * m4/jm-mktime.m4: Likewise.
33292         * m4/jm-winsz2.m4: Likewise.
33293         * m4/lcmessage.m4: Likewise.
33294         * m4/ls-mntd-fs.m4: Likewise.
33295         * m4/malloc.m4: Likewise.
33296         * m4/memcmp.m4: Likewise.
33297         * m4/putenv.m4: Likewise.
33298         * m4/realloc.m4: Likewise.
33299         * m4/st_mtim.m4: Likewise.
33300         * m4/strftime.m4: Likewise.
33301
33302 1999-01-16  Jim Meyering  <meyering@ascend.com>
33303
33304         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
33305         (ARGMATCH_DIE_DECL): Define.
33306
33307 1999-01-12  Jim Meyering  <meyering@ascend.com>
33308
33309         * m4/Makefile.am.in: Rewrite to avoid using fmt.
33310         Reported by Lars Hecking.
33311
33312 1999-01-10  Jim Meyering  <meyering@ascend.com>
33313
33314         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
33315         gross kludge.
33316         * m4/inttypes_h.m4: Likewise.
33317         * m4/lstat.m4: Likewise.
33318         * m4/malloc.m4: Likewise.
33319         * m4/readdir.m4: Likewise.
33320         * m4/realloc.m4: Likewise.
33321         * m4/st_dm_mode.m4: Likewise.
33322         * m4/stat.m4: Likewise.
33323         * m4/utimbuf.m4: Likewise.
33324         * m4/utimes.m4: Likewise.
33325
33326         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
33327         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
33328         comments in config.h.in are meaningful.
33329
33330         * m4/jm-macros.m4: Require autoconf-2.13 here.
33331
33332         * m4/regex.m4: By default, don't use the included regex.c on systems
33333         with glibc 2.  Suggestion from Uli Drepper.
33334
33335 1999-01-02  Jim Meyering  <meyering@ascend.com>
33336
33337         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
33338
33339 1998-12-18  Jim Meyering  <meyering@ascend.com>
33340
33341         * m4/Makefile.am.in (Makefile.am): Simplify rule.
33342         Based on a suggestion from Lars Hecking.
33343
33344 1998-11-16  Paul Eggert  <eggert@twinsun.com>
33345
33346         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
33347
33348 1998-11-16  Jim Meyering  <meyering@ascend.com>
33349
33350         * m4/lfs.m4: Double-quote the `uname...` expression.
33351
33352 1998-11-14  Jim Meyering  <meyering@ascend.com>
33353
33354         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
33355         * m4/stat.m4: Likewise.
33356
33357 1998-11-03  Jim Meyering  <meyering@ascend.com>
33358
33359         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
33360         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
33361
33362 1998-10-18  Jim Meyering  <meyering@ascend.com>
33363
33364         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
33365
33366 1998-10-17  Jim Meyering  <meyering@ascend.com>
33367
33368         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
33369         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
33370         calls for those previously hard-coded headers.  Instead, take a new
33371         parameter.
33372         (jm_CHECK_DECLARATIONS): Reflect interface change.
33373         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
33374         (jm_CHECK_DECL_LOCALTIME_R): New macro.
33375
33376         * m4/mktime.m4: Test for spring-forward gap before long-running test.
33377
33378 1998-10-14  Jim Meyering  <meyering@ascend.com>
33379
33380         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
33381         instead of "TZ=America/Vancouver".  From Paul Eggert.
33382
33383 1998-10-11  Jim Meyering  <meyering@ascend.com>
33384
33385         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
33386         This adds a test for a recently added compatibility fix for mktime.c.
33387         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
33388
33389 1998-09-27  Jim Meyering  <meyering@ascend.com>
33390
33391         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
33392
33393         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
33394         ../configure.in, including a change from Gordon Matzigkeit to allow
33395         cross-compiling for the Hurd.
33396
33397         * m4/glibc.m4: New file/macro to test for the GNU C Library
33398         versions 1 and 2.  From Gordon Matzigkeit.
33399         Indent.
33400
33401 1998-09-21  Jim Meyering  <meyering@ascend.com>
33402
33403         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
33404
33405 1998-08-18  Paul Eggert  <eggert@twinsun.com>
33406
33407         Port nanosecond-resolution times to UnixWare 2.1.2 and
33408         pedantic Solaris 2.6.
33409
33410         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
33411         AC_STRUCT_ST_MTIM.
33412         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
33413         Generate name of ns member, instead of just 1 or undef.
33414         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
33415
33416 1998-08-15  Jim Meyering  <meyering@ascend.com>
33417
33418         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
33419         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
33420         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
33421         instead of jm_TYPE_SSIZE_T.
33422
33423 1998-08-12  Jim Meyering  <meyering@ascend.com>
33424
33425         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
33426
33427 1998-08-02  Jim Meyering  <meyering@ascend.com>
33428
33429         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
33430         in acconfig.h manually.
33431
33432 1998-07-31  Paul Eggert  <eggert@twinsun.com>
33433
33434         * m4/st_mtim.m4: New file.
33435
33436 1998-07-28  Jim Meyering  <meyering@ascend.com>
33437
33438         * m4/utimes.m4: Undef stat.
33439
33440 1998-07-25  Jim Meyering  <meyering@ascend.com>
33441
33442         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
33443         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
33444
33445 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
33446
33447         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
33448         uid and gid actually remain unchanged.
33449
33450 1998-07-07  Jim Meyering  <meyering@ascend.com>
33451
33452         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
33453
33454 1998-07-04  Jim Meyering  <meyering@ascend.com>
33455
33456         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
33457         to prove that this macro can be used in packages without regex.c.
33458
33459 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
33460
33461         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
33462         is to be used.
33463
33464 1998-07-03  Jim Meyering  <meyering@ascend.com>
33465
33466         * m4/gettext.m4: Add -lintl if it's found to be necessary.
33467
33468         * m4/gettext.m4: New file -- from gettext-0.10.35.
33469         * m4/lcmessage.m4: Likewise.
33470         * m4/progtest.m4: Likewise.
33471
33472         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
33473         * m4/jm-macros.m4: Require the new macro.
33474
33475 1998-06-29  Jim Meyering  <meyering@ascend.com>
33476
33477         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
33478         for the definition of NGROUPS (used in a system header included
33479         by sys/mount.h).
33480
33481 1998-06-28  Jim Meyering  <meyering@ascend.com>
33482
33483         * m4/ls-mntd-fs.m4: New file.
33484         * m4/fstypename.m4: New file.
33485
33486         * m4/jm-macros.m4: Require the new macro.
33487         * m4/jm-glibc-io.m4: New file.
33488
33489 1998-05-19  Jim Meyering  <meyering@ascend.com>
33490
33491         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
33492         * m4/lchown.m4: New file.
33493
33494         * m4/Makefile.am.in: New file.
33495         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
33496
33497 1998-05-14  Jim Meyering  <meyering@ascend.com>
33498
33499         * m4/Makefile.am (EXTRA_DIST): Add them.
33500         * m4/jm-macros.m4: New file.
33501         * m4/utimbuf.m4: New file.
33502
33503 1998-05-12  Jim Meyering  <meyering@ascend.com>
33504
33505         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
33506
33507 1998-05-11  Jim Meyering  <meyering@ascend.com>
33508
33509         * m4/isc-posix.m4: New file.
33510
33511 1998-05-10  Jim Meyering  <meyering@ascend.com>
33512
33513         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
33514
33515 1998-05-09  Jim Meyering  <meyering@ascend.com>
33516
33517         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
33518         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
33519         with automake.
33520
33521         * m4/ssize_t.m4: New file.
33522         * m4/mktime.m4: Remove file -- the new automake has this now.
33523
33524 1998-04-26  Jim Meyering  <meyering@ascend.com>
33525
33526         * m4/assert.m4: New file.
33527         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
33528
33529 1998-04-05  Jim Meyering  <meyering@ascend.com>
33530
33531         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
33532         (jm_PREREQ): Use it here.
33533
33534 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
33535
33536         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
33537         in acconfig.h.
33538
33539 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
33540
33541         * m4/prereq.m4: New file.
33542         * m4/error.m4: New file.
33543         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
33544
33545 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
33546
33547         * m4/getline.m4: Don't set am_cv_func_working_getline before the
33548         cache-check for the same variable -- that defeated the purpose of
33549         the test; the test program was never run.  This was a problem only
33550         on systems with losing getline functions -- HP-UX 10.20 is one.
33551         Reported by Bjorn Helgaas.
33552
33553 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
33554
33555         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
33556
33557 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
33558
33559         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
33560
33561         * m4/const.m4: New file.  Use an initializer in this declaration
33562         typedef int charset[2]; const charset x;
33563         Reported by Bob Glickstein.
33564
33565 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
33566
33567         * m4/chown.m4: Fix reversed types on -1 args to chown.
33568         From Kaveh Ghazi.
33569
33570 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
33571
33572         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
33573         Add lseek and memchr.
33574
33575         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
33576         T.E.Dickey <dickey@clark.net> said that some older preprocessors
33577         have a 20-character limit on names.
33578
33579 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
33580
33581         * m4/inttypes_h.m4: New file.
33582         * m4/uintmax_t.m4: New file.
33583         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
33584
33585 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
33586   Free Software Foundation, Inc.
33587 Copying and distribution of this file, with or without modification,
33588 are permitted provided the copyright notice and this notice are preserved.