Test for module 'fopen'.
[gnulib.git] / ChangeLog
1 2007-10-06  Bruno Haible  <bruno@clisp.org>
2
3         * modules/fopen-tests: New file.
4         * tests/test-fopen.c: New file.
5
6         * modules/fopen: New file.
7         * lib/fopen.c: New file.
8         * m4/fopen.m4: New file.
9         * modules/freopen: New file.
10         * lib/freopen.c: New file.
11         * m4/freopen.m4: New file.
12         * lib/stdio.in.h (fopen, freopen): New declarations.
13         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
14         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
15         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
16         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
17         * doc/functions/fopen.texi: Mention the 'fopen' module.
18         * doc/functions/freopen.texi: Mention the 'freopen' module.
19
20 2007-10-06  Bruno Haible  <bruno@clisp.org>
21
22         * modules/open-tests: New file.
23         * tests/test-open.c: New file.
24
25         * modules/open: New file.
26         * lib/open.c: New file.
27         * m4/open.m4: New file.
28         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
29         lib/open.c does.
30         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
32         macros.
33         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
34         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
35         REPLACE_OPEN.
36         * doc/functions/open.texi: Mention the 'open' module.
37
38 2007-10-04  Bruno Haible  <bruno@clisp.org>
39
40         * modules/ceill-tests: New file.
41         * tests/test-ceill.c: New file.
42
43         * modules/ceill: New file.
44         * lib/ceill.c: Replace entire file.
45         * m4/ceill.m4: New file.
46         * lib/math.in.h (ceill): Replace declaration.
47         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
48         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
49         * doc/functions/ceill.texi: Mention the 'ceill' module.
50         * modules/mathl (Files): Remove lib/ceill.c.
51         (Depends-on): Add ceill.
52
53 2007-10-04  Bruno Haible  <bruno@clisp.org>
54
55         * modules/ceilf-tests: New file.
56         * tests/test-ceilf.c: New file.
57
58         * modules/ceilf: New file.
59         * lib/ceil.c: New file.
60         * lib/ceilf.c: New file.
61         * m4/ceilf.m4: New file.
62         * lib/math.in.h (ceilf): New declaration.
63         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
64         HAVE_DECL_CEILF.
65         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
66         HAVE_DECL_CEILF.
67         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
68
69 2007-10-04  Bruno Haible  <bruno@clisp.org>
70
71         * modules/floorl-tests: New file.
72         * tests/test-floorl.c: New file.
73
74         * modules/floorl: New file.
75         * lib/floorl.c: Replace entire file.
76         * m4/floorl.m4: New file.
77         * lib/math.in.h (floorl): Replace declaration.
78         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
79         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
80         * doc/functions/floorl.texi: Mention the 'floorl' module.
81         * modules/mathl (Files): Remove lib/floorl.c.
82         (Depends-on): Add floorl.
83
84 2007-10-04  Bruno Haible  <bruno@clisp.org>
85
86         * modules/floorf-tests: New file.
87         * tests/test-floorf.c: New file.
88
89         * modules/floorf: New file.
90         * lib/floor.c: New file.
91         * lib/floorf.c: New file.
92         * m4/floorf.m4: New file.
93         * lib/math.in.h (floorf): New declaration.
94         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
95         HAVE_DECL_FLOORF.
96         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
97         HAVE_DECL_FLOORF.
98         * doc/functions/floorf.texi: Mention the 'floorf' module.
99
100 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
101             Bruno Haible  <bruno@clisp.org>
102
103         Advertise for the Git server instead of the CVS server.
104         * doc/gnulib-intro.texi (Steady Development): Mention the Git
105         repository instead of the CVS one.
106         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
107         about all VCS systems generically.
108         * doc/gnulib.texi (Introduction): Capitalize `Git'.
109
110 2007-10-04  Bruno Haible  <bruno@clisp.org>
111
112         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
113         means.
114         Reported by BenoĆ®t Sigoure <tsuna@lrde.epita.fr>.
115
116 2007-10-04  Bruno Haible  <bruno@clisp.org>
117
118         * modules/truncl-tests: New file.
119         * tests/test-truncl.c: New file.
120
121         * modules/truncl: New file.
122         * lib/truncl.c: New file.
123         * m4/truncl.m4: New file.
124         * lib/math.in.h (truncl): New declaration.
125         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
126         HAVE_DECL_TRUNCL.
127         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
128         HAVE_DECL_TRUNCL.
129         * doc/functions/truncl.texi: Mention the 'truncl' module.
130
131 2007-10-04  Bruno Haible  <bruno@clisp.org>
132
133         * modules/truncf-tests: New file.
134         * tests/test-truncf.c: New file.
135
136         * modules/truncf: New file.
137         * lib/trunc.c: Make paramerizable through USE_* macros.
138         * lib/truncf.c: New file.
139         * m4/truncf.m4: New file.
140         * lib/math.in.h (truncf): New declaration.
141         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
142         HAVE_DECL_TRUNCF.
143         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
144         HAVE_DECL_TRUNCF.
145         * doc/functions/truncf.texi: Mention the 'truncf' module.
146
147 2007-10-03  Bruno Haible  <bruno@clisp.org>
148
149         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
150         augmentation also for tests modules.
151         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
152         * modules/atexit-tests (Makefile.am): Likewise.
153         * modules/binary-io-tests (Makefile.am): Likewise.
154         * modules/c-strcase-tests (Makefile.am): Likewise.
155         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
156         * modules/canonicalize-tests (Makefile.am): Likewise.
157         * modules/closein-tests (Makefile.am): Likewise.
158         * modules/fprintf-posix-tests (Makefile.am): Likewise.
159         * modules/freadahead-tests (Makefile.am): Likewise.
160         * modules/fseek-tests (Makefile.am): Likewise.
161         * modules/fseeko-tests (Makefile.am): Likewise.
162         * modules/ftell-tests (Makefile.am): Likewise.
163         * modules/ftello-tests (Makefile.am): Likewise.
164         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
165         * modules/isnanl-tests (Makefile.am): Likewise.
166         * modules/lseek-tests (Makefile.am): Likewise.
167         * modules/mbscasecmp-tests (Makefile.am): Likewise.
168         * modules/mbscasestr-tests (Makefile.am): Likewise.
169         * modules/mbschr-tests (Makefile.am): Likewise.
170         * modules/mbscspn-tests (Makefile.am): Likewise.
171         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
172         * modules/mbspbrk-tests (Makefile.am): Likewise.
173         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
174         * modules/mbsrchr-tests (Makefile.am): Likewise.
175         * modules/mbsspn-tests (Makefile.am): Likewise.
176         * modules/mbsstr-tests (Makefile.am): Likewise.
177         * modules/printf-posix-tests (Makefile.am): Likewise.
178         * modules/snprintf-posix-tests (Makefile.am): Likewise.
179         * modules/sprintf-posix-tests (Makefile.am): Likewise.
180         * modules/tsearch-tests (Makefile.am): Likewise.
181         * modules/uniname/uniname-tests (Makefile.am): Likewise.
182         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
183         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
184         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
185         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
186         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
187         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
188         * modules/vprintf-posix-tests (Makefile.am): Likewise.
189         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
190         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
191         * modules/xstrtoimax-tests (Makefile.am): Likewise.
192         * modules/xstrtol-tests (Makefile.am): Likewise.
193         * modules/xstrtoumax-tests (Makefile.am): Likewise.
194         * modules/yesno-tests (Makefile.am): Likewise.
195
196 2007-10-03  Bruno Haible  <bruno@clisp.org>
197
198         * modules/trunc-tests: New file.
199         * tests/test-trunc.c: New file.
200
201         * modules/trunc: New file.
202         * lib/trunc.c: New file.
203         * m4/trunc.m4: New file.
204         * lib/math.in.h (trunc): New declaration.
205         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
206         HAVE_DECL_TRUNC.
207         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
208         HAVE_DECL_TRUNC.
209         * doc/functions/trunc.texi: Mention the 'trunc' module.
210
211 2007-10-03  Bruno Haible  <bruno@clisp.org>
212
213         * tests/test-fpending.c: New file, mostly copied
214         from coreutils/lib/t-fpending.c.
215         * modules/fpending-tests: New file.
216
217 2007-10-03  Bruno Haible  <bruno@clisp.org>
218
219         Port the stdio extensions to QNX (untested).
220         * lib/fseterr.c (fseterr): Add support for QNX.
221         * lib/fbufmode.c (fbufmode): Likewise.
222         * lib/freadable.c (freadable): Likewise.
223         * lib/fwritable.c (fwritable): Likewise.
224         * lib/freading.c (freading): Likewise.
225         * lib/fwriting.c (fwriting): Likewise.
226         * lib/freadahead.c (freadahed): Likewise.
227         * lib/fpurge.c (fpurge): Likewise.
228         * lib/fseeko.c (rpl_fseeko): Likewise.
229
230 2007-10-03  Bruno Haible  <bruno@clisp.org>
231             Jim Meyering  <jim@meyering.net>
232             Eric Blake  <ebb9@byu.net>
233
234         * doc/relocatable.texi: Use @command instead of @program.
235
236 2007-10-02  Jim Meyering  <jim@meyering.net>
237
238         Perform one more "_.h" -> ".in.h" substitution.
239         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
240         instead of unistd_.h here, too.
241
242 2007-10-01  Bruno Haible  <bruno@clisp.org>
243
244         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
245         Needed for the alloca-opt module.
246
247 2007-09-30  Bruno Haible  <bruno@clisp.org>
248
249         * lib/alloca.in.h: Renamed from lib/alloca_.h.
250         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
251         alloca_.h.
252         * lib/argz.in.h: Renamed from lib/argz_.h.
253         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
254         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
255         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
256         byteswap_.h.
257         * lib/dirent.in.h: Renamed from lib/dirent_.h.
258         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
259         dirent_.h.
260         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
261         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
262         fcntl_.h.
263         * lib/float.in.h: Renamed from lib/float_.h.
264         * modules/float (Files, Makefile.am): Use float.in.h instead of
265         float_.h.
266         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
267         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
268         fnmatch_.h.
269         * lib/getopt.in.h: Renamed from lib/getopt_.h.
270         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
271         getopt_.h.
272         * lib/glob.in.h: Renamed from lib/glob_.h.
273         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
274         * lib/iconv.in.h: Renamed from lib/iconv_.h.
275         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
276         iconv_.h.
277         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
278         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
279         inttypes_.h.
280         * lib/locale.in.h: Renamed from lib/locale_.h.
281         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
282         locale_.h.
283         * lib/math.in.h: Renamed from lib/math_.h.
284         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
285         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
286         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
287         of netinet_in_.h. Add dependency.
288         * lib/poll.in.h: Renamed from lib/poll_.h.
289         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
290         * lib/search.in.h: Renamed from lib/search_.h.
291         * modules/search (Files, Makefile.am): Use search.in.h instead of
292         search_.h.
293         * lib/signal.in.h: Renamed from lib/signal_.h.
294         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
295         _signal.h.
296         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
297         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
298         stdbool_.h.
299         * lib/stdint.in.h: Renamed from lib/stdint_.h.
300         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
301         stdint_.h.
302         * lib/stdio.in.h: Renamed from lib/stdio_.h.
303         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
304         stdio_.h.
305         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
306         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
307         stdlib_.h.
308         * lib/string.in.h: Renamed from lib/string_.h.
309         * modules/string (Files, Makefile.am): Use string.in.h instead of
310         string_.h.
311         * doc/gnulib-tool.texi (Initial import): Update.
312         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
313         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
314         of sys_select_.h. Add dependency.
315         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
316         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
317         of sys_socket_.h.
318         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
319         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
320         sys_stat_.h.
321         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
322         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
323         sys_time_.h.
324         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
325         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
326         sysexits_.h.
327         * lib/time.in.h: Renamed from lib/time_.h.
328         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
329         * lib/unistd.in.h: Renamed from lib/unistd_.h.
330         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
331         unistd_.h.
332         * lib/wchar.in.h: Renamed from lib/wchar_.h.
333         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
334         wchar_.h.
335         * lib/wctype.in.h: Renamed from lib/wctype_.h.
336         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
337         wctype_.h.
338         * build-aux/bootstrap (slurp): Update.
339         * lib/.cppi-disable: Update.
340
341 2007-09-30  Bruno Haible  <bruno@clisp.org>
342
343         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
344         Needed on BeOS.
345
346 2007-09-30  Bruno Haible  <bruno@clisp.org>
347
348         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
349
350 2007-09-29  Bruno Haible  <bruno@clisp.org>
351
352         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
353
354 2007-09-29  Bruno Haible  <bruno@clisp.org>
355
356         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
357         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
358         * build-aux/install-reloc: Compile also areadlink.c.
359         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
360
361 2007-09-29  Bruno Haible  <bruno@clisp.org>
362
363         * gnulib-tool (func_emit_initmacro_done): Indentation.
364
365 2007-09-29  Bruno Haible  <bruno@clisp.org>
366
367         * README: Add CVS checkout update instructions.
368         Info from Bob Proulx <bob@proulx.com>.
369
370 2007-09-28  Eric Blake  <ebb9@byu.net>
371
372         Provide move-if-change.
373         * build-aux/move-if-change: New file, based on best practice
374         rather than any canonical upstream location.
375
376 2007-09-28  Jim Meyering  <jim@meyering.net>
377
378         Fix canonicalize loop-detection corner case.
379         Do not attempt to stat the symlink values stored via seen_triple.
380         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
381         on linux-2.6.18, (but not 2.6.22).
382         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
383         triple_compare.  The former compares dev,ino,filename, while the latter
384         would actually stat dirname(filename) when dev and ino were equal.
385         * lib/hash-triple.c: Install <string.h>.
386         (STREQ): Define.
387         (triple_compare_ino_str): New function.
388         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
389
390 2007-09-28  Eric Blake  <ebb9@byu.net>
391
392         Enforce that AC_REPLACE_FUNCS files exist.
393         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
394         override check for typos.
395
396         Fix test-closein on Solaris 10.
397         * tests/test-closein.c (main): Don't assume stdin can be inherited
398         closed on all systems.
399         * tests/test-closein.sh: Likewise.
400         Reported by Piotr Tarnowski.
401
402 2007-09-28  Jim Meyering  <jim@meyering.net>
403
404         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
405
406 2007-09-27  Jim Meyering  <jim@meyering.net>
407
408         canonicalize: Avoid a false-positive cycle failure.
409         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
410         Sort.  Remove cycle-check.
411         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
412         not cycle-check.h.
413         (seen_triple): New function.
414         (canonicalize_filename_mode): Use it instead of cycle-check.
415         * tests/test-canonicalize.c: Add a test for this bug.
416         * tests/test-canonicalize.sh: Set up and run the test.
417
418         New module, file-set, from coreutils.
419         * modules/file-set: Define it.
420         * lib/file-set.c, lib/file-set.h: Implement.
421
422         New module, hash-triple, from coreutils.
423         * modules/hash-triple: Define it.
424         * lib/hash-triple.c, lib/hash-triple.h: Implement.
425
426 2007-09-25  Eric Blake  <ebb9@byu.net>
427
428         Fix strerror on Interix.
429         * lib/string_.h (strerror): Declare replacement.
430         * doc/functions/strerror.texi (strerror): Document the Interix
431         shortcoming.
432         * modules/string (Makefile.am): Support new hooks.
433         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
434         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
435         gl_FUNC_STRERROR_SEPARATE.
436         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
437         * lib/strerror.c (rpl_strerror): Provide replacement.
438         * modules/strerror (Depends-on): Add string.
439         (configure.ac): Detect use of module.
440         * tests/test-strerror.c: New file.
441         * modules/strerror-tests: New test module.
442         * modules/argp (Depends-on): Add strerror.
443         * modules/error (Depends-on): Likewise.
444         Reported by Martin Koeppe.
445
446 2007-09-24  Bruno Haible  <bruno@clisp.org>
447
448         * README: Update git instructions.
449
450 2007-09-24  Eric Blake  <ebb9@byu.net>
451
452         Revert fpending breakage from 2007-09-08.
453         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
454         __fpending.c.
455
456 2007-09-24  Jim Meyering  <jim@meyering.net>
457
458         filenamecat.c: Add a test.
459         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
460         showing how the function works when DIR is the empty string.
461
462 2007-09-21  Simon Josefsson  <simon@josefsson.org>
463
464         * tests/test-canonicalize.sh: Turn on executable bit.
465
466 2007-09-19  Eric Blake  <ebb9@byu.net>
467
468         * README: Update CVS instructions.
469
470 2007-09-18  Bruno Haible  <bruno@clisp.org>
471
472         * modules/areadlink: New file.
473         * lib/areadlink.h (areadlink): New declaration.
474         * lib/areadlink.c: New file, based on lib/xreadlink.c.
475
476 2007-09-17  Jim Meyering  <jim@meyering.net>
477
478         * lib/savewd.c (ESTALE) [!defined]: Define.
479         Reported to be required on Interix by Martin Koeppe.
480
481 2007-09-17  Bruno Haible  <bruno@clisp.org>
482
483         * gnulib-tool (func_version): Use $version.
484
485 2007-09-16  Bruno Haible  <bruno@clisp.org>
486
487         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
488         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
489         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
490         Reported by Greg Schafer <gschafer@zip.com.au>.
491
492 2007-09-15  Bruno Haible  <bruno@clisp.org>
493
494         * gnulib-tool (sed): Try a little harder to make bash understand the
495         alias.
496         Reported by Bruce Korb <bruce.korb@gmail.com>.
497
498 2007-09-13  Eric Blake  <ebb9@byu.net>
499
500         * ChangeLog: Remove conflict markers.
501
502 2007-09-13  Simon Josefsson  <simon@josefsson.org>
503
504         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
505         Reported by Bruno Haible <bruno@clisp.org>.
506
507 2007-09-12  Bruno Haible  <bruno@clisp.org>
508
509         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
510         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
511         is not defined.
512
513 2007-09-12  Eric Blake  <ebb9@byu.net>
514
515         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
516         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
517         Autoconf definition.
518         * modules/euidaccess (Depends-on): Add extensions, for
519         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
520         * modules/fnmatch (Depends-on): Likewise.
521         * modules/getaddrinfo (Depends-on): Likewise.
522         * modules/getdelim (Depends-on): Likewise.
523         * modules/getline (Depends-on): Likewise.
524         * modules/getsubopt (Depends-on): Likewise.
525         * modules/gettext (Depends-on): Likewise.
526         * modules/group-member (Depends-on): Likewise.
527         * modules/mbchar (Depends-on): Likewise.
528         * modules/memmem (Depends-on): Likewise.
529         * modules/mempcpy (Depends-on): Likewise.
530         * modules/memrchr (Depends-on): Likewise.
531         * modules/pagealign_alloc (Depends-on): Likewise.
532         * modules/readutmp (Depends-on): Likewise.
533         * modules/stpcpy (Depends-on): Likewise.
534         * modules/stpncpy (Depends-on): Likewise.
535         * modules/strchrnul (Depends-on): Likewise.
536         * modules/strndup (Depends-on): Likewise.
537         * modules/strsep (Depends-on): Likewise.
538         * modules/strverscmp (Depends-on): Likewise.
539         * modules/vasprintf (Depends-on): Likewise.
540         * modules/wcwidth (Depends-on): Likewise.
541         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
542         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
543         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
544         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
545         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
546         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
547         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
548         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
549         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
550         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
551         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
552         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
553         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
554         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
555         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
556         * m4/readutmp.m4 (gl_READUTMP): Likewise.
557         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
558         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
559         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
560         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
561         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
562         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
563         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
564         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
565         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
566         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
567         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
568         so that lock.m4 can be used in gettext without extensions module.
569
570 2007-09-11  Bruno Haible  <bruno@clisp.org>
571
572         * m4/isc-posix.m4: Remove file.
573         Suggested by Eric Blake.
574
575 2007-09-11  Eric Blake  <ebb9@byu.net>
576
577         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
578
579 2007-09-10  Bruno Haible  <bruno@clisp.org>
580
581         * posix-modules: Fix typo in error message.
582         Reported by Matt <mkraai@beckman.com>.
583
584 2007-09-09  Bruno Haible  <bruno@clisp.org>
585
586         * doc/functions/getdelim.texi: Update list of platforms lacking the
587         function.
588         * doc/functions/getline.texi: Likewise.
589
590 2007-09-09  Jim Meyering  <jim@meyering.net>
591
592         * lib/hash.c (hash_initialize): Detect calloc failure.
593         Reported by Bruno Haible.
594
595 2007-09-09  Bruno Haible  <bruno@clisp.org>
596
597         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
598         malloc or realloc fails.
599
600 2007-09-09  Bruno Haible  <bruno@clisp.org>
601
602         * modules/getcwd (Depends-on): Add malloc-posix.
603         * modules/glob (Depends-on): Likewise.
604         * modules/putenv (Depends-on): Likewise.
605         * modules/strdup (Depends-on): Likewise.
606         * modules/getdelim (Depends-on): Add realloc-posix.
607         * modules/read-file (Depends-on): Likewise.
608
609 2007-09-09  Bruno Haible  <bruno@clisp.org>
610
611         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
612         (gl_FUNC_MALLOC_POSIX): Require it.
613         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
614         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
615         * modules/realloc (Files): Add m4/malloc.m4.
616         * modules/calloc (Files): Likewise.
617
618 2007-09-09  Bruno Haible  <bruno@clisp.org>
619
620         * modules/malloc-posix: New file.
621         * modules/malloc (Depends-on): Add malloc-posix.
622         * lib/malloc.c: Include errno.h.
623         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
624         and a POSIX-compatible malloc into a single function. Set ENOMEM
625         when returning NULL.
626         * m4/malloc.m4: New file.
627         * doc/functions/malloc.texi: Mention the malloc-posix module.
628         * lib/stdlib_.h (malloc): New declaration.
629         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
630         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
631         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
632         and HAVE_MALLOC_POSIX.
633
634 2007-09-09  Bruno Haible  <bruno@clisp.org>
635
636         * modules/realloc-posix: New file.
637         * modules/realloc (Depends-on): Add realloc-posix.
638         * lib/realloc.c: Include errno.h.
639         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
640         and a POSIX-compatible realloc into a single function. Set ENOMEM
641         when returning NULL.
642         * m4/realloc.m4: New file.
643         * doc/functions/realloc.texi: Mention the realloc-posix module.
644         * lib/stdlib_.h (realloc): New declaration.
645         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
646         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
647         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
648         and HAVE_REALLOC_POSIX.
649
650 2007-09-09  Bruno Haible  <bruno@clisp.org>
651
652         * modules/calloc-posix: New file.
653         * modules/calloc (Depends-on): Add calloc-posix.
654         * lib/calloc.c: Include errno.h.
655         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
656         and a POSIX-compatible calloc into a single function. Set ENOMEM
657         when returning NULL.
658         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
659         * doc/functions/calloc.texi: Mention the calloc-posix module.
660         * lib/stdlib_.h (calloc): New declaration.
661         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
662         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
663         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
664         and HAVE_CALLOC_POSIX.
665
666 2007-09-09  Bruno Haible  <bruno@clisp.org>
667
668         Allow for modules to show an arbitrary notice.
669         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
670         * gnulib-tool: New option --extract-notice.
671         (func_usage): Document it.
672         (sed_extract_prog): Update.
673         (func_get_notice): New function.
674         (func_modules_notice): New function.
675         (func_import, func_create_testdir): Invoke it.
676         Suggested by Jim Meyering.
677
678 2007-09-09  Bruno Haible  <bruno@clisp.org>
679
680         * gnulib-tool: New options --verbose, --quiet.
681         (func_usage): Document them.
682         (verbose): New variable.
683         (func_execute_command): New function.
684         (func_import): Don't show the module list and the file list if
685         $verbose < 0.
686         (func_create_testdir): Likewise. Use func_execute_command.
687         (func_create_megatestdir): Use func_execute_command.
688
689 2007-09-08  Bruno Haible  <bruno@clisp.org>
690
691         * gnulib-tool (func_import): Prefer rsync over wget when available,
692         for fetching the PO files.
693
694 2007-09-08  Bruno Haible  <bruno@clisp.org>
695
696         * posix-modules: New file. Portions copied from gnulib-tool.
697         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
698
699 2007-09-08  Jim Meyering  <jim@meyering.net>
700
701         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
702         * lib/fpending.h: Rename from __fpending.h.
703         * lib/fpending.c: Rename from __fpending.c.
704         Include "fpending.h", not "__fpending.h".
705         * lib/__fpending.h, lib/__fpending.c: Remove files.
706         * modules/fpending (Files): Reflect new file names.
707         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
708
709 2007-09-08  Bruno Haible  <bruno@clisp.org>
710
711         * m4/inttypes-h.m4: Remove stub file.
712
713 2007-09-07  Simon Josefsson  <simon@josefsson.org>
714
715         * doc/headers/stdint.texi: Discuss #include_next issue.
716
717 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
718
719         * build-aux/bootstrap: Remove obsolete comment about wget --help.
720
721 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
722
723         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
724         in variable name.
725
726 2007-09-03  Jim Meyering  <jim@meyering.net>
727
728         New module: git-version-gen.
729         * modules/git-version-gen: New file.
730
731         Import changes from coreutils for bootstrap script.
732
733         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
734
735         bootstrap: uses rsync to download the .po files
736         * build-aux/bootstrap (po_download_command_format): New global.
737         (download_po_files): Use rsync.
738         (update_po_files): Don't remove .po files after download,
739         so future rsync runs can take advantage of the copies.
740
741         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
742
743         Solve the unnecessary-.po-file-regeneration problem once and for all.
744         * build-aux/bootstrap (download_po_files): New function, renamed from
745         get_translations.  Now, downloads, but doesn't update LINGUAS.
746         (update_po_files): New function.
747
748         bootstrap: Ignore more.
749         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
750         uniwidth to e.g., lib/.gitignore.
751         (slurp): Handle the sys_stat_.h -> sys mapping, too.
752
753         * build-aux/bootstrap: New setting: vc_ignore.
754         (insert_sorted_if_absent): Create $file if absent.
755         Adapt to new, possibly empty, list: $vc_ignore.
756
757         bootstrap: generate more ignorable names
758         * build-aux/bootstrap (slurp): When generating ignorable names,
759         also map .sin to .sed, .gperf to .c, and .y to .c.
760
761 2007-09-03  Jim Meyering  <jim@meyering.net>
762
763         * build-aux/git-version-gen: New file, from coreutils.  For details, see
764         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
765
766 2007-09-02  Bruno Haible  <bruno@clisp.org>
767
768         Fix mis-recognition of 'mcs' on QNX 6.
769         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
770         output contains the string "Mono".
771         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
772         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
773
774 2007-09-01  Bruno Haible  <bruno@clisp.org>
775
776         Fix collision between uniwidth/* and linebreak modules.
777         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
778         u32_width): Remove declarations.
779         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
780         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
781         streq3, streq2, streq1, streq0): Remove functions.
782         (STREQ): Remove macro.
783         (is_cjk_encoding): Remove function.
784         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
785         (uc_width, u8_width, u16_width, u32_width): Remove functions.
786         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
787         * NEWS: Document the change.
788
789 2007-09-01  Bruno Haible  <bruno@clisp.org>
790
791         * lib/streq.h: Add double-inclusion guard.
792
793 2007-09-01  Karl Berry  <karl@gnu.org>
794
795         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
796
797 2007-08-28  Jim Meyering  <jim@meyering.net>
798
799         Rename mreadlink_with_size to areadlink_with_size.
800         * NEWS: Document the change.
801         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
802         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
803         * lib/mreadlink.h: Rename this to...
804         * lib/areadlink.h: ...this.
805         * modules/mreadlink-with-size: Rename this to...
806         * modules/areadlink-with-size: ...this.
807         * lib/canonicalize.c: Reflect the renaming.
808         * modules/canonicalize: Likewise.
809
810 2007-08-26  Bruno Haible  <bruno@clisp.org>
811
812         * gnulib-tool (func_import): When deciding which files to remove,
813         consider also dangling symbolic links.
814         Reported by Eric Blake.
815
816 2007-08-26  Bruno Haible  <bruno@clisp.org>
817
818         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
819
820 2007-08-23  Simon Josefsson  <simon@josefsson.org>
821
822         * lib/readline.c: Don't include getline.h, the prototype is now
823         found in stdio.h.
824
825 2007-08-23  Jim Meyering  <jim@meyering.net>
826
827         Getdelim touchup.
828         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
829         around the funlockfile call, since funlockfile never sets errno.
830         Don't set errno upon failed realloc.
831
832 2007-08-22  Eric Blake  <ebb9@byu.net>
833
834         Getline touchups.
835         * lib/getdelim.c (getdelim): Revert regression that required *n to
836         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
837         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
838         getdelim, rather than whether implementation is missing.
839         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
840         * lib/stdio_.h (getline): Also declare if replacement is
841         required.
842         * doc/functions/getdelim.texi: New file.
843         * doc/functions/getline.texi: Likewise.
844         * doc/gnulib.texi (Function Substitutes): Add new files.
845         Reported by Bruno Haible.
846
847 2007-08-22  Ludovic CourtĆØs  <ludo@gnu.org>
848
849         * users.txt: Add Guile.
850
851 2007-08-22  Eric Blake  <ebb9@byu.net>
852
853         * tests/test-getdelim.c (main): Use remove, not unlink.
854         * tests/test-getline.c (main): Likewise.
855
856         Move getline and getdelim into stdio.h, per POSIX 200x.
857         * modules/getline (Files): Remove getline.h.
858         (Depends-on): Add stdio.
859         (configure.ac): Add module indicator.
860         * modules/getdelim (Files): Remove getdelim.h.
861         (Depends-on): Add stdio.
862         (configure.ac): Add module indicator.
863         * modules/stdio (Makefile.am): Work with new indicators.
864         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
865         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
866         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
867         * lib/getdelim.h: Delete.
868         * lib/getline.h: Delete.
869         * lib/stdio_.h (getdelim, getline): Declare.
870         * modules/getdelim-tests: New module.
871         * modules/getline-tests: Likewise.
872         * tests/test-getdelim.c: New file.
873         * tests/test-getline.c: Likewise.
874         * NEWS: Document the change.
875         * lib/getline.c: Update choice of header.
876         * lib/csharpcomp.c: Likewise.
877         * lib/getpass.c: Likewise.
878         * lib/javacomp.c: Likewise.
879         * lib/javaversion.c: Likewise.
880         * lib/yesno.c: Likewise.
881         * lib/getdelim.c: Likewise.
882         (getdelim): Set errno on failure, and avoid memory leak.
883
884 2007-08-19  Bruno Haible  <bruno@clisp.org>
885
886         * modules/closein (Depends-on): Add freadahead.
887         * lib/closein.c: Include freadahead.h.
888         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
889         is zero.
890
891 2007-08-19  Bruno Haible  <bruno@clisp.org>
892
893         * modules/freadahead-tests: New file.
894         * tests/test-freadahead.sh: New file.
895         * tests/test-freadahead.c: New file.
896
897         * modules/freadahead: New file.
898         * lib/freadahead.h: New file.
899         * lib/freadahead.c: New file.
900         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
901         fbufmode, fpurge, freadable, fwritable.
902
903 2007-08-19  Eric Blake  <ebb9@byu.net>
904
905         Test yesno in combination with closein.
906         * lib/yesno.c (yesno): Document use of stdin.
907         * modules/yesno-tests (Files): New module.
908         * tests/test-yesno.c (main): New file.
909         * tests/test-yesno.sh: Likewise.
910
911 2007-08-19  Bruno Haible  <bruno@clisp.org>
912
913         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
914         * lib/fseeko.c (rpl_fseeko): Likewise.
915         * lib/fseterr.c (fseterr): Likewise.
916
917 2007-08-19  Bruno Haible  <bruno@clisp.org>
918
919         * tests/test-lseek.c (main): Disable a test for BeOS.
920         * doc/functions/lseek.texi: Document the BeOS bug.
921
922 2007-08-19  Bruno Haible  <bruno@clisp.org>
923             Eric Blake  <ebb9@byu.net>
924
925         * lib/lseek.c: Include <sys/stat.h>.
926         (rpl_lseek): Add workaround code also for Unix platforms.
927         Needed for BeOS.
928         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
929         * doc/functions/lseek.texi: Document BeOS definiency.
930
931 2007-08-18  Bruno Haible  <bruno@clisp.org>
932
933         * modules/fstrcmp-tests: New file.
934         * tests/test-fstrcmp.c: New file.
935
936 2007-08-18  Bruno Haible  <bruno@clisp.org>
937
938         * modules/fstrcmp: New file, from GNU gettext with modifications.
939         * lib/fstrcmp.h: New file, from GNU gettext.
940         * lib/fstrcmp.c: New file, from GNU gettext.
941         * MODULES.html.sh (String handling): Add fstrcmp.
942
943 2007-08-18  Bruno Haible  <bruno@clisp.org>
944
945         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
946         'bool'.
947         (diag, compareseq): Remove const from the ctxt argument.
948         (USE_HEURISTIC): Undefine at the end.
949
950 2007-08-18  Jim Meyering  <jim@meyering.net>
951
952         New file: lib/idcache.h
953         * NEWS: Mention the addition.
954         * modules/idcache (Files): Add lib/idcache.h
955         * lib/idcache.c: Include "idcache.h".
956         Don't include <sys/types.h>.
957         Add a FIXME comment.
958         Move file-scoped "static" declarations to the top.
959         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
960
961 2007-08-17  Bruno Haible  <bruno@clisp.org>
962         and Paul Eggert  <eggert@cs.ucla.edu>
963
964         * MODULES.html.sh: Add diffseq.
965         * modules/diffseq: New file.
966         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
967         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
968
969 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
970
971         Import changes from coreutils for bootstrap script.
972
973         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
974
975         * build-aux/bootstrap (slurp): Work even in environments where
976         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
977         current code does not slurp files whose names start with ".", and
978         this looks like it might be a troublesome area.
979
980         2007-07-11  Jim Meyering  <jim@meyering.net>
981
982         If there's a GPL vN copyright comment, require that N == 3.
983
984         2007-07-08  Jim Meyering  <jim@meyering.net>
985
986         Run the coreutils-specific code only if tests/Makefile.am.in exists.
987         * build-aux/bootstrap (mam_template): Move definition out of loop.
988
989         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
990
991         * build-aux/bootstrap (symlink_to_dir): Rename function from
992         symlink_to_gnulib.  Add a directory parameter.  Update all
993         callers.
994         (cp_mark_as_generated): Also check for -- and link to -- files in
995         gl/.
996
997         2007-07-08  Jim Meyering  <jim@meyering.net>
998
999         Adapt to deeper hierarchy in gnulib.
1000         * build-aux/bootstrap (symlink_to_dir): If the destination
1001         directory doesn't exist, create it. This is required at least for
1002         "lib/uniwidth/cjk.h".
1003
1004         2007-05-15  Jim Meyering  <jim@meyering.net>
1005
1006         * build-aux/bootstrap: Now that generated Makefile.am files
1007         are no longer under version control, they must be created at
1008         bootstrap time.
1009
1010 2007-08-14  Ben Pfaff  <blp@gnu.org>
1011
1012         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
1013
1014 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1015
1016         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
1017         given the changes below.
1018         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
1019         even on hosts that have padding bits beyond the supported 64.
1020
1021 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
1022
1023         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
1024         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
1025         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
1026         depends on it.
1027         (xstrtol_error): Remove.
1028         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
1029         but with a different signature.
1030         (ATTRIBUTE_NORETURN, __attribute__): New macros.
1031         * lib/xstrtol-error.c: Include exitfail.h.
1032         (xstrtol_fatal): New function, with a different signature from the
1033         old xstrtol_error, so that the caller need not worry about passing
1034         in an exit status, or about storage management of the option argument.
1035         (xstrtol_error): Now a static function.  Redo signature to
1036         implement xstrtol_fatal.  Output the correct number of hyphens in
1037         front of the option so that the caller need not worry about
1038         storage management.
1039         (N_): New macro.
1040         (_): Remove; not used now.
1041         * modules/xstrtol: Depend on getopt.
1042         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
1043         of old STRTOL_FATAL_ERROR macro.
1044         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
1045         of test program.
1046         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
1047         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
1048
1049 2007-08-08  Eric Blake  <ebb9@byu.net>
1050
1051         * lib/xstrtol-error.c: Add missing include.
1052
1053         Move xstrtol messages into gnulib domain, when --pobase is used.
1054         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
1055         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
1056         * modules/xstrtol (Files): Distribute new file.
1057         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
1058         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
1059         * tests/test-xstrtol.c: ...into new file.
1060         * tests/test-xstrtoul.c: Also test xstrtoul.
1061         * tests/test-xstrtoimax.c: Also test xstrtoimax.
1062         * tests/test-xstrtoumax.c: Also test xstrtoumax.
1063         * tests/test-xstrtol.sh: Drive the tests.
1064         * tests/test-xstrtoimax.sh: Likewise.
1065         * tests/test-xstrtoumax.sh: Likewise.
1066         * modules/xstrtol-tests: New module.
1067         * modules/xstrtoimax-tests: Likewise.
1068         * modules/xstrtoumax-tests: Likewise.
1069
1070 2007-08-08  Jim Meyering  <jim@meyering.net>
1071
1072         New function: mfile_name_concat.
1073         * lib/filenamecat.c (mfile_name_concat): New function, just like
1074         file_name_concat, but return NULL upon failure rather than exiting
1075         with a diagnostic.
1076         * lib/filenamecat.h: Declare it.
1077
1078 2007-08-07  Bruno Haible  <bruno@clisp.org>
1079
1080         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
1081         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
1082         warning from gcc.
1083         Reported by Eric Blake.
1084
1085 2007-08-07  Simon Josefsson  <simon@josefsson.org>
1086
1087         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
1088         * modules/crypto/arcfour (License): Likewise.
1089         * modules/crypto/des-tests (License): Likewise.
1090         * modules/crypto/gc-arctwo-tests (License): Likewise.
1091         * modules/crypto/gc-des-tests (License): Likewise.
1092         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
1093         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
1094         * modules/crypto/gc-md2-tests (License): Likewise.
1095         * modules/crypto/gc-md4-tests (License): Likewise.
1096         * modules/crypto/gc-md5-tests (License): Likewise.
1097         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
1098         * modules/crypto/gc-rijndael-tests (License): Likewise.
1099         * modules/crypto/gc-sha1-tests (License): Likewise.
1100         * modules/crypto/gc-tests (License): Likewise.
1101         * modules/crypto/hmac-md5 (License): Likewise.
1102         * modules/crypto/hmac-sha1 (License): Likewise.
1103         * modules/crypto/md2-tests (License): Likewise.
1104         * modules/crypto/md4-tests (License): Likewise.
1105         * modules/crypto/md5 (License): Likewise.
1106         * modules/crypto/rijndael (License): Likewise.
1107         * modules/crypto/sha1 (License): Likewise.
1108         * modules/memxor (License): Likewise.
1109
1110 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1111         and Bruno Haible  <bruno@clisp.org>
1112
1113         * NEWS: Describe interface changes to human, xstrtol.
1114         * lib/human.h: Include <xstrtol.h>.
1115         (human_options): Return enum strtol_error, not int.  Remove
1116         bool arg; take int * instead.
1117         * lib/human.c: Don't include "gettext.h".
1118         (_): Remove; no longer used.
1119         Don't include <xstrtol.h>, since human.h does it.
1120         (human_options): Adjust to abovementioned interface changes.
1121         Do not report error to stderr; that's now the caller's
1122         responsibility.
1123         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
1124         interface change.
1125         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
1126         Str, Argument_type_string.  All uses changed.  Put " argument"
1127         in diagnostics to make them clearer.  Change wording of suffix
1128         message for clarity.
1129         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
1130         Argument_type_string.
1131         (STRTOL_FATAL_WARN): Remove; no longer used.
1132         * modules/human (Depends-on): Remove gettext-h.
1133
1134 2007-08-06  Simon Josefsson  <simon@josefsson.org>
1135
1136         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
1137
1138 2007-07-31  Bruno Haible  <bruno@clisp.org>
1139
1140         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
1141         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
1142         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
1143
1144 2007-07-31  Bruno Haible  <bruno@clisp.org>
1145
1146         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
1147         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
1148
1149 2007-07-30  Bruno Haible  <bruno@clisp.org>
1150
1151         * modules/base64 (License): Use the synonymous term "LGPLv2+".
1152         * modules/c-ctype (License): Likewise.
1153         * modules/c-strcase (License): Likewise.
1154         * modules/check-version (License): Likewise.
1155         * modules/iconv (License): Likewise.
1156         * modules/iconv_open (License): Likewise.
1157         * modules/read-file (License): Likewise.
1158         * modules/striconv (License): Likewise.
1159         * modules/strverscmp (License): Likewise.
1160         * modules/vasprintf (License): Likewise.
1161         * modules/crypto/des (License): Likewise.
1162         * modules/crypto/gc (License): Likewise.
1163         * modules/crypto/gc-arcfour (License): Likewise.
1164         * modules/crypto/gc-arctwo (License): Likewise.
1165         * modules/crypto/gc-des (License): Likewise.
1166         * modules/crypto/gc-hmac-md5 (License): Likewise.
1167         * modules/crypto/gc-hmac-sha1 (License): Likewise.
1168         * modules/crypto/gc-md2 (License): Likewise.
1169         * modules/crypto/gc-md4 (License): Likewise.
1170         * modules/crypto/gc-md5 (License): Likewise.
1171         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
1172         * modules/crypto/gc-random (License): Likewise.
1173         * modules/crypto/gc-rijndael (License): Likewise.
1174         * modules/crypto/gc-sha1 (License): Likewise.
1175         * modules/crypto/md2 (License): Likewise.
1176         * modules/crypto/md4 (License): Likewise.
1177
1178 2007-07-30  Jim Meyering  <jim@meyering.net>
1179
1180         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
1181         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
1182         it has valid stat data.  This bug would cause du not to count the
1183         sizes of inaccessible directories.
1184         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
1185         in <http://bugzilla.redhat.com/250077>.
1186
1187 2007-07-25  Peter O'Gorman  <peter@pogma.com>
1188             Bruno Haible  <bruno@clisp.org>
1189
1190         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
1191         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
1192         #include_next, gives a diagnostic about it, but reports no error in
1193         the exit code.
1194         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
1195
1196 2007-07-24  Ben Pfaff  <blp@gnu.org>
1197
1198         Improve name: "count-one-bits" is better than "popcount".
1199         * MODULES.html.sh: Update name.
1200         * lib/popcount.h: Renamed lib/count-one-bits.h.
1201         (popcount): Renamed count_one_bits.
1202         (popcountl): Renamed count_one_bits_l.
1203         (popcountll): Renamed count_one_bits_ll.
1204         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
1205         * modules/popcount: Renamed module/count-one-bits.
1206         * modules/popcount-tests: Renamed module/count-one-bits-tests.
1207         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
1208
1209 2007-07-23  Ben Pfaff  <blp@gnu.org>
1210
1211         * lib/popcount.h (popcount32): Reduce size of constants, to allow
1212         better code generation, and add U to large constants to avoid
1213         warnings, in non-GCC case.
1214         Suggested by Bruno Haible.
1215
1216 2007-07-23  Ben Pfaff  <blp@gnu.org>
1217
1218         * lib/popcount.h: Use verify_true instead of if...abort.
1219         * modules/popcount: Depend on verify module.
1220         Suggested by Jim Meyering.
1221
1222 2007-07-23  Bruno Haible  <bruno@clisp.org>
1223
1224         * gnulib-tool (func_import): Create a .cvsignore file also when the
1225         directory is not yet in CVS but the toplevel directory is. When
1226         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
1227         Reported by Karl Berry.
1228
1229 2007-07-22  Ben Pfaff  <blp@gnu.org>
1230
1231         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
1232         case.
1233         Suggested by Eric Blake.
1234
1235 2007-07-22  Ben Pfaff  <blp@gnu.org>
1236
1237         New module: popcount.
1238         * MODULES.html.sh: Add popcount.
1239         * modules/popcount: New file.
1240         * modules/popcount-tests: New file.
1241         * tests/test-popcount.c: New file.
1242         * lib/popcount.h: New file.
1243         * m4/popcount.m4: New file.
1244
1245 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
1246
1247         * build-aux/announce-gen: Update to GPLv3.
1248
1249         * build-aux/config.guess: Update from config.
1250
1251 2007-07-21  Bruno Haible  <bruno@clisp.org>
1252
1253         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
1254         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
1255
1256 2007-07-20  Jim Meyering  <jim@meyering.net>
1257
1258         * check-module: Diagnose a self-dependency.
1259
1260 2007-07-19  Bruno Haible  <bruno@clisp.org>
1261
1262         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
1263         empty.
1264         Reported by Eric Blake.
1265
1266 2007-07-18  Bruno Haible  <bruno@clisp.org>
1267
1268         * gnulib-tool: New options --po-base, --po-domain.
1269         (func_usage): Document them.
1270         (pobase, po_domain): New variables.
1271         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
1272         DEFAULT_TEXT_DOMAIN.
1273         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
1274         (func_import): Consider pobase and po_domain. Create a po/ directory.
1275         (func_create_testdir): Set pobase and po_domain to empty.
1276         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
1277         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
1278
1279 2007-07-18  Bruno Haible  <bruno@clisp.org>
1280
1281         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1282         EXTRA_DIST augmentation for files in build-aux/.
1283
1284 2007-07-16  Bruno Haible  <bruno@clisp.org>
1285
1286         * modules/lseek (License): Use the synonymous term "LGPLv2+".
1287         * modules/getdelim (License): Likewise.
1288
1289 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1290
1291         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
1292         * modules/d-type (License): Likewise.
1293         * modules/extensions (License): Likewise.
1294         * modules/fnmatch (License): Likewise.
1295         * modules/fseeko (License): Likewise.
1296         * modules/getaddrinfo (License): Likewise.
1297         * modules/getline (License): Likewise.
1298         * modules/getlogin_r (License): Likewise.
1299         * modules/getpass (License): Likewise.
1300         * modules/gettimeofday (License): Likewise.
1301         * modules/glob (License): Likewise.
1302         * modules/inet_ntop (License): Likewise.
1303         * modules/malloc (License): Likewise.
1304         * modules/malloca (License): Likewise.
1305         * modules/memmem (License): Likewise.
1306         * modules/mempcpy (License): Likewise.
1307         * modules/memset (License): Likewise.
1308         * modules/minmax (License): Likewise.
1309         * modules/mktime (License): Likewise.
1310         * modules/netinet_in (License): Likewise.
1311         * modules/pathmax (License): Likewise.
1312         * modules/poll (License): Likewise.
1313         * modules/regex (License): Likewise.
1314         * modules/snprintf (License): Likewise.
1315         * modules/stdbool (License): Likewise.
1316         * modules/stdint (License): Likewise.
1317         * modules/stdio (License): Likewise.
1318         * modules/strcase (License): Likewise.
1319         * modules/strcasestr (License): Likewise.
1320         * modules/strdup (License): Likewise.
1321         * modules/string (License): Likewise.
1322         * modules/strndup (License): Likewise.
1323         * modules/strnlen (License): Likewise.
1324         * modules/strpbrk (License): Likewise.
1325         * modules/strptime (License): Likewise.
1326         * modules/strsep (License): Likewise.
1327         * modules/sys_select (License): Likewise.
1328         * modules/sys_socket (License): Likewise.
1329         * modules/sys_stat (License): Likewise.
1330         * modules/sys_time (License): Likewise.
1331         * modules/time (License): Likewise.
1332         * modules/time_r (License): Likewise.
1333         * modules/timegm (License): Likewise.
1334         * modules/unistd (License): Likewise.
1335         * modules/vsnprintf (License): Likewise.
1336         * modules/wctype (License): Likewise.
1337
1338 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1339
1340         * modules/argz (License): LGPLv2+.
1341
1342 2007-07-15  Karl Berry  <karl@gnu.org>
1343
1344         * doc/gnulib.texi: revise node structure per new fdl.texi.
1345
1346 2007-07-14  Bruno Haible  <bruno@clisp.org>
1347
1348         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
1349         the output file.
1350         * lib/uniname/uninames.h: Regenerated.
1351
1352 2007-07-14  Karl Berry  <karl@gnu.org>
1353
1354         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
1355         omitting sectioning and index commands.
1356
1357 2007-07-13  Bruno Haible  <bruno@clisp.org>
1358
1359         New gnulib-tool option --more-symlinks.
1360         * gnulib-tool (func_usage): Document --more-symlinks.
1361         (do_copyrights): New variable.
1362         Recognize option --more-symlinks.
1363         (func_import): Don't add a copyright notice transform to
1364         sed_transform_lib_file if do_copyrights is empty.
1365
1366 2007-07-13  Bruno Haible  <bruno@clisp.org>
1367
1368         * lib/vasnprintf.c (decimal_point_char): Define also if
1369         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
1370         && !NEED_PRINTF_DIRECTIVE_A.
1371         Reported by Clemens Koller <clemens.koller@anagramm.de> via
1372         Gary V. Vaughan <gary@gnu.org>.
1373
1374 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
1375
1376         * lib/inttypes_.h: Undo previous change, since it was fixed
1377         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
1378
1379 2007-07-13  Bruno Haible  <bruno@clisp.org>
1380
1381         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
1382         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
1383
1384 2007-07-13  Jim Meyering  <jim@meyering.net>
1385
1386         df: Don't fail for Tru64's "file-on-file mount".
1387         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
1388         so we fall through and use statfs instead.  Details here:
1389         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
1390         Reported by Albert Chin.
1391
1392 2007-07-13  Bruno Haible  <bruno@clisp.org>
1393
1394         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
1395         * modules/configmake (License): Likewise.
1396         * modules/gettext (License): Likewise.
1397         * modules/gettext-h (License): Likewise.
1398         * modules/include_next (License): Likewise.
1399         * modules/link-warning (License): Likewise.
1400         * modules/localcharset (License): Likewise.
1401         * modules/localename (License): Likewise.
1402         * modules/lock (License): Likewise.
1403         * modules/relocatable-lib-lgpl (License): Likewise.
1404         * modules/size_max (License): Likewise.
1405         * modules/vasnprintf (License): Likewise.
1406         * modules/wchar (License): Likewise.
1407         * modules/xsize (License): Likewise.
1408
1409 2007-07-13  Bruno Haible  <bruno@clisp.org>
1410
1411         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
1412         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
1413
1414 2007-07-12  Bruno Haible  <bruno@clisp.org>
1415
1416         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
1417         in the modules files.
1418
1419 2007-07-11  Karl Berry  <karl@gnu.org>
1420
1421         * MODULES.html.sh (func_module): use
1422          sed -e '\|^'"${includefile}"'$|d'
1423          instead of /.../d, to avoid errors on $includefile's containing /.
1424
1425 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1426
1427         * gnulib-tool (func_import): Avoid duplication of --avoid
1428         statements
1429         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
1430         names to `_' in variable names.
1431
1432 2007-07-10  Eric Blake  <ebb9@byu.net>
1433
1434         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
1435         * NEWS: Document this change.
1436
1437 2007-07-08  Bruno Haible  <bruno@clisp.org>
1438
1439         Update to Unicode 5.0.
1440         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
1441         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
1442         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
1443         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
1444         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
1445         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
1446         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
1447         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
1448         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
1449         U+10A3F, U+1D242..U+1D244.
1450         (nonspacing_table_ind): Update.
1451         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
1452         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
1453
1454 2007-07-08  Bruno Haible  <bruno@clisp.org>
1455
1456         Update to Unicode 5.0.
1457         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
1458         code transform. Extend the name index field of unicode_name_to_code and
1459         unicode_code_to_name from 16 to 24 bits.
1460         * lib/uniname/uniname.c (unicode_character_name,
1461         unicode_name_character): Add the range 0x12xxx to the code transform.
1462         * lib/uniname/uninames.h: Regenerated.
1463         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
1464
1465 2007-07-07  Bruno Haible  <bruno@clisp.org>
1466
1467         * modules/wcwidth-tests: New file.
1468         * tests/test-wcwidth.c: New file.
1469
1470         Work around MacOS X wcwidth() bug.
1471         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
1472         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
1473         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
1474         original wcwidth in non-UTF-8 locales.
1475         * modules/wcwidth (Depends-on): Add localcharset, streq,
1476         uniwidth/width.
1477         * doc/functions/wcwidth.texi: Update.
1478
1479 2007-07-07  Bruno Haible  <bruno@clisp.org>
1480
1481         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
1482         (wcwidth): New declaration.
1483         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
1484         macros.
1485         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
1486         here. Prepare for creating <wchar.h> unconditionally.
1487         * modules/wchar (Depends-on): Add link-warning.
1488         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
1489         REPLACE_WCWIDTH, and GL_LINK_WARNING.
1490         * lib/wcwidth.h: Remove file.
1491         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
1492         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
1493         * modules/wcwidth (Files): Remove lib/wcwidth.h.
1494         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
1495         (Include): Replace wcwidth.h with <wchar.h>.
1496         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
1497         * lib/mbchar.h: Don't include wcwidth.h.
1498         * lib/mbswidth.c: Likewise.
1499         * NEWS: Mention the change.
1500
1501 2007-07-07  Bruno Haible  <bruno@clisp.org>
1502
1503         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
1504         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
1505         definition with an external declaration.
1506         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
1507         defined as a function. Remove AC_C_INLINE requirement.
1508         * modules/wcwidth (Files): Add lib/wcwidth.c.
1509         (Makefile.am): Remove redundant statement.
1510
1511 2007-07-07  Bruno Haible  <bruno@clisp.org>
1512
1513         * MODULES.html.sh (Unicode string functions): Add the new modules.
1514
1515         * tests/uniwidth/test-u32-strwidth.c: New file.
1516         * modules/uniwidth/u32-strwidth-tests: New file.
1517
1518         * lib/uniwidth/u32-strwidth.c: New file.
1519         * modules/uniwidth/u32-strwidth: New file.
1520
1521         * tests/uniwidth/test-u16-strwidth.c: New file.
1522         * modules/uniwidth/u16-strwidth-tests: New file.
1523
1524         * lib/uniwidth/u16-strwidth.c: New file.
1525         * modules/uniwidth/u16-strwidth: New file.
1526
1527         * tests/uniwidth/test-u8-strwidth.c: New file.
1528         * modules/uniwidth/u8-strwidth-tests: New file.
1529
1530         * lib/uniwidth/u8-strwidth.c: New file.
1531         * modules/uniwidth/u8-strwidth: New file.
1532
1533         * tests/uniwidth/test-u32-width.c: New file.
1534         * modules/uniwidth/u32-width-tests: New file.
1535
1536         * lib/uniwidth/u32-width.c: New file.
1537         * modules/uniwidth/u32-width: New file.
1538
1539         * tests/uniwidth/test-u16-width.c: New file.
1540         * modules/uniwidth/u16-width-tests: New file.
1541
1542         * lib/uniwidth/u16-width.c: New file.
1543         * modules/uniwidth/u16-width: New file.
1544
1545         * tests/uniwidth/test-u8-width.c: New file.
1546         * modules/uniwidth/u8-width-tests: New file.
1547
1548         * lib/uniwidth/u8-width.c: New file.
1549         * modules/uniwidth/u8-width: New file.
1550
1551         * tests/uniwidth/test-uc_width.c: New file.
1552         * modules/uniwidth/width-tests: New file.
1553
1554         * lib/uniwidth/width.c: New file, from GNU libiconv.
1555         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
1556         * modules/uniwidth/width: New file.
1557
1558         * lib/uniwidth.h: New file, from GNU libiconv.
1559         * modules/uniwidth/base: New file.
1560
1561 2007-07-07  Bruno Haible  <bruno@clisp.org>
1562
1563         * lib/uniname.h: New file, from GNU gettext.
1564         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
1565         * lib/uniname/uninames.h: New file, from GNU gettext.
1566         * lib/uniname/uniname.c: New file, from GNU gettext.
1567         * tests/uniname/test-uninames.sh: New file.
1568         * tests/uniname/test-uninames.c: New file, from GNU gettext.
1569         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
1570         * modules/uniname/base: New file.
1571         * modules/uniname/uniname: New file.
1572         * modules/uniname/uniname-tests: New file.
1573         * MODULES.html.sh (Unicode string functions): Add the new modules.
1574
1575 2007-07-06  Bruno Haible  <bruno@clisp.org>
1576
1577         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
1578
1579 2007-07-06  Bruno Haible  <bruno@clisp.org>
1580
1581         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
1582         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
1583         includes <cygwin/sys_time.h> which includes <sys/select.h> which
1584         include <sys/time.h>.
1585         Reported by Eric Blake.
1586
1587 2007-07-06  Eric Blake  <ebb9@byu.net>
1588
1589         Fix testing canonicalize on cygwin.
1590         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1591         Revert patch from 2007-06-19.
1592         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
1593         canonicalize module is also in use.
1594         * tests/test-canonicalize.c: New file.
1595         * tests/test-canonicalize.sh: Likewise.
1596         * modules/canonicalize-tests: Likewise.
1597
1598 2007-07-06  Jim Meyering  <jim@meyering.net>
1599
1600         * lib/getugroups.c (getugroups): Detect getgrent failure.
1601         Adjust comment to reflect reality: this function may return -1.
1602
1603 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1604
1605         * build-aux/bootstrap (TP_URL,get_translations): Update to use
1606         the new TP address.
1607         (usage): Fix typo
1608         (gnulib_mk): New variable.
1609
1610 2007-07-05  Jim Meyering  <jim@meyering.net>
1611
1612         Don't let endgrent clobber errno, no matter how improbable.
1613         * lib/getugroups.c (getugroups): Save and restore errno around
1614         endgrent call.
1615
1616         Close the group DB even when failing with 2^31 or more members.
1617         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
1618
1619 2007-07-04  Jim Meyering  <jim@meyering.net>
1620
1621         * lib/getugroups.h: New file.
1622         * lib/getugroups.c: Include "getugroups.h".
1623         Remove uses of "register" keyword.
1624         Move local variable, "cp", down into scope where used.
1625         Give "username" parameter the "const" attribute.
1626         * modules/getugroups (Files): Add lib/getugroups.h
1627
1628 2007-07-04  Karl Berry  <karl@gnu.org>
1629
1630         * MODULES.html.sh (func_all_modules): Complete rename of
1631         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
1632
1633 2007-07-02  Bruno Haible  <bruno@clisp.org>
1634
1635         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
1636         mode, when inttypes.h comes from gnulib.
1637         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1638
1639 2007-07-02  Simon Josefsson  <simon@josefsson.org>
1640
1641         * NEWS: Mention lgpl module name change.
1642
1643         * modules/lgpl-2.1: Renamed from lgpl.
1644
1645         * NEWS: Mention gpl module name change.
1646
1647         * modules/gpl-3.0: New file, based on gpl-2.0.
1648
1649         * modules/gpl-2.0: Renamed from gpl.
1650
1651         * modules/gpl: Fix filename, doc/gpl.texi is now found at
1652         doc/gpl-2.0.texi.
1653
1654 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1655
1656         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
1657         #define __STDC_LIMIT_MACROS temporarily while including
1658         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
1659         Problem reported by Joel E. Denny in
1660         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
1661
1662 2007-07-01  Bruno Haible  <bruno@clisp.org>
1663
1664         * lib/unistdio.h: New file.
1665         * lib/unistdio/u-asnprintf.h: New file.
1666         * lib/unistdio/u-asprintf.h: New file.
1667         * lib/unistdio/u-printf-args.c: New file.
1668         * lib/unistdio/u-printf-args.h: New file.
1669         * lib/unistdio/u-printf-parse.h: New file.
1670         * lib/unistdio/u-snprintf.h: New file.
1671         * lib/unistdio/u-sprintf.h: New file.
1672         * lib/unistdio/u-vasprintf.h: New file.
1673         * lib/unistdio/u-vsnprintf.h: New file.
1674         * lib/unistdio/u-vsprintf.h: New file.
1675         * lib/unistdio/ulc-asnprintf.c: New file.
1676         * lib/unistdio/ulc-asprintf.c: New file.
1677         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
1678         * lib/unistdio/ulc-printf-parse.c: New file.
1679         * lib/unistdio/ulc-snprintf.c: New file.
1680         * lib/unistdio/ulc-sprintf.c: New file.
1681         * lib/unistdio/ulc-vasnprintf.c: New file.
1682         * lib/unistdio/ulc-vasprintf.c: New file.
1683         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
1684         * lib/unistdio/ulc-vsnprintf.c: New file.
1685         * lib/unistdio/ulc-vsprintf.c: New file.
1686         * lib/unistdio/u8-asnprintf.c: New file.
1687         * lib/unistdio/u8-asprintf.c: New file.
1688         * lib/unistdio/u8-printf-parse.c: New file.
1689         * lib/unistdio/u8-snprintf.c: New file.
1690         * lib/unistdio/u8-sprintf.c: New file.
1691         * lib/unistdio/u8-vasnprintf.c: New file.
1692         * lib/unistdio/u8-vasprintf.c: New file.
1693         * lib/unistdio/u8-vsnprintf.c: New file.
1694         * lib/unistdio/u8-vsprintf.c: New file.
1695         * lib/unistdio/u8-u8-asnprintf.c: New file.
1696         * lib/unistdio/u8-u8-asprintf.c: New file.
1697         * lib/unistdio/u8-u8-snprintf.c: New file.
1698         * lib/unistdio/u8-u8-sprintf.c: New file.
1699         * lib/unistdio/u8-u8-vasnprintf.c: New file.
1700         * lib/unistdio/u8-u8-vasprintf.c: New file.
1701         * lib/unistdio/u8-u8-vsnprintf.c: New file.
1702         * lib/unistdio/u8-u8-vsprintf.c: New file.
1703         * lib/unistdio/u16-asnprintf.c: New file.
1704         * lib/unistdio/u16-asprintf.c: New file.
1705         * lib/unistdio/u16-printf-parse.c: New file.
1706         * lib/unistdio/u16-snprintf.c: New file.
1707         * lib/unistdio/u16-sprintf.c: New file.
1708         * lib/unistdio/u16-vasnprintf.c: New file.
1709         * lib/unistdio/u16-vasprintf.c: New file.
1710         * lib/unistdio/u16-vsnprintf.c: New file.
1711         * lib/unistdio/u16-vsprintf.c: New file.
1712         * lib/unistdio/u16-u16-asnprintf.c: New file.
1713         * lib/unistdio/u16-u16-asprintf.c: New file.
1714         * lib/unistdio/u16-u16-snprintf.c: New file.
1715         * lib/unistdio/u16-u16-sprintf.c: New file.
1716         * lib/unistdio/u16-u16-vasnprintf.c: New file.
1717         * lib/unistdio/u16-u16-vasprintf.c: New file.
1718         * lib/unistdio/u16-u16-vsnprintf.c: New file.
1719         * lib/unistdio/u16-u16-vsprintf.c: New file.
1720         * lib/unistdio/u32-asnprintf.c: New file.
1721         * lib/unistdio/u32-asprintf.c: New file.
1722         * lib/unistdio/u32-printf-parse.c: New file.
1723         * lib/unistdio/u32-snprintf.c: New file.
1724         * lib/unistdio/u32-sprintf.c: New file.
1725         * lib/unistdio/u32-vasnprintf.c: New file.
1726         * lib/unistdio/u32-vasprintf.c: New file.
1727         * lib/unistdio/u32-vsnprintf.c: New file.
1728         * lib/unistdio/u32-vsprintf.c: New file.
1729         * lib/unistdio/u32-u32-asnprintf.c: New file.
1730         * lib/unistdio/u32-u32-asprintf.c: New file.
1731         * lib/unistdio/u32-u32-snprintf.c: New file.
1732         * lib/unistdio/u32-u32-sprintf.c: New file.
1733         * lib/unistdio/u32-u32-vasnprintf.c: New file.
1734         * lib/unistdio/u32-u32-vasprintf.c: New file.
1735         * lib/unistdio/u32-u32-vsnprintf.c: New file.
1736         * lib/unistdio/u32-u32-vsprintf.c: New file.
1737         * tests/unistdio/test-ulc-asnprintf1.c: New file.
1738         * tests/unistdio/test-ulc-asnprintf1.h: New file.
1739         * tests/unistdio/test-ulc-printf1.h: New file.
1740         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
1741         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
1742         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
1743         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
1744         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
1745         * tests/unistdio/test-ulc-vasprintf1.c: New file.
1746         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
1747         * tests/unistdio/test-ulc-vsprintf1.c: New file.
1748         * tests/unistdio/test-u8-asnprintf1.c: New file.
1749         * tests/unistdio/test-u8-asnprintf1.h: New file.
1750         * tests/unistdio/test-u8-printf1.h: New file.
1751         * tests/unistdio/test-u8-vasnprintf1.c: New file.
1752         * tests/unistdio/test-u8-vasnprintf2.c: New file.
1753         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
1754         * tests/unistdio/test-u8-vasnprintf3.c: New file.
1755         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
1756         * tests/unistdio/test-u8-vasprintf1.c: New file.
1757         * tests/unistdio/test-u8-vsnprintf1.c: New file.
1758         * tests/unistdio/test-u8-vsprintf1.c: New file.
1759         * tests/unistdio/test-u16-asnprintf1.c: New file.
1760         * tests/unistdio/test-u16-asnprintf1.h: New file.
1761         * tests/unistdio/test-u16-printf1.h: New file.
1762         * tests/unistdio/test-u16-vasnprintf1.c: New file.
1763         * tests/unistdio/test-u16-vasnprintf2.c: New file.
1764         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
1765         * tests/unistdio/test-u16-vasnprintf3.c: New file.
1766         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
1767         * tests/unistdio/test-u16-vasprintf1.c: New file.
1768         * tests/unistdio/test-u16-vsnprintf1.c: New file.
1769         * tests/unistdio/test-u16-vsprintf1.c: New file.
1770         * tests/unistdio/test-u32-asnprintf1.c: New file.
1771         * tests/unistdio/test-u32-asnprintf1.h: New file.
1772         * tests/unistdio/test-u32-printf1.h: New file.
1773         * tests/unistdio/test-u32-vasnprintf1.c: New file.
1774         * tests/unistdio/test-u32-vasnprintf2.c: New file.
1775         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
1776         * tests/unistdio/test-u32-vasnprintf3.c: New file.
1777         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
1778         * tests/unistdio/test-u32-vasprintf1.c: New file.
1779         * tests/unistdio/test-u32-vsnprintf1.c: New file.
1780         * tests/unistdio/test-u32-vsprintf1.c: New file.
1781         * modules/unistdio/base: New file.
1782         * modules/unistdio/u-printf-args: New file.
1783         * modules/unistdio/ulc-asnprintf: New file.
1784         * modules/unistdio/ulc-asprintf: New file.
1785         * modules/unistdio/ulc-fprintf: New file.
1786         * modules/unistdio/ulc-printf-parse: New file.
1787         * modules/unistdio/ulc-snprintf: New file.
1788         * modules/unistdio/ulc-sprintf: New file.
1789         * modules/unistdio/ulc-vasnprintf: New file.
1790         * modules/unistdio/ulc-vasprintf: New file.
1791         * modules/unistdio/ulc-vfprintf: New file.
1792         * modules/unistdio/ulc-vsnprintf: New file.
1793         * modules/unistdio/ulc-vsprintf: New file.
1794         * modules/unistdio/u8-asnprintf: New file.
1795         * modules/unistdio/u8-asprintf: New file.
1796         * modules/unistdio/u8-printf-parse: New file.
1797         * modules/unistdio/u8-snprintf: New file.
1798         * modules/unistdio/u8-sprintf: New file.
1799         * modules/unistdio/u8-vasnprintf: New file.
1800         * modules/unistdio/u8-vasprintf: New file.
1801         * modules/unistdio/u8-vsnprintf: New file.
1802         * modules/unistdio/u8-vsprintf: New file.
1803         * modules/unistdio/u8-u8-asnprintf: New file.
1804         * modules/unistdio/u8-u8-asprintf: New file.
1805         * modules/unistdio/u8-u8-snprintf: New file.
1806         * modules/unistdio/u8-u8-sprintf: New file.
1807         * modules/unistdio/u8-u8-vasnprintf: New file.
1808         * modules/unistdio/u8-u8-vasprintf: New file.
1809         * modules/unistdio/u8-u8-vsnprintf: New file.
1810         * modules/unistdio/u8-u8-vsprintf: New file.
1811         * modules/unistdio/u16-asnprintf: New file.
1812         * modules/unistdio/u16-asprintf: New file.
1813         * modules/unistdio/u16-printf-parse: New file.
1814         * modules/unistdio/u16-snprintf: New file.
1815         * modules/unistdio/u16-sprintf: New file.
1816         * modules/unistdio/u16-vasnprintf: New file.
1817         * modules/unistdio/u16-vasprintf: New file.
1818         * modules/unistdio/u16-vsnprintf: New file.
1819         * modules/unistdio/u16-vsprintf: New file.
1820         * modules/unistdio/u16-u16-asnprintf: New file.
1821         * modules/unistdio/u16-u16-asprintf: New file.
1822         * modules/unistdio/u16-u16-snprintf: New file.
1823         * modules/unistdio/u16-u16-sprintf: New file.
1824         * modules/unistdio/u16-u16-vasnprintf: New file.
1825         * modules/unistdio/u16-u16-vasprintf: New file.
1826         * modules/unistdio/u16-u16-vsnprintf: New file.
1827         * modules/unistdio/u16-u16-vsprintf: New file.
1828         * modules/unistdio/u32-asnprintf: New file.
1829         * modules/unistdio/u32-asprintf: New file.
1830         * modules/unistdio/u32-printf-parse: New file.
1831         * modules/unistdio/u32-snprintf: New file.
1832         * modules/unistdio/u32-sprintf: New file.
1833         * modules/unistdio/u32-vasnprintf: New file.
1834         * modules/unistdio/u32-vasprintf: New file.
1835         * modules/unistdio/u32-vsnprintf: New file.
1836         * modules/unistdio/u32-vsprintf: New file.
1837         * modules/unistdio/u32-u32-asnprintf: New file.
1838         * modules/unistdio/u32-u32-asprintf: New file.
1839         * modules/unistdio/u32-u32-snprintf: New file.
1840         * modules/unistdio/u32-u32-sprintf: New file.
1841         * modules/unistdio/u32-u32-vasnprintf: New file.
1842         * modules/unistdio/u32-u32-vasprintf: New file.
1843         * modules/unistdio/u32-u32-vsnprintf: New file.
1844         * modules/unistdio/u32-u32-vsprintf: New file.
1845         * modules/unistdio/ulc-asnprintf-tests: New file.
1846         * modules/unistdio/ulc-vasnprintf-tests: New file.
1847         * modules/unistdio/ulc-vasprintf-tests: New file.
1848         * modules/unistdio/ulc-vsnprintf-tests: New file.
1849         * modules/unistdio/ulc-vsprintf-tests: New file.
1850         * modules/unistdio/u8-asnprintf-tests: New file.
1851         * modules/unistdio/u8-vasnprintf-tests: New file.
1852         * modules/unistdio/u8-vasprintf-tests: New file.
1853         * modules/unistdio/u8-vsnprintf-tests: New file.
1854         * modules/unistdio/u8-vsprintf-tests: New file.
1855         * modules/unistdio/u16-asnprintf-tests: New file.
1856         * modules/unistdio/u16-vasnprintf-tests: New file.
1857         * modules/unistdio/u16-vasprintf-tests: New file.
1858         * modules/unistdio/u16-vsnprintf-tests: New file.
1859         * modules/unistdio/u16-vsprintf-tests: New file.
1860         * modules/unistdio/u32-asnprintf-tests: New file.
1861         * modules/unistdio/u32-vasnprintf-tests: New file.
1862         * modules/unistdio/u32-vasprintf-tests: New file.
1863         * modules/unistdio/u32-vsnprintf-tests: New file.
1864         * modules/unistdio/u32-vsprintf-tests: New file.
1865         * MODULES.html.sh (Unicode string functions): Add the new modules.
1866
1867 2007-07-01  Bruno Haible  <bruno@clisp.org>
1868
1869         * lib/sprintf.c (sprintf): Limit the available length estimation,
1870         to avoid address wraparound.
1871         * lib/vsprintf.c (vsprintf): Likewise.
1872         * modules/sprintf-posix (Dependencies): Add stdint.
1873         * modules/vsprintf-posix (Dependencies): Likewise.
1874
1875 2007-07-01  Bruno Haible  <bruno@clisp.org>
1876
1877         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
1878         Windows PATH as well. Conservative double-quoting. Comments.
1879
1880 2007-07-01  Bruno Haible  <bruno@clisp.org>
1881             Eric Blake  <ebb9@byu.net>
1882             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1883
1884         * gnulib-tool (self_abspathname): Fix algorithm to cope with
1885         empty components in $PATH, denoting '.'.
1886
1887 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1888
1889         * gnulib-tool: Fix indentation.
1890         (func_create_megatestdir): Likewise.
1891         Report by Bruno Haible.
1892
1893 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1894
1895         Sync from Automake.
1896         * build-aux/gnupload: Fix shell portability issues with for loops.
1897         Report by Karl Berry.
1898
1899 2007-06-29  Simon Josefsson  <simon@josefsson.org>
1900
1901         * build-aux/maint.mk (POURL): Use translationproject.org.
1902
1903 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1904             Bruno Haible  <bruno@clisp.org>
1905
1906         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1907         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1908         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1909         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1910         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1911
1912 2007-06-27  Bruno Haible  <bruno@clisp.org>
1913
1914         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1915         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1916
1917 2007-06-26  Karl Berry  <karl@gnu.org>
1918
1919         * MODULES.html.sh: remove xreadlink-with-size.
1920
1921 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1922
1923         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1924         method that I hope also handles the double-include problem noted
1925         by Bruno Haible in
1926         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1927
1928 2007-06-23  Bruno Haible  <bruno@clisp.org>
1929
1930         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1931         Don't let the 'mostlyclean' target fail if the last subdirectory could
1932         not be removed.
1933         Reported by Karl Berry.
1934
1935 2007-06-23  Bruno Haible  <bruno@clisp.org>
1936
1937         * gnulib-tool (echo): Add a speedier workaround for ksh.
1938         * tests/test-echo.sh: Likewise.
1939
1940 2007-06-23  Bruno Haible  <bruno@clisp.org>
1941
1942         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1943         * tests/test-echo.sh: Likewise.
1944
1945 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1946
1947         * gnulib-tool (IFS): Initialize early, so we don't set it to
1948         empty later.
1949         (self_abspathname): Rewrite algorithm to set it, reindent.
1950         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1951         (func_create_megatestdir): Merge some sed scripts.
1952
1953 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1954
1955         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1956         exposed by Sun Studio 11 cc on Solaris 8.
1957
1958 2007-06-22  Bruno Haible  <bruno@clisp.org>
1959
1960         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1961         backslashes.
1962         * tests/test-echo.sh: New file.
1963
1964 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1965
1966         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1967         simplify `sed_replace_build_aux' scripts, they are portable but
1968         echoing them with `echo' is not.
1969         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1970
1971 2007-06-21  Karl Berry  <karl@gnu.org>
1972
1973         * config/srclist.txt: guess we can't handle the licenses via
1974         srclist at the moment.
1975
1976 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1977
1978         * MODULES.html.sh: Add include_next.
1979         * modules/include_next: New file.
1980
1981 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1982
1983         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1984         INCLUDE_NEXT.
1985         (gl_CHECK_NEXT_HEADERS): New macro.
1986         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1987         the obsolescent gl_ABSOLUTE_HEADER.
1988         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1989         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1990         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
1991         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
1992         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
1993         * m4/math_h.m4 (gl_MATH_H): Likewise.
1994         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
1995         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
1996         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
1997         * m4/stdint.m4 (gl_STDINT_H): Likewise.
1998         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
1999         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
2000         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
2001         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2002         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
2003         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
2004         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
2005         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
2006         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
2007         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
2008         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
2009         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2010         * m4/inttypes.m4 (gl_INTTYPES_H): Define
2011         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
2012         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
2013         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
2014         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
2015         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
2016         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
2017         * lib/float_.h: Likewise.
2018         * lib/inttypes_.h: Likewise.
2019         * lib/math_.h: Likewise.
2020         * lib/search_.h: Likewise.
2021         * lib/signal_.h: Likewise.
2022         * lib/stdint_.h: Likewise.
2023         * lib/stdio_.h: Likewise.
2024         * lib/stdlib_.h: Likewise.
2025         * lib/string_.h: Likewise.
2026         * lib/sys_stat_.h: Likewise.
2027         * lib/sys_time_.h: Likewise.
2028         * lib/time_.h: Likewise.
2029         * lib/unistd_.h: Likewise.
2030         * lib/wchar_.h: Likewise.
2031         * lib/wctype_.h: Likewise.
2032         * lib/dirent_.h: Likewise.
2033         * lib/iconv_.h: Likewise.
2034         * lib/locale_.h: Likewise.
2035         * lib/netinet_in_.h: Likewise.
2036         * lib/sys_select_.h: Likewise.
2037         * lib/sys_socket_.h: Likewise.
2038         * lib/sysexits_.h: Likewise.
2039         * modules/fcntl (Depends-on): Depend on include_next, not
2040         absolute_header.
2041         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
2042         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
2043         * modules/fchdir: Likewise.
2044         * modules/float: Likewise.
2045         * modules/iconv_open: Likewise.
2046         * modules/inttypes: Likewise.
2047         * modules/locale: Likewise.
2048         * modules/math: Likewise.
2049         * modules/netinet_in: Likewise.
2050         * modules/search: Likewise.
2051         * modules/signal: Likewise.
2052         * modules/stdint: Likewise.
2053         * modules/stdio: Likewise.
2054         * modules/stdlib: Likewise.
2055         * modules/string: Likewise.
2056         * modules/sys_select: Likewise.
2057         * modules/sys_socket: Likewise.
2058         * modules/sys_stat: Likewise.
2059         * modules/sys_time: Likewise.
2060         * modules/sysexits: Likewise.
2061         * modules/time: Likewise.
2062         * modules/unistd: Likewise.
2063         * modules/wchar: Likewise.
2064         * modules/wctype: Likewise.
2065         * modules/sys_stat: Change maintainer to "all".
2066         * modules/unistd: Likewise.
2067
2068 2007-06-20  Karl Berry  <karl@gnu.org>
2069
2070         * config/srclist.txt: track www changes in license files.
2071
2072 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
2073
2074         * build-aux/bootstrap: Remove stray dot.
2075         Make sure build_aux settings are honored when linking
2076         gnulib_extra_files.
2077
2078 2007-06-19  Eric Blake  <ebb9@byu.net>
2079
2080         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
2081         Allow compilation on cygwin.
2082
2083 2007-06-19  Jim Meyering  <jim@meyering.net>
2084
2085         xreadlink-with-size: Remove module.  No longer used.
2086         Ex-callers now use xreadlink or mreadlink-with-size.
2087         * modules/xreadlink-with-size: Remove module.
2088         * lib/xreadlink-with-size.c: Remove file.
2089         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
2090         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
2091         just before the function definition *is* accurate.
2092
2093         Eliminate one way canonicalize_filename_mode could exit.
2094         * lib/canonicalize.c (canonicalize_filename_mode):
2095         Use mreadlink_with_size, not xreadlink_with_size.
2096
2097 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
2098
2099         Detect porting problems to FreeBSD/arm, which has time_t wider than
2100         long int.  Original problem reported for GNU diff by Xin Li in
2101         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
2102         * modules/getdate (Depends-on): Add intprops, verify.
2103         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
2104         is an integer type no wider than long int.
2105
2106 2007-06-18  Jim Meyering  <jim@meyering.net>
2107
2108         New module: mreadlink-with-size.
2109         * MODULES.html.sh: Add mreadlink-with-size.
2110         * modules/mreadlink-with-size: New module
2111         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
2112         not xreadlink-with-size.
2113         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
2114
2115 2007-06-16  Bruno Haible  <bruno@clisp.org>
2116
2117         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
2118         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
2119         Reported by Gary V. Vaughan <gary@gnu.org>.
2120
2121 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
2122
2123         Revamp lchown so that it lives in unistd.h where it belongs.
2124         * lib/lchown.h: Remove.
2125         * lib/dirchownmod.c: Don't include lib/lchown.h.
2126         * lib/fchownat.c: Likewise.
2127         * lib/openat.c: Likewise.
2128         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
2129         does not follow symlinks.
2130         (EOPNOTSUPP): Define if not defined.
2131         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
2132         is defined to 0.
2133         (lchown): New decl.
2134         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
2135         Do not check for lchown decl.
2136         Set REPLACE_LCHOWN.
2137         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
2138         REPLACE_LCHOWN.
2139         * modules/chown: Make it clear it follows symlinks.
2140         * modules/lchown: Make it clear it doesn't follow symlinks.
2141         (Files): Remove lib/lchown.h
2142         (Depends-on): Add unistd.
2143         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
2144         (Include): Include <unistd.h>, not "lchown.h".
2145         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
2146         REPLACE_LCHOWN.
2147
2148 2007-06-15  Jim Meyering  <jim@meyering.net>
2149
2150         Change license (GPL to LGPL) of fsusage and dependents.
2151         * modules/fsusage (License): Change to LGPL.
2152         * modules/full-read (License): Likewise.
2153         * modules/full-write (License): Likewise.
2154         * modules/safe-read (License): Likewise.
2155         * modules/safe-write (License): Likewise.
2156
2157 2007-06-14  Ben Pfaff  <blp@gnu.org>
2158
2159         Missing part of allocsa -> malloca transition.
2160         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
2161         gl_MALLOCA.
2162
2163 2007-06-12  Bruno Haible  <bruno@clisp.org>
2164
2165         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
2166         to ia64, x86_64, i386.
2167         Reported by Eric Blake.
2168
2169 2007-06-12  Bruno Haible  <bruno@clisp.org>
2170
2171         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
2172         cross-compiling to x86_64.
2173
2174 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
2175
2176         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
2177         glitch reported by Ralf Wildenhues in
2178         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
2179
2180         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
2181         Vin Shelton.
2182
2183 2007-06-11  Bruno Haible  <bruno@clisp.org>
2184
2185         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
2186         replacement string.
2187         Reported by Eric Blake.
2188
2189 2007-06-10  Bruno Haible  <bruno@clisp.org>
2190
2191         Prepare vasnprintf code for use with Unicode strings.
2192         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
2193         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
2194         TYPE_U32_STRING.
2195         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
2196         a_u32_string variants.
2197         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
2198         * lib/printf-args.c: Don't include config.h and the specification
2199         header if PRINTF_FETCHARGS is already defined.
2200         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
2201         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
2202         TYPE_U16_STRING, TYPE_U32_STRING.
2203         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
2204         u16_directive, u16_directives, u32_directive, u32_directives): New
2205         types.
2206         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
2207         New declarations.
2208         * lib/printf-parse.c: Don't include config.h and the specification
2209         header if PRINTF_PARSE is already defined. Eliminate the set of
2210         parameters for WIDE_CHAR_VERSION; the user of this file must provide
2211         them now. Include c-ctype.h.
2212         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
2213         directive and CHAR_T_ONLY_ASCII.
2214         * lib/vasnprintf.c: Don't include config.h and the specification header
2215         if VASNPRINTF is already defined.
2216         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
2217         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
2218         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
2219         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
2220         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
2221         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
2222         code accordingly.
2223         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
2224         pad_ourselves also in this case, with the 'c' and 's' directives, and
2225         with a different notion of "width".
2226         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
2227
2228 2007-06-10  Bruno Haible  <bruno@clisp.org>
2229
2230         * modules/unistr/u32-mbsnlen: New file.
2231         * lib/unistr/u32-mbsnlen.c: New file.
2232
2233         * modules/unistr/u16-mbsnlen: New file.
2234         * lib/unistr/u16-mbsnlen.c: New file.
2235
2236         * modules/unistr/u8-mbsnlen: New file.
2237         * lib/unistr/u8-mbsnlen.c: New file.
2238
2239         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
2240         declarations.
2241
2242 2007-06-10  Bruno Haible  <bruno@clisp.org>
2243
2244         * lib/string_.h (mbsnlen): New declaration.
2245         * lib/mbsnlen.c: New file.
2246         * m4/mbsnlen.m4: New file.
2247         * modules/mbsnlen: New file.
2248         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
2249         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
2250         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
2251
2252 2007-06-10  Bruno Haible  <bruno@clisp.org>
2253
2254         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
2255
2256 2007-06-10  Bruno Haible  <bruno@clisp.org>
2257
2258         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
2259         * lib/mbuiter.h: Likewise.
2260
2261 2007-06-10  Bruno Haible  <bruno@clisp.org>
2262
2263         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
2264         declaration.
2265
2266 2007-06-10  Karl Berry  <karl@gnu.org>
2267
2268         * config/srclist.txt: remove gettext entries, Bruno prefers
2269         to update individually.
2270
2271 2007-06-10  Bruno Haible  <bruno@clisp.org>
2272
2273         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
2274         'maxlen'. Ensure only length + width bytes are allocated, not
2275         length + 1 + width.
2276
2277 2007-06-09  Bruno Haible  <bruno@clisp.org>
2278
2279         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
2280         (CHAR_T): Remove macro.
2281         (VASNPRINTF): Update.
2282
2283 2007-06-09  Bruno Haible  <bruno@clisp.org>
2284
2285         * MODULES.html.sh (Unicode string functions): Add the new modules.
2286
2287         * modules/uniconv/u32-conv-to-enc: New file.
2288         * lib/uniconv/u32-conv-to-enc.c: New file.
2289         * modules/uniconv/u32-conv-to-enc-tests: New file.
2290         * tests/uniconv/test-u32-conv-to-enc.c: New file.
2291
2292         * modules/uniconv/u16-conv-to-enc: New file.
2293         * lib/uniconv/u16-conv-to-enc.c: New file.
2294         * lib/uniconv/u-conv-to-enc.h: New file.
2295         * modules/uniconv/u16-conv-to-enc-tests: New file.
2296         * tests/uniconv/test-u16-conv-to-enc.c: New file.
2297
2298         * modules/uniconv/u8-conv-to-enc: New file.
2299         * lib/uniconv/u8-conv-to-enc.c: New file.
2300         * modules/uniconv/u8-conv-to-enc-tests: New file.
2301         * tests/uniconv/test-u8-conv-to-enc.c: New file.
2302
2303         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
2304         u32_conv_to_encoding): New declarations.
2305
2306 2007-06-09  Bruno Haible  <bruno@clisp.org>
2307
2308         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
2309
2310 2007-06-09  Bruno Haible  <bruno@clisp.org>
2311
2312         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
2313         * modules/malloca: Renamed from modules/allocsa, updated.
2314         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
2315         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
2316         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
2317         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
2318         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
2319         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
2320         * modules/xmalloca: Renamed from modules/xallocsa, updated.
2321         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
2322         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
2323         * modules/c-strcasestr (Depends-on): Update.
2324         * lib/c-strcasestr.c: Update.
2325         * modules/c-strstr (Depends-on): Update.
2326         * lib/c-strstr.c: Update.
2327         * modules/canonicalize-lgpl (Depends-on): Update.
2328         * lib/canonicalize-lgpl.c: Update.
2329         * modules/clean-temp (Depends-on): Update.
2330         * lib/clean-temp.c: Update.
2331         * modules/csharpcomp (Depends-on): Update.
2332         * lib/csharpcomp.c: Update.
2333         * modules/csharpexec (Depends-on): Update.
2334         * lib/csharpexec.c: Update.
2335         * modules/javacomp (Depends-on): Update.
2336         * lib/javacomp.c: Update.
2337         * modules/javaexec (Depends-on): Update.
2338         * lib/javaexec.c: Update.
2339         * modules/mbscasestr (Depends-on): Update.
2340         * lib/mbscasestr.c: Update.
2341         * modules/mbsstr (Depends-on): Update.
2342         * lib/mbsstr.c: Update.
2343         * modules/setenv (Depends-on): Update.
2344         * lib/setenv.c: Update.
2345         * modules/strcasestr (Depends-on): Update.
2346         * lib/strcasestr.c: Update.
2347         * modules/striconveha (Depends-on): Update.
2348         * lib/striconveha.c: Update.
2349         * modules/relocatable-prog-wrapper (Files): Update.
2350         * lib/relocwrapper.c: Update.
2351         * build-aux/install-reloc: Update.
2352         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
2353
2354 2007-06-08  Bruno Haible  <bruno@clisp.org>
2355
2356         Port to uClibc.
2357         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
2358         * lib/fpurge.c (fpurge): Likewise.
2359         * lib/freading.c (freading): Likewise.
2360         * lib/fseeko.c (rpl_fseeko): Likewise.
2361         * lib/fseterr.c (fseterr): Likewise.
2362         * lib/fwriting.c (fwriting): Likewise.
2363         * tests/test-fflush.c (main): Avoid a failure on uClibc.
2364
2365 2007-06-08  Bruno Haible  <bruno@clisp.org>
2366
2367         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
2368         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
2369         * modules/gettext (Files): Add m4/intlmacosx.m4.
2370
2371 2007-06-07  Bruno Haible  <bruno@clisp.org>
2372
2373         * modules/localename-tests: New file.
2374         * tests/test-localename.c: New file.
2375
2376         New module 'localename'.
2377         * lib/localename.h: New file.
2378         * lib/localename.c: New file, from GNU gettext.
2379         * m4/localename.m4: New file.
2380         * modules/localename: New file.
2381
2382 2007-06-07  Bruno Haible  <bruno@clisp.org>
2383
2384         Work around the lack of <wchar.h> on some builds of uClibc.
2385         * doc/headers/wchar.texi: Update.
2386         * lib/wchar_.h: Include <wchar.h> only if it exists.
2387         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
2388         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
2389         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
2390         doesn't exist.
2391         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
2392         * modules/mbfile (Depends-on): Add wchar.
2393         * modules/mbiter (Depends-on): Likewise.
2394         * modules/mbuiter (Depends-on): Likewise.
2395         Reported by Simon Josefsson.
2396
2397 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
2398
2399         Work around problem reported by Steven M. Schweda in
2400         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
2401         Tru64 5.1B with the Compaq compiler environment installed declares
2402         an 'isblank' function but does not define it in the C library.
2403         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
2404         * lib/regex_internal.h (isblank): Likewise.
2405         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
2406         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2407
2408 2007-06-05  Bruno Haible  <bruno@clisp.org>
2409
2410         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
2411         ia64.
2412         * modules/printf-safe: New file.
2413         * modules/fprintf-posix (Depends-on): Add printf-safe.
2414         * modules/printf-posix (Depends-on): Likewise.
2415         * modules/snprintf-posix (Depends-on): Likewise.
2416         * modules/sprintf-posix (Depends-on): Likewise.
2417         * modules/vasnprintf-posix (Depends-on): Likewise.
2418         * modules/vasprintf-posix (Depends-on): Likewise.
2419         * modules/vfprintf-posix (Depends-on): Likewise.
2420         * modules/vprintf-posix (Depends-on): Likewise.
2421         * modules/vsnprintf-posix (Depends-on): Likewise.
2422         * modules/vsprintf-posix (Depends-on): Likewise.
2423         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
2424         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
2425         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
2426         "no" on i386, x86_64, ia64.
2427         * tests/test-snprintf-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-sprintf-posix.h (LDBL80_WORDS): New macro.
2431         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2432         on i386, x86_64, ia64.
2433         * tests/test-vasnprintf-posix.c: Include float.h.
2434         (LDBL80_WORDS): New macro.
2435         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2436         on i386, x86_64, ia64.
2437         * tests/test-vasprintf-posix.c: Include float.h.
2438         (LDBL80_WORDS): New macro.
2439         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2440         on i386, x86_64, ia64.
2441         * tests/test-snprintf-posix.c: Include float.h.
2442         * tests/test-sprintf-posix.c: Likewise.
2443         * tests/test-vsnprintf-posix.c: Likewise.
2444         * tests/test-vsprintf-posix.c: Likewise.
2445
2446 2007-06-05  Bruno Haible  <bruno@clisp.org>
2447
2448         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
2449         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
2450         non-IEEE numbers on i386, x86_64, ia64.
2451         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
2452         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
2453         * tests/test-isnanl.h: Include float.h.
2454         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
2455
2456 2007-06-05  Bruno Haible  <bruno@clisp.org>
2457
2458         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
2459         also the %a / %A. Handle the %a / %A code before this extra handling.
2460
2461 2007-06-05  Bruno Haible  <bruno@clisp.org>
2462
2463         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
2464         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
2465
2466 2007-06-05  Bruno Haible  <bruno@clisp.org>
2467
2468         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
2469         typo in variable name.
2470
2471 2007-06-05  Eric Blake  <ebb9@byu.net>
2472
2473         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
2474         Reported by Simon Josefsson.
2475
2476 2007-06-04  Bruno Haible  <bruno@clisp.org>
2477
2478         Avoid test failures on some PowerPC platforms.
2479         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
2480         Define differently for PowerPC.
2481         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
2482         Reported by Gary V. Vaughan <gary@gnu.org>.
2483
2484 2007-06-02  Bruno Haible  <bruno@clisp.org>
2485
2486         Fix test-stdint failure on FreeBSD/ia64.
2487         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
2488         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
2489         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
2490         * doc/headers/stdint.texi: Update.
2491
2492 2007-06-01  Bruno Haible  <bruno@clisp.org>
2493
2494         * tests/test-binary-io.c (main): Pass a third argument to open().
2495         Reported by Gary V. Vaughan <gary@gnu.org>.
2496
2497 2007-06-01  Bruno Haible  <bruno@clisp.org>
2498
2499         * doc/functions/frexpl.texi: Update for mingw.
2500
2501 2007-06-01  Bruno Haible  <bruno@clisp.org>
2502
2503         * tests/test-lseek.c (main): Disable test of errno for invalid third
2504         argument.
2505         * doc/functions/lseek.texi: Update.
2506         Reported by Gary V. Vaughan <gary@gnu.org>.
2507
2508 2007-05-28  Bruno Haible  <bruno@clisp.org>
2509
2510         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
2511
2512 2007-05-31  Eric Blake  <ebb9@byu.net>
2513
2514         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
2515         cross compiling.
2516
2517 2007-05-30  Eric Blake  <ebb9@byu.net>
2518         and Bruno Haible  <bruno@clisp.org>
2519
2520         Work around mingw test failures exposed by m4-1.4.9b.
2521         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
2522         * tests/test-unistd.c: Disable uid_t and git_t tests for the
2523         moment.
2524
2525 2007-05-30  Bruno Haible  <bruno@clisp.org>
2526
2527         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
2528         assuming that they are closed. Needed on HP-UX 11.
2529
2530 2007-05-29  Bruno Haible  <bruno@clisp.org>
2531
2532         Fix a problem with #include_next.
2533         * lib/dirent_.h: Split the double-inclusion guard.
2534         * lib/fcntl_.h: Likewise.
2535         * lib/float_.h: Likewise.
2536         * lib/iconv_.h: Likewise.
2537         * lib/inttypes_.h: Likewise.
2538         * lib/locale_.h: Likewise.
2539         * lib/math_.h: Likewise.
2540         * lib/netinet_in_.h: Likewise.
2541         * lib/search_.h: Likewise.
2542         * lib/signal_.h: Likewise.
2543         * lib/stdint_.h: Likewise.
2544         * lib/stdio_.h: Likewise.
2545         * lib/stdlib_.h: Likewise.
2546         * lib/string_.h: Likewise.
2547         * lib/sys_select_.h: Likewise.
2548         * lib/sys_socket_.h: Likewise.
2549         * lib/sys_stat_.h: Likewise.
2550         * lib/sys_time_.h: Likewise.
2551         * lib/sysexits_.h: Likewise.
2552         * lib/time_.h: Likewise.
2553         * lib/unistd_.h: Likewise.
2554         * lib/wchar_.h: Likewise.
2555         * lib/wctype_.h: Likewise.
2556
2557 2007-05-29  Bruno Haible  <bruno@clisp.org>
2558
2559         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
2560         for the moment.
2561
2562 2007-05-29  Bruno Haible  <bruno@clisp.org>
2563
2564         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
2565         invocation.
2566         Reported by Eric Blake.
2567
2568 2007-05-29  Bruno Haible  <bruno@clisp.org>
2569
2570         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
2571         compiling case.
2572
2573 2007-05-29  Eric Blake  <ebb9@byu.net>
2574             Bruno Haible  <bruno@clisp.org>
2575
2576         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
2577         cross compiles.
2578
2579 2007-05-28  Eric Blake  <ebb9@byu.net>
2580
2581         * modules/closein-tests (test_closein_LDADD): Support test on
2582         cygwin with libtool.
2583
2584 2007-05-28  Bruno Haible  <bruno@clisp.org>
2585
2586         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
2587         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2588         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2589         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2590         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2591         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2592         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2593         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2594         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2595
2596 2007-05-28  Eric Blake  <ebb9@byu.net>
2597
2598         Unconditionally include <config.h> in unit tests.
2599         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
2600         * tests/test-allocsa.c, tests/test-arcfour.c,
2601         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
2602         tests/test-array_list.c, tests/test-array_oset.c,
2603         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
2604         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
2605         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
2606         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
2607         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
2608         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
2609         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
2610         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
2611         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
2612         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
2613         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
2614         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
2615         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
2616         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
2617         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
2618         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
2619         test-md5.c, test-memmem.c, test-printf-posix.c,
2620         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
2621         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
2622         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
2623         test-strcasestr.c, test-striconv.c, test-striconveh.c,
2624         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
2625         test-vasnprintf-posix2.c, test-vasnprintf.c,
2626         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
2627         test-vfprintf-posix.c, test-vprintf-posix.c,
2628         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
2629         test-xvasprintf.c: Likewise.
2630
2631 2007-05-28  Bruno Haible  <bruno@clisp.org>
2632
2633         * gnulib-tool (func_import): Remember the --with-tests command-line
2634         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
2635         Reported by Eric Blake.
2636
2637 2007-05-28  Bruno Haible  <bruno@clisp.org>
2638
2639         * modules/ftell-tests: New file.
2640         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
2641         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
2642
2643         * lib/ftell.c: New file.
2644         * modules/ftell: New file.
2645         * m4/ftell.m4: New file.
2646         * doc/functions/ftell.texi: Update.
2647         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
2648         REPLACE_FTELL.
2649         * lib/stdio_.h (rpl_ftell): New declaration.
2650         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
2651         REPLACE_FTELL.
2652
2653 2007-05-28  Eric Blake  <ebb9@byu.net>
2654
2655         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
2656
2657 2007-05-28  Bruno Haible  <bruno@clisp.org>
2658
2659         * modules/fseek-tests: New file.
2660         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
2661         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
2662
2663         * lib/fseek.c: New file.
2664         * modules/fseek: New file.
2665         * m4/fseek.m4: New file.
2666         * doc/functions/fseek.texi: Update.
2667         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
2668         REPLACE_FSEEK.
2669         * lib/stdio_.h (rpl_fseek): New declaration.
2670         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
2671         REPLACE_FSEEK.
2672
2673 2007-05-28  Bruno Haible  <bruno@clisp.org>
2674
2675         * lib/stdio_.h (fflush): More comments.
2676
2677 2007-05-28  Bruno Haible  <bruno@clisp.org>
2678
2679         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
2680         runtime test.
2681
2682 2007-05-28  Eric Blake  <ebb9@byu.net>
2683
2684         Improve lseek module.
2685         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
2686         * lib/unistd_.h (lseek): Scale back link warning message.
2687         * tests/test-lseek.c: Beef up test.
2688         * tests/test-lseek.sh: Exercise more facets of lseek.
2689         Reported by Bruno Haible.
2690
2691 2007-05-28  Bruno Haible  <bruno@clisp.org>
2692
2693         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
2694         to define.
2695
2696 2007-05-27  Bruno Haible  <bruno@clisp.org>
2697
2698         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
2699
2700 2007-05-27  Bruno Haible  <bruno@clisp.org>
2701
2702         * modules/openmp: New file.
2703         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
2704         Noah Misch.
2705
2706 2007-05-26  Bruno Haible  <bruno@clisp.org>
2707
2708         * modules/chdir-long (Depends-on): Add fchdir.
2709         * modules/chdir-safer (Depends-on): Likewise.
2710         * modules/fts (Depends-on): Likewise.
2711         * modules/fts-lgpl (Depends-on): Likewise.
2712         * modules/openat (Depends-on): Likewise.
2713         * modules/savewd (Depends-on): Likewise.
2714
2715 2007-05-24  Eric Blake  <ebb9@byu.net>
2716
2717         Fix lseek on mingw.
2718         * modules/lseek: New module.
2719         * m4/lseek.m4: New file.
2720         * lib/lseek.c: New file.
2721         * modules/lseek-tests: New file.
2722         * tests/test-lseek.c: New file.
2723         * tests/test-lseek.sh: New file.
2724         * MODULES.html.sh: Document lseek module.
2725         * modules/fflush (Depends-on): Add lseek, fseeko.
2726         * modules/fseeko (Depends-on): Likewise.
2727         * modules/ftello (Depends-on): Likewise.
2728         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
2729         broken.
2730         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
2731         broken.
2732         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
2733         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
2734         * lib/ftello.c (rpl_ftello): Likewise.
2735         * tests/test-fseeko.c (main): Test this.
2736         * tests/test-fseeko.sh: Likewise.
2737         * tests/test-ftello.c (main): Likewise.
2738         * tests/test-ftello.sh: Likewise.
2739         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
2740         implies replacing fseek.
2741         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
2742         HAVE_FTELLO.
2743         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
2744         * modules/unistd (Makefile.am): Likewise.
2745         * lib/unistd_.h (lseek): Declare a replacement.
2746         * doc/functions/lseek.texi (lseek): Document this fix.
2747         * doc/functions/fseek.texi (fseek): Likewise.
2748         * doc/functions/ftell.texi (ftell): Likewise.
2749
2750 2007-05-24  Bruno Haible  <bruno@clisp.org>
2751
2752         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
2753         in the printed representation of a NaN.
2754         * tests/test-vasprintf-posix.c (test_function): Likewise.
2755         * tests/test-snprintf-posix.h (test_function): Likewise.
2756         * tests/test-sprintf-posix.h (test_function): Likewise.
2757         Reported by Eric Blake.
2758
2759 2007-05-23  Eric Blake  <ebb9@byu.net>
2760
2761         Fix fseeko/ftello on cygwin 1.5.24.
2762         * doc/functions/fseeko.texi (fseeko): Document the fix.
2763         * doc/functions/ftello.texi (ftello): Document the fix.
2764         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
2765         * doc/functions/stdout.text (stdout): New file.
2766         * doc/functions/stderr.text (stderr): New file.
2767         * doc/gnulib.texi (Function Substitutes): Use new files.
2768         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
2769         prior to 1.7.0.
2770         * tests/test-ftello.c (main): Likewise for ftello.
2771         * tests/test-fseeko.sh: New file.
2772         * tests/test-ftello.sh: New file.
2773         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
2774         with seekable stdin.
2775         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
2776         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
2777         (gl_REPLACE_FSEEKO): New macro.
2778         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
2779         * modules/fseeko (Files): Distribute fseeko.c.
2780         * modules/ftello (Files): Distribute ftello.c.
2781         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
2782         mode.
2783         * lib/ftello.c (rpl_ftello): New file.
2784         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
2785         fseeko, ftello.
2786         (gl_STDIN_LARGE_OFFSET): New macro.
2787         * modules/stdio (Makefile.am): Perform the replacement.
2788         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
2789
2790 2007-05-23  Bruno Haible  <bruno@clisp.org>
2791
2792         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
2793         GNULIB_POSIXCHECK is defined.
2794
2795 2007-05-21  Bruno Haible  <bruno@clisp.org>
2796
2797         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
2798         Check also the output for NaN arguments. When cross-compiling, guess
2799         no on IRIX.
2800         * lib/vasnprintf.c: Update comments.
2801         * tests/test-vasnprintf-posix.c (strisnan): New function.
2802         (test_function): Use it.
2803         * tests/test-vasprintf-posix.c (strisnan): New function.
2804         (test_function): Use it.
2805         * tests/test-snprintf-posix.h (strisnan): New function.
2806         (test_function): Use it.
2807         * tests/test-sprintf-posix.h (strisnan): New function.
2808         (test_function): Use it.
2809         Reported by Eric Blake.
2810
2811 2007-05-20  Bruno Haible  <bruno@clisp.org>
2812
2813         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
2814         numbers that fails on BeOS.
2815         * doc/functions/frexpl.texi: Update.
2816
2817 2007-05-20  Jim Meyering  <jim@meyering.net>
2818
2819         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
2820         forced upon us by glibc-2.6.
2821
2822 2007-05-20  Bruno Haible  <bruno@clisp.org>
2823
2824         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2825         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
2826         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
2827         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
2828         NEED_PRINTF_INFINITE.
2829         (is_infinitel): New function.
2830         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
2831         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
2832         gl_PREREQ_VASNPRINTF_INFINITE.
2833         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
2834         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2835         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
2836         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
2837         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
2838         gl_PREREQ_VASNPRINTF_INFINITE.
2839         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2840         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2841         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2842         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2843         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2844         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2845         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2846         * doc/functions/fprintf.texi: Update.
2847         * doc/functions/printf.texi: Update.
2848         * doc/functions/snprintf.texi: Update.
2849         * doc/functions/sprintf.texi: Update.
2850         * doc/functions/vfprintf.texi: Update.
2851         * doc/functions/vprintf.texi: Update.
2852         * doc/functions/vsnprintf.texi: Update.
2853         * doc/functions/vsprintf.texi: Update.
2854
2855 2007-05-20  Bruno Haible  <bruno@clisp.org>
2856
2857         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
2858         was not found in libc.
2859         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
2860
2861 2007-05-20  Bruno Haible  <bruno@clisp.org>
2862
2863         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2864         printed as "-nan" instead of "nan".
2865         * tests/test-vasprintf-posix.c (test_function): Likewise.
2866         * tests/test-snprintf-posix.h (test_function): Likewise.
2867         * tests/test-sprintf-posix.h (test_function): Likewise.
2868         Needed for HP-UX 11.
2869
2870 2007-05-20  Jim Meyering  <jim@meyering.net>
2871
2872         Fix buggy test for the fchownat-deref bug.
2873         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
2874         symlink required for the run-test.  Without it, this test would
2875         always declare that fchownat doesn't work, and client code would
2876         unnecessarily use the replacement function with fixed libc.
2877         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
2878         Reported by Greg Schafer.
2879
2880 2007-05-19  Bruno Haible  <bruno@clisp.org>
2881
2882         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
2883         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
2884         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
2885         Needed for IRIX 6.5 and Solaris 2.5.1.
2886
2887 2007-05-19  Bruno Haible  <bruno@clisp.org>
2888
2889         * tests/test-vasnprintf-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-vasprintf-posix.c (have_minus_zero): New function.
2893         (test_function): Skip tests involving -0.0 on platforms where
2894         -0.0 = 0.0.
2895         * tests/test-snprintf-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-sprintf-posix.h (have_minus_zero): New function.
2899         (test_function): Skip tests involving -0.0 on platforms where
2900         -0.0 = 0.0.
2901         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2902         tests.
2903         * tests/test-printf-posix.h (test_function): Likewise.
2904         * tests/test-printf-posix.output: Remove all -0.0 related results.
2905         Needed for IRIX 6.5.
2906
2907 2007-05-19  Bruno Haible  <bruno@clisp.org>
2908
2909         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2910         printed as "nan0x7fffffff" instead of "nan".
2911         * tests/test-vasprintf-posix.c (test_function): Likewise.
2912         * tests/test-snprintf-posix.h (test_function): Likewise.
2913         * tests/test-sprintf-posix.h (test_function): Likewise.
2914         * tests/test-fprintf-posix.h (NaN): Remove macro.
2915         (test_function): Remove all NaN related tests.
2916         * tests/test-printf-posix.h (NaN): Remove macro.
2917         (test_function): Remove all NaN related tests.
2918         * tests/test-printf-posix.output: Remove all NaN related results.
2919         Needed for IRIX 6.5.
2920
2921 2007-05-19  Bruno Haible  <bruno@clisp.org>
2922
2923         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2924         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2925
2926 2007-05-19  Bruno Haible  <bruno@clisp.org>
2927
2928         * lib/float_.h: New file.
2929         * m4/float_h.m4: New file.
2930         * modules/float: New file.
2931         * modules/isnanl (Dependencies): Add float.
2932         * modules/isnanl-nolibm (Dependencies): Likewise.
2933         * modules/mathl (Dependencies): Likewise.
2934         * modules/printf-frexpl (Dependencies): Likewise.
2935         * modules/signbit (Dependencies): Likewise.
2936         * modules/vasnprintf (Dependencies): Likewise.
2937         * doc/headers/float.texi: Update.
2938
2939 2007-05-19  Jim Meyering  <jim@meyering.net>
2940
2941         * lib/utimens.c (gl_futimens): Rename from futimens,
2942         now that glibc-2.6 declares futimens.
2943         * lib/utimens.h: Likewise.
2944
2945 2007-05-19  Bruno Haible  <bruno@clisp.org>
2946
2947         Avoid test failures on mingw.
2948         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2949         * tests/test-printf-posix.sh: Likewise.
2950         * tests/test-vfprintf-posix.sh: Likewise.
2951         * tests/test-vprintf-posix.sh: Likewise.
2952
2953 2007-05-19  Bruno Haible  <bruno@clisp.org>
2954
2955         Fix *printf result for NaN, Inf, -0.0 on mingw.
2956         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2957         * lib/vasnprintf.c: Include math.h and isnan.h.
2958         (is_infinite_or_zero): New function.
2959         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2960         values in the %f, %F, %e, %E, %g, %G directives.
2961         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2962         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2963         gl_PRINTF_INFINITE and test its result. Invoke
2964         gl_PREREQ_VASNPRINTF_INFINITE.
2965         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2966         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2967         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2968         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2969         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2970         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2971         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2972         * doc/functions/fprintf.texi: Update.
2973         * doc/functions/printf.texi: Update.
2974         * doc/functions/snprintf.texi: Update.
2975         * doc/functions/sprintf.texi: Update.
2976         * doc/functions/vfprintf.texi: Update.
2977         * doc/functions/vprintf.texi: Update.
2978         * doc/functions/vsnprintf.texi: Update.
2979         * doc/functions/vsprintf.texi: Update.
2980
2981 2007-05-19  Bruno Haible  <bruno@clisp.org>
2982
2983         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2984         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2985         Instead of multiplying with 10^k, set extra_zeroes to k.
2986         (scale10_round_long_double): Remove function.
2987
2988 2007-05-18  Bruno Haible  <bruno@clisp.org>
2989
2990         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
2991         introduced on 2007-05-06.
2992
2993 2007-05-18  Bruno Haible  <bruno@clisp.org>
2994
2995         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
2996         %g directives.
2997         * tests/test-vasprintf-posix.c (test_function): Likewise.
2998         * tests/test-snprintf-posix.h (test_function): Likewise.
2999         * tests/test-sprintf-posix.h (test_function): Likewise.
3000
3001 2007-05-18  Bruno Haible  <bruno@clisp.org>
3002
3003         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
3004         (strmatch): New function.
3005         (test_function): Test the %f directive on numbers of various exponents.
3006         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
3007         (strmatch): New function.
3008         (test_function): Test the %f directive on numbers of various exponents.
3009         * tests/test-snprintf-posix.h (strmatch): New function.
3010         (test_function): Test the %f directive on numbers of various exponents.
3011         * tests/test-sprintf-posix.h (strmatch): New function.
3012         (test_function): Test the %f directive on numbers of various exponents.
3013         * tests/test-snprintf-posix.c (SIZEOF): New macro.
3014         * tests/test-sprintf-posix.c (SIZEOF): New macro.
3015         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
3016         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
3017
3018 2007-05-18  Bruno Haible  <bruno@clisp.org>
3019
3020         Add support for 'long double' number output.
3021         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
3022         * lib/vasnprintf.c: Include math.h and float+.h.
3023         (mp_limb_t): New type.
3024         (GMP_LIMB_BITS): New macro.
3025         (mp_twolimb_t): New type.
3026         (GMP_TWOLIMB_BITS): New macro.
3027         (mpn_t): New type.
3028         (multiply, divide, convert_to_decimal, decode_long_double,
3029         scale10_round_long_double, scale10_round_decimal_long_double,
3030         floorlog10l): New functions.
3031         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
3032         for the %f, %F, %e, %E, %g, %G directives.
3033         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
3034         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3035         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
3036         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
3037         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3038         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3039         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3040         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3041         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3042         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3043         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3044         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
3045         * modules/snprintf-posix (Depends-on): Likewise.
3046         * modules/sprintf-posix (Depends-on): Likewise.
3047         * modules/vasnprintf-posix (Depends-on): Likewise.
3048         * modules/vasprintf-posix (Depends-on): Likewise.
3049         * modules/vfprintf-posix (Depends-on): Likewise.
3050         * modules/vsnprintf-posix (Depends-on): Likewise.
3051         * modules/vsprintf-posix (Depends-on): Likewise.
3052         * modules/vasnprintf (Files): Add lib/float+.h.
3053         * doc/functions/fprintf.texi: Update.
3054         * doc/functions/printf.texi: Update.
3055         * doc/functions/snprintf.texi: Update.
3056         * doc/functions/sprintf.texi: Update.
3057         * doc/functions/vfprintf.texi: Update.
3058         * doc/functions/vprintf.texi: Update.
3059         * doc/functions/vsnprintf.texi: Update.
3060         * doc/functions/vsprintf.texi: Update.
3061
3062 2007-05-18  Bruno Haible  <bruno@clisp.org>
3063
3064         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
3065
3066 2007-05-18  Bruno Haible  <bruno@clisp.org>
3067
3068         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
3069         for printing 64-bit integers. Needed for mingw.
3070
3071 2007-05-18  Bruno Haible  <bruno@clisp.org>
3072
3073         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3074         gl_FUNC_FREXPL_WORKS.
3075         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
3076
3077 2007-05-18  Bruno Haible  <bruno@clisp.org>
3078
3079         * modules/frexpl-nolibm-tests: New file.
3080
3081         * modules/frexpl-nolibm: New file.
3082         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
3083
3084 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
3085
3086         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
3087         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
3088         GCC 4.2, which otherwise issues a lot of warnings.
3089         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
3090         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
3091         Likewise.
3092         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
3093         * modules/iconv_open (iconv.h): Likewise.
3094         * modules/locale (locale.h): Likewise.
3095         * modules/netinet_in (netinet/in.h): Likewise.
3096         * modules/sys_select (sys_select.h): Likewise.
3097         * modules/sys_socket (sys/socket.h): Likewise.
3098         * modules/sys_stat (sys/stat.h): Likewise.
3099         * modules/sysexits (sysexits.h): Likewise.
3100         * modules/unistd (unistd.h): Likewise.
3101
3102 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3103
3104         * modules/closein-tests (Makefile.am): Distribute
3105         `test-closein.sh'.
3106
3107 2007-05-17  Bruno Haible  <bruno@clisp.org>
3108
3109         * tests/test-printf-posix.output: Renamed from
3110         tests/test-fprintf-posix.out.
3111         * modules/fprintf-posix-tests: Update.
3112         * modules/printf-posix-tests: Update.
3113         * modules/vfprintf-posix-tests: Update.
3114         * modules/vprintf-posix-tests: Update.
3115         * tests/test-fprintf-posix.sh: Update.
3116         * tests/test-printf-posix.sh: Update.
3117         * tests/test-vfprintf-posix.sh: Update.
3118         * tests/test-vprintf-posix.sh: Update.
3119         Reported by Ralf Wildenhues.
3120
3121 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
3122
3123         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
3124         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
3125         GCC 4.2, which otherwise issues a lot of warnings.
3126         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
3127         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
3128         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
3129         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
3130         it should no longer be needed.
3131         * lib/string_.h: Likewise.
3132         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
3133         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
3134         * modules/inttypes (inttypes.h): Likewise.
3135         * modules/math (math.h): Likewise.
3136         * modules/search (search.h): Likewise.
3137         * modules/signal (signal.h): Likewise.
3138         * modules/stdint (stdint.h): Likewise.
3139         * modules/stdio (stdio.h): Likewise.
3140         * modules/stdlib (stdlib.h): Likewise.
3141         * modules/string (string.h): Likewise.
3142         * modules/sys_time (sys/time.h): Likewise.
3143         * modules/time (time.h): Likewise.
3144         * modules/wchar (wchar.h): Likewise.
3145         * modules/wctype (wtype.h): Likewise.
3146
3147 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
3148
3149         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
3150
3151 2007-05-13  Bruno Haible  <bruno@clisp.org>
3152
3153         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
3154         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3155         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
3156         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3157         (gl_PREREQ_STRTOK_R): Don't require it here.
3158
3159 2007-05-13  Bruno Haible  <bruno@clisp.org>
3160
3161         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
3162         when used in C++ mode.
3163
3164 2007-05-12  Bruno Haible  <bruno@clisp.org>
3165
3166         * lib/linebuffer.h: Tweak doc.
3167         * lib/linebuffer.c: Likewise.
3168
3169 2007-05-12  James Youngman  <jay@gnu.org>
3170
3171         * lib/linebuffer.c (readlinebuffer_delim): New function,
3172         like readlinebuffer, but use a caller-specified delimiter.
3173         (readlinebuffer): Just call readlinebuffer_delim with '\n'
3174         as the delimiter.
3175         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
3176
3177 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3178
3179         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
3180         * modules/openat (Files): Remove openat-die.c.
3181         (Depends-on): Add openat-die.
3182         * modules/openat-die: New module.
3183
3184 2007-05-06  Bruno Haible  <bruno@clisp.org>
3185
3186         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
3187         Update with info about Cygwin.
3188         * doc/functions/fprintf.texi: Update.
3189         * doc/functions/printf.texi: Update.
3190         * doc/functions/snprintf.texi: Update.
3191         * doc/functions/sprintf.texi: Update.
3192         * doc/functions/vfprintf.texi: Update.
3193         * doc/functions/vprintf.texi: Update.
3194         * doc/functions/vsnprintf.texi: Update.
3195         * doc/functions/vsprintf.texi: Update.
3196         Reported by Eric Blake.
3197
3198 2007-05-06  Bruno Haible  <bruno@clisp.org>
3199
3200         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
3201         padding ourselves for the floating-point directives.
3202         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
3203         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
3204         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3205         gl_PRINTF_FLAG_ZERO and test its result. Invoke
3206         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
3207         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3208         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
3209         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3210         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3211         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3212         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3213         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3214         * tests/test-snprintf-posix.h (test_function): Also check the width
3215         and some flags in the %f directive.
3216         * tests/test-sprintf-posix.h (test_function): Likewise.
3217         * tests/test-vasnprintf-posix.c (test_function): Likewise.
3218         * tests/test-vasprintf-posix.c (test_function): Likewise.
3219         * doc/functions/fprintf.texi: Update.
3220         * doc/functions/printf.texi: Update.
3221         * doc/functions/snprintf.texi: Update.
3222         * doc/functions/sprintf.texi: Update.
3223         * doc/functions/vfprintf.texi: Update.
3224         * doc/functions/vprintf.texi: Update.
3225         * doc/functions/vsnprintf.texi: Update.
3226         * doc/functions/vsprintf.texi: Update.
3227
3228 2007-05-06  Bruno Haible  <bruno@clisp.org>
3229
3230         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
3231         pass the ' flag character to sprintf or snprintf.
3232         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
3233         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
3234         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3235         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
3236         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
3237         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3238         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
3239         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3240         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3241         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3242         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3243         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3244         * tests/test-snprintf-posix.h (test_function): Also check the grouping
3245         flag.
3246         * tests/test-sprintf-posix.h (test_function): Likewise.
3247         * tests/test-vasnprintf-posix.c (test_function): Likewise.
3248         * tests/test-vasprintf-posix.c (test_function): Likewise.
3249         * doc/functions/fprintf.texi: Update.
3250         * doc/functions/printf.texi: Update.
3251         * doc/functions/snprintf.texi: Update.
3252         * doc/functions/sprintf.texi: Update.
3253         * doc/functions/vfprintf.texi: Update.
3254         * doc/functions/vprintf.texi: Update.
3255         * doc/functions/vsnprintf.texi: Update.
3256         * doc/functions/vsprintf.texi: Update.
3257
3258 2007-05-01  Bruno Haible  <bruno@clisp.org>
3259
3260         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
3261
3262 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
3263
3264         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
3265         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
3266
3267 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
3268
3269         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
3270         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
3271         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
3272
3273 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
3274
3275         * lib/argp-help.c (struct hol_entry): New member `ord'.
3276         (HOL_ENTRY_PTRCMP): Use ord for comparison
3277         (hol_sort): Initialize ord.
3278
3279 2007-05-01  Bruno Haible  <bruno@clisp.org>
3280
3281         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
3282         Reported by Eric Blake.
3283         * doc/gnulib.texi (Function Substitutes): Update.
3284
3285 2007-05-01  Bruno Haible  <bruno@clisp.org>
3286
3287         * doc/functions.texi: Remove file, now redundant through
3288         doc/functions/*.texi.
3289
3290 2007-05-01  Bruno Haible  <bruno@clisp.org>
3291
3292         * modules/argp (Depends-on): Add sleep.
3293
3294 2007-05-01  Bruno Haible  <bruno@clisp.org>
3295
3296         * modules/sleep-tests: New file.
3297         * tests/test-sleep.c: New file.
3298
3299         * modules/sleep: New file.
3300         * lib/sleep.c: New file.
3301         * m4/sleep.m4: New file.
3302         * lib/unistd_.h (sleep): New declaration.
3303         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
3304         HAVE_SLEEP.
3305         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
3306         * doc/functions/sleep.texi: Document the sleep module.
3307
3308 2007-05-01  Bruno Haible  <bruno@clisp.org>
3309
3310         * lib/sigprocmask.h: Remove file.
3311         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
3312         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
3313         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
3314         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
3315         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
3316         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
3317         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
3318         HAVE_SIGSET_T as a shell variable.
3319         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
3320         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
3321         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
3322         (Depends-on): Add signal. Remove verify.
3323         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
3324         (Include): Mention <signal.h> instead of sigprocmask.h.
3325         * NEWS: Mention the change.
3326         * lib/fatal-signal.c: Don't include sigprocmask.h.
3327
3328 2007-05-01  Bruno Haible  <bruno@clisp.org>
3329
3330         * modules/signal: New file.
3331         * lib/signal_.h: New file.
3332         * m4/signal_h.m4: New file.
3333
3334 2007-05-01  Bruno Haible  <bruno@clisp.org>
3335
3336         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
3337         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
3338         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
3339         HAVE_WCTYPE_CTMP_BUG into wctype.h.
3340
3341 2007-05-01  Bruno Haible  <bruno@clisp.org>
3342
3343         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
3344         configure time.
3345         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
3346         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
3347         * modules/sys_stat (Makefile.am): Substitute their values into
3348         sys/stat.h.
3349
3350 2007-05-01  Bruno Haible  <bruno@clisp.org>
3351
3352         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
3353         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
3354         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
3355
3356 2007-05-01  Bruno Haible  <bruno@clisp.org>
3357
3358         * doc/header/assert.texi: Undo last change: don't mention the gnulib
3359         'assert' module here.
3360
3361 2007-05-01  Bruno Haible  <bruno@clisp.org>
3362
3363         * doc/functions/*.texi: New files.
3364         * doc/functions/google-ranking.txt: New file.
3365         * doc/gnulib.texi (Function Substitutes): New chapter.
3366         (ctime, inet_ntoa): Remove sections.
3367         * doc/ctime.texi: Remove file.
3368         * doc/inet_ntoa.texi: Remove file.
3369         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
3370         dependencies.
3371         (%.info): New rule, specifying a --reference-limit.
3372
3373 2007-05-01  Bruno Haible  <bruno@clisp.org>
3374
3375         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
3376
3377 2007-05-01  Bruno Haible  <bruno@clisp.org>
3378
3379         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
3380         the portability of 'mkdir' to mingw systems.
3381
3382 2007-05-01  Bruno Haible  <bruno@clisp.org>
3383
3384         * doc/headers/google-ranking.txt: New file.
3385
3386 2007-04-30  Eric Blake  <ebb9@byu.net>
3387
3388         Prefer fseeko to fseek.
3389         * modules/getpass (Depends-on): Add fseeko.
3390         * lib/getpass.c (getpass): Use fseeko, not fseek.
3391
3392 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
3393
3394         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
3395         assumes the sorting is stable, while most qsort implementations
3396         are not.  Use argument addresses to ensure they never compare as
3397         equal.
3398
3399         * tests/test-argp-2.sh (usage-indent test): Fix output
3400         (func_compare): Restore diff options
3401         * tests/test-argp.c: Restore #include "progname.h"
3402
3403 2007-04-29  Bruno Haible  <bruno@clisp.org>
3404
3405         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
3406         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3407         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
3408         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3409         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
3410         (configure.ac): Define CHECK_SNPRINTF_POSIX.
3411         (TESTS, check_PROGRAMS): Add test-snprintf.
3412         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
3413         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
3414         (TESTS, check_PROGRAMS): Add test-vsnprintf.
3415         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
3416         assertions that fail on HP-UX, OSF/1, or IRIX.
3417         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
3418
3419 2007-04-29  Bruno Haible  <bruno@clisp.org>
3420
3421         * MODULES.html.sh (posix_functions): Remove 'contents'.
3422
3423 2007-04-29  Karl Berry  <karl@gnu.org>
3424
3425         * config/srclist.txt (gendocs_template_min): new entry.
3426
3427 2007-04-29  Bruno Haible  <bruno@clisp.org>
3428
3429         Work around fpurge bug on BSD systems.
3430         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
3431         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
3432         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
3433         fpurge to rpl_fpurge if the system already has this function.
3434         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
3435         the case where the system already has this function. Correct invariants
3436         on BSD systems.
3437         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
3438         BSD systems.
3439
3440 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
3441
3442         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
3443         proposed by Sven Verdoolaege.
3444
3445         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
3446         options.
3447         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
3448         (usage and help tests): Update
3449
3450 2007-04-29  Bruno Haible  <bruno@clisp.org>
3451
3452         * tests/test-fflush.c (main): Use a file of size 17, not 10.
3453         Print more information in case of failure. Disable a test on BeOS.
3454
3455 2007-04-29  Bruno Haible  <bruno@clisp.org>
3456
3457         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
3458         This helps debugging on systems on which no gdb is available.
3459
3460 2007-04-29  Bruno Haible  <bruno@clisp.org>
3461
3462         * lib/freading.h: Improve comments.
3463         * lib/fwriting.h: Likewise.
3464         * tests/test-freading.c (main): Don't check freading immediately after
3465         repositioning. Needed for glibc.
3466
3467 2007-04-29  Bruno Haible  <bruno@clisp.org>
3468
3469         * lib/freading.c (freading): Trivial simplification.
3470
3471 2007-04-28  Bruno Haible  <bruno@clisp.org>
3472
3473         * tests/test-fwriting.c (main): Also test the interaction between
3474         fflush and fwriting.
3475         * modules/fwriting-tests (Depends-on): Add fflush.
3476
3477         * tests/test-freading.c (main): Also test the interaction between
3478         fflush and freading.
3479         * modules/freading-tests (Depends-on): Add fflush.
3480
3481 2007-04-28  Bruno Haible  <bruno@clisp.org>
3482
3483         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
3484         fseeko and ftello.
3485         Suggested by Eric Blake.
3486
3487 2007-04-28  Jim Meyering  <jim@meyering.net>
3488
3489         Avoid false-negative in gl_STDINT_H's C99 conformance test.
3490         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
3491         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
3492
3493 2007-04-27  Eric Blake  <ebb9@byu.net>
3494
3495         * doc/headers/assert.texi (assert.h): Document assert module use.
3496
3497 2007-04-27  Bruno Haible  <bruno@clisp.org>
3498
3499         * doc/headers/*.texi: New files.
3500         * doc/gnulib.texi (Header File Substitutes): New chapter.
3501         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
3502         dependencies.
3503         (standards.info ,standards.html, standards.dvi): Update dependencies.
3504         (mostlyclean, clean): New targets.
3505
3506 2007-04-27  Bruno Haible  <bruno@clisp.org>
3507
3508         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
3509         * modules/sysexits (Files, Makefile.am): Update.
3510
3511         * lib/sys_socket_.h: Renamed from lib/socket_.h.
3512         * modules/sys_socket (Files, Makefile.am): Update.
3513
3514         * lib/sys_stat_.h: Renamed from lib/stat_.h.
3515         * modules/sys_stat (Files, Makefile.am): Update.
3516
3517 2007-04-27  Eric Blake  <ebb9@byu.net>
3518
3519         * lib/freading.h: Improve comments.
3520         * lib/fwriting.h: Likewise.
3521         * lib/fflush.c: Likewise.
3522
3523         Fix closein for mingw.
3524         * modules/closein-tests: Add tests for closein.
3525         * tests/test-closein.c: New file.
3526         * tests/test-closein.sh: Likewise.
3527         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
3528         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
3529
3530 2007-04-27  Bruno Haible  <bruno@clisp.org>
3531
3532         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
3533         version is < 6.
3534         * lib/math_.h [__DECC]: Likewise.
3535         * lib/stdio_.h [__DECC]: Likewise.
3536         * lib/stdlib_.h [__DECC]: Likewise.
3537         * lib/string_.h [__DECC]: Likewise.
3538         * lib/time_.h [__DECC]: Likewise.
3539         * lib/wchar_.h [__DECC]: Likewise.
3540         * lib/wctype_.h [__DECC]: Likewise.
3541
3542 2007-04-27  Bruno Haible  <bruno@clisp.org>
3543
3544         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
3545
3546 2007-04-27  Bruno Haible  <bruno@clisp.org>
3547
3548         * lib/fflush.c: Add comments.
3549         * modules/fpurge-tests (Depends-on): Add fflush.
3550         * modules/freadable-tests (Depends-on): Likewise.
3551         * modules/fwritable-tests (Depends-on): Likewise.
3552
3553 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
3554
3555         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
3556         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
3557         Report by Bruno Haible <bruno@clisp.org>.
3558
3559 2007-04-26  Eric Blake  <ebb9@byu.net>
3560
3561         Fix fflush on mingw.
3562         * modules/fflush (Depends-on): Add freading.
3563         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
3564         but unread data.
3565
3566 2007-04-26  Eric Blake  <ebb9@byu.net>
3567         and Bruno Haible  <bruno@clisp.org>
3568
3569         Implement freading and fwriting.
3570         * lib/freading.c: New file.
3571         * lib/freading.h: Likewise.
3572         * m4/freading.m4: Likewise.
3573         * modules/freading: Likewise.
3574         * modules/freading-tests: Likewise.
3575         * tests/test-freading.c: Likewise.
3576         * lib/fwriting.c: New file.
3577         * lib/fwriting.h: Likewise.
3578         * m4/fwriting.m4: Likewise.
3579         * modules/fwriting: Likewise.
3580         * modules/fwriting-tests: Likewise.
3581         * tests/test-fwriting.c: Likewise.
3582         * MODULES.html.sh (File stream based Input/Output): Mention them.
3583
3584 2007-04-26  Bruno Haible  <bruno@clisp.org>
3585
3586         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
3587         'long' when we assume it.
3588         Suggested by Eric Blake.
3589
3590 2007-04-26  Bruno Haible  <bruno@clisp.org>
3591
3592         Ensure fseeko, ftello are declared on glibc systems.
3593         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
3594         * modules/fseeko (configure.ac-early): Likewise.
3595         * modules/ftello (configure.ac-early): Likewise.
3596         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
3597         AC_FUNC_FSEEKO for this.
3598         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
3599         (gl_CHECK_FSEEKO): Remove macro.
3600
3601 2007-04-26  Bruno Haible  <bruno@clisp.org>
3602
3603         * tests/test-fflush.c (main): Also check the ftell result after
3604         fflush and fseek/fseeko.
3605         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
3606         file descriptor position cache in the stream.
3607         * lib/fseeko.c (rpl_fseeko): Likewise.
3608
3609 2007-04-26  Bruno Haible  <bruno@clisp.org>
3610
3611         * modules/fflush-tests (Depends-on): Add fseeko.
3612
3613 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
3614             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3615
3616         * lib/argz_.h: ensure error_t definition is obtained in same
3617         mechanism system argz.h would have.
3618         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
3619         argz facilities are known bad.  Err on the side of caution if
3620         cross-compiling.
3621
3622 2007-04-25  Eric Blake  <ebb9@byu.net>
3623
3624         * lib/fpurge.c (includes): Use stdlib.h for free.
3625         * tests/test-fflush.c (main): Also test fflush-fseeko.
3626
3627 2007-04-25  Bruno Haible  <bruno@clisp.org>
3628
3629         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
3630         * lib/fseeko.c: New file.
3631         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
3632         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
3633         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
3634         gl_FUNC_FSEEKO.
3635         (gl_FUNC_FSEEKO): Invoke it.
3636         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
3637         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
3638         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
3639
3640 2007-04-25  Bruno Haible  <bruno@clisp.org>
3641
3642         * modules/fflush (Depends-on): Add ftello.
3643
3644 2007-04-25  Bruno Haible  <bruno@clisp.org>
3645
3646         * modules/ftello-tests: New file.
3647         * tests/test-ftello.c: New file.
3648
3649         * modules/ftello: New file.
3650         * m4/ftello.m4: New file.
3651         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
3652         HAVE_FTELLO.
3653         * lib/stdio_.h (ftello): New declaration.
3654         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
3655         HAVE_FTELLO.
3656
3657 2007-04-25  Bruno Haible  <bruno@clisp.org>
3658
3659         * modules/fseeko-tests: New file.
3660         * tests/test-fseeko.c: New file.
3661
3662         * modules/fseeko: New file.
3663         * m4/fseeko.m4: New file.
3664         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
3665         HAVE_FSEEKO.
3666         * lib/stdio_.h (fseeko): New declaration.
3667         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
3668         HAVE_FSEEKO.
3669
3670 2007-04-25  Bruno Haible  <bruno@clisp.org>
3671
3672         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
3673
3674 2007-04-25  Bruno Haible  <bruno@clisp.org>
3675
3676         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
3677         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
3678         * tests/test-unistd.c: Likewise.
3679         * tests/test-fcntl.c: Likewise.
3680
3681 2007-04-23  Eric Blake  <ebb9@byu.net>
3682
3683         * lib/fflush.c: Fix missing include.
3684         Reported by Bruno Haible.
3685
3686 2007-04-23  Bruno Haible  <bruno@clisp.org>
3687
3688         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
3689         Reported by Eric Blake.
3690
3691 2007-04-23  Bruno Haible  <bruno@clisp.org>
3692
3693         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
3694
3695 2007-04-23  Bruno Haible  <bruno@clisp.org>
3696
3697         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
3698
3699 2007-04-23  Bruno Haible  <bruno@clisp.org>
3700
3701         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
3702         Needed on HP-UX 11.
3703
3704 2007-04-16  Eric Blake  <ebb9@byu.net>
3705
3706         Make fflush rely on fpurge.
3707         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
3708         open coding all variants.
3709         * modules/fflush (Depends-on): Add fpurge and unistd.
3710         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
3711         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
3712
3713         Fix --with-tests compilation on cygwin.
3714         * modules/argmatch-tests (Makefile.am): List gnulib library first
3715         in LDADD.
3716         * modules/argp-tests (Makefile.am): Likewise.
3717         * modules/array-list-tests (Makefile.am): Likewise.
3718         * modules/array-oset-tests (Makefile.am): Likewise.
3719         * modules/avltree-list-tests (Makefile.am): Likewise.
3720         * modules/avltree-oset-tests (Makefile.am): Likewise.
3721         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3722         * modules/carray-list-tests (Makefile.am): Likewise.
3723         * modules/dirname-tests (Makefile.am): Likewise.
3724         * modules/frexp-tests (Makefile.am): Likewise.
3725         * modules/isnanl-tests (Makefile.am): Likewise.
3726         * modules/linked-list-tests (Makefile.am): Likewise.
3727         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3728         * modules/lock-tests (Makefile.am): Likewise.
3729         * modules/rbtree-list-tests (Makefile.am): Likewise.
3730         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3731         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3732         * modules/tls-tests (Makefile.am): Likewise.
3733         * modules/tsearch-tests (Makefile.am): Likewise.
3734         * modules/xvasprintf-tests (Makefile.am): Likewise.
3735
3736         Fix fpurge for cygwin.
3737         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
3738         value.
3739         * modules/fpurge-tests (Depends-on): Clean up trash.
3740
3741 2007-04-16  Simon Josefsson  <simon@josefsson.org>
3742
3743         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
3744
3745         * m4/autobuild.m4: Re-indent.
3746
3747 2007-04-13  Bruno Haible  <bruno@clisp.org>
3748
3749         * modules/fpurge-tests: New file.
3750         * tests/test-fpurge.c: New file.
3751
3752         * modules/fpurge: New file.
3753         * lib/fpurge.h: New file.
3754         * lib/fpurge.c: New file.
3755         * m4/fpurge.m4: New file.
3756
3757 2007-04-13  Bruno Haible  <bruno@clisp.org>
3758
3759         * modules/fbufmode-tests: New file.
3760         * tests/test-fbufmode.c: New file.
3761
3762         * modules/fbufmode: New file.
3763         * lib/fbufmode.h: New file.
3764         * lib/fbufmode.c: New file.
3765         * m4/fbufmode.m4: New file.
3766
3767 2007-04-13  Bruno Haible  <bruno@clisp.org>
3768
3769         * modules/fwritable-tests: New file.
3770         * tests/test-fwritable.c: New file.
3771
3772         * modules/fwritable: New file.
3773         * lib/fwritable.h: New file.
3774         * lib/fwritable.c: New file.
3775         * m4/fwritable.m4: New file.
3776
3777 2007-04-13  Bruno Haible  <bruno@clisp.org>
3778
3779         * modules/freadable-tests: New file.
3780         * tests/test-freadable.c: New file.
3781
3782         * modules/freadable: New file.
3783         * lib/freadable.h: New file.
3784         * lib/freadable.c: New file.
3785         * m4/freadable.m4: New file.
3786
3787 2007-04-13  Bruno Haible  <bruno@clisp.org>
3788
3789         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
3790         MOSTLYCLEANFILES.
3791
3792 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3793
3794         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
3795         gzip bootstrap.conf to avoid dragging in i18n machinery.
3796         (gnulib_tool_option): Use it.
3797
3798 2007-04-13  Bruno Haible  <bruno@clisp.org>
3799
3800         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
3801         %F directives.
3802         * tests/test-vasprintf-posix.c (test_function): Likewise.
3803         * tests/test-snprintf-posix.h (test_function): Likewise.
3804         * tests/test-sprintf-posix.h (test_function): Likewise.
3805         * tests/test-fprintf-posix.h (test_function): Likewise.
3806         * tests/test-printf-posix.h (test_function): Likewise.
3807         * tests/test-fprintf-posix.out: Likewise.
3808
3809 2007-04-13  Bruno Haible  <bruno@clisp.org>
3810
3811         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
3812         * modules/tls-tests (configure.ac): Likewise.
3813         Reported by Arto C. Nirkko <anirkko@insel.ch>.
3814
3815 2007-04-13  Bruno Haible  <bruno@clisp.org>
3816
3817         * lib/tls.c (glthread_tls_get): Fix return type.
3818         Patch by Arto C. Nirkko <anirkko@insel.ch>.
3819
3820 2007-04-12  Eric Blake  <ebb9@byu.net>
3821
3822         * modules/gettime (Depends-on): Remove gettime.
3823         Reported by Dmitry V. Levin.
3824
3825 2007-04-12  Bruno Haible  <bruno@clisp.org>
3826
3827         * modules/fflush (Include): Mention <stdio.h>.
3828         * modules/strtoimax (Include): Mention <inttypes.h>.
3829         * modules/strtoumax (Include): Likewise.
3830
3831 2007-04-12  Eric Blake  <ebb9@byu.net>
3832
3833         * .cvsignore: New file.
3834         * .gitignore: Likewise.
3835
3836 2007-04-12  Bruno Haible  <bruno@clisp.org>
3837
3838         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
3839         not before, since $(LDADD) often contains libgnu.a.
3840         * modules/striconv-tests (test_striconv_LDADD): Likewise.
3841         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
3842         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
3843         Needed on Cygwin.
3844
3845 2007-04-12  Eric Blake  <ebb9@byu.net>
3846
3847         Work around glibc's failure to flush stdin on fclose.
3848         * lib/closein.c (close_stdin): Flush stdin before closing.
3849
3850         Work around glibc's failure to reset seekable stdin on exit.
3851         * modules/closein: New module.
3852         * lib/closein.c: New file.
3853         * lib/closein.h: Likewise.
3854         * m4/closein.m4: Likewise.
3855         * MODULES.html.sh (File stream based Input/Output): Document it.
3856
3857 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3858
3859         * gnulib-tool: Rename generated 'autobuild' script to
3860         'do-autobuild' in --create-megatestdir output.
3861
3862         * doc/gnulib.texi (Build robot for gnulib): Fix.
3863
3864 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3865
3866         * modules/sysexits (Depends-on): Add absolute-header.
3867
3868 2007-04-12  Eric Blake  <ebb9@byu.net>
3869
3870         No need to preserve errno on success.
3871         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
3872         Reported by Bruno Haible.
3873
3874 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3875
3876         * MODULES.html.sh (Support for maintaining and releasing
3877         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
3878
3879 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3880
3881         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
3882
3883 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3884
3885         * modules/autobuild: New module.
3886
3887         * m4/autobuild.m4: New file.
3888
3889 2007-04-11  Bruno Haible  <bruno@clisp.org>
3890
3891         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
3892         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
3893         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
3894         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
3895         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_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/snprintf-posix.m4 (gl_FUNC_SNPRINTF_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/sprintf-posix.m4 (gl_FUNC_SPRINTF_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/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_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/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_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/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_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/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_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         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3917         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3918         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3919         Reported by Eric Blake.
3920
3921 2007-04-11  Bruno Haible  <bruno@clisp.org>
3922
3923         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3924
3925 2007-04-10  Bruno Haible  <bruno@clisp.org>
3926
3927         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3928         for NaN and Infinity. Needed on FreeBSD 6.1.
3929         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3930         regarding results for "%010a" of Infinity and NaN.
3931         * tests/test-vasprintf-posix.c (test_function): Likewise.
3932         * tests/test-snprintf-posix.h (test_function): Likewise.
3933         * tests/test-sprintf-posix.h (test_function): Likewise.
3934         * tests/test-fprintf-posix.h (test_function): Likewise.
3935         * tests/test-printf-posix.h (test_function): Likewise.
3936         * tests/test-fprintf-posix.out: Likewise.
3937
3938 2007-04-10  Bruno Haible  <bruno@clisp.org>
3939
3940         * modules/locale-tests: New file.
3941         * tests/test-locale.c: New file.
3942
3943         * modules/locale: New file.
3944         * lib/locale_.h: New file.
3945         * m4/locale_h.m4: New file.
3946
3947 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3948             Bruno Haible  <bruno@clisp.org>
3949
3950         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3951         be determined, test for availability of the copysignf, copysign,
3952         copysignl functions.
3953         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3954         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3955         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3956
3957 2007-04-09  Eric Blake  <ebb9@byu.net>
3958
3959         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3960         * modules/stdio (Makefile.am): Support fflush.
3961         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3962         * modules/fflush: New file.
3963         * lib/fflush.c: Likewise.
3964         * m4/fflush.m4: Likewise.
3965         * modules/fflush-tests: New test.
3966         * tests/test-fflush.c: Likewise.
3967         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3968
3969 2007-04-06  Bruno Haible  <bruno@clisp.org>
3970
3971         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3972         (VASNPRINTF): Use signbit for faster determination whether to print a
3973         minus sign.
3974         * modules/vasnprintf (Files): Remove lib/float+.h.
3975         * modules/fprintf-posix (Depends-on): Add signbit.
3976         * modules/snprintf-posix (Depends-on): Likewise.
3977         * modules/sprintf-posix (Depends-on): Likewise.
3978         * modules/vasnprintf-posix (Depends-on): Likewise.
3979         * modules/vasprintf-posix (Depends-on): Likewise.
3980         * modules/vfprintf-posix (Depends-on): Likewise.
3981         * modules/vsnprintf-posix (Depends-on): Likewise.
3982         * modules/vsprintf-posix (Depends-on): Likewise.
3983
3984 2007-04-06  Bruno Haible  <bruno@clisp.org>
3985
3986         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3987         * tests/test-frexpl.c (main): Likewise.
3988         * tests/test-ldexpl.c (main): Likewise.
3989         * modules/frexp-tests (Depends-on): Add signbit.
3990         * modules/frexpl-tests (Depdends-on): Likewise.
3991         * modules/ldexpl-tests (Depdends-on): Likewise.
3992
3993 2007-04-06  Bruno Haible  <bruno@clisp.org>
3994
3995         * modules/signbit-tests: New file.
3996         * tests/test-signbit.c: New file.
3997
3998         * modules/signbit: New file.
3999         * lib/signbitf.c: New file.
4000         * lib/signbitd.c: New file.
4001         * lib/signbitl.c: New file.
4002         * m4/signbit.m4: New file.
4003         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
4004         (signbit): New macro.
4005         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
4006         REPLACE_SIGNBIT.
4007         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
4008         REPLACE_FREXPL into math.h.
4009
4010 2007-04-06  Bruno Haible  <bruno@clisp.org>
4011
4012         * modules/isnanf-nolibm-tests: New file.
4013         * tests/test-isnanf.c: New file.
4014
4015         * modules/isnanf-nolibm: New file.
4016         * lib/isnanf.h: New file.
4017         * lib/isnanf.c: New file.
4018         * lib/isnan.c: Consider the USE_FLOAT macro.
4019         * m4/isnanf.m4: New file.
4020
4021 2007-04-06  Bruno Haible  <bruno@clisp.org>
4022
4023         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
4024         (Link): New section.
4025
4026         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
4027
4028 2007-04-06  Bruno Haible  <bruno@clisp.org>
4029
4030         Assume the 'long double' type.
4031         * m4/longdouble.m4: Remove file.
4032         * config/srclist.txt: Don't mention longdouble.m4.
4033         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
4034         * lib/float+.h: Likewise.
4035         * lib/frexp.c: Likewise.
4036         * lib/printf-args.h: Likewise.
4037         * lib/printf-args.c: Likewise.
4038         * lib/printf-frexp.c: Likewise.
4039         * lib/printf-parse.c: Likewise.
4040         * lib/vasnprintf.c: Likewise.
4041         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
4042         * m4/intl.m4: Likewise.
4043         * m4/isnanl.m4: Likewise.
4044         * m4/printf.m4: Likewise.
4045         * m4/printf-frexpl.m4: Likewise.
4046         * m4/vasnprintf.m4: Likewise.
4047         * modules/allocsa (Files): Remove m4/longdouble.m4.
4048         * modules/gettext (Files): Likewise.
4049         * modules/relocatable-prog-wrapper (Files): Likewise.
4050         * modules/vasnprintf (Files): Likewise.
4051         * modules/isnanl (Files): Likewise.
4052         (Include): Simplify.
4053         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
4054         (Include): Simplify.
4055         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
4056         (Include): Simplify.
4057         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
4058         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4059         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
4060         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4061         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
4062         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4063         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
4064         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4065         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
4066         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4067         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
4068         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4069         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
4070         * tests/test-isnanl.c: Likewise.
4071         * tests/test-snprintf-posix.h: Likewise.
4072         * tests/test-sprintf-posix.h: Likewise.
4073         * tests/test-vasnprintf-posix.c: Likewise.
4074         * tests/test-vasnprintf-posix2.c: Likewise.
4075         * tests/test-vasprintf-posix.c: Likewise.
4076
4077 2007-04-06  Bruno Haible  <bruno@clisp.org>
4078
4079         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
4080         * lib/math_.h [__DECC]: Include the overridden include file through
4081         #include_next, outside the double-inclusion guard.
4082         * lib/stdio_.h [__DECC]: Likewise.
4083         * lib/stdlib_.h [__DECC]: Likewise.
4084         * lib/string_.h [__DECC]: Likewise.
4085         * lib/time_.h [__DECC]: Likewise.
4086         * lib/wchar_.h [__DECC]: Likewise.
4087         * lib/wctype_.h [__DECC]: Likewise.
4088         * lib/inttypes_.h [__DECC]: Likewise.
4089         Reported by Albert Chin <china@thewrittenword.com> in
4090         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
4091
4092 2007-04-04  Eric Blake  <ebb9@byu.net>
4093
4094         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
4095         1.5.x.
4096
4097 2007-04-04  Bruno Haible  <bruno@clisp.org>
4098
4099         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
4100         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
4101
4102 2007-04-04  Bruno Haible  <bruno@clisp.org>
4103
4104         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
4105         results for "%010a" of Infinity and NaN.
4106         * tests/test-vasprintf-posix.c (test_function): Likewise.
4107         * tests/test-snprintf-posix.h (test_function): Likewise.
4108         * tests/test-sprintf-posix.h (test_function): Likewise.
4109         * tests/test-fprintf-posix.h (test_function): Remove these tests.
4110         * tests/test-printf-posix.h (test_function): Likewise.
4111         * tests/test-fprintf-posix.out: Update.
4112         Needed for FreeBSD 6.1.
4113
4114 2007-04-04  Bruno Haible  <bruno@clisp.org>
4115
4116         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
4117         directly used by the gnulib modules nor by gnulib-tool.
4118
4119 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
4120
4121         * DEPENDENCIES: Give overall description of version dependency
4122         desirability.  Use more-typical names for apps.
4123         Add shell, coreutils, diffutils, grep, tar, gzip.
4124
4125 2007-04-04  Simon Josefsson  <simon@josefsson.org>
4126
4127         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
4128
4129 2007-04-04  Karl Berry  <karl@gnu.org>
4130
4131         * MODULES.html.sh (func_module): missing '.
4132
4133 2007-04-03  Bruno Haible  <bruno@clisp.org>
4134
4135         * modules/argmatch-tests (Makefile.am): New variable
4136         test_argmatch_LDADD.
4137         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
4138         * modules/array-list-tests (Makefile.am): New variable
4139         test_array_list_LDADD.
4140         * modules/array-oset-tests (Makefile.am): New variable
4141         test_array_oset_LDADD.
4142         * modules/avltree-list-tests (Makefile.am): New variable
4143         test_avltree_list_LDADD.
4144         * modules/avltree-oset-tests (Makefile.am): New variable
4145         test_avltree_oset_LDADD.
4146         * modules/avltreehash-list-tests (Makefile.am): New variable
4147         test_avltreehash_list_LDADD.
4148         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
4149         test_canonicalize_lgpl_LDADD.
4150         * modules/carray-list-tests (Makefile.am): New variable
4151         test_carray_list_LDADD.
4152         * modules/dirname-tests (Makefile.am): New variable
4153         test_dirname_LDADD.
4154         * modules/linked-list-tests (Makefile.am): New variable
4155         test_linked_list_LDADD.
4156         * modules/linkedhash-list-tests (Makefile.am): New variable
4157         test_linkedhash_list_LDADD.
4158         * modules/rbtree-list-tests (Makefile.am): New variable
4159         test_rbtree_list_LDADD.
4160         * modules/rbtree-oset-tests (Makefile.am): New variable
4161         test_rbtree_oset_LDADD.
4162         * modules/rbtreehash-list-tests (Makefile.am): New variable
4163         test_rbtreehash_list_LDADD.
4164         * modules/xvasprintf-tests (Makefile.am): New variable
4165         test_xvasprintf_LDADD.
4166         Reported by Eric Blake.
4167
4168 2007-04-03  Eric Blake  <ebb9@byu.net>
4169
4170         * DEPENDENCIES: Weaken m4 requirements.
4171
4172 2007-04-03  Bruno Haible  <bruno@clisp.org>
4173
4174         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
4175         * modules/isnanl-tests (configure.ac): Likewise.
4176
4177 2007-04-03  Ben Pfaff  <blp@gnu.org>
4178
4179         * modules/iconv_open: Add $(srcdir)/ to source directory
4180         references in Makefile fragments that call gperf, to fix VPATH
4181         builds.
4182
4183 2007-04-03  Bruno Haible  <bruno@clisp.org>
4184
4185         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
4186         * lib/ldexpl.c: Undo last change.
4187
4188 2007-04-03  Bruno Haible  <bruno@clisp.org>
4189
4190         * modules/printf-frexpl (Depends-on): Undo last change.
4191         (Files): Add m4/ldexpl.m4.
4192
4193 2007-04-03  Bruno Haible  <bruno@clisp.org>
4194
4195         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
4196         * modules/isnanl (Link): New section.
4197
4198         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
4199         * modules/frexp (Link): New section.
4200
4201         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
4202         * modules/frexpl (Link): New section.
4203
4204         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
4205         * modules/ldexpl (Link): New section.
4206
4207 2007-04-03  Bruno Haible  <bruno@clisp.org>
4208
4209         * modules/TEMPLATE-EXTENDED: New file.
4210         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
4211
4212 2007-04-03  Bruno Haible  <bruno@clisp.org>
4213
4214         * DEPENDENCIES: New file.
4215         Suggested by Simon Josefsson.
4216
4217 2007-04-03  Bruno Haible  <bruno@clisp.org>
4218
4219         * doc/gnulib.texi: Escape @.
4220
4221 2007-04-03  James Youngman  <jay@gnu.org>
4222         and Paul Eggert  <eggert@cs.ucla.edu>
4223
4224         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
4225         birthtime on all systems that have birthtime, not just those which
4226         use st_birthtimensec rather than st_birthtim.  Putting zero in
4227         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
4228         that the birth time is not available for files on an NFS mount.
4229
4230 2007-04-03  Simon Josefsson  <simon@josefsson.org>
4231
4232         * modules/memxor: Move back from crypto/, suggested by Bruno.
4233         * modules/crypto/hmac-sha1: Fix memxor dependency.
4234
4235         * modules/crypto/gc: Moved from ../.
4236
4237 2007-04-02  Eric Blake  <ebb9@byu.net>
4238
4239         * lib/ldexpl.c (includes): Avoid libm.
4240
4241         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
4242
4243 2007-04-02  Bruno Haible  <bruno@clisp.org>
4244
4245         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
4246         on IRIX.
4247
4248 2007-04-02  Bruno Haible  <bruno@clisp.org>
4249
4250         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
4251         x86 or x86_64 platforms running MacOS X.
4252         Reported by Ryan Schmidt <@ryandesign.com>.
4253
4254 2007-04-02  Bruno Haible  <bruno@clisp.org>
4255
4256         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
4257         i386.
4258
4259 2007-04-01  Simon Josefsson  <simon@josefsson.org>
4260
4261         * modules/crypto/arcfour: Moved from ../.
4262         * modules/crypto/arcfour-tests: Moved from ../.
4263         * modules/crypto/arctwo: Moved from ../.
4264         * modules/crypto/arctwo-tests: Moved from ../.
4265         * modules/crypto/des: Moved from ../.
4266         * modules/crypto/des-tests: Moved from ../.
4267         * modules/crypto/gc-arcfour: Moved from ../.
4268         * modules/crypto/gc-arcfour-tests: Moved from ../.
4269         * modules/crypto/gc-arctwo: Moved from ../.
4270         * modules/crypto/gc-arctwo-tests: Moved from ../.
4271         * modules/crypto/gc-des: Moved from ../.
4272         * modules/crypto/gc-des-tests: Moved from ../.
4273         * modules/crypto/gc-hmac-md5: Moved from ../.
4274         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
4275         * modules/crypto/gc-hmac-sha1: Moved from ../.
4276         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
4277         * modules/crypto/gc-md2: Moved from ../.
4278         * modules/crypto/gc-md2-tests: Moved from ../.
4279         * modules/crypto/gc-md4: Moved from ../.
4280         * modules/crypto/gc-md4-tests: Moved from ../.
4281         * modules/crypto/gc-md5: Moved from ../.
4282         * modules/crypto/gc-md5-tests: Moved from ../.
4283         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
4284         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
4285         * modules/crypto/gc-random: Moved from ../.
4286         * modules/crypto/gc-rijndael: Moved from ../.
4287         * modules/crypto/gc-rijndael-tests: Moved from ../.
4288         * modules/crypto/gc-sha1: Moved from ../.
4289         * modules/crypto/gc-sha1-tests: Moved from ../.
4290         * modules/crypto/gc-tests: Moved from ../.
4291         * modules/crypto/hmac-md5: Moved from ../.
4292         * modules/crypto/hmac-md5-tests: Moved from ../.
4293         * modules/crypto/hmac-sha1: Moved from ../.
4294         * modules/crypto/hmac-sha1-tests: Moved from ../.
4295         * modules/crypto/md2: Moved from ../.
4296         * modules/crypto/md2-tests: Moved from ../.
4297         * modules/crypto/md4: Moved from ../.
4298         * modules/crypto/md4-tests: Moved from ../.
4299         * modules/crypto/md5: Moved from ../.
4300         * modules/crypto/md5-tests: Moved from ../.
4301         * modules/crypto/memxor: Moved from ../.
4302         * modules/crypto/rijndael: Moved from ../.
4303         * modules/crypto/rijndael-tests: Moved from ../.
4304         * modules/crypto/sha1: Moved from ../.
4305
4306 2007-03-30  James Youngman  <jay@gnu.org>
4307
4308         * tests/test-stat-time.c (prepare_test): use chmod() rather than
4309         rename() to change the ctime of a file (because ctime is unaffected
4310         by rename on jfs2 on AIX 5.1).
4311         (main): Start by doing cleanup, in case a previous run failed leaving
4312         test files behind.
4313
4314 2007-03-31  Bruno Haible  <bruno@clisp.org>
4315
4316         Support old proprietary implementations of iconv.
4317         * modules/iconv_open: New file.
4318         * lib/iconv_.h: New file.
4319         * m4/iconv_h.m4: New file.
4320         * lib/iconv_open.c: New file.
4321         * lib/iconv_open-aix.gperf: New file.
4322         * lib/iconv_open-hpux.gperf: New file.
4323         * lib/iconv_open-irix.gperf: New file.
4324         * lib/iconv_open-osf.gperf: New file.
4325         * m4/iconv_open.m4: New file.
4326         * modules/linebreak (Depends-on): Add iconv_open.
4327         * modules/striconv (Depends-on): Likewise.
4328         * modules/striconveh (Depends-on): Likewise.
4329         * modules/unicodeio (Depends-on): Likewise.
4330         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
4331         (iconv_t)(-1).
4332         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
4333         conversion if cd is (iconv_t)(-1).
4334         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
4335         is not possible.
4336
4337 2007-03-31  Bruno Haible  <bruno@clisp.org>
4338
4339         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
4340         work on Solaris either. Protect also second use of "autodetect_jp".
4341
4342 2007-03-31  Bruno Haible  <bruno@clisp.org>
4343
4344         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
4345         the function is not present.
4346
4347 2007-03-31  Bruno Haible  <bruno@clisp.org>
4348
4349         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
4350         the function is not present.
4351
4352 2007-03-31  Bruno Haible  <bruno@clisp.org>
4353
4354         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
4355         a bug in HP-UX iconv_open().
4356
4357 2007-03-31  Bruno Haible  <bruno@clisp.org>
4358
4359         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
4360         (Mathematics <math.h>): New section, add fpieee.
4361         (Input/output <stdio.h>): Add fseterr.
4362         (Mathematics <math.h>): New section, add printf-frexp.
4363         (Container data structures): Add sublist.
4364         (Core language properties): Add fpucw, inline.
4365         (Functions for greatest-width integer types <inttypes.h>): Add
4366         imaxabs, imaxdiv, inttypes.
4367         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
4368         isnanl-nolibm, ldexp.
4369         (Mathematics <math.h>): New section, add printf-frexpl.
4370         (Support for systems lacking POSIX:2001): Add fprintf-posix,
4371         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
4372         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
4373         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
4374         (Unicode string functions): Add unistr/u*-mbtoucr.
4375         (Java): Add javacomp-script, javaexec-script.
4376         (C#): Add csharpcomp-script, csharpexec-script.
4377         (Support for building libraries and executables): Add havelib,
4378         relocatable-*.
4379         (Support for maintaining and releasing projects): Renamed from
4380         'Support for maintaining and release projects'. Add announce-gen.
4381
4382 2007-03-31  Bruno Haible  <bruno@clisp.org>
4383
4384         * README: Talk primarily about git.
4385         (git and CVS): Renamed from CVS.
4386         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
4387         gnulib is available through git.
4388         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
4389
4390 2007-03-30  Bruno Haible  <bruno@clisp.org>
4391
4392         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
4393         * lib/poll_.h: Likewise.
4394         * lib/stat_.h: Likewise.
4395         * lib/sys_time_.h: Likewise.
4396         * lib/sysexit_.h: Likewise.
4397         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
4398         * lib/stdbool_.h: Likewise.
4399         * lib/byteswap_.h: Add double-inclusion guard.
4400
4401 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
4402
4403         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
4404
4405 2007-03-30  Karl Berry  <karl@gnu.org>
4406
4407         * config/srclist-update: double space after USA in the license
4408         substitution, since that's how it's usually (?) written.
4409
4410 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4411
4412         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
4413         reported by Bruno Haible.
4414
4415 2007-03-29  Bruno Haible  <bruno@clisp.org>
4416
4417         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
4418         a bug in AIX iconv().
4419
4420 2007-03-29  Bruno Haible  <bruno@clisp.org>
4421
4422         * modules/ldexpl-tests: New file.
4423         * tests/test-ldexpl.c: New file.
4424
4425 2007-03-29  Bruno Haible  <bruno@clisp.org>
4426
4427         * lib/ldexpl.c: Include fpucw.h.
4428         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
4429         multiplication.
4430         * modules/ldexpl (Depends-on): Add fpucw.
4431
4432 2007-03-29  Bruno Haible  <bruno@clisp.org>
4433
4434         * modules/ldexpl: New file.
4435         * m4/ldexpl.m4: New file.
4436         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
4437         set.
4438         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
4439         REPLACE_LDEXPL.
4440         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
4441         REPLACE_LDEXPL.
4442         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4443         gl_FUNC_LDEXPL_WORKS.
4444         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
4445         * modules/mathl (Files): Remove lib/ldexpl.c.
4446         (Depends-on): Add ldexpl.
4447
4448 2007-03-29  Bruno Haible  <bruno@clisp.org>
4449
4450         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
4451
4452 2007-03-29  Bruno Haible  <bruno@clisp.org>
4453
4454         * tests/test-striconveh.c (main): Don't assume that a direct conversion
4455         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
4456         and possibly also HP-UX.
4457         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
4458         work on AIX, IRIX, HP-UX, OSF/1.
4459         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
4460         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
4461         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
4462         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
4463         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
4464         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
4465
4466 2007-03-29  Bruno Haible  <bruno@clisp.org>
4467
4468         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
4469
4470 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4471
4472         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
4473         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
4474
4475 2007-03-29  Eric Blake  <ebb9@byu.net>
4476
4477         * lib/acl-internal.h: Remove redundant include.
4478         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
4479         Cygwin when a file is locked.
4480
4481 2007-03-29  Bruno Haible  <bruno@clisp.org>
4482
4483         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
4484         file.
4485         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
4486
4487 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4488
4489         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
4490         try to remove a parent directory if the child couldn't be removed
4491         (except for the first rmdir, which could fail because the child
4492         doesn't exist).  Problem reported by Jeff Blaine in
4493         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
4494
4495 2007-03-28  Bruno Haible  <bruno@clisp.org>
4496
4497         * lib/striconveh.c (utf8conv_carefully): New function.
4498         (mem_cd_iconveh_internal): Invoke it.
4499
4500 2007-03-28  Bruno Haible  <bruno@clisp.org>
4501
4502         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
4503         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
4504         input.
4505         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
4506         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
4507         unistr/u8-uctomb.
4508
4509 2007-03-28  Bruno Haible  <bruno@clisp.org>
4510
4511         * modules/unistr/u8-mbtoucr: New file.
4512         * lib/unistr/u8-mbtoucr.c: New file.
4513         * modules/unistr/u16-mbtoucr: New file.
4514         * lib/unistr/u16-mbtoucr.c: New file.
4515         * modules/unistr/u16-mbtoucr: New file.
4516         * lib/unistr/u16-mbtoucr.c: New file.
4517         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
4518
4519 2007-03-27  Simon Josefsson  <simon@josefsson.org>
4520             Bruno Haible  <bruno@clisp.org>
4521
4522         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
4523         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
4524         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
4525
4526         * m4/stdio_h.m4: Add stubs for vasprintf too.
4527
4528         * modules/stdio: Support vasprintf in sed command.
4529
4530         * modules/vasprintf: Depend on stdio for prototypes.  Remove
4531         vasprintf.h.  Add stdio module indicator.
4532
4533         * lib/stdio_.h: Declare asprintf and vasprintf, based on
4534         vasprintf.h.
4535
4536         * lib/vasprintf.h: File removed.
4537
4538         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
4539         * lib/vasprintf.c: Ditto.
4540         * lib/xvasprintf.c: Ditto.
4541         * tests/test-vasprintf-posix.c: Ditto.
4542         * tests/test-vasprintf.c: Ditto.
4543
4544 2007-03-27  Bruno Haible  <bruno@clisp.org>
4545
4546         Make vasnprintf multithread-safe.
4547         * lib/vasnprintf.c (decimal_point_char): New function.
4548         (VASNPRINTF): Use it.
4549         Suggested by Simon Josefsson.
4550
4551 2007-03-27  Eric Blake  <ebb9@byu.net>
4552
4553         Support sub-second birthtime on cygwin.
4554         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
4555         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
4556         (get_stat_birthtime): Also work with st_birthtim.
4557
4558 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
4559
4560         * lib/stat-time.h (USE_BIRTHTIME): Remove.
4561         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
4562         (get_stat_birthtime_ns): Do not try to use "spare" fields.
4563         (get_stat_birthtime_ns): Simplify compile-time tests.
4564         (get_stat_birthtime): Change the API to look like
4565         get_stat_mtime etc., except return a negative tv_nsec on error.
4566         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
4567         Don't check for "spare" fields.
4568         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
4569         or for struct stat.st_birthtime, as these tests aren't used.
4570         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
4571
4572 2007-03-27  Bruno Haible  <bruno@clisp.org>
4573
4574         * lib/stat-time.h: Include <sys/stat.h>.
4575
4576 2007-03-27  James Youngman  <jay@gnu.org>
4577
4578         * lib/stat-time.h (get_stat_birthtime): New function for
4579           retrieving st_birthtime as provided by UFS2 (hence *BSD).
4580         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
4581           and its variants.
4582         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
4583         * modules/stat-time-test: New file.
4584         * tests/test-stat-time.c: New test, devised by Bruno Haible.
4585
4586 2007-03-26  Bruno Haible  <bruno@clisp.org>
4587
4588         Better support of signalling NaNs.
4589         * lib/atanl.c: Include isnanl.h.
4590         (atanl): Perform test for NaN at the beginning of the function and
4591         through a call to isnanl.
4592         * lib/cosl.c: Include isnanl.h.
4593         (cosl): Perform test for NaN at the beginning of the function and
4594         through a call to isnanl.
4595         * lib/ldexpl.c: Include isnanl.h.
4596         (ldexpl): Perform test for NaN through a call to isnanl.
4597         * lib/logl.c: Include isnanl.h.
4598         (logl): Perform test for NaN at the beginning of the function and
4599         through a call to isnanl.
4600         * lib/sinl.c: Include isnanl.h.
4601         (sinl): Perform test for NaN at the beginning of the function and
4602         through a call to isnanl.
4603         * lib/sqrtl.c: Include isnanl.h.
4604         (sqrtl): Perform test for NaN at the beginning of the function and
4605         through a call to isnanl.
4606         * lib/tanl.c: Include isnanl.h.
4607         (tanl): Perform test for NaN at the beginning of the function and
4608         through a call to isnanl.
4609         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
4610         * modules/mathl (Depends-on): Add isnanl.
4611
4612 2007-03-26  Eric Blake  <ebb9@byu.net>
4613
4614         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
4615         regression in logic sense of previous patch.
4616
4617 2007-03-26  Bruno Haible  <bruno@clisp.org>
4618
4619         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
4620         unportable shell command "if ! ...".
4621         Reported by Ralf Wildenhues.
4622
4623 2007-03-25  Bruno Haible  <bruno@clisp.org>
4624
4625         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
4626         <sysexits.h> file, and only add EX_CONFIG.
4627         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
4628         absolute file name and whether it is sufficient. Substitute also
4629         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
4630         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
4631         ABSOLUTE_SYSEXITS_H into sysexits.h.
4632
4633 2007-03-25  Bruno Haible  <bruno@clisp.org>
4634
4635         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
4636         hints is NULL.
4637
4638 2007-03-25  Bruno Haible  <bruno@clisp.org>
4639
4640         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
4641         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
4642
4643 2007-03-25  Bruno Haible  <bruno@clisp.org>
4644
4645         * lib/vasnprintf.c: Include langinfo.h.
4646         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
4647         multithread-safe.
4648         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
4649         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
4650         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4651         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4652         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4653         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4654         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4655         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
4656         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4657         Reported by Simon Josefsson.
4658
4659 2007-03-25  Bruno Haible  <bruno@clisp.org>
4660
4661         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
4662         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
4663         * modules/vasnprintf (Depends-on): Add stdint.
4664
4665 2007-03-25  Bruno Haible  <bruno@clisp.org>
4666
4667         * modules/fpieee: New file.
4668         * m4/fpieee.m4: New file.
4669         * modules/isnan-nolibm (Depends-on): Add fpieee.
4670         * modules/isnanl-nolibm (Depends-on): Add fpieee.
4671         * modules/isnanl (Depends-on): Add fpieee.
4672
4673 2007-03-25  Bruno Haible  <bruno@clisp.org>
4674
4675         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
4676
4677 2007-03-25  Bruno Haible  <bruno@clisp.org>
4678
4679         Avoid test failures on IRIX 6.5.
4680         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
4681         (main): Use it.
4682         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
4683         macros.
4684         (main): Use them.
4685
4686 2007-03-25  Bruno Haible  <bruno@clisp.org>
4687
4688         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
4689         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
4690         exists but doesn't work.
4691         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
4692         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
4693         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
4694         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
4695
4696 2007-03-25  Bruno Haible  <bruno@clisp.org>
4697
4698         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
4699         returns inf. Needed on IRIX 6.5.
4700
4701 2007-03-25  Bruno Haible  <bruno@clisp.org>
4702
4703         * tests/test-frexpl.c: Include isnanl-nolibm.h.
4704         (main): Use isnanl instead of x != x idiom.
4705         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
4706
4707         * tests/test-frexp.c: Include isnan.h.
4708         (main): Use isnan instead of x != x idiom.
4709         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
4710
4711 2007-03-25  Bruno Haible  <bruno@clisp.org>
4712
4713         * tests/test-frexp.c (NaN): New function/macro.
4714         (main): Use it instead of 0.0 / 0.0.
4715         * tests/test-isnan.c (NaN): New function/macro.
4716         (main): Use it instead of 0.0 / 0.0.
4717         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
4718         (test_function): Use it instead of 0.0 / 0.0.
4719         * tests/test-vasprintf-posix.c (NaN): New function/macro.
4720         (test_function): Use it instead of 0.0 / 0.0.
4721         * tests/test-snprintf-posix.h (NaN): New function/macro.
4722         (test_function): Use it instead of 0.0 / 0.0.
4723         * tests/test-sprintf-posix.h (NaN): New function/macro.
4724         (test_function): Use it instead of 0.0 / 0.0.
4725         * tests/test-fprintf-posix.h (NaN): New function/macro.
4726         (test_function): Use it instead of 0.0 / 0.0.
4727         * tests/test-printf-posix.h (NaN): New function/macro.
4728         (test_function): Use it instead of 0.0 / 0.0.
4729
4730         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
4731
4732 2007-03-25  Bruno Haible  <bruno@clisp.org>
4733
4734         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
4735
4736 2007-03-25  Bruno Haible  <bruno@clisp.org>
4737
4738         * lib/regexec.c (merge_state_with_log): Make static.
4739
4740 2007-03-25  Bruno Haible  <bruno@clisp.org>
4741
4742         * lib/trigl.c (kernel_rem_pio2): Make static.
4743
4744 2007-03-25  Bruno Haible  <bruno@clisp.org>
4745
4746         * lib/sincosl.c (sincosl_table): Make static.
4747
4748 2007-03-25  Bruno Haible  <bruno@clisp.org>
4749
4750         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
4751         if the compiler does not support C99.
4752
4753 2007-03-25  Bruno Haible  <bruno@clisp.org>
4754
4755         * modules/time (Makefile.am): Ensure all rule action lines start with a
4756         tab.
4757
4758 2007-03-24  Bruno Haible  <bruno@clisp.org>
4759
4760         * modules/tsearch-tests: New file.
4761         * tests/test-tsearch.sh: New file.
4762         * tests/test-tsearch.c: New file, mostly copied from glibc.
4763
4764         * modules/search-tests: New file.
4765         * tests/test-search.c: New file.
4766
4767         * modules/search: New file.
4768         * lib/search_.h: New file, incorporating lib/tsearch.h.
4769         * m4/search_h.m4: New file.
4770         * lib/tsearch.h: Remove file.
4771         * lib/tsearch.c: Include search.h instead of tsearch.h.
4772         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
4773         HAVE_TSEARCH.
4774         * modules/tsearch (Files): Remove lib/tsearch.h.
4775         (Depends-on): Add search.
4776         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
4777         (Include): Change tsearch.h into search.h.
4778
4779 2007-03-24  Bruno Haible  <bruno@clisp.org>
4780
4781         * modules/fpucw: New file.
4782         * lib/fpucw.h: New file.
4783         * lib/frexp.c: Include fpucw.h.
4784         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4785         (FUNC): Use them.
4786         * lib/printf-frexp.c: Include fpucw.h.
4787         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4788         (FUNC): Use them.
4789         * lib/vasnprintf.c: Include fpucw.h.
4790         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
4791         'long double' calculations.
4792         * tests/test-frexpl.c: Include fpucw.h.
4793         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4794         * tests/test-printf-frexpl.c: Include fpucw.h.
4795         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4796         * modules/frexpl (Depends-on): Add fpucw.
4797         * modules/printf-frexpl (Depends-on): Likewise.
4798         * modules/fprintf-posix (Depends-on): Likewise.
4799         * modules/snprintf-posix (Depends-on): Likewise.
4800         * modules/sprintf-posix (Depends-on): Likewise.
4801         * modules/vasnprintf-posix (Depends-on): Likewise.
4802         * modules/vasprintf-posix (Depends-on): Likewise.
4803         * modules/vfprintf-posix (Depends-on): Likewise.
4804         * modules/vsnprintf-posix (Depends-on): Likewise.
4805         * modules/vsprintf-posix (Depends-on): Likewise.
4806         * modules/frexpl-tests (Depends-on): Likewise.
4807         * modules/printf-frexpl-tests (Depends-on): Likewise.
4808
4809 2007-03-24  Bruno Haible  <bruno@clisp.org>
4810
4811         * lib/float+.h: New file.
4812         * lib/isnan.c: Include float+.h.
4813         (SIZE): New macro.
4814         (FUNC): Compare only SIZE bytes of the value.
4815         * lib/vasnprintf.c: Include float+.h.
4816         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
4817         SIZEOF_LDBL or SIZEOF_DBL bytes.
4818         * modules/isnan-nolibm (Files): Add lib/float+.h.
4819         * modules/isnanl-nolibm (Files): Add lib/float+.h.
4820         * modules/isnanl (Files): Add lib/float+.h.
4821         * modules/vasnprintf (Files): Add lib/float+.h.
4822
4823 2007-03-24  Bruno Haible  <bruno@clisp.org>
4824
4825         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
4826         include isnanl-nolibm.h.
4827
4828 2007-03-24  Bruno Haible  <bruno@clisp.org>
4829
4830         * tests/test-read-file.c (main): Don't produce spurious output for
4831         expected situations. Make the test fail if it encountered unexpected
4832         results.
4833
4834 2007-03-24  Bruno Haible  <bruno@clisp.org>
4835
4836         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
4837         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
4838
4839 2007-03-24  Bruno Haible  <bruno@clisp.org>
4840
4841         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
4842
4843 2007-03-24  Bruno Haible  <bruno@clisp.org>
4844
4845         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
4846         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
4847
4848         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
4849         * modules/utf8-ucs4: Turn into a symbolic link to module
4850         unistr/u8-mbtouc.
4851
4852         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
4853         utf8-ucs4-unsafe.
4854         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
4855         unistr/u8-mbtouc-unsafe.
4856
4857         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
4858         * modules/utf16-ucs4: Turn into a symbolic link to module
4859         unistr/u16-mbtouc.
4860
4861         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
4862         utf16-ucs4-unsafe.
4863         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
4864         unistr/u16-mbtouc-unsafe.
4865
4866         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
4867         * modules/ucs4-utf8: Turn into a symbolic link to module
4868         unistr/u8-ubtomb.
4869
4870         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
4871         * modules/ucs4-utf16: Turn into a symbolic link to module
4872         unistr/u16-ubtomb.
4873
4874 2007-03-24  Bruno Haible  <bruno@clisp.org>
4875
4876         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
4877         Enable the function only if HAVE_INLINE.
4878         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
4879         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4880         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
4881         Enable the function only if HAVE_INLINE.
4882         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
4883         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4884         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
4885         Enable the function only if HAVE_INLINE.
4886         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
4887         Enable the function only if HAVE_INLINE.
4888         * modules/utf8-ucs4: Update.
4889         * modules/utf8-ucs4-unsafe: Update.
4890         * modules/utf16-ucs4: Update.
4891         * modules/utf16-ucs4-unsafe: Update.
4892         * modules/ucs4-utf8: Update.
4893         * modules/ucs4-utf16: Update.
4894
4895 2007-03-24  Bruno Haible  <bruno@clisp.org>
4896
4897         * lib/utf8-ucs4.h: Remove file.
4898         * lib/utf8-ucs4-unsafe.h: Remove file.
4899         * lib/utf16-ucs4.h: Remove file.
4900         * lib/utf16-ucs4-unsafe.h: Remove file.
4901         * lib/ucs4-utf8.h: Remove file.
4902         * lib/ucs4-utf16.h: Remove file.
4903         * lib/unistr.h: Include their previous contents.
4904         * m4/utf-ucs4.m4: Remove file.
4905         * m4/ucs4-utf.m4: Remove file.
4906         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
4907         (Depends-on): Add unistr/base.
4908         (configure.ac): Remove gl_UTF_UCS4.
4909         (Makefile.am): Update.
4910         (Include): Change to unistr.h.
4911         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
4912         (Depends-on): Add unistr/base.
4913         (configure.ac): Remove gl_UTF_UCS4.
4914         (Makefile.am): Update.
4915         (Include): Change to unistr.h.
4916         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
4917         (Depends-on): Add unistr/base.
4918         (configure.ac): Remove gl_UTF_UCS4.
4919         (Makefile.am): Update.
4920         (Include): Change to unistr.h.
4921         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4922         (Depends-on): Add unistr/base.
4923         (configure.ac): Remove gl_UTF_UCS4.
4924         (Makefile.am): Update.
4925         (Include): Change to unistr.h.
4926         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
4927         (Depends-on): Add unistr/base.
4928         (configure.ac): Remove gl_UCS4_UTF.
4929         (Makefile.am): Update.
4930         (Include): Change to unistr.h.
4931         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4932         (Depends-on): Add unistr/base.
4933         (configure.ac): Remove gl_UCS4_UTF.
4934         (Makefile.am): Update.
4935         (Include): Change to unistr.h.
4936         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4937         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4938         utf8-ucs4-unsafe.h.
4939         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4940         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4941         utf16-ucs4-unsafe.h.
4942         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4943         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4944         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4945         * lib/unistr/u8-strchr.c: Likewise.
4946         * lib/unistr/u8-strrchr.c: Likewise.
4947         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4948         * lib/unistr/u16-strchr.c: Likewise.
4949         * lib/unistr/u16-strrchr.c: Likewise.
4950         * lib/striconveh.c: Update.
4951         * lib/linebreak.c: Update.
4952
4953 2007-03-24  Bruno Haible  <bruno@clisp.org>
4954
4955         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4956         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4957
4958 2007-03-22  Bruno Haible  <bruno@clisp.org>
4959
4960         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4961
4962 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4963
4964         * MODULES.html.sh (File system functions): New module write-any-file.
4965         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4966         * m4/write-any-file.m4: New files.
4967
4968 2007-03-23  Eric Blake  <ebb9@byu.net>
4969
4970         * gnulib-tool: Rearrange space-tab sequences, since some editors
4971         like to eat them.
4972
4973 2007-03-23  Eric Blake  <ebb9@byu.net>
4974
4975         * lib/version-etc.c (version_etc_va): Update license wording to
4976         be more concise.  Recommended by Richard Stallman.
4977
4978 2007-03-22  Bruno Haible  <bruno@clisp.org>
4979
4980         * lib/poll.c (MSG_PEEK): New fallback definition.
4981
4982 2007-03-22  Bruno Haible  <bruno@clisp.org>
4983
4984         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4985         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4986         (main): Update.
4987         Fixes a compilation error on BeOS.
4988
4989 2007-03-22  Bruno Haible  <bruno@clisp.org>
4990
4991         * modules/frexpl-tests: New file.
4992         * tests/test-frexpl.c: New file.
4993
4994         * modules/frexpl: New file.
4995         * m4/frexpl.m4: New file.
4996         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
4997         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
4998         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
4999         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
5000         (Depends-on): Add frexpl. Remove isnanl-nolibm.
5001         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
5002
5003 2007-03-22  Bruno Haible  <bruno@clisp.org>
5004
5005         * lib/frexpl.c: Share code with lib/frexp.c.
5006         * modules/mathl (Files): Add lib/frexp.c.
5007         (Depends-on): Add isnanl-nolibm.
5008
5009 2007-03-22  Bruno Haible  <bruno@clisp.org>
5010
5011         * modules/printf-frexp (Files): Add m4/frexp.m4.
5012         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
5013         only if the found frexp function actually works.
5014
5015 2007-03-22  Bruno Haible  <bruno@clisp.org>
5016
5017         * lib/frexp.c: Remove older implementation that uses divisions.
5018
5019 2007-03-21  Bruno Haible  <bruno@clisp.org>
5020
5021         * modules/frexp-tests: New file.
5022         * tests/test-frexp.c: New file.
5023
5024         * modules/frexp: New file.
5025         * lib/frexp.c: New file.
5026         * m4/frexp.m4: New file.
5027         * lib/math_.h (frexp): New declaration.
5028         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
5029         REPLACE_FREXP.
5030         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
5031
5032 2007-03-21  Bruno Haible  <bruno@clisp.org>
5033
5034         * modules/isnanl-tests: New file.
5035         * tests/test-isnanl.c: New file.
5036
5037         * modules/isnanl: New file.
5038         * lib/isnanl.h: New file.
5039         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
5040         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
5041         gl_FUNC_ISNANL_WORKS.
5042         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
5043         New macros.
5044
5045 2007-03-21  Bruno Haible  <bruno@clisp.org>
5046
5047         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
5048         lib/isnanl.h.
5049         (Include): Update.
5050         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
5051         * lib/vasnprintf.c: Update.
5052         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
5053         tests/test-isnanl.h, remove tests/test-isnanl.c.
5054         (Makefile.am): Update.
5055         * tests/test-isnanl-nolibm.c: New file.
5056         * tests/test-isnanl.h: New file.
5057         * tests/test-isnanl.c: Remove file.
5058
5059 2007-03-21  Jim Meyering  <jim@meyering.net>
5060
5061         When trying to open ".", treat ESTALE like EACCES.
5062         * lib/savewd.c (savewd_save): Resort to forking not just upon
5063         failure with EACCES, but also when errno is ESTALE.
5064
5065 2007-03-20  Bruno Haible  <bruno@clisp.org>
5066
5067         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
5068         Needed on AIX 5.1. Reported by Matthew Woehlke.
5069
5070 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
5071
5072         Suggestions by Bruno Haible:
5073         * lib/acl-internal.h: Include "gettext.h" rather than rolling
5074         our own.
5075         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
5076         * modules/acl (Depends-on): Add gettext.
5077
5078 2007-03-19  Bruno Haible  <bruno@clisp.org>
5079
5080         * modules/iconvme: Remove file.
5081         * lib/iconvme.h: Remove file.
5082         * lib/iconvme.c: Remove file.
5083         * m4/iconvme.m4: Remove file.
5084
5085 2007-03-19  Bruno Haible  <bruno@clisp.org>
5086
5087         * doc/relocatable-maint.texi: Break long shell script line.
5088         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
5089
5090 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
5091
5092         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
5093         handle file_has_acl.
5094         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
5095         * lib/acl.c: Move header inclusions and related macro defns into
5096         lib/acl-internal.h.
5097         (S_ISLNK): Remove defn, since that's now done for us.
5098         (file_has_acl): Move to lib/file-has-acl.c.
5099         Call acl_trivial if available.  This is the crucial part of the fix.
5100         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
5101         shared within the library.  Rewrite a bit, partly to make it compatible
5102         with the GNU coding style.
5103         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
5104         Remove unnecessary double-quotes.
5105         Don't test for acl_to_text; the build will catch that.
5106         Replace acl_entries if it doesn't exist and it is needed.
5107         Check for -lsec and acl_trivial (as used on Solaris 10).
5108         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
5109         lib/file-has-acl.c.
5110         (Depends-on): Add sys_stat, for S_ISLNK.
5111
5112 2007-03-19  Ben Pfaff  <blp@gnu.org>
5113
5114         * doc/gnulib.texi: Fix typos.
5115         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
5116
5117 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
5118
5119         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
5120         If size is zero here, buf must be zero.
5121
5122 2007-03-19  Simon Josefsson  <simon@josefsson.org>
5123
5124         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
5125         <bruno@clisp.org>.
5126
5127 2007-03-18  Bruno Haible  <bruno@clisp.org>
5128
5129         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
5130         Suggested by Eric Blake.
5131
5132 2007-03-18  Ben Pfaff  <blp@gnu.org>
5133
5134         * doc/relocatable.texi: Recommend using as prefix a directory
5135         that does not exist and will never be created.  Based on
5136         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
5137         and others.
5138
5139 2007-03-17  Bruno Haible  <bruno@clisp.org>
5140
5141         * lib/fchownat.c: Include lchown.h.
5142
5143 2007-03-17  Bruno Haible  <bruno@clisp.org>
5144
5145         Fix endless loop when the given allocated size was > INT_MAX.
5146         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
5147         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
5148         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
5149         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
5150         * lib/sprintf.c (sprintf): Likewise.
5151
5152 2007-03-17  Bruno Haible  <bruno@clisp.org>
5153
5154         * tests/test-argp-2.sh (func_compare): Output a context diff.
5155
5156 2007-03-17  Bruno Haible  <bruno@clisp.org>
5157
5158         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
5159         locale's decimal-point character.
5160
5161 2007-03-17  Bruno Haible  <bruno@clisp.org>
5162
5163         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
5164         before comparing it. Needed because on some platforms (e.g. x86) a
5165         'long double' occupies less bytes than sizeof (long double).
5166
5167 2007-03-17  Bruno Haible  <bruno@clisp.org>
5168
5169         * tests/test-crc.c (main): Make printf statements 64-bit clean.
5170         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
5171         * tests/test-getaddrinfo.c (simple): Likewise.
5172         * tests/test-read-file.c (main): Likewise.
5173
5174 2007-03-17  Bruno Haible  <bruno@clisp.org>
5175
5176         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
5177
5178 2007-03-17  Bruno Haible  <bruno@clisp.org>
5179
5180         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
5181         unused variable.
5182
5183 2007-03-17  Bruno Haible  <bruno@clisp.org>
5184
5185         * tests/test-c-strcasecmp.c: Include c-strcase.h.
5186         * tests/test-c-strncasecmp.c: Likewise.
5187
5188 2007-03-17  Bruno Haible  <bruno@clisp.org>
5189
5190         * modules/stdlib (Depends-on): Add unistd.
5191         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
5192         Needed for MacOS X 10.3.
5193
5194 2007-03-17  Bruno Haible  <bruno@clisp.org>
5195
5196         * lib/unistr/u-strdup.h: Include <stdlib.h>.
5197
5198 2007-03-17  Bruno Haible  <bruno@clisp.org>
5199
5200         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
5201
5202 2007-03-17  Bruno Haible  <bruno@clisp.org>
5203
5204         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
5205         to reflect files copied from gnulib (with or without modifications).
5206         Suggested by Jim Meyering.
5207
5208 2007-03-17  Eric Blake  <ebb9@byu.net>
5209
5210         * NEWS: Document stdlib change from 2007-02-18.
5211
5212 2007-03-17  Jim Meyering  <jim@meyering.net>
5213
5214         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
5215         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
5216         someone uses a name containing shell meta-characters.
5217         Reported by Alfred M. Szmidt.
5218
5219         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
5220
5221 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
5222
5223         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
5224         and copy gettext configuration files only if configure.ac contains
5225         a use of AM_GNU_GETTEXT_VERSION.
5226
5227 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
5228
5229         * build-aux/bootstrap (gnulib_name): New variable.
5230         (gnulib_tool_options): Use it.
5231
5232 2007-03-13  Simon Josefsson  <simon@josefsson.org>
5233
5234         * tests/test-des.c: Use new namespace.
5235
5236 2007-03-15  Bruno Haible  <bruno@clisp.org>
5237
5238         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
5239         Reported by James Youngman <jay@gnu.org>.
5240
5241 2007-03-15  Bruno Haible  <bruno@clisp.org>
5242
5243         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
5244         declared prototype. Needed with cc on OSF/1 5.1.
5245
5246 2007-03-15  Bruno Haible  <bruno@clisp.org>
5247
5248         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
5249         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
5250         (struct gl_list_implementation): Add dispose_fn argument to the
5251         'create_empty', 'create' methods.
5252         (struct gl_list_impl_base): Add field 'dispose_fn'.
5253         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
5254         argument.
5255         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
5256         dispose_fn argument.
5257         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
5258         dispose_fn on the dropped values.
5259         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
5260         dispose_fn argument.
5261         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
5262         dropped values.
5263         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
5264         (gl_tree_remove_node): Call dispose_fn on the dropped value.
5265         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
5266         (gl_tree_remove_node): Call dispose_fn on the dropped value.
5267         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
5268         argument.
5269         (gl_tree_list_free): Call dispose_fn on the dropped values.
5270         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
5271         the dropped values.
5272         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5273         Add dispose_fn argument.
5274         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
5275         Call dispose_fn on the dropped values.
5276         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
5277         Add dispose_fn argument.
5278         (gl_sublist_create): Initialize the 'dispose_fn' field.
5279         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
5280         * tests/test-array_list.c (main): Update.
5281         * tests/test-carray_list.c (main): Update.
5282         * tests/test-avltree_list.c (main): Update.
5283         * tests/test-rbtree_list.c (main): Update.
5284         * tests/test-avltreehash_list.c (main): Update.
5285         * tests/test-rbtreehash_list.c (main): Update.
5286         * tests/test-linked_list.c (main): Update.
5287         * tests/test-linkedhash_list.c (main): Update.
5288         * tests/test-array_oset.c (main): Update.
5289
5290 2007-03-15  Bruno Haible  <bruno@clisp.org>
5291
5292         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
5293         (gl_oset_create_empty): Add dispose_fn argument.
5294         (struct gl_oset_implementation): Add dispose_fn argument to
5295         'create_empty' method.
5296         (struct gl_oset_impl_base): Add dispose_fn field.
5297         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
5298         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
5299         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
5300         values.
5301         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
5302         (gl_tree_oset_free): Call dispose_fn on the dropped values.
5303         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
5304         dropped value.
5305         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
5306         dropped value.
5307         * tests/test-array_oset.c (main): Update.
5308         * tests/test-avltree_oset.c (main): Update.
5309         * tests/test-rbtree_oset.c (main): Update.
5310         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
5311
5312 2007-03-13  Bruno Haible  <bruno@clisp.org>
5313
5314         * tests/test-stdbool.c (i): Update after last patch.
5315
5316 2007-03-12  Bruno Haible  <bruno@clisp.org>
5317
5318         * lib/quotearg.c: Include <wctype.h> early, before the definition of
5319         the iswprint macro. Needed on Solaris 2.5.1.
5320
5321 2007-03-12  Bruno Haible  <bruno@clisp.org>
5322
5323         * tests/test-printf-frexp.c (main): Declare x as volatile.
5324
5325 2007-03-12  Simon Josefsson  <simon@josefsson.org>
5326
5327         * doc/gnulib.texi (Build robot for gnulib): New section.
5328
5329 2007-03-12  Jim Meyering  <jim@meyering.net>
5330
5331         * build-aux/bootstrap: New file.
5332         * build-aux/bootstrap.conf: New file, from coreutils.
5333
5334 2007-03-11  Bruno Haible  <bruno@clisp.org>
5335
5336         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
5337
5338 2007-03-12  Simon Josefsson  <simon@josefsson.org>
5339
5340         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
5341         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
5342         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
5343
5344 2007-03-11  Bruno Haible  <bruno@clisp.org>
5345
5346         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
5347         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
5348
5349 2007-03-11  Bruno Haible  <bruno@clisp.org>
5350
5351         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
5352         formula. Needed for SunPRO C 5.0.
5353
5354 2007-03-11  Bruno Haible  <bruno@clisp.org>
5355
5356         * modules/long-options (Depends-on): Add getopt.
5357
5358 2007-03-11  Bruno Haible  <bruno@clisp.org>
5359
5360         * modules/modechange (Depends-on): Add stdbool.
5361
5362 2007-03-11  Bruno Haible  <bruno@clisp.org>
5363
5364         * modules/i-ring (Depends-on): Add stdbool.
5365
5366 2007-03-11  Bruno Haible  <bruno@clisp.org>
5367
5368         * modules/gc-des (Depends-on): Add stdbool.
5369
5370 2007-03-11  Bruno Haible  <bruno@clisp.org>
5371
5372         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
5373
5374 2007-03-11  Bruno Haible  <bruno@clisp.org>
5375
5376         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
5377
5378 2007-03-11  Bruno Haible  <bruno@clisp.org>
5379
5380         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
5381
5382 2007-03-11  Bruno Haible  <bruno@clisp.org>
5383
5384         * lib/vasnprintf.c (sprintf): Undefine.
5385
5386 2007-03-11  Bruno Haible  <bruno@clisp.org>
5387
5388         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
5389         initializers in SunPRO C and Compaq C compilers.
5390
5391 2007-03-11  Bruno Haible  <bruno@clisp.org>
5392
5393         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
5394         decrementing code ANSI C compliant.
5395
5396 2007-03-11  Bruno Haible  <bruno@clisp.org>
5397
5398         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
5399         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
5400
5401 2007-03-11  Bruno Haible  <bruno@clisp.org>
5402
5403         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
5404         <stdbool.h> substitute doesn't pass.
5405
5406 2007-03-11  Bruno Haible  <bruno@clisp.org>
5407
5408         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
5409
5410 2007-03-11  Bruno Haible  <bruno@clisp.org>
5411
5412         * gnulib-tool (func_create_megatestdir): Create also an autobuild
5413         script, for submission to autobuild.josefsson.org.
5414
5415 2007-03-10  Bruno Haible  <bruno@clisp.org>
5416
5417         * modules/canonicalize-lgpl-tests: New file.
5418         * tests/test-canonicalize-lgpl.sh: New file.
5419         * tests/test-canonicalize-lgpl.c: New file.
5420
5421         * modules/c-strcase-tests: New file.
5422         * tests/test-c-strcase.sh: New file.
5423         * tests/test-c-strcasecmp.c: New file.
5424         * tests/test-c-strncasecmp.c: New file.
5425
5426         * modules/atexit-tests: New file.
5427         * tests/test-atexit.sh: New file.
5428         * tests/test-atexit.c: New file.
5429
5430 2007-03-10  Bruno Haible  <bruno@clisp.org>
5431
5432         * tests/test-binary-io.sh: Use temporary filenames that are not so
5433         likely to clash with those of other tests (in a parallel make).
5434         * tests/test-binary-io.c: Likewise.
5435
5436 2007-03-10  Bruno Haible  <bruno@clisp.org>
5437
5438         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
5439         fallback; use #error instead.
5440         Suggested by Simon Josefsson.
5441
5442 2007-03-10  Bruno Haible  <bruno@clisp.org>
5443
5444         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
5445         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
5446         first and the last.
5447
5448 2007-03-10  Bruno Haible  <bruno@clisp.org>
5449
5450         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
5451
5452 2007-03-10  Bruno Haible  <bruno@clisp.org>
5453
5454         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
5455         "make distcheck".
5456         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
5457         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
5458         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
5459
5460 2007-03-10  Bruno Haible  <bruno@clisp.org>
5461
5462         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
5463         variable.
5464         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
5465         variable.
5466
5467 2007-03-09  Eric Blake  <ebb9@byu.net>
5468         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
5469
5470         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
5471         types are not being provided by gnulib.
5472         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
5473         types are supported.
5474
5475 2007-03-10  Bruno Haible  <bruno@clisp.org>
5476
5477         * lib/stdio_.h (__attribute__): New macro.
5478         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
5479         vsprintf): Specify __attribute__ __format__ for GCC.
5480         Suggested by Eric Blake.
5481
5482 2007-03-09  Bruno Haible  <bruno@clisp.org>
5483
5484         * modules/printf-posix-tests: New file.
5485         * tests/test-printf-posix.sh: New file.
5486         * tests/test-printf-posix.c: New file.
5487
5488         * modules/printf-posix: New file.
5489         * lib/printf.c: New file.
5490         * m4/printf-posix-rpl.m4: New file.
5491         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
5492         REPLACE_PRINTF.
5493         * lib/stdio_.h (printf): New declaration.
5494         (format, __format__, ____printf____, ____scanf____, ____strftime____,
5495         ____strfmon____): New macros.
5496         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
5497         REPLACE_PRINTF.
5498
5499 2007-03-09  Bruno Haible  <bruno@clisp.org>
5500
5501         * tests/test-vasnprintf-posix2.sh: New file.
5502         * tests/test-vasnprintf-posix2.c: New file.
5503         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
5504         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
5505         (Makefile.am): Activate test-vasnprintf-posix2.sh.
5506
5507         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
5508         a locale dependent decimal point, rather than always '.'.
5509
5510 2007-03-09  Eric Blake  <ebb9@byu.net>
5511
5512         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
5513         spite of platforms like Tandem/NSK that define it to -1.
5514
5515 2007-03-08  Bruno Haible  <bruno@clisp.org>
5516
5517         * modules/vprintf-posix-tests: New file.
5518         * tests/test-vprintf-posix.sh: New file.
5519         * tests/test-vprintf-posix.c: New file.
5520         * tests/test-printf-posix.h: New file.
5521
5522         * modules/vprintf-posix: New file.
5523         * lib/vprintf.c: New file.
5524         * m4/vprintf-posix.m4: New file.
5525         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
5526         REPLACE_VPRINTF.
5527         * lib/stdio_.h (vprintf): New declaration.
5528         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
5529         REPLACE_VPRINTF.
5530
5531 2007-03-08  Bruno Haible  <bruno@clisp.org>
5532
5533         * modules/fprintf-posix-tests: New file.
5534         * tests/test-fprintf-posix.sh: New file.
5535         * tests/test-fprintf-posix.c: New file.
5536
5537         * modules/fprintf-posix: New file.
5538         * lib/fprintf.c: New file.
5539         * m4/fprintf-posix.m4: New file.
5540         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
5541         REPLACE_FPRINTF.
5542         * lib/stdio_.h (fprintf): New declaration.
5543         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
5544         REPLACE_FPRINTF.
5545
5546 2007-03-08  Bruno Haible  <bruno@clisp.org>
5547
5548         * modules/vfprintf-posix-tests: New file.
5549         * tests/test-vfprintf-posix.sh: New file.
5550         * tests/test-vfprintf-posix.c: New file.
5551         * tests/test-fprintf-posix.h: New file.
5552         * tests/test-fprintf-posix.out: New file.
5553
5554         * modules/vfprintf-posix: New file.
5555         * lib/vfprintf.c: New file.
5556         * m4/vfprintf-posix.m4: New file.
5557         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
5558         REPLACE_VFPRINTF.
5559         * lib/stdio_.h (vfprintf): New declaration.
5560         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
5561         REPLACE_VFPRINTF.
5562
5563 2007-03-08  Bruno Haible  <bruno@clisp.org>
5564
5565         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
5566
5567 2007-03-08  Bruno Haible  <bruno@clisp.org>
5568
5569         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
5570         instead of 'expr' invocations.
5571         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5572         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5573         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5574         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5575         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5576         Suggested by Paul Eggert.
5577
5578 2007-03-08  Bruno Haible  <bruno@clisp.org>
5579
5580         * modules/fseterr-tests: New file.
5581         * tests/test-fseterr.c: New file.
5582
5583         * modules/fseterr: New file.
5584         * lib/fseterr.h: New file.
5585         * lib/fseterr.c: New file.
5586
5587 2007-03-08  Bruno Haible  <bruno@clisp.org>
5588
5589         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
5590         * lib/getopt_.h: Likewise.
5591         * lib/mbswidth.h: Likewise.
5592         * lib/setenv.h: Likewise.
5593         * lib/vasnprintf.h: Likewise.
5594         * lib/vasprintf.h: Likewise.
5595         * lib/verror.h: Likewise.
5596         * lib/xsetenv.h: Likewise.
5597         * lib/xvasprintf.h: Likewise.
5598
5599 2007-03-08  Jim Meyering  <jim@meyering.net>
5600
5601         * users.txt: Add parted.
5602
5603         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
5604
5605 2007-03-07  Bruno Haible  <bruno@clisp.org>
5606
5607         * m4/printf.m4: Make the shell script snippets copy&pastable.
5608
5609 2007-03-02  Bruno Haible  <bruno@clisp.org>
5610
5611         * lib/netinet_in_.h: New file.
5612         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
5613         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
5614         * modules/netinet_in (Files): Add lib/netinet_in_.h.
5615         (Depends-on): Add absolute-header.
5616         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
5617         into netinet/in.h.
5618
5619 2007-03-03  Bruno Haible  <bruno@clisp.org>
5620
5621         * lib/sys_select_.h: New file.
5622         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
5623         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
5624         * modules/sys_select (Files): Add lib/sys_select_.h.
5625         (Depends-on): Add absolute-header.
5626         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
5627         into sys/select.h.
5628
5629 2007-03-02  Bruno Haible  <bruno@clisp.org>
5630
5631         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
5632         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
5633         values.
5634         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
5635         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
5636         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
5637         * modules/sys_socket (Depends-on): Add absolute-header.
5638         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
5639         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
5640         (Include): Remove requirement of inclusion of <sys/types.h>.
5641
5642 2007-03-02  Bruno Haible  <bruno@clisp.org>
5643
5644         * lib/byteswap_.h (bswap_32): Fix formula.
5645
5646 2007-03-06  Bruno Haible  <bruno@clisp.org>
5647
5648         * modules/sprintf-posix-tests: New file.
5649         * tests/test-sprintf-posix.c: New file.
5650
5651         * modules/sprintf-posix: New file.
5652         * lib/sprintf.c: New file.
5653         * m4/sprintf-posix.m4: New file.
5654         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
5655         REPLACE_SPRINTF.
5656         * lib/stdio_.h (sprintf): New declaration.
5657         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
5658         REPLACE_SPRINTF.
5659
5660 2007-03-06  Bruno Haible  <bruno@clisp.org>
5661
5662         * modules/vsprintf-posix-tests: New file.
5663         * tests/test-vsprintf-posix.c: New file.
5664         * tests/test-sprintf-posix.h: New file.
5665
5666         * modules/vsprintf-posix: New file.
5667         * lib/vsprintf.c: New file.
5668         * m4/vsprintf-posix.m4: New file.
5669         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
5670         REPLACE_VSPRINTF.
5671         * lib/stdio_.h (vsprintf): New declaration.
5672         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
5673         REPLACE_VSPRINTF.
5674
5675 2007-03-06  Bruno Haible  <bruno@clisp.org>
5676
5677         * modules/vsnprintf (Depend-on): Remove minmax.
5678
5679 2007-03-06  Bruno Haible  <bruno@clisp.org>
5680
5681         * modules/snprintf-posix-tests: New file.
5682         * tests/test-snprintf-posix.c: New file.
5683
5684         * modules/snprintf-posix: New file.
5685         * m4/snprintf-posix.m4: New file.
5686         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
5687         gl_FUNC_SNPRINTF.
5688         (gl_FUNC_SNPRINTF): Invoke it.
5689         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
5690         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
5691         is set.
5692         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
5693
5694 2007-03-06  Bruno Haible  <bruno@clisp.org>
5695
5696         * modules/vsnprintf-posix-tests: New file.
5697         * tests/test-vsnprintf-posix.c: New file.
5698         * tests/test-snprintf-posix.h: New file.
5699
5700         * modules/vsnprintf-posix: New file.
5701         * m4/vsnprintf-posix.m4: New file.
5702         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
5703         gl_FUNC_VSNPRINTF.
5704         (gl_FUNC_VSNPRINTF): Invoke it.
5705         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
5706         * lib/stdio_.h (vsnprintf): Define as a replacement if
5707         REPLACE_VSNPRINTF is set.
5708         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
5709
5710 2007-03-06  Bruno Haible  <bruno@clisp.org>
5711
5712         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
5713         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
5714
5715 2007-03-06  Bruno Haible  <bruno@clisp.org>
5716
5717         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
5718         (asinl): Declare also if HAVE_DECL_ASINL is set.
5719         (atanl): Declare also if HAVE_DECL_ATANL is set.
5720         (ceill): Declare also if HAVE_DECL_CEILL is set.
5721         (cosl): Declare also if HAVE_DECL_COSL is set.
5722         (expl): Declare also if HAVE_DECL_EXPL is set.
5723         (floorl): Declare also if HAVE_DECL_FLOORL is set.
5724         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
5725         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
5726         (logl): Declare also if HAVE_DECL_LOGL is set.
5727         (sinl): Declare also if HAVE_DECL_SINL is set.
5728         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
5729         (tanl): Declare also if HAVE_DECL_TANL is set.
5730         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
5731         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
5732         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
5733         declaration of frexpl, ldexpl.
5734         * modules/printf-frexpl (Depends-on): Add math.
5735         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
5736
5737 2007-03-05  Bruno Haible  <bruno@clisp.org>
5738
5739         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
5740         frexpl and ldexpl are declared.
5741         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
5742
5743 2007-03-05  Bruno Haible  <bruno@clisp.org>
5744
5745         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
5746         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
5747
5748 2007-03-05  Bruno Haible  <bruno@clisp.org>
5749
5750         * lib/stdio_.h: Include <stddef.h>.
5751
5752 2007-03-05  Bruno Haible  <bruno@clisp.org>
5753
5754         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
5755
5756 2007-03-05  Bruno Haible  <bruno@clisp.org>
5757
5758         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
5759         NetBSD 4, from Ralf Wildenhues.
5760
5761 2007-03-04  Bruno Haible  <bruno@clisp.org>
5762
5763         * lib/vasprintf.h: Update #if logic for the case when the functions
5764         exist but are overridden.
5765
5766 2007-03-04  Bruno Haible  <bruno@clisp.org>
5767
5768         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
5769         implementations: glibc-2.4 and MacOS X 10.3.
5770         * tests/test-vasnprintf-posix.c (test_function): Test also the case
5771         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
5772         * tests/test-vasprintf-posix.c (test_function): Likewise.
5773
5774 2007-03-04  Bruno Haible  <bruno@clisp.org>
5775
5776         * modules/vasprintf-posix-tests: New file.
5777         * tests/test-vasprintf-posix.c: New file.
5778
5779         * modules/vasprintf-posix: New file.
5780         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
5781         defined.
5782         * m4/vasprintf-posix.m4: New file.
5783         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
5784         gl_FUNC_VASPRINTF.
5785         (gl_FUNC_VASPRINTF): Invoke it.
5786         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
5787         here.
5788         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
5789
5790 2007-03-04  Bruno Haible  <bruno@clisp.org>
5791
5792         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
5793         REPLACE_GETTIMEOFDAY.
5794         * modules/sys_time (Makefile.am): Likewise.
5795         * m4/sys_time_h.m4: Likewise.
5796         * m4/gettimeofday.m4: Likewise.
5797
5798 2007-03-04  Bruno Haible  <bruno@clisp.org>
5799
5800         * modules/vasnprintf-posix-tests: New file.
5801         * tests/test-vasnprintf-posix.c: New file.
5802
5803         * modules/vasnprintf-posix: New file.
5804         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
5805         printf-frexpl.h.
5806         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
5807         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
5808         REPLACE_VASNPRINTF is defined.
5809         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
5810         gl_FUNC_VASNPRINTF.
5811         (gl_FUNC_VASNPRINTF): Invoke it.
5812         * m4/vasnprintf-posix.m4: New file.
5813         * m4/printf.m4: New file.
5814
5815 2007-03-04  Bruno Haible  <bruno@clisp.org>
5816
5817         Compile progreloc.c only if --enable-relocatable is specified.
5818         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
5819         if --enable-relocatable was specified.
5820         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
5821         lib_SOURCES.
5822
5823 2007-03-04  Jim Meyering  <jim@meyering.net>
5824
5825         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
5826         Use it consistently, rather than enumerating errno constants.
5827
5828 2007-03-04  Bruno Haible  <bruno@clisp.org>
5829
5830         * modules/xvasprintf-tests: New file.
5831         * tests/test-xvasprintf.c: New file.
5832
5833         * modules/vasprintf-tests: New file.
5834         * tests/test-vasprintf.c: New file.
5835
5836         * modules/vasnprintf-tests: New file.
5837         * tests/test-vasnprintf.c: New file.
5838
5839         * modules/vsnprintf-tests: New file.
5840         * tests/test-vsnprintf.c: New file.
5841
5842         * modules/snprintf-tests: New file.
5843         * tests/test-snprintf.c: New file.
5844
5845 2007-03-04  Bruno Haible  <bruno@clisp.org>
5846
5847         Compile relocatable.c only if --enable-relocatable is specified.
5848         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
5849         gl_RELOCATABLE_LIBRARY.
5850         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
5851         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
5852         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
5853         gl_RELOCATABLE_LIBRARY.
5854         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
5855         (Makefile.am): Remove lib_SOURCES.
5856         * modules/relocatable-lib-lgpl (configure.ac): Invoke
5857         gl_RELOCATABLE_LIBRARY.
5858         (Makefile.am): Remove lib_SOURCES.
5859         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
5860         always.
5861         * modules/relocatable-prog-wrapper (configure.ac): Invoke
5862         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
5863
5864 2007-03-04  Bruno Haible  <bruno@clisp.org>
5865
5866         * modules/argmatch-tests: New file.
5867         * tests/test-argmatch.c: New file.
5868
5869         * tests/test-allocsa.c (main): Halve the number of loop runs.
5870
5871         * modules/alloca-opt-tests: New file.
5872         * tests/test-alloca-opt.c: New file.
5873
5874 2007-03-04  Jim Meyering  <jim@meyering.net>
5875
5876         Work around difference between Linux ACLs and Solaris 10 ZFS.
5877         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
5878         for EINVAL.
5879
5880 2007-03-03  Bruno Haible  <bruno@clisp.org>
5881
5882         * modules/relocatable-prog (Depends-on): Add back progreloc's
5883         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
5884
5885 2007-03-03  Bruno Haible  <bruno@clisp.org>
5886
5887         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
5888         * modules/relocatable-lib: New file.
5889
5890 2007-03-03  Bruno Haible  <bruno@clisp.org>
5891
5892         * modules/relocatable-prog: Renamed from modules/relocatable.
5893         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5894
5895 2007-03-03  Bruno Haible  <bruno@clisp.org>
5896
5897         * modules/relocatable-script (Files): Add doc/relocatable.texi,
5898         m4/relocatable-lib.m4.
5899         (Depends-on): Remove 'relocatable'.
5900         (configure.ac): Add gl_RELOCATABLE_NOP.
5901
5902 2007-03-03  Bruno Haible  <bruno@clisp.org>
5903
5904         * modules/relocatable-prog-wrapper: New file.
5905         * modules/relocatable (Depends-on): Add it. Remove all other
5906         dependencies except progname.
5907         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5908
5909         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5910         (gl_FUNC_STRERROR): Nop.
5911         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5912
5913         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5914         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5915
5916         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5917         (gl_FUNC_READLINK): Update.
5918
5919         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5920
5921 2007-03-03  Bruno Haible  <bruno@clisp.org>
5922
5923         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5924         * modules/xreadlink (Depends-on): Add unistd.
5925         * modules/xreadlink-with-size (Depends-on): Likewise.
5926
5927 2007-03-03  Bruno Haible  <bruno@clisp.org>
5928
5929         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5930         extracted from gt_FUNC_SETENV.
5931         (gt_FUNC_SETENV): Remove macro.
5932         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5933         remove gt_FUNC_SETENV.
5934
5935 2007-03-03  Bruno Haible  <bruno@clisp.org>
5936
5937         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5938         ENABLE_RELOCATABLE here.
5939         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5940
5941 2007-03-03  Bruno Haible  <bruno@clisp.org>
5942
5943         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5944         * tests/test-rbtreehash_list.c: Include progname.h.
5945         (main): Call set_program_name.
5946
5947         * modules/rbtree-oset-tests (Depends-on): Add progname.
5948         * tests/test-rbtree_oset.c: Include progname.h.
5949         (main): Call set_program_name.
5950
5951         * modules/rbtree-list-tests (Depends-on): Add progname.
5952         * tests/test-rbtree_list.c: Include progname.h.
5953         (main): Call set_program_name.
5954
5955         * modules/linked-list-tests (Depends-on): Add progname.
5956         * tests/test-linked_list.c: Include progname.h.
5957         (main): Call set_program_name.
5958
5959 2007-03-03  Bruno Haible  <bruno@clisp.org>
5960
5961         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5962         All uses of __restrict changed to _Restrict_.
5963         * lib/glob_.h (__restrict): Remove macro.
5964
5965 2007-03-02  Bruno Haible  <bruno@clisp.org>
5966
5967         * modules/gettext (configure.ac): Require gettext infrastructure
5968         from version 0.16.1.
5969
5970 2007-03-02  Bruno Haible  <bruno@clisp.org>
5971
5972         * modules/linkedhash-list-tests (Depends-on): Add progname.
5973         * tests/test-linkedhash_list.c: Include progname.h.
5974         (main): Call set_program_name.
5975
5976         * modules/carray-list-tests (Depends-on): Add progname.
5977         * tests/test-carray_list.c: Include progname.h.
5978         (main): Call set_program_name.
5979
5980         * modules/avltreehash-list-tests (Depends-on): Add progname.
5981         * tests/test-avltreehash_list.c: Include progname.h.
5982         (main): Call set_program_name.
5983
5984         * modules/avltree-oset-tests (Depends-on): Add progname.
5985         * tests/test-avltree_oset.c: Include progname.h.
5986         (main): Call set_program_name.
5987
5988         * modules/avltree-list-tests (Depends-on): Add progname.
5989         * tests/test-avltree_list.c: Include progname.h.
5990         (main): Call set_program_name.
5991
5992         * modules/array-oset-tests (Depends-on): Add progname.
5993         * tests/test-array_oset.c: Include progname.h.
5994         (main): Call set_program_name.
5995
5996         * modules/array-list-tests (Depends-on): Add progname.
5997         * tests/test-array_list.c: Include progname.h.
5998         (main): Call set_program_name.
5999
6000         * modules/argp-tests (Depends-on): Add progname.
6001         * tests/test-argp.c: Include argp.h first. Include progname.h.
6002         (main): Call set_program_name.
6003
6004 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
6005
6006         * doc/gnulib-tool.texi (Initial import): Reword description of
6007         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
6008         limited effect even if defined after the first system include.
6009
6010 2007-03-01  Bruno Haible  <bruno@clisp.org>
6011
6012         * build-aux/config.libpath: Update to libtool-1.5.22.
6013         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6014
6015 2007-03-01  Bruno Haible  <bruno@clisp.org>
6016
6017         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
6018         foo_CFLAGS.
6019         Reported by Ralf Wildenhues.
6020
6021 2007-03-01  Bruno Haible  <bruno@clisp.org>
6022
6023         * build-aux/install-reloc: Remove object files left over by some
6024         compilers.
6025         Reported by Ralf Wildenhues.
6026
6027 2007-03-01  Bruno Haible  <bruno@clisp.org>
6028
6029         * build-aux/install-reloc: Break long lines.
6030
6031 2007-03-01  Bruno Haible  <bruno@clisp.org>
6032
6033         * doc/relocatable.texi: Document that it may not work on OpenBSD.
6034         Reported by Ralf Wildenhues.
6035
6036 2007-03-01  Bruno Haible  <bruno@clisp.org>
6037
6038         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
6039         include ordering constraints.
6040
6041 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
6042
6043         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
6044         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
6045         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
6046         as another example.
6047         * lib/time_.h: Fix misspelling.
6048         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6049         Require gl_HEADER_TIME_H_DEFAULTS.
6050         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
6051         * m4/time_r.m4 (gl_TIME_R): Likewise.
6052         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
6053
6054 2007-03-01  Bruno Haible  <bruno@clisp.org>
6055
6056         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
6057         * m4/utimens.m4 (gl_UTIMENS): Likewise.
6058
6059 2007-03-01  Jim Meyering  <jim@meyering.net>
6060
6061         * modules/xreadlink (Maintainer): Add my name.
6062         * modules/xreadlink-with-size (Depends-on): Alphabetize.
6063
6064 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
6065             Bruno Haible  <bruno@clisp.org>
6066
6067         * build-aux/install-reloc: Compile also c-ctype.c.
6068         * build-aux/relocatable.sh.in: New file.
6069         * doc/relocatable.texi: New file.
6070         * doc/relocatable-maint.texi: New file.
6071         * doc/gnulib.texi: Include relocatable-maint.texi.
6072         * lib/progreloc.c: Include unistd.h unconditionally.
6073         * lib/relocwrapper.c: Include unistd.h unconditionally.
6074         Include c-ctype.h.
6075         (add_dotbin): Use c_tolower.
6076         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
6077         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
6078         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
6079         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
6080         to m4/relocatable-lib.m4.
6081         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
6082         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
6083         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
6084         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
6085         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
6086         * modules/relocatable: New file.
6087         * modules/relocatable-lib: New file.
6088         * modules/relocatable-script: New file.
6089
6090 2007-02-28  Bruno Haible  <bruno@clisp.org>
6091
6092         Import --enable-relocatable infrastructure.
6093         * build-aux/config.libpath: New file, from GNU gettext.
6094         * build-aux/install-reloc: New file, from GNU gettext.
6095         * build-aux/reloc-ldflags: New file, from GNU gettext.
6096         * lib/relocatable.h: New file, from GNU gettext.
6097         * lib/relocatable.c: New file, from GNU gettext.
6098         * lib/relocwrapper.c: New file, from GNU gettext.
6099         * m4/relocatable.m4: New file, from GNU gettext.
6100
6101 2007-02-28  Bruno Haible  <bruno@clisp.org>
6102
6103         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
6104
6105         * modules/xreadlink: New file, from GNU gettext with modifications.
6106         * lib/xreadlink.c: New file, from GNU gettext.
6107         * lib/xreadlink.h: Add comments.
6108         (xreadlink): New declaration.
6109
6110         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
6111         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
6112         lib/xreadlink-with-size.c.
6113         (configure.ac): Remove gl_XREADLINK invocation.
6114         (Makefile.am): Augment lib_SOURCES.
6115         * m4/xreadlink.m4: Remove file.
6116         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
6117         (xreadlink_with_size): Renamed from xreadink.
6118         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
6119         * modules/canonicalize (Depends-on): Replace xreadlink with
6120         xreadlink-with-size.
6121         * lib/canonicalize.c (canonicalize_filename_mode): Update.
6122
6123 2007-02-25  Jim Meyering  <jim@meyering.net>
6124
6125         * build-aux/announce-gen: When complaining about excess arguments,
6126         list them.
6127
6128 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
6129
6130         * README: Document signed integer overflow situation more
6131         accurately.
6132
6133 2007-02-25  Bruno Haible  <bruno@clisp.org>
6134
6135         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
6136         'a' or 'A' conversion.
6137
6138 2007-02-25  Bruno Haible  <bruno@clisp.org>
6139
6140         * modules/filename: Renamed from modules/pathname.
6141         (Files): Replace lib/pathname.h with lib/filename.h. Replace
6142         lib/concatpath.c with lib/concat-filename.c.
6143         (Makefile.am): Update.
6144         (Include): Replace pathname.h with filename.h.
6145         * lib/filename.h: Renamed from lib/pathname.h.
6146         (concatenated_filename): Renamed from concatenated_pathname.
6147         * lib/concat-filename.c: Renamed from lib/concatpath.c.
6148         (concatenated_filename): Renamed from concatenated_pathname.
6149         * lib/findprog.c: Include filename.h instead of pathname.h.
6150         (find_in_path): Update.
6151         * lib/javacomp.c: Include filename.h instead of pathname.h.
6152         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
6153         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
6154         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
6155         is_oldgcj_14_13_usable, is_javac_usable): Update.
6156         * lib/javaexec.c: Include filename.h instead of pathname.h.
6157         (execute_java_class): Update.
6158         * modules/findprog: Update.
6159         * modules/javacomp: Update.
6160         * modules/javaexec: Update.
6161         * MODULES.html.sh (File system functions): Add 'filename', remove
6162         'pathname'.
6163
6164 2007-02-25  Bruno Haible  <bruno@clisp.org>
6165
6166         * modules/printf-frexpl-tests: New file.
6167         * tests/test-printf-frexpl.c: New file.
6168
6169         * modules/printf-frexpl: New file.
6170         * lib/printf-frexpl.h: New file.
6171         * lib/printf-frexpl.c: New file.
6172         * m4/printf-frexpl.m4: New file.
6173
6174 2007-02-25  Bruno Haible  <bruno@clisp.org>
6175
6176         * modules/printf-frexp-tests: New file.
6177         * tests/test-printf-frexp.c: New file.
6178
6179         * modules/printf-frexp: New file.
6180         * lib/printf-frexp.h: New file.
6181         * lib/printf-frexp.c: New file.
6182         * m4/printf-frexp.m4: New file.
6183
6184 2007-02-25  Bruno Haible  <bruno@clisp.org>
6185
6186         Assume automake >= 1.10 for the tests.
6187         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
6188         * modules/arctwo-tests: Likewise.
6189         * modules/argp-tests: Likewise.
6190         * modules/avltree-list-tests: Likewise.
6191         * modules/avltree-oset-tests: Likewise.
6192         * modules/avltreehash-list-tests: Likewise.
6193         * modules/carray-list-tests: Likewise.
6194         * modules/crc-tests: Likewise.
6195         * modules/des-tests: Likewise.
6196         * modules/gc-arcfour-tests: Likewise.
6197         * modules/gc-arctwo-tests: Likewise.
6198         * modules/gc-des-tests: Likewise.
6199         * modules/gc-hmac-md5-tests: Likewise.
6200         * modules/gc-hmac-sha1-tests: Likewise.
6201         * modules/gc-md2-tests: Likewise.
6202         * modules/gc-md4-tests: Likewise.
6203         * modules/gc-md5-tests: Likewise.
6204         * modules/gc-pbkdf2-sha1-tests: Likewise.
6205         * modules/gc-rijndael-tests: Likewise.
6206         * modules/gc-sha1-tests: Likewise.
6207         * modules/gc-tests: Likewise.
6208         * modules/getaddrinfo-tests: Likewise.
6209         * modules/hmac-md5-tests: Likewise.
6210         * modules/hmac-sha1-tests: Likewise.
6211         * modules/linked-list-tests: Likewise.
6212         * modules/linkedhash-list-tests: Likewise.
6213         * modules/lock-tests: Likewise.
6214         * modules/md2-tests: Likewise.
6215         * modules/md4-tests: Likewise.
6216         * modules/md5-tests: Likewise.
6217         * modules/rbtree-list-tests: Likewise.
6218         * modules/rbtree-oset-tests: Likewise.
6219         * modules/rbtreehash-list-tests: Likewise.
6220         * modules/read-file-tests: Likewise.
6221         * modules/rijndael-tests: Likewise.
6222         * modules/stdint-tests: Likewise.
6223         * modules/tls-tests: Likewise.
6224
6225 2007-02-24  Bruno Haible  <bruno@clisp.org>
6226
6227         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
6228         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
6229         function; instead check whether isnan with a double argument links.
6230         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
6231         function; instead check whether isnan with a 'long double' argument
6232         links.
6233         Reported by Eric Blake <ebb9@byu.net>.
6234
6235 2007-02-24  Bruno Haible  <bruno@clisp.org>
6236
6237         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
6238         defined.
6239         * lib/isnanl.c: Remove all code. Just include isnan.c.
6240         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
6241
6242 2007-02-25  Jim Meyering  <jim@meyering.net>
6243
6244         Avoid conflicting types for 'unsetenv' on FreeBSD.
6245         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
6246         conflicting with FreeBSD's (5.0 and 6.1) function declaration
6247         in stdlib.h.
6248
6249 2007-02-24  Bruno Haible  <bruno@clisp.org>
6250
6251         * modules/isnanl-nolibm-tests: New file.
6252         * tests/test-isnanl.c: New file.
6253
6254         * modules/isnanl-nolibm: New file.
6255         * lib/isnanl.h: New file.
6256         * lib/isnanl.c: New file.
6257         * m4/isnanl.m4: New file.
6258
6259 2007-02-24  Bruno Haible  <bruno@clisp.org>
6260
6261         * modules/isnan-nolibm-tests: New file.
6262         * tests/test-isnan.c: New file.
6263
6264         * modules/isnan-nolibm: New file.
6265         * lib/isnan.h: New file.
6266         * lib/isnan.c: New file.
6267         * m4/isnan.m4: New file.
6268
6269 2007-02-24  Bruno Haible  <bruno@clisp.org>
6270
6271         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
6272         assume that an exponent fits in 20 bits.
6273
6274 2007-02-24  Jim Meyering  <jim@meyering.net>
6275
6276         * m4/regex.m4: Update the description of the configure-time option,
6277         --without-included-regex, to state accurately what the defaults are,
6278         and perhaps to give people an idea why using this option is risky.
6279
6280 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
6281
6282         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
6283         loops on small arguments.  This attempts to avoid the problem
6284         Bruno Haible reported for AIX 4.3.2 in
6285         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
6286
6287 2007-02-23  Bruno Haible  <bruno@clisp.org>
6288
6289         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
6290         Needed for help2man.
6291
6292 2007-02-23  Karl Berry  <karl@gnu.org>
6293
6294         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
6295         exists, foo.h should be cvs-ignored, not committed.
6296
6297 2007-02-23  Eric Blake  <ebb9@byu.net>
6298
6299         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
6300         * lib/stat-time.h (includes): Likewise.
6301         * lib/utimecmp.c (includes): Likewise.
6302         * lib/utimens.h (includes): Likewise.
6303         * lib/getdate.y (includes): Also include "timespec.h" for use
6304         internal to the module.
6305         * modules/utimens (Depends-on): Revert yesterday's patch.
6306         * modules/nanosleep (Depends-on): Add missing dependency.
6307
6308 2007-02-22  Bruno Haible  <bruno@clisp.org>
6309
6310         * lib/glob.c: Don't include getlogin_r.h.
6311
6312 2007-02-22  Jim Meyering  <jim@meyering.net>
6313
6314         * modules/utimens (Depends-on): Add timespec, required for
6315         utimens.h's inclusion of timespec.h.
6316
6317 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
6318
6319         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
6320         long unreadable paths in GNU/Linux.  Problem reported by Andreas
6321         Schwab in
6322         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
6323         I'll try to think of a better way to fix the Solaris problem.
6324
6325         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
6326         like glibc; on Solaris 10, it fails with errno == EINVAL.
6327         POSIX says the behavior is unspecified if the first argument is NULL,
6328         so play it safe and never pass NULL to the system getcwd.
6329
6330 2007-02-21  Jim Meyering  <jim@meyering.net>
6331
6332         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
6333         of gettimeofday.  It would conflict with the one now always
6334         provided via sys_time_.h.  Reported by Matthew Woehlke, as
6335         an IRIX 6.5 build failure.
6336
6337 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
6338
6339         Minor fixups to port to Solaris 10 with Sun C 5.8.
6340         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
6341         * modules/getcwd (Depends-on): Add dirfd.
6342         * lib/putenv.c (putenv): #undef it.
6343         (rpl_putenv): New decl.
6344         (malloc, free): Include <stdlib.h> rather than prototyping separately.
6345
6346 2007-02-20  Bruno Haible  <bruno@clisp.org>
6347
6348         * modules/stdio-tests: New file.
6349         * tests/test-stdio.c: New file.
6350
6351         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
6352         (Depends-on): Add stdio.
6353         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
6354         (Include): Use <stdio.h> instead of vsnprintf.h.
6355         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
6356         HAVE_DECL_VSNPRINTF.
6357         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
6358
6359         * modules/snprintf (Files): Remove lib/snprintf.h.
6360         (Depends-on): Add stdio.
6361         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
6362         (Include): Use <stdio.h> instead of snprintf.h.
6363         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
6364         HAVE_DECL_SNPRINTF.
6365         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
6366         * lib/getaddrinfo.c: Likewise.
6367
6368         * modules/stdio: New file.
6369         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
6370         * lib/snprintf.h: Remove file.
6371         * lib/vsnprintf.h: Remove file.
6372         * lib/.cppi-disable: Remove snprintf.h.
6373         * m4/stdio_h.m4: New file.
6374         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
6375
6376 2007-02-20  Jim Meyering  <jim@meyering.net>
6377
6378         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
6379         used by e.g., mingw.  From Bruno Haible.
6380
6381 2007-02-19  Bruno Haible  <bruno@clisp.org>
6382
6383         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
6384         warnings.
6385         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6386
6387 2007-02-19  Bruno Haible  <bruno@clisp.org>
6388
6389         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
6390         from mingw users.
6391
6392 2007-02-19  Bruno Haible  <bruno@clisp.org>
6393
6394         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
6395         warnings.
6396         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
6397
6398 2007-02-19  Jim Meyering  <jim@meyering.net>
6399
6400         Don't use FD after a successful "fdopendir (fd)".
6401         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
6402         Reset it by calling dirfd on the just-obtained DIR*.
6403
6404         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
6405         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
6406
6407 2007-02-18  Bruno Haible  <bruno@clisp.org>
6408
6409         * lib/readlink.c: Include <unistd.h>.
6410         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
6411         HAVE_READLINK.
6412         * modules/readlink (Depends-on): Add unistd.
6413         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6414         (Include): Add <unistd.h>.
6415
6416         * lib/getlogin_r.h: Remove file.
6417         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
6418         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
6419         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
6420         HAVE_DECL_GETLOGIN_R.
6421         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
6422         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6423         (Include): Use <unistd.h> instead of getlogin_r.h.
6424
6425         * lib/getcwd.h: Remove file.
6426         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
6427         * lib/xgetcwd.c: Likewise.
6428         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
6429         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
6430         * modules/getcwd (Files): Remove lib/getcwd.h.
6431         (Depends-on): Add unistd.
6432         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6433         (Include): Use <unistd.h> instad of getcwd.h.
6434
6435         * lib/ftruncate.c: Include <unistd.h> first.
6436         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
6437         Set HAVE_FTRUNCATE.
6438         * modules/ftruncate (Depends-on): Add unistd.
6439         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6440
6441         * lib/fchdir.c: Include <unistd.h> first.
6442         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
6443         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
6444         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
6445         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6446         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
6447
6448         * lib/dup2.c: Include <unistd.h> first.
6449         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
6450         HAVE_DUP2.
6451         * modules/dup2 (Depends-on): Add unistd.
6452         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6453
6454         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
6455         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
6456         REPLACE_CHOWN. Don't define chown as a macro here.
6457         * modules/chown (Depends-on): Add unistd.
6458         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6459
6460         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
6461         Add definition for GL_LINK_WARNING.
6462         (chown, dup2): New declarations.
6463         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
6464         link warning.
6465         (ftruncate): New declaration.
6466         (getcwd): New declaration, taken from old getcwd.h.
6467         (getlogin_r): New declaration, taken from old getlogin_r.h.
6468         (readlink): New declaration.
6469         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
6470         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
6471         (gl_PREREQ_UNISTD): Remove macro.
6472         (gl_UNISTD_MODULE_INDICATOR): New macro.
6473         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
6474         many new variables. Don't set UNISTD_H.
6475         * modules/unistd (Description): Change.
6476         (Depends-on): Add link-warning.
6477         (configure.ac): Update.
6478         (Makefile.am): Create unistd.h always. Substitute many new variables
6479         into it.
6480
6481 2007-02-18  Bruno Haible  <bruno@clisp.org>
6482
6483         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
6484         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
6485         HAVE_GETSUBOPT.
6486         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
6487         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
6488         * lib/getsubopt.h: Remove file.
6489         * modules/getsubopt (Files): Remove lib/getsubopt.h.
6490         (Depends-on): Add stdlib.
6491         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6492         (Includes): Use <stdlib.h> instead of getsubopt.h.
6493         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
6494         Set HAVE_GETSUBOPT.
6495         * lib/getsubopt.c: Don't include getsubopt.h.
6496
6497 2007-02-18  Bruno Haible  <bruno@clisp.org>
6498
6499         * modules/fchdir (Depends-on): Add dup2.
6500
6501 2007-02-18  Bruno Haible  <bruno@clisp.org>
6502
6503         * lib/stdlib_.h: Handle glibc's special invocation convention
6504         specially.
6505
6506 2007-02-18  Bruno Haible  <bruno@clisp.org>
6507
6508         * modules/stdlib-tests: New file.
6509         * tests/test-stdlib.c: New file.
6510
6511         * modules/mkstemp (Files): Remove lib/mkstemp.h.
6512         (Depends-on): Add stdlib.
6513         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6514         (Includes): Use <stdlib.h> instead of mkstemp.h.
6515         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6516         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
6517         * lib/mkstemp.c: Don't include mkstemp.h.
6518         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
6519         * lib/stdlib--.h: Don't include mkstemp.h.
6520
6521         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
6522         (Depends-on): Add stdlib.
6523         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6524         (Includes): Use <stdlib.h> instead of mkdtemp.h.
6525         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6526         HAVE_MKDTEMP.
6527         * lib/mkdtemp.c: Don't include mkdtemp.h.
6528         * lib/clean-temp.c: Don't include mkdtemp.h.
6529
6530         * modules/exit (Files): Remove lib/exit.h.
6531         (Depends-on): Add stdlib.
6532         (Makefile.am): Remove lib_SOURCES.
6533         (Include): Use <stdlib.h> instead of exit.h.
6534         * lib/argmatch.c: Don't include exit.h.
6535         * lib/execute.c: Likewise.
6536         * lib/pagealign_alloc.c: Likewise.
6537         * lib/pipe.c: Likewise.
6538         * lib/wait-process.c: Likewise.
6539         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
6540         * lib/exitfail.c: Likewise.
6541         * lib/savewd.c: Likewise.
6542         * lib/xsetenv.c: Likewise.
6543
6544         * modules/stdlib: New file.
6545         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
6546         and extra comments about mkstemp().
6547         * lib/exit.h: Remove file.
6548         * lib/mkdtemp.h: Remove file.
6549         * lib/mkstemp.h: Remove file.
6550         * m4/stdlib_h.m4: New file.
6551         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
6552
6553 2007-02-18  Bruno Haible  <bruno@clisp.org>
6554
6555         * modules/math-tests: New file.
6556         * tests/test-math.c: New file.
6557
6558         * modules/math: New file.
6559         * modules/mathl (Files): Remove lib/mathl.h.
6560         (Depends-on): Add math.
6561         (Makefile.am): Don't mention mathl.h.
6562         (Include): Use <math.h> instead of mathl.h.
6563         * lib/math_.h: New file.
6564         * lib/mathl.h: Remove file.
6565         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
6566         mathl.h.
6567         * lib/asinl.c: Likewise.
6568         * lib/atanl.c: Likewise.
6569         * lib/ceill.c: Likewise.
6570         * lib/cosl.c: Likewise.
6571         * lib/expl.c: Likewise.
6572         * lib/floorl.c: Likewise.
6573         * lib/frexpl.c: Likewise.
6574         * lib/ldexpl.c: Likewise.
6575         * lib/logl.c: Likewise.
6576         * lib/sincosl.c: Likewise.
6577         * lib/sinl.c: Likewise.
6578         * lib/sqrtl.c: Likewise.
6579         * lib/tanl.c: Likewise.
6580         * lib/trigl.c: Likewise.
6581         * m4/math_h.m4: New file.
6582         * MODULES.html.sh (Mathematics): Add math.
6583
6584 2007-02-17  Bruno Haible  <bruno@clisp.org>
6585
6586         * modules/wctype-tests: New file.
6587         * tests/test-wctype.c: New file.
6588
6589         * modules/wchar-tests: New file.
6590         * tests/test-wchar.c: New file.
6591
6592         * modules/unistd-tests: New file.
6593         * tests/test-unistd.c: New file.
6594
6595         * modules/time-tests: New file.
6596         * tests/test-time.c: New file.
6597
6598         * modules/sysexits-tests: New file.
6599         * tests/test-sysexits.c: New file.
6600
6601         * modules/sys_time-tests: New file.
6602         * tests/test-sys_time.c: New file.
6603
6604         * modules/sys_stat-tests: New file.
6605         * tests/test-sys_stat.c: New file.
6606
6607         * modules/sys_socket-tests: New file.
6608         * tests/test-sys_socket.c: New file.
6609
6610         * modules/sys_select-tests: New file.
6611         * tests/test-sys_select.c: New file.
6612
6613         * modules/string-tests: New file.
6614         * tests/test-string.c: New file.
6615
6616         * modules/stdbool-tests: New file.
6617         * tests/test-stdbool.c: New file.
6618
6619         * modules/netinet_in-tests: New file.
6620         * tests/test-netinet_in.c: New file.
6621
6622         * modules/inttypes-tests: New file.
6623         * tests/test-inttypes.c: New file.
6624
6625         * modules/fcntl-tests: New file.
6626         * tests/test-fcntl.c: New file.
6627
6628         * modules/byteswap-tests: New file.
6629         * tests/test-byteswap.c: New file.
6630
6631         * modules/arpa_inet-tests: New file.
6632         * tests/test-arpa_inet.c: New file.
6633
6634 2007-02-17  Bruno Haible  <bruno@clisp.org>
6635
6636         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
6637         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
6638         if the corresponding module is not enabled. Emit link warnings if
6639         the function is used nevertheless.
6640         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
6641         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
6642         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
6643         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
6644         * modules/inttypes (Depends-on): Add link-warning.
6645         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6646         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
6647         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
6648         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
6649         * modules/imaxdiv (configure.ac): Likewise.
6650         * modules/strtoimax (configure.ac): Likewise.
6651         * modules/strtoumax (configure.ac): Likewise.
6652
6653 2007-02-17  Bruno Haible  <bruno@clisp.org>
6654
6655         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
6656         gl_STRING_MODULE_INDICATOR_DEFAULTS.
6657         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
6658         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
6659
6660 2007-02-17  Bruno Haible  <bruno@clisp.org>
6661
6662         * modules/link-warning: New file.
6663         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
6664         * lib/string_.h (GL_LINK_WARNING): Remove definition.
6665         * modules/string (Depends-on): Add link-warning.
6666         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6667         string.h.
6668         * MODULES.html.sh (Support for building libraries and executables): Add
6669         link-warning.
6670
6671 2007-02-17  Bruno Haible  <bruno@clisp.org>
6672
6673         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
6674         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
6675         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
6676         long lines.
6677
6678 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
6679             Bruno Haible  <bruno@clisp.org>
6680
6681         * modules/tmpfile: New file.
6682         * lib/tmpfile.c: New file.
6683         * m4/tmpfile.m4: New file.
6684         * MODULES.html.sh (func_all_modules): New section "Input/output".
6685
6686 2007-02-15  Bruno Haible  <bruno@clisp.org>
6687
6688         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
6689         (supports_delete_on_close): New function.
6690         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
6691
6692 2007-02-14  Bruno Haible  <bruno@clisp.org>
6693
6694         * modules/mbspcasecmp-tests: New file.
6695         * tests/test-mbspcasecmp.sh: New file.
6696         * tests/test-mbspcasecmp.c: New file.
6697
6698         New module mbspcasecmp.
6699         * modules/mbspcasecmp: New file.
6700         * lib/mbspcasecmp.c: New file.
6701         * lib/string_.h (strncasecmp): Change warning message.
6702         (mbspcasecmp): New declaration.
6703         * m4/mbspcasecmp.m4: New file.
6704         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6705         GNULIB_MBSPCASECMP.
6706         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
6707         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
6708
6709 2007-02-14  Bruno Haible  <bruno@clisp.org>
6710
6711         * modules/mbsncasecmp-tests: New file.
6712         * tests/test-mbsncasecmp.sh: New file.
6713         * tests/test-mbsncasecmp.c: New file.
6714
6715         New module mbsncasecmp.
6716         * modules/mbsncasecmp: New file.
6717         * lib/mbsncasecmp.c: New file.
6718         * lib/string_.h (mbsncasecmp): New declaration.
6719         * m4/mbsncasecmp.m4: New file.
6720         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6721         GNULIB_MBSNCASECMP.
6722         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
6723         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
6724
6725 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6726
6727         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
6728         Verify that it doesn't overlap with our flags.
6729         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
6730         do not have the desired effect in multibyte locales; instead, use
6731         mbscasecmp.
6732         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
6733         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
6734         we don't require GNU fnmatch ourselves (if our users require it, they
6735         should do so explicitly).
6736
6737         Fix regex code so it doesn't rely on strcasecmp.
6738         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
6739         Otherwise, include gnulib's langinfo.h.
6740         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
6741         undesirable behavior in non-C locales.  Instead, rely on localecharset.
6742         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
6743         * modules/regex (FILES): Remove m4/codeset.m4.
6744         (Depends-on): Add localcharset.  Remove strcase.
6745
6746 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6747
6748         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
6749         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
6750
6751 2007-02-13  Bruno Haible  <bruno@clisp.org>
6752
6753         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
6754         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6755
6756 2007-02-12  Bruno Haible  <bruno@clisp.org>
6757
6758         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6759         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
6760         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
6761         time warning rather than a link error.
6762
6763 2007-02-12  Bruno Haible  <bruno@clisp.org>
6764
6765         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
6766         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6767         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6768
6769 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6770
6771         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
6772         args, not 2.
6773
6774 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6775
6776         New module 'time', so that apps can include <time.h> as per
6777         POSIX and GNU instead of separate include files like time_r.h
6778         and timegm.h.  This implementation tries out a simpler approach
6779         for replacing decls in standard include files (as compared to
6780         the string module), somewhat as an experiment.
6781
6782         * config/srclist.txt: Comment out mktime.c for now.
6783         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
6784         since it doesn't apply any more.  Use generic wording instead.
6785         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
6786         'time'.
6787         * lib/time_.h, m4/time_h.m4, modules/time: New files.
6788         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
6789         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
6790         Don't include <sys/types.h>; no longer needed since we assume C89.
6791         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
6792         * lib/strftime.c: Likewise.
6793         * lib/time_r.c: Likewise.
6794         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
6795         * lib/nanosleep.c: Include <time.h> first, to check interface.
6796         * lib/strptime.c: Likewise.
6797         * lib/time_r.c: Likewise.
6798         * lib/timegm.c: Likewise.
6799         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
6800         needed.
6801         * lib/timegm.c: Don't include timegm.h; no longer needed.
6802         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
6803         time.h now handles any problems in that area.
6804         (struct timespec, nanosleep): Remove; time.h now arranges for these.
6805         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
6806         that time.h defines struct timespec.
6807         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
6808         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
6809         handles that.
6810         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
6811         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
6812         needed.  Set REPLACE_LOCALTIME.
6813         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
6814         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
6815         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
6816         nanosleep; time_h.m4 now does that.  Don't require
6817         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
6818         module handles this now.
6819         * modules/getdate (Depends-on): Remove timespec.  Add time.
6820         * modules/nanosleep (Depends-on): Likewise.
6821         * modules/stat-time (Depends-on): Likewise.
6822         * modules/nanosleep (Include): Include time.h, not timespec.h.
6823         * modules/strptime (Files): Remove lib/strptime.h.
6824         (Depends-on): Add extensions, time.
6825         (Include): Include time.h, not strptime.h.
6826         * modules/time_r (Files): Remove lib/time_r.h.
6827         (Depends-on): Add time.
6828         (Include): Include time.h, not time_r.h.
6829         * modules/timegm: Likewise.
6830         * modules/timespec (Description): Now does timespec-related decls
6831         of our own, instead of struct timespec itself.
6832         (Depends-on): Add time; remove extensions.
6833         (Maintainer): Add self.
6834         * modules/utimecmp (Depends-on): Add time; remove timespec.
6835         * modules/utimens (Depends-on): Likewise.
6836         * modules/xnanosleep (Depends-on): Likewise.
6837
6838 2007-02-11  Bruno Haible  <bruno@clisp.org>
6839
6840         * lib/c-strstr.c: Include allocsa.h.
6841         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6842         * lib/c-strcasestr.c: Include allocsa.h.
6843         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6844         * lib/strcasestr.c: Include allocsa.h.
6845         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6846         * lib/mbsstr.c: Include allocsa.h.
6847         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6848         allocsa/freesa instead of malloc/free.
6849         * lib/mbscasestr.c: Include allocsa.h.
6850         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6851         allocsa/freesa instead of malloc/free.
6852         * modules/c-strstr (Depends-on): Add allocsa.
6853         * modules/c-strcasestr (Depends-on): Likewise.
6854         * modules/strcasestr (Depends-on): Likewise.
6855         * modules/mbsstr (Depends-on): Likewise.
6856         * modules/mbscasestr (Depends-on): Likewise.
6857
6858 2007-02-11  Bruno Haible  <bruno@clisp.org>
6859
6860         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
6861
6862         * modules/mbsspn-tests: New file.
6863         * tests/test-mbsspn.sh: New file.
6864         * tests/test-mbsspn.c: New file.
6865
6866 2007-02-11  Bruno Haible  <bruno@clisp.org>
6867
6868         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
6869
6870         * modules/mbspbrk-tests: New file.
6871         * tests/test-mbspbrk.sh: New file.
6872         * tests/test-mbspbrk.c: New file.
6873
6874 2007-02-11  Bruno Haible  <bruno@clisp.org>
6875
6876         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
6877         unneeded cast.
6878
6879         * modules/mbscspn-tests: New file.
6880         * tests/test-mbscspn.sh: New file.
6881         * tests/test-mbscspn.c: New file.
6882
6883 2007-02-11  Bruno Haible  <bruno@clisp.org>
6884
6885         * modules/mbscasecmp-tests: New file.
6886         * tests/test-mbscasecmp.sh: New file.
6887         * tests/test-mbscasecmp.c: New file.
6888
6889 2007-02-11  Bruno Haible  <bruno@clisp.org>
6890
6891         Ensure O(n) worst-case complexity of mbscasestr.
6892         * lib/mbscasestr.c: Include stdbool.h.
6893         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6894         functions.
6895         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
6896         the bookkeeping indicates that it's worth it.
6897         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
6898
6899         * modules/mbscasestr-tests: New file.
6900         * tests/test-mbscasestr1.c: New file.
6901         * tests/test-mbscasestr2.sh: New file.
6902         * tests/test-mbscasestr2.c: New file.
6903         * tests/test-mbscasestr3.sh: New file.
6904         * tests/test-mbscasestr3.c: New file.
6905         * tests/test-mbscasestr4.sh: New file.
6906         * tests/test-mbscasestr4.c: New file.
6907         * m4/locale-tr.m4: New file.
6908
6909 2007-02-11  Bruno Haible  <bruno@clisp.org>
6910
6911         Ensure O(n) worst-case complexity of mbsstr.
6912         * lib/mbsstr.c: Include stdbool.h.
6913         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6914         functions.
6915         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6916         bookkeeping indicates that it's worth it.
6917         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6918
6919         * modules/mbsstr-tests: New file.
6920         * tests/test-mbsstr1.c: New file.
6921         * tests/test-mbsstr2.sh: New file.
6922         * tests/test-mbsstr2.c: New file.
6923         * tests/test-mbsstr3.sh: New file.
6924         * tests/test-mbsstr3.c: New file.
6925         * m4/locale-fr.m4: New file.
6926
6927 2007-02-11  Bruno Haible  <bruno@clisp.org>
6928
6929         * lib/mbsrchr.c (mbsrchr): Fix bug.
6930
6931         * modules/mbsrchr-tests: New file.
6932         * tests/test-mbsrchr.sh: New file.
6933         * tests/test-mbsrchr.c: New file.
6934
6935 2007-02-11  Bruno Haible  <bruno@clisp.org>
6936
6937         * lib/mbschr.c (mbschr): Fix bug.
6938
6939         * modules/mbschr-tests: New file.
6940         * tests/test-mbschr.sh: New file.
6941         * tests/test-mbschr.c: New file.
6942         * m4/locale-zh.m4: New file.
6943
6944 2007-02-11  Bruno Haible  <bruno@clisp.org>
6945
6946         Support for copying multibyte string iterators.
6947         * lib/mbiter.h: Include <string.h>.
6948         (mbiter_multi_copy): New function.
6949         (mbi_copy): New macro.
6950         * lib/mbuiter.h: Include <string.h>.
6951         (mbuiter_multi_copy): New function.
6952         (mbui_copy): New macro.
6953
6954 2007-02-11  Bruno Haible  <bruno@clisp.org>
6955
6956         New module mbslen.
6957         * modules/mbslen: New file.
6958         * lib/mbslen.c: New file.
6959         * lib/string_.h (mbslen): New declaration.
6960         * m4/mbslen.m4: New file.
6961         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6962         GNULIB_MBSLEN.
6963         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6964         * MODULES.html.sh (Internationalization functions): Add mbslen.
6965
6966 2007-02-11  Bruno Haible  <bruno@clisp.org>
6967
6968         Ensure O(n) worst-case complexity of strcasestr substitute.
6969         * lib/strcasestr.c: Include stdbool.h.
6970         (knuth_morris_pratt): New function.
6971         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6972         bookkeeping indicates that it's worth it.
6973         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6974
6975         * modules/strcasestr-tests: New file.
6976         * tests/test-strcasestr.c: New file.
6977
6978 2007-02-11  Bruno Haible  <bruno@clisp.org>
6979
6980         Ensure O(n) worst-case complexity of c_strcasestr.
6981         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6982         (knuth_morris_pratt): New function.
6983         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6984         the bookkeeping indicates that it's worth it.
6985         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6986
6987         * modules/c-strcasestr-tests: New file.
6988         * tests/test-c-strcasestr.c: New file.
6989
6990 2007-02-11  Bruno Haible  <bruno@clisp.org>
6991
6992         Ensure O(n) worst-case complexity of c_strstr.
6993         * lib/c-strstr.c: Include stdbool.h, string.h.
6994         (knuth_morris_pratt): New function.
6995         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6996         bookkeeping indicates that it's worth it.
6997         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
6998
6999         * lib/c-strstr.c: Complete rewrite for maintainability.
7000
7001         * modules/c-strstr-tests: New file.
7002         * tests/test-c-strstr.c: New file.
7003
7004 2007-02-11  Bruno Haible  <bruno@clisp.org>
7005
7006         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
7007         5.2.1 and earlier, whereby \055 was treated just like the range
7008         delimiter '-'.
7009         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
7010
7011 2007-02-08  Bruno Haible  <bruno@clisp.org>
7012
7013         * modules/regex (Depends-on): Add stdbool.
7014         Reported by Dalibor Topic <robilad@kaffe.org>.
7015
7016 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7017
7018         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
7019         Prefer returning from main to exiting from it.
7020         Remove unnecessary parens after sizeof.
7021
7022 2007-02-05  Bruno Haible  <bruno@clisp.org>
7023
7024         New module mbssep.
7025         * modules/mbssep: New file.
7026         * lib/mbssep.c: New file.
7027         * lib/string_.h (strsep): Add a conditional link warning.
7028         (mbssep): New declaration.
7029         * m4/mbssep.m4: New file.
7030         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7031         GNULIB_MBSSEP.
7032         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
7033         * MODULES.html.sh (Internationalization functions): Add mbssep.
7034
7035 2007-02-05  Bruno Haible  <bruno@clisp.org>
7036
7037         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
7038         Optimize search in case of 1 delimiter.
7039
7040 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
7041
7042         * lib/acl.h: Include sys/types.h before sys/acl.h.
7043
7044 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
7045
7046         Merge upstream fix for glibc bugzilla #3957:
7047
7048         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7049
7050         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7051         bit for RE_HAT_LISTS_NOT_NEWLINE.
7052         (build_charclass_op): Remove bogus comment.
7053
7054 2007-02-05  Simon Josefsson  <simon@josefsson.org>
7055
7056         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
7057
7058 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
7059
7060         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
7061         * lib/memmem.c [!defined _LIBC]: Include config.h.
7062
7063 2007-02-04  Bruno Haible  <bruno@clisp.org>
7064
7065         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
7066         warning message.
7067
7068 2007-02-04  Bruno Haible  <bruno@clisp.org>
7069
7070         New module mbstok_r.
7071         * modules/mbstok_r: New file.
7072         * lib/mbstok_r.c: New file.
7073         * lib/string_.h (strtok_r): Change argument names to match the
7074         comments. Add a conditional link warning.
7075         (mbstok_r): New declaration.
7076         * m4/mbstok_r.m4: New file.
7077         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7078         GNULIB_MBSTOK_R.
7079         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
7080         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
7081
7082 2007-02-04  Bruno Haible  <bruno@clisp.org>
7083
7084         New module mbsspn.
7085         * modules/mbsspn: New file.
7086         * lib/mbsspn.c: New file.
7087         * lib/string_.h (strspn): Add a conditional link warning.
7088         (mbsspn): New declaration.
7089         * m4/mbsspn.m4: New file.
7090         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7091         GNULIB_MBSSPN.
7092         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
7093         * MODULES.html.sh (Internationalization functions): Add mbsspn.
7094
7095 2007-02-04  Bruno Haible  <bruno@clisp.org>
7096
7097         New module mbspbrk.
7098         * modules/mbspbrk: New file.
7099         * lib/mbspbrk.c: New file.
7100         * lib/string_.h (strpbrk): Add a conditional link warning.
7101         (mbspbrk): New declaration.
7102         * m4/mbspbrk.m4: New file.
7103         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7104         GNULIB_MBSPBRK.
7105         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
7106         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
7107
7108 2007-02-04  Bruno Haible  <bruno@clisp.org>
7109
7110         New module mbscspn.
7111         * modules/mbscspn: New file.
7112         * lib/mbscspn.c: New file.
7113         * lib/string_.h (strcspn): Add a conditional link warning.
7114         (mbscspn): New declaration.
7115         * m4/mbscspn.m4: New file.
7116         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7117         GNULIB_MBSCSPN.
7118         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
7119         * MODULES.html.sh (Internationalization functions): Add mbscspn.
7120
7121 2007-02-04  Bruno Haible  <bruno@clisp.org>
7122
7123         New module mbscasestr, reduced goal of strcasestr.
7124         * modules/mbscasestr: New file.
7125         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
7126         (mbscasestr): Renamed from strcasestr.
7127         * lib/strcasestr.c: Don't include mbuiter.h.
7128         (strcasestr): Remove support for multibyte locales.
7129         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
7130         Change the conditional link warning.
7131         (mbscasestr): New declaration.
7132         * m4/mbscasestr.m4: New file.
7133         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
7134         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
7135         REPLACE_STRCASESTR.
7136         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
7137         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7138         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
7139         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
7140         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
7141         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
7142         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
7143         (Depends-on): Remove mbuiter.
7144         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
7145
7146 2007-02-04  Bruno Haible  <bruno@clisp.org>
7147
7148         Simplify handling of strncasecmp.
7149         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
7150         the conditional link warning.
7151         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7152         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
7153         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
7154         * modules/strcase (configure.ac): Don't invoke
7155         gl_STRING_MODULE_INDICATOR.
7156         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
7157
7158 2007-02-04  Bruno Haible  <bruno@clisp.org>
7159
7160         New module mbscasecmp, reduced goal of strcasecmp.
7161         * modules/mbscasecmp: New file.
7162         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
7163         (mbscasecmp): Renamed from strcasecmp.
7164         * lib/strcasecmp.c: Don't include mbuiter.h.
7165         (strcasecmp): Remove support for multibyte locales.
7166         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
7167         Change the conditional link warning.
7168         (mbscasecmp): New declaration.
7169         * m4/mbscasecmp.m4: New file.
7170         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
7171         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
7172         REPLACE_STRCASECMP.
7173         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
7174         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7175         GNULIB_MBSCASECMP.
7176         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
7177         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
7178         * modules/strcase (Files): Remove m4/mbrtowc.m4.
7179         (Depends-on): Remove mbuiter.
7180         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
7181
7182 2007-02-04  Bruno Haible  <bruno@clisp.org>
7183
7184         New module mbsstr. Remove module strstr.
7185         * modules/mbsstr: New file.
7186         * modules/strstr: Remove file.
7187         * lib/mbsstr.c: Renamed from lib/strstr.c.
7188         (mbsstr): Renamed from strstr.
7189         * lib/string_.h (strstr): Remove declaration. Change the conditional
7190         link warning.
7191         (mbsstr): New declaration.
7192         * m4/mbsstr.m4: New file.
7193         * m4/strstr.m4: Remove file.
7194         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
7195         REPLACE_STRSTR.
7196         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
7197         Don't initialize GNULIB_STRSTR.
7198         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
7199         substitute GNULIB_STRSTR and REPLACE_STRSTR.
7200         * MODULES.html.sh (Internationalization functions): Add mbsstr.
7201         (Support for systems lacking ANSI C 89): Remove strstr.
7202
7203 2007-02-04  Bruno Haible  <bruno@clisp.org>
7204
7205         New module mbsrchr.
7206         * modules/mbsrchr: New file.
7207         * lib/mbsrchr.c: New file.
7208         * lib/string_.h (strrchr): Add a conditional link warning.
7209         (mbsrchr): New declaration.
7210         * m4/mbsrchr.m4: New file.
7211         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7212         GNULIB_MBSRCHR.
7213         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
7214         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
7215
7216 2007-02-04  Bruno Haible  <bruno@clisp.org>
7217
7218         New module mbschr.
7219         * modules/mbschr: New file.
7220         * lib/mbschr.c: New file.
7221         * lib/string_.h (strchr): Add a conditional link warning.
7222         (mbschr): New declaration.
7223         * m4/mbschr.m4: New file.
7224         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7225         GNULIB_MBSCHR.
7226         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
7227         * MODULES.html.sh (Internationalization functions): Add mbschr.
7228
7229 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
7230
7231         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
7232
7233         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
7234
7235 2007-02-04  Bruno Haible  <bruno@clisp.org>
7236
7237         New module description section 'configure.ac-early'.
7238         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
7239         (func_get_autoconf_early_snippet): New function.
7240         (func_import, func_create_testdir): Use it. Remove special cases for
7241         modules 'extensions' and 'lock'.
7242         * modules/extensions (configure.ac-early): Require
7243         gl_USE_SYSTEM_EXTENSIONS.
7244         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
7245
7246 2007-02-04  Bruno Haible  <bruno@clisp.org>
7247
7248         Make use of gcj-4.3's -fsource and -ftarget option.
7249         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
7250         and if so try the options -fsource and -ftarget.
7251         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
7252         source_version, ftarget_option, target_version arguments.
7253         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
7254         (is_envjavac_oldgcj_14_14_usable): Renamed from
7255         is_envjavac_gcj_14_14_usable.
7256         (is_envjavac_oldgcj_14_13_usable): Renamed from
7257         is_envjavac_gcj_14_13_usable.
7258         (is_gcj_present): Update.
7259         (is_gcj_43, is_gcj43_usable): New functions.
7260         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
7261         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
7262         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
7263         try the options -fsource and -ftarget.
7264
7265 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
7266
7267         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
7268         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
7269         larger value.
7270
7271 2007-02-03  Jim Meyering  <jim@meyering.net>
7272
7273         Give tools a better chance to allocate space for very large buffers.
7274         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
7275
7276         Make pwd and readlink work also when run with an unreadable parent dir
7277         on systems with openat support.
7278         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
7279         provided getcwd function, even when we have openat support.
7280         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
7281
7282 2007-02-02  Bruno Haible  <bruno@clisp.org>
7283
7284         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
7285         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
7286         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
7287         portability problems if one of these functions is only used on specific
7288         platforms.
7289         Reported by Paul Eggert.
7290
7291 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
7292
7293         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
7294         is causing more trouble than it's curing.
7295         * lib/regex_internal.h (__mempcpy): Remove.
7296         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
7297         (and make the code a tad smaller to boot).
7298         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
7299
7300 2007-02-02  Jim Meyering  <jim@meyering.net>
7301
7302         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
7303         section, not in the Makefile.am: one.
7304
7305 2007-02-02  Eric Blake  <ebb9@byu.net>
7306
7307         * lib/strchrnul.c: Always include config.h first.
7308
7309         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
7310         gnulib strstr is not necessary here.
7311
7312 2007-02-02  Simon Josefsson  <simon@josefsson.org>
7313
7314         * m4/socklen.m4: Fix typo.
7315
7316 2007-02-02  Eric Blake  <ebb9@byu.net>
7317
7318         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
7319         * modules/netinet_in (Makefile.am): Likewise.
7320
7321 2007-02-01  Bruno Haible  <bruno@clisp.org>
7322
7323         * lib/string_.h (GL_LINK_WARNING): New macro.
7324         (strcasecmp, strstr, strcasestr): If provided by the system,
7325         conditionally define as a macro that leads to a warning instead of to
7326         an error.
7327         (strncasecmp): Conditionally define as a macro that leads to a warning.
7328
7329 2007-02-01  Karl Berry  <karl@gnu.org>
7330
7331         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
7332
7333 2007-02-01  Bruno Haible  <bruno@clisp.org>
7334
7335         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
7336         renamings.
7337
7338 2007-02-01  Eric Blake  <ebb9@byu.net>
7339
7340         * modules/regex (Depends-on): Revert dependence on mempcpy.
7341         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
7342         module's definition of mempcpy.
7343         Reported by Paul Eggert.
7344
7345 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
7346
7347         * lib/string_.h: If the gnulib module XYZ is not present, undefine
7348         the symbol XYZ before redefining it.  This fixes a problem with
7349         programs that don't use XYZ, when compiled on systems that define
7350         XYZ to something else.
7351
7352 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
7353
7354         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
7355         occurs when "mkdir -m foo" creates a setgid directory that is (1)
7356         writeable to group or other and (2) is intended to have a special
7357         mode bit that is set or cleared.  In such a case, the directory
7358         should be neither group- nor other-writeable until the special
7359         mode bits are right.
7360
7361 2007-01-31  Eric Blake  <ebb9@byu.net>
7362
7363         * modules/mountlist (Depends-on): Add strstr.
7364
7365         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
7366         bug.
7367         * modules/string (Makefile.am): Remove redundant replacement.
7368         * modules/regex (Depends-on): Add mempcpy.
7369
7370 2007-01-31  Bruno Haible  <bruno@clisp.org>
7371
7372         New module description field 'Link'.
7373         * gnulib-tool (func_usage): Document --extract-link-directive.
7374         (sed_extract_prog): Recognize 'Link' directive.
7375         (func_get_link_directive): New function.
7376         (func_import): Show summary of link directives.
7377         Handle --extract-link-directive option.
7378         * modules/acl (Link): New section.
7379         * modules/clock-time (Link): New section.
7380         * modules/euidaccess (Link): New section.
7381         * modules/gettext (Link): New section.
7382         * modules/iconv (Link): New section.
7383         * modules/lock (Link): New section.
7384         * modules/nanosleep (Link): New section.
7385         * modules/readline (Link): New section.
7386
7387 2007-01-27  Bruno Haible  <bruno@clisp.org>
7388
7389         Enforce the use of gnulib modules for unportable <string.h> functions.
7390         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
7391         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
7392         (gl_HEADER_STRING_H_BODY): Require it.
7393         * lib/string_.h: If the gnulib module XYZ is not present, redefine
7394         the symbol XYZ to one that gives a link error.
7395         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
7396         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
7397         * modules/mempcpy (configure.ac): Likewise.
7398         * modules/memrchr (configure.ac): Likewise.
7399         * modules/stpcpy (configure.ac): Likewise.
7400         * modules/stpncpy (configure.ac): Likewise.
7401         * modules/strcase (configure.ac): Likewise.
7402         * modules/strcasestr (configure.ac): Likewise.
7403         * modules/strchrnul (configure.ac): Likewise.
7404         * modules/strdup (configure.ac): Likewise.
7405         * modules/strndup (configure.ac): Likewise.
7406         * modules/strnlen (configure.ac): Likewise.
7407         * modules/strpbrk (configure.ac): Likewise.
7408         * modules/strsep (configure.ac): Likewise.
7409         * modules/strstr (configure.ac): Likewise.
7410         * modules/strtok_r (configure.ac): Likewise.
7411
7412 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
7413
7414         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
7415
7416 2007-01-30  Jim Meyering  <jim@meyering.net>
7417
7418         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
7419
7420 2007-01-29  Bruno Haible  <bruno@clisp.org>
7421
7422         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
7423         * lib/execute.c: Likewise.
7424         * lib/pipe.c: Likewise.
7425         * lib/printf-args.h: Likewise.
7426         * lib/printf-args.c: Likewise.
7427         * lib/printf-parse.c: Likewise.
7428         * lib/vasnprintf.c: Likewise.
7429
7430 2007-01-29  Eric Blake  <ebb9@byu.net>
7431
7432         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
7433         declaration.
7434
7435 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
7436
7437         * lib/strptime.h (strptime): Use 'restrict' for args where
7438         POSIX requires this.
7439         * lib/strptime.c (strptime): Likewise.
7440         Change license notice from LGPL to GPL, since gnulib-tool will
7441         change this as needed.
7442         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
7443         defined.
7444         Include "strptime.h" first, to check interface.
7445         Do not #undef _LIBC and _NL_CURRENT.
7446         Do not include <stdlib.h>; no longer needed.
7447         Include "time_r.h" and declare ptime_locale_status
7448         only if _LIBC is not defined.
7449         (__P): Remove unused macro.
7450         (match_string): Bring back glibc version, but use it only if _LIBC
7451         is defined.
7452         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
7453         Remove unnecessary assertion and abort() call.
7454         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
7455         * m4/strptime.m4: Fix serial number comment.
7456         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
7457         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
7458         (Depends-on): Add time_r.
7459
7460 2007-01-29  Bruno Haible  <bruno@clisp.org>
7461
7462         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7463         strptime.
7464         * modules/strptime (Depends-on): Add stdbool.
7465         * lib/strptime.h: Include <time.h> always. Add comments.
7466
7467 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7468
7469         * modules/strptime: New file.
7470         * lib/strptime.h: New file.
7471         * lib/strptime.c: New file.
7472         * m4/strptime.m4: New file.
7473
7474 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
7475
7476         * MODULES.html.sh: New module mpsort.
7477         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
7478
7479         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
7480         a circularity problem with HP-UX ia64 reported by Bob Proulx in
7481         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
7482         All uses changed.
7483         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
7484         All uses changed.
7485         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
7486         to _Restrict_.
7487         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
7488         the parameter matches the prototype.
7489
7490 2007-01-28  Jim Meyering  <jim@meyering.net>
7491
7492         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
7493         sys/time.h here, reverting that part of the previous patch:
7494         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
7495
7496 2007-01-28  Bruno Haible  <bruno@clisp.org>
7497
7498         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
7499         value of $(SYS_TIME_H).
7500         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
7501         remove it conditionally, too. [added by Jim Meyering]
7502         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
7503         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7504         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
7505         GETTIMEOFDAY_REPLACEMENT to 1.
7506
7507 2007-01-28  Bruno Haible  <bruno@clisp.org>
7508
7509         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
7510         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
7511         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
7512         Set UNISTD_H instead of UNISTD_H2.
7513         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
7514
7515 2007-01-28  Bruno Haible  <bruno@clisp.org>
7516
7517         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
7518         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
7519
7520 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7521
7522         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
7523         (func_create_testdir): Ensure C locale for `grep' and `tr'
7524         character ranges.
7525         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
7526         ACLOCAL_AMFLAGS parsing state machine.
7527
7528 2007-01-27  Bruno Haible  <bruno@clisp.org>
7529
7530         * modules/unistr/base: Update.
7531
7532 2007-01-27  Bruno Haible  <bruno@clisp.org>
7533
7534         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
7535         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
7536         * modules/unistr/u32-mbtouc-unsafe: Renamed from
7537         modules/unistr/u32-mbtouc.
7538         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
7539         * lib/unistr.h: Update.
7540         * lib/linebreak.c: Update.
7541         * modules/unistr/u32-mbtouc: Renamed from
7542         modules/unistr/u32-mbtouc-safe.
7543         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
7544         * lib/unistr.h: Update.
7545         * lib/unistr/u32-to-u8.c: Update.
7546         * lib/unistr/u32-to-u16.c: Update.
7547
7548 2007-01-27  Bruno Haible  <bruno@clisp.org>
7549
7550         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
7551         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
7552         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
7553         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
7554         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
7555         * modules/unistr/u16-mbtouc-unsafe: Renamed from
7556         modules/unistr/u16-mbtouc.
7557         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
7558         * lib/unistr.h: Update.
7559         * lib/linebreak.c: Update.
7560         * modules/linebreak: Update.
7561         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
7562         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
7563         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
7564         * modules/unistr/u16-mbtouc: Renamed from
7565         modules/unistr/u16-mbtouc-safe.
7566         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
7567         * lib/unistr.h: Update.
7568         * lib/unistr/u16-to-u8.c: Update.
7569         * modules/unistr/u16-to-u8: Update.
7570         * lib/unistr/u16-to-u32.c: Update.
7571         * modules/unistr/u16-to-u32: Update.
7572
7573 2007-01-27  Bruno Haible  <bruno@clisp.org>
7574
7575         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
7576         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
7577         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
7578         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
7579         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
7580         * modules/unistr/u8-mbtouc-unsafe: Renamed from
7581         modules/unistr/u8-mbtouc.
7582         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
7583         * lib/unistr.h: Update.
7584         * lib/striconveh.c: Update.
7585         * modules/striconveh: Update.
7586         * lib/linebreak.c: Update.
7587         * modules/linebreak: Update.
7588         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
7589         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
7590         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
7591         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
7592         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
7593         * lib/unistr.h: Update.
7594         * lib/striconveh.c: Update.
7595         * modules/striconveh: Update.
7596         * lib/unistr/u8-to-u16.c: Update.
7597         * modules/unistr/u8-to-u16: Update.
7598         * lib/unistr/u8-to-u32.c: Update.
7599         * modules/unistr/u8-to-u32: Update.
7600
7601 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7602
7603         Sync from Libtool.
7604         * lib/argz.c: Do not include strings.h nor memory.h, include
7605         string.h unconditionally.  Patch by Simon Josefsson.
7606
7607 2007-01-27  Bruno Haible  <bruno@clisp.org>
7608
7609         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
7610         from gl_HEADER_STRING_H_BODY.
7611         (gl_HEADER_STRING_H_BODY): Require it.
7612         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
7613         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7614         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7615         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7616         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7617         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
7618         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7619         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7620         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
7621         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7622         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7623         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
7624         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7625         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7626         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7627
7628 2007-01-27  Bruno Haible  <bruno@clisp.org>
7629
7630         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
7631         check_PROGRAMS into noinst_PROGRAMS.
7632         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
7633         check_PROGRAMS in this case.
7634         (func_import): Set for_test to false.
7635         (func_create_testdir): Set for_test to true.
7636
7637 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7638             Bruno Haible  <bruno@clisp.org>
7639
7640         * modules/strcasestr (Files): Remove lib/strcasestr.h.
7641         (Depends-on): Add string.
7642         (Includes): Use <string.h> instead of strcasestr.h.
7643         * modules/string (Makefile.am): Also substitute the value of
7644         REPLACE_STRCASESTR.
7645         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
7646         assume strcasestr is declared in <string.h> not <strings.h>. Also
7647         set REPLACE_STRCASESTR.
7648         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
7649         REPLACE_STRCASESTR.
7650         * lib/strcasestr.h: Remove file.
7651         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
7652         * lib/string_.h (strcasestr): New declaration.
7653
7654 2007-01-27  Bruno Haible  <bruno@clisp.org>
7655
7656         * lib/string_.h: Use 'extern'.
7657
7658 2007-01-27  Jim Meyering  <jim@meyering.net>
7659
7660         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
7661         of set-but-not-used local, "q".
7662
7663         * lib/mempcpy.c: Include <config.h> before <string.h>.
7664         This fixes a compilation error on HP-UX, due to the system's
7665         "restrict"-using mempcpy prototype.
7666
7667 2007-01-26  Bruno Haible  <bruno@clisp.org>
7668
7669         Small optimization.
7670         * lib/javacomp.c: Include c-strstr.h.
7671          (is_envjavac_gcj): Use c_strstr instead of strstr.
7672         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
7673
7674 2007-01-26  Bruno Haible  <bruno@clisp.org>
7675
7676         * MODULES.html.sh (Unicode string functions): Add the new modules.
7677
7678         * modules/uniconv/u32-strconv-to-locale: New file.
7679         * lib/uniconv/u32-strconv-to-locale.c: New file.
7680
7681         * modules/uniconv/u16-strconv-to-locale: New file.
7682         * lib/uniconv/u16-strconv-to-locale.c: New file.
7683
7684         * modules/uniconv/u8-strconv-to-locale: New file.
7685         * lib/uniconv/u8-strconv-to-locale.c: New file.
7686
7687         * modules/uniconv/u32-strconv-from-locale: New file.
7688         * lib/uniconv/u32-strconv-from-locale.c: New file.
7689
7690         * modules/uniconv/u16-strconv-from-locale: New file.
7691         * lib/uniconv/u16-strconv-from-locale.c: New file.
7692
7693         * modules/uniconv/u8-strconv-from-locale: New file.
7694         * lib/uniconv/u8-strconv-from-locale.c: New file.
7695
7696         * modules/uniconv/u32-strconv-to-enc: New file.
7697         * lib/uniconv/u32-strconv-to-enc.c: New file.
7698         * modules/uniconv/u32-strconv-to-enc-tests: New file.
7699         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
7700
7701         * modules/uniconv/u16-strconv-to-enc: New file.
7702         * lib/uniconv/u16-strconv-to-enc.c: New file.
7703         * lib/uniconv/u-strconv-to-enc.h: New file.
7704         * modules/uniconv/u16-strconv-to-enc-tests: New file.
7705         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
7706
7707         * modules/uniconv/u8-strconv-to-enc: New file.
7708         * lib/uniconv/u8-strconv-to-enc.c: New file.
7709         * modules/uniconv/u8-strconv-to-enc-tests: New file.
7710         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
7711
7712         * modules/uniconv/u32-strconv-from-enc: New file.
7713         * lib/uniconv/u32-strconv-from-enc.c: New file.
7714         * modules/uniconv/u32-strconv-from-enc-tests: New file.
7715         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
7716
7717         * modules/uniconv/u16-strconv-from-enc: New file.
7718         * lib/uniconv/u16-strconv-from-enc.c: New file.
7719         * modules/uniconv/u16-strconv-from-enc-tests: New file.
7720         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
7721
7722         * modules/uniconv/u8-strconv-from-enc: New file.
7723         * lib/uniconv/u8-strconv-from-enc.c: New file.
7724         * lib/uniconv/u-strconv-from-enc.h: New file.
7725         * modules/uniconv/u8-strconv-from-enc-tests: New file.
7726         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
7727
7728         * modules/uniconv/u32-conv-from-enc: New file.
7729         * lib/uniconv/u32-conv-from-enc.c: New file.
7730         * modules/uniconv/u32-conv-from-enc-tests: New file.
7731         * tests/uniconv/test-u32-conv-from-enc.c: New file.
7732
7733         * modules/uniconv/u16-conv-from-enc: New file.
7734         * lib/uniconv/u16-conv-from-enc.c: New file.
7735         * lib/uniconv/u-conv-from-enc.h: New file.
7736         * modules/uniconv/u16-conv-from-enc-tests: New file.
7737         * tests/uniconv/test-u16-conv-from-enc.c: New file.
7738
7739         * modules/uniconv/u8-conv-from-enc: New file.
7740         * lib/uniconv/u8-conv-from-enc.c: New file.
7741         * modules/uniconv/u8-conv-from-enc-tests: New file.
7742         * tests/uniconv/test-u8-conv-from-enc.c: New file.
7743
7744         * modules/uniconv/base: New file.
7745         * lib/uniconv.h: New file.
7746
7747 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7748
7749         * doc/gnulib-tool.texi (Initial import): Update to match current
7750         behavior with strdup module.
7751         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
7752         * lib/memmem.h: Remove; all uses removed.  This is now done
7753         by <string.h>.
7754         * lib/mempcpy.h: Likewise.
7755         * lib/memrchr.h: Likewise.
7756         * lib/stpcpy.h: Likewise.
7757         * lib/stpncpy.h: Likewise.
7758         * lib/strcase.h: Likewise.
7759         * lib/strchrnul.h: Likewise.
7760         * lib/strdup.h: Likewise.
7761         * lib/strndup.h: Likewise.
7762         * lib/strnlen.h: Likewise.
7763         * lib/strpbrk.h: Likewise.
7764         * lib/strsep.h: Likewise.
7765         * lib/strstr.h: Likewise.
7766         * lib/strtok_r.h: Likewise.
7767         * lib/string_.h: New file.
7768         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
7769         Rely on <string.h> instead.
7770         * lib/canon-host.c: Likewise.
7771         * lib/chdir-long.c: Likewise.
7772         * lib/concatpath.c: Likewise.
7773         * lib/exclude.c: Likewise.
7774         * lib/fchdir.c: Likewise.
7775         * lib/getaddrinfo.c: Likewise.
7776         * lib/getcwd.c: Likewise.
7777         * lib/getsubopt.c: Likewise.
7778         * lib/glob.c: Likewise.
7779         * lib/hard-locale.c: Likewise.
7780         * lib/iconvme.c: Likewise.
7781         * lib/javacomp.c: Likewise.
7782         * lib/mempcpy.c: Likewise.
7783         * lib/memrchr.c: Likewise.
7784         * lib/regex_internal.h: Likewise.
7785         * lib/stpncpy.c: Likewise.
7786         * lib/strcasecmp.c: Likewise.
7787         * lib/strchrnul.c: Likewise.
7788         * lib/strdup.c: Likewise.
7789         * lib/striconv.c: Likewise.
7790         * lib/striconveh.c: Likewise.
7791         * lib/striconveha.c: Likewise.
7792         * lib/strncasecmp.c: Likewise.
7793         * lib/strndup.c: Likewise.
7794         * lib/strnlen.c: Likewise.
7795         * lib/strsep.c: Likewise.
7796         * lib/strstr.c: Likewise.
7797         * lib/strtok_r.c: Likewise.
7798         * lib/userspec.c: Likewise.
7799         * lib/w32spawn.h: Likewise.
7800         * lib/xstrndup.c: Likewise.
7801         * lib/mountlist.c (strstr): Remove decl.
7802         * m4/string_h.m4: New file.
7803         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
7804         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
7805         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
7806         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
7807         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
7808         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
7809         Set REPLACE_STRCASECMP if necessary.
7810         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
7811         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
7812         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
7813         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
7814         HAVE_DECL_STRDUP if necessary.
7815         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
7816         since gl_FUNC_STRNDUP does that now.
7817         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
7818         Check for decl here...
7819         (gl_PREREQ_STRNLEN): ... not here.
7820         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
7821         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
7822         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
7823         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
7824         necessary.
7825         * modules/string: New file.
7826         * modules/memmem (Files): Remove special-purpose include file.
7827         (Depends-on): Add string.
7828         (Include): Include <string.h>, not the removed file.
7829         * modules/mempcpy: Likewise.
7830         * modules/memrchr: Likewise.
7831         * modules/stpcpy: Likewise.
7832         * modules/stpncpy: Likewise.
7833         * modules/strcase: Likewise.
7834         * modules/strchrnul: Likewise.
7835         * modules/strdup: Likewise.
7836         * modules/strndup: Likewise.
7837         * modules/strnlen: Likewise.
7838         * modules/strpbrk: Likewise.
7839         * modules/strsep: Likewise.
7840         * modules/strstr: Likewise.
7841         * modules/strtok_r: Likewise.
7842         * tests/test-dirname.c: Don't include "strdup.h", since
7843         <string.h> now suffices.
7844         * tests/test-memmem.c: Don't include "memmem.h", since
7845         <string.h> now suffices.
7846
7847 2007-01-25  Bruno Haible  <bruno@clisp.org>
7848
7849         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
7850         *resultp is 0.
7851
7852         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
7853         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
7854         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
7855         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
7856
7857         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
7858         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
7859         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
7860         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
7861         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
7862         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
7863
7864 2007-01-24  Bruno Haible  <bruno@clisp.org>
7865
7866         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
7867         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
7868         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
7869         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
7870         gl_FUNC_FTS_CORE.
7871         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
7872         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
7873         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
7874         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
7875         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
7876         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
7877         gl_FUNC_FCHOWNAT.
7878         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
7879         gl_FUNC_STRFTIME.
7880         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
7881         Reported by Ralf Wildenhues.
7882
7883 2007-01-24  Bruno Haible  <bruno@clisp.org>
7884
7885         Drop AC_REQUIRE calls that are redundant with the module dependencies.
7886         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
7887         gl_GETADDRINFO.
7888         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
7889         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
7890         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
7891
7892 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
7893
7894         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
7895         Don't use 'exit'; just return from 'main'.
7896         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
7897
7898         * lib/fnmatch_.h: Readjust white space and comments to match
7899         glibc, to avoid spurious diffs.
7900
7901 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7902
7903         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7904         2004-12-01 change by Jakub Jelinek, since this code won't compile
7905         if !LIBC.  Problem reported by Bob Proulx.
7906
7907 2007-01-23  Bruno Haible  <bruno@clisp.org>
7908
7909         * lib/striconveh.c: Include c-strcaseeq.h.
7910         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7911         * modules/striconveh (Depends-on): Add c-strcaseeq.
7912
7913 2007-01-23  Bruno Haible  <bruno@clisp.org>
7914
7915         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7916
7917         * modules/c-strcaseeq: New file.
7918         * lib/c-strcaseeq.h: New file.
7919
7920         * modules/streq: New file.
7921         * lib/streq.h: New file.
7922
7923 2007-01-23  Bruno Haible  <bruno@clisp.org>
7924
7925         * modules/striconveha-tests: New file.
7926         * tests/test-striconveha.c: New file.
7927
7928         * lib/striconveha.h: Include <stdbool.h>.
7929         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7930         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7931         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7932         (mem_iconveha): New function.
7933         (str_iconveha_notranslit): Renamed from str_iconveha.
7934         (str_iconveha): New function.
7935         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7936         c-strcase.
7937
7938 2007-01-23  Bruno Haible  <bruno@clisp.org>
7939
7940         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7941         encodings without forgiving before trying any encoding with handler.
7942         (str_iconveha): Try all encodings without forgiving before trying any
7943         encoding with handler.
7944
7945 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7946
7947         Import the following changes from libc.
7948
7949         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7950
7951         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7952
7953         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7954
7955         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7956         normal_bracket label.
7957
7958         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7959
7960         [BZ #361]
7961         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7962         to normal_bracket after fetching the next character.
7963
7964 2007-01-22  Bruno Haible  <bruno@clisp.org>
7965
7966         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7967         argument.
7968         * lib/striconveh.c (iconv_carefully_1): New function.
7969         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7970         argument.
7971         (str_cd_iconveh): Update.
7972         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7973         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7974         * tests/test-striconveh.c (MAGIC): New macro.
7975         (new_offsets): New function.
7976         (main): Test call with and without offsets.
7977
7978 2007-01-22  Bruno Haible  <bruno@clisp.org>
7979
7980         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7981         * modules/sys_select (Makefile.am): Likewise.
7982         * modules/sys_socket (Makefile.am): Likewise.
7983         * modules/sys_time (Makefile.am): Likewise.
7984
7985 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7986
7987         * modules/gettimeofday (License): Change from GPL to LGPL, since
7988         gettimeofday is a library function.
7989
7990 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7991
7992         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
7993
7994 2007-01-21  Bruno Haible  <bruno@clisp.org>
7995
7996         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
7997
7998 2007-01-21  Bruno Haible  <bruno@clisp.org>
7999
8000         * modules/striconveha: New file.
8001         * lib/striconveha.h: New file.
8002         * lib/striconveha.c: New file.
8003         * MODULES.html.sh (Internationalization functions): Add striconveha.
8004         * lib/striconv.c (str_iconv): Optimize the case of an empty input
8005         string.
8006         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
8007
8008 2007-01-21  Bruno Haible  <bruno@clisp.org>
8009
8010         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
8011         * lib/striconveh.c (str_iconveh): Likewise.
8012
8013 2007-01-21  Bruno Haible  <bruno@clisp.org>
8014
8015         * lib/striconveh.h (mem_iconveh): New declaration.
8016         * lib/striconveh.c (mem_iconveh): New function.
8017         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
8018
8019 2007-01-21  Bruno Haible  <bruno@clisp.org>
8020
8021         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
8022
8023         * lib/striconveh.h (mem_cd_iconveh): Change specification.
8024         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
8025         original result buffer.
8026         (str_cd_iconveh): Update.
8027         * tests/test-striconveh.c (main): Update.
8028
8029         * lib/striconv.h (mem_cd_iconv): Change specification.
8030         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
8031         result buffer.
8032         (str_cd_iconv): Update.
8033         * tests/test-striconv.c (main): Update.
8034
8035 2007-01-21  Bruno Haible  <bruno@clisp.org>
8036
8037         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
8038
8039 2007-01-20  Jim Meyering  <jim@meyering.net>
8040
8041         * lib/userspec.c (parse_with_separator): If a user or group string
8042         starts with "+", skip the corresponding name-to-ID look-up, since
8043         such a look-up must fail: user and group names may not include "+".
8044
8045 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
8046
8047         * lib/poll.c: Include sys/time.h and time.h unconditionally,
8048         since we now assume the sys_time module.
8049         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
8050         check for sys/time.h; no longer needed.
8051         * modules/poll (Depends-on): Depend on sys_time.
8052
8053 2007-01-18  Bruno Haible  <bruno@clisp.org>
8054
8055         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
8056         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
8057
8058         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
8059         gettimeofday.
8060
8061         * tests/test-gettimeofday.c: Include <time.h>.
8062         (dummy): Remove variable.
8063
8064         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
8065         gl_HEADER_SYS_TIME_H.
8066         (gl_HEADER_SYS_TIME_H): New macro.
8067
8068         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
8069         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8070         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
8071         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
8072         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8073         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
8074         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
8075         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8076         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
8077         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
8078         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8079
8080         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
8081         last change; it caused a compilation error when cross-compiling to
8082         Cygwin.
8083
8084 2007-01-18  Jim Meyering  <jim@meyering.net>
8085
8086         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
8087         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
8088         than the race-prone "test -d sys || mkdir sys".
8089         (configure.ac): Use AC_PROG_MKDIR_P.
8090         * modules/sys_select: Likewise.
8091         * modules/sys_socket: Likewise.
8092         * modules/sys_time: Likewise.
8093
8094 2007-01-18  Eric Blake  <ebb9@byu.net>
8095
8096         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
8097         replace gettimeofday.
8098         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
8099         name, to avoid infinite recursion.
8100
8101 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
8102
8103         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
8104         module sys_time.
8105         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
8106         assume timespec.h defines struct timeval.
8107         * lib/settime.c: Likewise.
8108         * lib/utimens.c: Likewise.
8109         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
8110         since we now assume the gettimeofday module.
8111         * lib/tempname.c (__gen_tempname): Likewise.
8112         * lib/gettimeofday.h: Remove.
8113         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
8114         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
8115         Include <time.h>, for 'time()'.
8116         (localtime_buffer_addr): Also use this workaround if
8117         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
8118         to simplify the uses.  All uses changed.
8119         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
8120         that #undef is inside {}, and 'const' follows type name consistently.
8121         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
8122         (gettimeofday): Do not use the maximum possible value for
8123         tv->tv_usec, since that might break usages other than ls.c.
8124         Instead, we'll leave ls.c alone.  This undoes today's patch
8125         by Bruno.  Add a compile-time warning for 1s-clock resolution;
8126         we've never observed the problem but might as well keep the
8127         canary.
8128         * lib/nanosleep.c: Include timespec.h first, for interface check.
8129         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
8130         now assume the sys_time module.
8131         * lib/tempname.c: Likewise.
8132         * lib/timespec.h: Likewise.
8133         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
8134         needed.
8135         * lib/strftime.c: Likewise.
8136         * lib/timespec.h: Likewise.
8137         * lib/posixtm.c: Include posixtm.h first, for interface check.
8138         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
8139         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
8140         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
8141         * lib/sys_time_.h: New file.
8142         * lib/timespec.h (struct timespec): Use long int, not long.
8143         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
8144         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
8145         Remove obsolescent call to AC_HEADER_TIME.
8146         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
8147         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8148         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
8149         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
8150         Likewise.
8151         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
8152         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
8153         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
8154         into the sys_time module.  Check for gettimeofday just once.
8155         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
8156         for gettimeofday signature to just check the signature.  Merely
8157         compile it, since linking doesn't test signature.  Improve test for
8158         whether gettimeofday.o is actually needed.
8159         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
8160         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
8161         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
8162         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8163         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
8164         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
8165         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
8166         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
8167         than worrying about sys/time.h.
8168         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8169         Don't bother worrying about TIME_WITH_SYS_TIME.
8170         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
8171         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
8172         * m4/sys_time_h.m4: New file.
8173         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
8174         Don't include sys/time.h.  Return from main rather than exiting.
8175         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
8176         all uses changed.
8177         * modules/gethrxtime (Depends-on): Add sys_time.
8178         * modules/gettime (Depends-on): Likewise.
8179         * modules/gettimeofday (Depends-on): Likewise.
8180         * modules/nanosleep (Depends-on): Likewise.
8181         * modules/settime (Depends-on): Likewise.
8182         * modules/tempname (Depends-on): Likewise.
8183         * modules/utimens (Depends-on): Likewise.
8184         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
8185         (Include:) Change back to <sys/time.h>.
8186         (Maintainer:) Add self.
8187         * modules/sys_time: New file.
8188         * modules/tempname (Depends-on): Add gettimeofday.
8189         * tests/test-gettimeofday.c: Include <sys/time.h>
8190         rather than gettimeofday.h.
8191
8192 2007-01-17  Bruno Haible  <bruno@clisp.org>
8193
8194         * gnulib-tool (func_get_license): Revert last patch. Instead, let
8195         the license default to GPL.
8196         (func_create_testdir): Don't complain if a module is LGPL and its
8197         tests module depends on GPLed modules.
8198
8199 2007-01-17  Bruno Haible  <bruno@clisp.org>
8200
8201         * lib/gettimeofday.c (gettimeofday): Add code for the case
8202         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
8203         maximum possible value for tv->tv_usec, rather than the minimum one.
8204
8205 2005-10-08  Martin Lambers  <marlam@marlam.de>
8206 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
8207 2007-01-16  Bruno Haible  <bruno@clisp.org>
8208
8209         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
8210         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
8211         gl_FUNC_GETTIMEOFDAY.
8212         (Include): Add gettimeofday.h.
8213         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
8214         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
8215         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
8216         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
8217         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
8218         * lib/gettimeofday.h: New file.
8219         * lib/gettimeofday.c: Include <sys/timeb.h>.
8220         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
8221         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8222         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
8223         fall back on time().
8224
8225         * tests/test-gettimeofday.c: New file.
8226         * modules/gettimeofday-tests: New file.
8227
8228 2007-01-16  Eric Blake  <ebb9@byu.net>
8229
8230         * modules/fnmatch (Depends-on): Depend on wchar.
8231         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
8232         * m4/fnmatch.m4: Likewise.
8233         * modules/mbchar (Makefile.am): Assume <wchar.h>.
8234         * m4/mbchar.m4: Likewise.
8235         * modules/mbswidth (Depends-on): Depend on wchar.
8236         * lib/mbswidth.c: Assume <wchar.h>.
8237         * m4/mbswidth.m4: Likewise.
8238         * modules/quotearg (Depends-on): Depend on wchar.
8239         * lib/quotearg.c: Assume <wchar.h>.
8240         * m4/quotearg.m4: Likewise.
8241         * modules/regex (Depends-on): Depend on wchar.
8242         * lib/regex_internal.h: Assume <wchar.h>.
8243         * m4/regex.m4: Likewise.
8244         * modules/stdint (Depends-on): Depend on wchar.
8245         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
8246         * m4/stdint.m4: Likewise.
8247         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
8248         * modules/strftime (Depends-on): Depend on wchar.
8249         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
8250         * modules/strtol (Depends-on): Depend on wchar.
8251         * lib/strtol.c: Assume <wchar.h>.
8252         * modules/wcwidth (Depends-on): Depend on wchar.
8253         * lib/wcwidth.h: Assume <wchar.h>.
8254         * m4/wcwidth.m4: Likewise.
8255
8256 2007-01-16  Bruno Haible  <bruno@clisp.org>
8257
8258         * modules/csharpexec-script: New, created from...
8259         * modules/csharpexec: ... this.
8260
8261 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
8262
8263         * modules/javaexec-script: New, created from...
8264         * modules/javaexec: ... this.
8265
8266 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8267
8268         * modules/poll (Dependencies): Add sys_select.
8269
8270 2007-01-15  Jim Meyering  <jim@meyering.net>
8271
8272         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
8273         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
8274         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
8275         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
8276
8277 2007-01-15  Bruno Haible  <bruno@clisp.org>
8278
8279         * modules/striconveh: New file.
8280         * lib/striconveh.h: New file.
8281         * lib/striconveh.c: New file.
8282         * MODULES.html.sh (Internationalization functions): Add striconveh.
8283
8284         * modules/striconveh-tests: New file.
8285         * tests/test-striconveh.c: New file.
8286
8287 2007-01-15  Bruno Haible  <bruno@clisp.org>
8288
8289         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
8290         not from GNU libiconv or GNU libc.
8291
8292 2007-01-15  Bruno Haible  <bruno@clisp.org>
8293
8294         * doc/gnulib-intro.texi (Copyright): Explain the different license
8295         terms for module descriptions, autoconf macros, tests, documentation.
8296
8297 2007-01-14  Bruno Haible  <bruno@clisp.org>
8298
8299         * modules/striconv-tests: New file.
8300         * tests/test-striconv.c: New file.
8301
8302 2007-01-14  Bruno Haible  <bruno@clisp.org>
8303
8304         * modules/iconv-tests: New file.
8305         * tests/test-iconv.c: New file.
8306
8307 2007-01-14  Bruno Haible  <bruno@clisp.org>
8308
8309         * gnulib-tool (func_get_license): For test modules, use the license of
8310         the main module.
8311
8312 2007-01-14  Bruno Haible  <bruno@clisp.org>
8313
8314         * modules/iconv (Include): Clarify that <iconv.h> can only be included
8315         if iconv is found to exist.
8316
8317 2007-01-14  Bruno Haible  <bruno@clisp.org>
8318
8319         * modules/c-ctype-tests: New file.
8320         * tests/test-c-ctype.c: New file.
8321
8322 2007-01-14  Bruno Haible  <bruno@clisp.org>
8323
8324         * modules/binary-io-tests: New file.
8325         * tests/test-binary-io.sh: New file.
8326         * tests/test-binary-io.c: New file.
8327
8328 2007-01-14  Bruno Haible  <bruno@clisp.org>
8329
8330         * modules/array-oset-tests: New file.
8331         * tests/test-array_oset.c: New file.
8332
8333 2007-01-14  Bruno Haible  <bruno@clisp.org>
8334
8335         * modules/array-list-tests: New file.
8336         * tests/test-array_list.c: New file.
8337
8338 2007-01-14  Bruno Haible  <bruno@clisp.org>
8339
8340         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
8341         and make.
8342         Reported by Simon Josefsson in
8343         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
8344
8345 2007-01-14  Bruno Haible  <bruno@clisp.org>
8346
8347         * modules/allocsa-tests: New file.
8348         * tests/test-allocsa.c: New file.
8349
8350 2007-01-14  Bruno Haible  <bruno@clisp.org>
8351
8352         * modules/fchdir (Depends-on): Add absolute-header.
8353         * modules/unistd (Depends-on): Likewise.
8354
8355 2006-12-30  Bruno Haible  <bruno@clisp.org>
8356
8357         * modules/fchdir: New file.
8358         * modules/unistd (Files): Add lib/unistd_.h.
8359         (Makefile.am): Generate unistd.h from unistd_.h.
8360         * lib/fchdir.c: New file.
8361         * lib/dirent_.h: New file.
8362         * lib/unistd_.h: New file.
8363         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
8364         * m4/fchdir.m4: New file.
8365         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
8366         (gl_HEADER_UNISTD): Invoke it.
8367         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
8368         function.
8369         * lib/backupfile.c (opendir, closedir): Undefine.
8370         * lib/chown.c (open, close): Undefine.
8371         * lib/clean-temp.c (open, close): Undefine.
8372         * lib/copy-file.c (open, close): Undefine.
8373         * lib/execute.c (open, close): Undefine.
8374         * lib/fsusage.c (open, close): Undefine.
8375         * lib/gc-gnulib.c (open, close): Undefine.
8376         * lib/getcwd.c (opendir, closedir): Undefine.
8377         * lib/glob.c (opendir, closedir): Undefine.
8378         * lib/javacomp.c (open, close): Undefine.
8379         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
8380         * lib/openat-proc.c (open, close): Undefine.
8381         * lib/pagealign_alloc.c (open, close): Undefine.
8382         * lib/pipe.c (open, close): Undefine.
8383         * lib/progreloc.c (open, close): Undefine.
8384         * lib/savedir.c (opendir, closedir): Undefine.
8385         * lib/utime.c (open, close): Undefine.
8386         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
8387
8388 2007-01-10  Bruno Haible  <bruno@clisp.org>
8389
8390         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
8391
8392 2007-01-12  Eric Blake  <ebb9@byu.net>
8393
8394         Provide a robust <wchar.h>.  Further simplifications are now
8395         possible in other modules, but not included here.
8396         * modules/wchar: New module.
8397         * m4/wchar.m4: New file.
8398         * lib/wchar_.h: Likewise.
8399         * modules/mbchar (Depends-on): Depend on wchar, as the first use
8400         of the new module.
8401         * MODULES.html.sh (Extended multibyte and wide character utilities):
8402         New section.
8403
8404 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
8405
8406         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
8407         to a reasonable default for memory allocation.
8408         (xreadlink): Don't allocate a huge buffer, to work around a buggy
8409         file system that reports garbage st_size values for symlinks.
8410         Problem reported by Liyang Hu.
8411
8412 2007-01-11  Simon Josefsson  <simon@josefsson.org>
8413
8414         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
8415         Emacs .#* auto-save files).
8416
8417 2007-01-11  Bruno Haible  <bruno@clisp.org>
8418
8419         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
8420         directory.
8421
8422 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8423
8424         Use @...@ consistently in lib/wctype_.h.
8425         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
8426         on it being set to 1 or 0.
8427         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
8428         go back to AC_SUBSTing it.
8429         * modules/wctype (Makefile.am): Undo previous change.
8430
8431 2007-01-10  Eric Blake  <ebb9@byu.net>
8432
8433         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
8434         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
8435         * modules/wctype (Makefile.am): Likewise.
8436         Reported by Chris McGuire.
8437
8438 2007-01-10  Jim Meyering  <jim@meyering.net>
8439
8440         fts.c: a small readability/maintainability improvement
8441         * lib/fts.c (fts_read): Make this code slightly more readable and
8442         maintainable by hoisting the "sp->fts_cur = p" assignments to
8443         immediately follow the statements that set P.  Derived from
8444         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
8445
8446 2007-01-10  Eric Blake  <ebb9@byu.net>
8447
8448         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
8449         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
8450         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8451         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
8452         Reported by Chris McGuire.
8453
8454 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8455
8456         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
8457         in sed script.
8458
8459 2007-01-09  Bruno Haible  <bruno@clisp.org>
8460
8461         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
8462         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
8463         variables.
8464         (func_module): Use them.
8465
8466 2007-01-09  Bruno Haible  <bruno@clisp.org>
8467
8468         * modules/unistr/base: New file.
8469         * lib/unistr.h: New file.
8470
8471         * modules/unistr/u8-to-u16: New file.
8472         * lib/unistr/u8-to-u16.c: New file.
8473
8474         * modules/unistr/u8-to-u32: New file.
8475         * lib/unistr/u8-to-u32.c: New file.
8476
8477         * modules/unistr/u16-to-u8: New file.
8478         * lib/unistr/u16-to-u8.c: New file.
8479
8480         * modules/unistr/u16-to-u32: New file.
8481         * lib/unistr/u16-to-u32.c: New file.
8482
8483         * modules/unistr/u32-to-u8: New file.
8484         * lib/unistr/u32-to-u8.c: New file.
8485
8486         * modules/unistr/u32-to-u16: New file.
8487         * lib/unistr/u32-to-u16.c: New file.
8488
8489         * modules/unistr/u8-check: New file.
8490         * modules/unistr/u16-check: New file.
8491         * modules/unistr/u32-check: New file.
8492         * lib/unistr/u8-check.c: New file.
8493         * lib/unistr/u16-check.c: New file.
8494         * lib/unistr/u32-check.c: New file.
8495
8496         * modules/unistr/u8-chr: New file.
8497         * modules/unistr/u16-chr: New file.
8498         * modules/unistr/u32-chr: New file.
8499         * lib/unistr/u8-chr.c: New file.
8500         * lib/unistr/u16-chr.c: New file.
8501         * lib/unistr/u32-chr.c: New file.
8502
8503         * modules/unistr/u8-cmp: New file.
8504         * modules/unistr/u16-cmp: New file.
8505         * modules/unistr/u32-cmp: New file.
8506         * lib/unistr/u8-cmp.c: New file.
8507         * lib/unistr/u16-cmp.c: New file.
8508         * lib/unistr/u32-cmp.c: New file.
8509
8510         * modules/unistr/u8-cpy: New file.
8511         * modules/unistr/u16-cpy: New file.
8512         * modules/unistr/u32-cpy: New file.
8513         * lib/unistr/u8-cpy.c: New file.
8514         * lib/unistr/u16-cpy.c: New file.
8515         * lib/unistr/u32-cpy.c: New file.
8516         * lib/unistr/u-cpy.h: New file.
8517
8518         * modules/unistr/u8-cpy-alloc: New file.
8519         * modules/unistr/u16-cpy-alloc: New file.
8520         * modules/unistr/u32-cpy-alloc: New file.
8521         * lib/unistr/u8-cpy-alloc.c: New file.
8522         * lib/unistr/u16-cpy-alloc.c: New file.
8523         * lib/unistr/u32-cpy-alloc.c: New file.
8524         * lib/unistr/u-cpy-alloc.h: New file.
8525
8526         * modules/unistr/u8-endswith: New file.
8527         * modules/unistr/u16-endswith: New file.
8528         * modules/unistr/u32-endswith: New file.
8529         * lib/unistr/u8-endswith.c: New file.
8530         * lib/unistr/u16-endswith.c: New file.
8531         * lib/unistr/u32-endswith.c: New file.
8532         * lib/unistr/u-endswith.h: New file.
8533
8534         * modules/unistr/u8-mblen: New file.
8535         * modules/unistr/u16-mblen: New file.
8536         * modules/unistr/u32-mblen: New file.
8537         * lib/unistr/u8-mblen.c: New file.
8538         * lib/unistr/u16-mblen.c: New file.
8539         * lib/unistr/u32-mblen.c: New file.
8540
8541         * modules/unistr/u8-mbtouc: New file.
8542         * modules/unistr/u16-mbtouc: New file.
8543         * modules/unistr/u32-mbtouc: New file.
8544         * lib/unistr/u8-mbtouc.c: New file.
8545         * lib/unistr/u16-mbtouc.c: New file.
8546         * lib/unistr/u32-mbtouc.c: New file.
8547
8548         * modules/unistr/u8-mbtouc-safe: New file.
8549         * modules/unistr/u16-mbtouc-safe: New file.
8550         * modules/unistr/u32-mbtouc-safe: New file.
8551         * lib/unistr/u8-mbtouc-safe.c: New file.
8552         * lib/unistr/u16-mbtouc-safe.c: New file.
8553         * lib/unistr/u32-mbtouc-safe.c: New file.
8554
8555         * modules/unistr/u8-move: New file.
8556         * modules/unistr/u16-move: New file.
8557         * modules/unistr/u32-move: New file.
8558         * lib/unistr/u8-move.c: New file.
8559         * lib/unistr/u16-move.c: New file.
8560         * lib/unistr/u32-move.c: New file.
8561         * lib/unistr/u-move.h: New file.
8562
8563         * modules/unistr/u8-next: New file.
8564         * modules/unistr/u16-next: New file.
8565         * modules/unistr/u32-next: New file.
8566         * lib/unistr/u8-next.c: New file.
8567         * lib/unistr/u16-next.c: New file.
8568         * lib/unistr/u32-next.c: New file.
8569
8570         * modules/unistr/u8-prev: New file.
8571         * modules/unistr/u16-prev: New file.
8572         * modules/unistr/u32-prev: New file.
8573         * lib/unistr/u8-prev.c: New file.
8574         * lib/unistr/u16-prev.c: New file.
8575         * lib/unistr/u32-prev.c: New file.
8576
8577         * modules/unistr/u8-set: New file.
8578         * modules/unistr/u16-set: New file.
8579         * modules/unistr/u32-set: New file.
8580         * lib/unistr/u8-set.c: New file.
8581         * lib/unistr/u16-set.c: New file.
8582         * lib/unistr/u32-set.c: New file.
8583         * lib/unistr/u-set.h: New file.
8584
8585         * modules/unistr/u8-startswith: New file.
8586         * modules/unistr/u16-startswith: New file.
8587         * modules/unistr/u32-startswith: New file.
8588         * lib/unistr/u8-startswith.c: New file.
8589         * lib/unistr/u16-startswith.c: New file.
8590         * lib/unistr/u32-startswith.c: New file.
8591         * lib/unistr/u-startswith.h: New file.
8592
8593         * modules/unistr/u8-stpcpy: New file.
8594         * modules/unistr/u16-stpcpy: New file.
8595         * modules/unistr/u32-stpcpy: New file.
8596         * lib/unistr/u8-stpcpy.c: New file.
8597         * lib/unistr/u16-stpcpy.c: New file.
8598         * lib/unistr/u32-stpcpy.c: New file.
8599         * lib/unistr/u-stpcpy.h: New file.
8600
8601         * modules/unistr/u8-stpncpy: New file.
8602         * modules/unistr/u16-stpncpy: New file.
8603         * modules/unistr/u32-stpncpy: New file.
8604         * lib/unistr/u8-stpncpy.c: New file.
8605         * lib/unistr/u16-stpncpy.c: New file.
8606         * lib/unistr/u32-stpncpy.c: New file.
8607         * lib/unistr/u-stpncpy.h: New file.
8608
8609         * modules/unistr/u8-strcat: New file.
8610         * modules/unistr/u16-strcat: New file.
8611         * modules/unistr/u32-strcat: New file.
8612         * lib/unistr/u8-strcat.c: New file.
8613         * lib/unistr/u16-strcat.c: New file.
8614         * lib/unistr/u32-strcat.c: New file.
8615         * lib/unistr/u-strcat.h: New file.
8616
8617         * modules/unistr/u8-strchr: New file.
8618         * modules/unistr/u16-strchr: New file.
8619         * modules/unistr/u32-strchr: New file.
8620         * lib/unistr/u8-strchr.c: New file.
8621         * lib/unistr/u16-strchr.c: New file.
8622         * lib/unistr/u32-strchr.c: New file.
8623
8624         * modules/unistr/u8-strcmp: New file.
8625         * modules/unistr/u16-strcmp: New file.
8626         * modules/unistr/u32-strcmp: New file.
8627         * lib/unistr/u8-strcmp.c: New file.
8628         * lib/unistr/u16-strcmp.c: New file.
8629         * lib/unistr/u32-strcmp.c: New file.
8630
8631         * modules/unistr/u8-strcpy: New file.
8632         * modules/unistr/u16-strcpy: New file.
8633         * modules/unistr/u32-strcpy: New file.
8634         * lib/unistr/u8-strcpy.c: New file.
8635         * lib/unistr/u16-strcpy.c: New file.
8636         * lib/unistr/u32-strcpy.c: New file.
8637         * lib/unistr/u-strcpy.h: New file.
8638
8639         * modules/unistr/u8-strcspn: New file.
8640         * modules/unistr/u16-strcspn: New file.
8641         * modules/unistr/u32-strcspn: New file.
8642         * lib/unistr/u8-strcspn.c: New file.
8643         * lib/unistr/u16-strcspn.c: New file.
8644         * lib/unistr/u32-strcspn.c: New file.
8645         * lib/unistr/u-strcspn.h: New file.
8646
8647         * modules/unistr/u8-strdup: New file.
8648         * modules/unistr/u16-strdup: New file.
8649         * modules/unistr/u32-strdup: New file.
8650         * lib/unistr/u8-strdup.c: New file.
8651         * lib/unistr/u16-strdup.c: New file.
8652         * lib/unistr/u32-strdup.c: New file.
8653         * lib/unistr/u-strdup.h: New file.
8654
8655         * modules/unistr/u8-strlen: New file.
8656         * modules/unistr/u16-strlen: New file.
8657         * modules/unistr/u32-strlen: New file.
8658         * lib/unistr/u8-strlen.c: New file.
8659         * lib/unistr/u16-strlen.c: New file.
8660         * lib/unistr/u32-strlen.c: New file.
8661         * lib/unistr/u-strlen.h: New file.
8662
8663         * modules/unistr/u8-strmblen: New file.
8664         * modules/unistr/u16-strmblen: New file.
8665         * modules/unistr/u32-strmblen: New file.
8666         * lib/unistr/u8-strmblen.c: New file.
8667         * lib/unistr/u16-strmblen.c: New file.
8668         * lib/unistr/u32-strmblen.c: New file.
8669
8670         * modules/unistr/u8-strmbtouc: New file.
8671         * modules/unistr/u16-strmbtouc: New file.
8672         * modules/unistr/u32-strmbtouc: New file.
8673         * lib/unistr/u8-strmbtouc.c: New file.
8674         * lib/unistr/u16-strmbtouc.c: New file.
8675         * lib/unistr/u32-strmbtouc.c: New file.
8676
8677         * modules/unistr/u8-strncat: New file.
8678         * modules/unistr/u16-strncat: New file.
8679         * modules/unistr/u32-strncat: New file.
8680         * lib/unistr/u8-strncat.c: New file.
8681         * lib/unistr/u16-strncat.c: New file.
8682         * lib/unistr/u32-strncat.c: New file.
8683         * lib/unistr/u-strncat.h: New file.
8684
8685         * modules/unistr/u8-strncmp: New file.
8686         * modules/unistr/u16-strncmp: New file.
8687         * modules/unistr/u32-strncmp: New file.
8688         * lib/unistr/u8-strncmp.c: New file.
8689         * lib/unistr/u16-strncmp.c: New file.
8690         * lib/unistr/u32-strncmp.c: New file.
8691
8692         * modules/unistr/u8-strncpy: New file.
8693         * modules/unistr/u16-strncpy: New file.
8694         * modules/unistr/u32-strncpy: New file.
8695         * lib/unistr/u8-strncpy.c: New file.
8696         * lib/unistr/u16-strncpy.c: New file.
8697         * lib/unistr/u32-strncpy.c: New file.
8698         * lib/unistr/u-strncpy.h: New file.
8699
8700         * modules/unistr/u8-strnlen: New file.
8701         * modules/unistr/u16-strnlen: New file.
8702         * modules/unistr/u32-strnlen: New file.
8703         * lib/unistr/u8-strnlen.c: New file.
8704         * lib/unistr/u16-strnlen.c: New file.
8705         * lib/unistr/u32-strnlen.c: New file.
8706         * lib/unistr/u-strnlen.h: New file.
8707
8708         * modules/unistr/u8-strpbrk: New file.
8709         * modules/unistr/u16-strpbrk: New file.
8710         * modules/unistr/u32-strpbrk: New file.
8711         * lib/unistr/u8-strpbrk.c: New file.
8712         * lib/unistr/u16-strpbrk.c: New file.
8713         * lib/unistr/u32-strpbrk.c: New file.
8714         * lib/unistr/u-strpbrk.h: New file.
8715
8716         * modules/unistr/u8-strrchr: New file.
8717         * modules/unistr/u16-strrchr: New file.
8718         * modules/unistr/u32-strrchr: New file.
8719         * lib/unistr/u8-strrchr.c: New file.
8720         * lib/unistr/u16-strrchr.c: New file.
8721         * lib/unistr/u32-strrchr.c: New file.
8722
8723         * modules/unistr/u8-strspn: New file.
8724         * modules/unistr/u16-strspn: New file.
8725         * modules/unistr/u32-strspn: New file.
8726         * lib/unistr/u8-strspn.c: New file.
8727         * lib/unistr/u16-strspn.c: New file.
8728         * lib/unistr/u32-strspn.c: New file.
8729         * lib/unistr/u-strspn.h: New file.
8730
8731         * modules/unistr/u8-strstr: New file.
8732         * modules/unistr/u16-strstr: New file.
8733         * modules/unistr/u32-strstr: New file.
8734         * lib/unistr/u8-strstr.c: New file.
8735         * lib/unistr/u16-strstr.c: New file.
8736         * lib/unistr/u32-strstr.c: New file.
8737         * lib/unistr/u-strstr.h: New file.
8738
8739         * modules/unistr/u8-strtok: New file.
8740         * modules/unistr/u16-strtok: New file.
8741         * modules/unistr/u32-strtok: New file.
8742         * lib/unistr/u8-strtok.c: New file.
8743         * lib/unistr/u16-strtok.c: New file.
8744         * lib/unistr/u32-strtok.c: New file.
8745         * lib/unistr/u-strtok.h: New file.
8746
8747         * modules/unistr/u8-uctomb: New file.
8748         * modules/unistr/u16-uctomb: New file.
8749         * modules/unistr/u32-uctomb: New file.
8750         * lib/unistr/u8-uctomb.c: New file.
8751         * lib/unistr/u16-uctomb.c: New file.
8752         * lib/unistr/u32-uctomb.c: New file.
8753
8754         * MODULES.html.sh (Unicode string functions): Add the new modules.
8755
8756 2007-01-08  Bruno Haible  <bruno@clisp.org>
8757
8758         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
8759         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
8760         subdirectories.
8761
8762 2007-01-08  Karl Berry  <karl@gnu.org>
8763
8764         * doc/error.texi: mention that main() fns must set program_name
8765         when progname is used.
8766
8767 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
8768
8769         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
8770         WCTYPE_H is empty, for the benefit of builds from non-distclean
8771         directories.  Problem reported by Eric Blake in
8772         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
8773
8774 2007-01-08  Bruno Haible  <bruno@clisp.org>
8775
8776         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
8777         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
8778         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
8779         PROVIDE_CANONICALIZE_FILENAME_MODE.
8780         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
8781
8782 2007-01-08  Bruno Haible  <bruno@clisp.org>
8783
8784         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
8785         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
8786         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
8787         * lib/fts.c: Likewise.
8788         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
8789
8790 2006-12-25  Bruno Haible  <bruno@clisp.org>
8791
8792         * modules/utf8-ucs4-safe: New file.
8793         * lib/utf8-ucs4-safe.h: New file.
8794         * lib/unistr/utf8-ucs4-safe.c: New file.
8795
8796         * modules/utf16-ucs4-safe: New file.
8797         * lib/utf16-ucs4-safe.h: New file.
8798         * lib/unistr/utf16-ucs4-safe.c: New file.
8799
8800         * MODULES.html.sh (Unicode string functions): Add the new modules.
8801
8802 2007-01-08  Bruno Haible  <bruno@clisp.org>
8803
8804         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
8805         (Depends-on): Add unitypes.
8806         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8807         (u8_mbtouc_aux): Move out to separate file.
8808         (u8_mbtouc): Use ucs4_t, uint8_t types.
8809         * lib/unistr/utf8-ucs4.c: New file.
8810
8811         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
8812         (Depends-on): Add unitypes.
8813         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8814         (u16_mbtouc_aux): Move out to separate file.
8815         (u16_mbtouc): Use ucs4_t, uint16_t types.
8816         * lib/unistr/utf16-ucs4.c: New file.
8817
8818         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
8819         (Depends-on): Add unitypes.
8820         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
8821         (u8_uctomb_aux): Move out to separate file.
8822         (u8_uctomb): Use ucs4_t, uint8_t types.
8823         * lib/unistr/ucs4-utf8.c: New file.
8824
8825         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
8826         (Depends-on): Add unitypes.
8827         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
8828         (u16_uctomb_aux): Move out to separate file.
8829         (u16_uctomb): Use ucs4_t, uint16_t types.
8830         * lib/unistr/ucs4-utf16.c: New file.
8831
8832 2006-12-25  Bruno Haible  <bruno@clisp.org>
8833
8834         * modules/unitypes: New file.
8835         * lib/unitypes.h: New file.
8836         * MODULES.html.sh (func_all_modules): New section "Unicode string
8837         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
8838         this section. Add unitypes.
8839
8840 2007-01-08  Bruno Haible  <bruno@clisp.org>
8841
8842         Avoid variable names that conflict with those from libtool.
8843         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
8844         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
8845         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
8846         library_names_spec to acl_library_names_spec, hardcode_* to
8847         acl_hardcode_*.
8848         Reported by Ralf Wildenhues.
8849
8850 2007-01-08  Bruno Haible  <bruno@clisp.org>
8851
8852         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
8853         definition.
8854         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
8855         definition.
8856         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
8857         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
8858         definition.
8859         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
8860         definition.
8861         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
8862         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
8863         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
8864         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
8865         definition.
8866         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
8867         definition.
8868         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
8869         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
8870         GC_USE_<algorithm>.
8871         * lib/gc-libgcrypt.c: Likewise.
8872         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
8873         * modules/gc-arctwo (configure.ac): Likewise.
8874         * modules/gc-des (configure.ac): Likewise.
8875         * modules/gc-hmac-md5 (configure.ac): Likewise.
8876         * modules/gc-hmac-sha1 (configure.ac): Likewise.
8877         * modules/gc-md2 (configure.ac): Likewise.
8878         * modules/gc-md4 (configure.ac): Likewise.
8879         * modules/gc-md5 (configure.ac): Likewise.
8880         * modules/gc-random (configure.ac): Likewise.
8881         * modules/gc-rijndael (configure.ac): Likewise.
8882         * modules/gc-sha1 (configure.ac): Likewise.
8883
8884 2007-01-08  Bruno Haible  <bruno@clisp.org>
8885
8886         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
8887         macro definition.
8888         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
8889         definition.
8890         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
8891         definition.
8892         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
8893         * modules/fcntl-safer (configure.ac): Likewise.
8894         * modules/fopen-safer (configure.ac): Likewise.
8895         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
8896         GNULIB_FWRITEERROR macro definition.
8897
8898 2007-01-08  Bruno Haible  <bruno@clisp.org>
8899
8900         * m4/gnulib-common.m4: New file.
8901         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8902         (func_get_filelist): Add m4/gnulib-common.m4.
8903
8904 2007-01-08  Bruno Haible  <bruno@clisp.org>
8905
8906         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8907         command.
8908
8909 2007-01-08  Jim Meyering  <jim@meyering.net>
8910
8911         Use a more robust test for a "can't happen" condition.
8912         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8913         narrowed the st_size value.  Presuming the "can't happen" condition
8914         is true, that narrowing could conceivably convert an invalid st_size
8915         value into a valid one.  Instead, use a change based on Matthew
8916         Woehlke's original patch.
8917
8918         Slight readability improvement: use an assert-like macro
8919         in place of literal "abort ()" uses.
8920         * lib/fts.c (fts_assert): Define.
8921         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8922         Use this macro instead of a bare 'abort'.
8923
8924 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8925
8926         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8927         simply work around them.
8928         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8929         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8930         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8931         declaring.
8932         Don't bother to define as macros, since the standard doesn't require it.
8933         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8934         longer worry about IRIX 5.3.
8935         (HAVE_WCTYPE_CTMP_BUG): Remove.
8936
8937 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8938
8939         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8940         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8941         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8942         Problems reported by Georg Schwarz for IRIX 5.3.
8943
8944         * gnulib-tool (autoconf_minversion): Take the maximum version number
8945         found, not the minimum.  Problem reported by James Youngman.
8946
8947 2007-01-03  Karl Berry  <karl@gnu.org>
8948
8949         * doc/error.texi: new file, explaining interaction with progname.
8950         * doc/gnulib.texi: include it.  Update copyright.
8951
8952 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8953
8954         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8955         AC_CANONICAL_HOST, to improve autobuild outputs.
8956
8957 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8958             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8959
8960         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8961         sockets, server sockets, and other file descriptors.  Count errors
8962         to compute the return value.  Reorder the code a bit to be easier
8963         to follow.  Don't set event bits that were not requested (except
8964         POLLERR and POLLHUP).
8965
8966 2007-01-01  Bruno Haible  <bruno@clisp.org>
8967
8968         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8969
8970 2007-01-03  Jim Meyering  <jim@meyering.net>
8971
8972         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8973
8974 2007-01-02  Bruno Haible  <bruno@clisp.org>
8975
8976         * modules/settime (Include): Require timespec.h.
8977         * modules/nanosleep (Include): Likewise.
8978
8979 2007-01-01  Bruno Haible  <bruno@clisp.org>
8980
8981         * gnulib-tool (func_emit_copyright_notice): Bump year.
8982         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8983
8984 2007-01-01  Bruno Haible  <bruno@clisp.org>
8985
8986         Improve support for OpenBSD.
8987         * build-aux/config.rpath (libname_spec): Export.
8988         (library_names_spec): New variable. Export.
8989         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8990         library_names_spec from the config.rpath output. Locate shared library
8991         through the name pattern in library_names_spec.
8992
8993 2007-01-01  Eric Blake  <ebb9@byu.net>
8994
8995         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
8996
8997 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
8998
8999         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
9000         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
9001         assume the C locale, and avoid an "eval" that could cause trouble.
9002         Problem with SORT reported by Bob Proulx.
9003
9004         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
9005         Define.  Trivial patch from Henning Nielsen Lund, originally
9006         sent to bug-grep@gnu.org today.
9007
9008 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
9009
9010         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
9011         struct stat.  Problem reported by Henning Nielsen Lund.
9012         * lib/acl.c: Include acl.h first, to check interface.  Don't
9013         bother to include sys/types.h and sys/stat.h again.
9014
9015 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
9016
9017         Import the following change from libc; problem reported by
9018         Sven Verdoolaege.
9019
9020         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
9021
9022         [BZ #1373]
9023         * lib/argp.h: Remove __NTH for __argp_usage inline function.
9024
9025 2006-12-28  Jim Meyering  <jim@meyering.net>
9026
9027         * build-aux/announce-gen: Do not assume that the package
9028         builds any of tar.gz, tar.bz2, and .xdelta files.
9029         Suggestion from Simon Josefsson.
9030
9031 2006-12-28  Simon Josefsson  <simon@josefsson.org>
9032
9033         * modules/announce-gen: New file.
9034
9035 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
9036
9037         * lib/mbchar.h: Just include <wctype.h>; the wctype module
9038         handles its gotchas now.
9039         * lib/mbswidth.c: Likewise.
9040         * lib/wcwidth.h: Likewise.
9041         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
9042         and iswcntrl; the wctype module does this stuff now.
9043         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
9044         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
9045         * modules/mbchar (Depends-on): Add wctype.
9046         * modules/mbswidth (Depends-on): Likewise.
9047         * modules/wcwidth (Depends-on): Likewise.
9048
9049 2006-12-27  Eric Blake  <ebb9@byu.net>
9050
9051         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
9052         module uses more than what <wctype.h> is required to provide.
9053
9054 2006-12-26  Eric Blake  <ebb9@byu.net>
9055
9056         * gnulib-tool (sed_extract_prog): Avoid space-tab.
9057
9058 2006-12-26  Eric Blake  <ebb9@byu.net>
9059
9060         * modules/absolute-header: New module.
9061         * modules/fcntl (Depends-on): Depend on it.
9062         * modules/inttypes (Depends-on): Likewise.
9063         * modules/stdint (Depends-on): Likewise.
9064         * modules/sys_stat (Depends-on): Likewise.
9065         * modules/wctype (Depends-on): Likewise.
9066         * MODULES.html.sh (Support for building libraries and
9067         executables): Document it.
9068
9069 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
9070
9071         * gnulib-tool (SED): Remove, undoing previous change.
9072         The problem was that it broke coreutils on Solaris, because
9073         "sed --posix" leaked into a makefile.
9074         (sed): New alias, if 'alias' and GNU sed.
9075
9076 2006-12-24  Jim Meyering  <jim@meyering.net>
9077
9078         Work around an fchownat bug in glibc-2.4:
9079         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
9080         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
9081         in spite of the -P option.
9082         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
9083         New macros.
9084         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
9085         * modules/openat (Files): Add lib/fchownat.c.
9086         * lib/openat.c (fchownat): Don't define here.  Move to...
9087         * lib/fchownat.c: ...this new file.
9088
9089 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
9090
9091         Fix bug reported by Bruno Haible in
9092         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
9093         where quotearg.c didn't compile on Mac OS X 10.2 because it
9094         lacks <wchar.h> and wint_t.
9095         * lib/wctype_.h (__wctype_wint_t): New type.
9096         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
9097         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
9098         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
9099         Arg is now of type __wctype_wint_t, not wint_t.
9100         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
9101         substitute HAVE_WINT_T.
9102         * modules/wctype (Files): Add m4/wint_t.m4.
9103         (wctype.h): Substitute HAVE_WINT_T.
9104
9105 2006-12-23  Bruno Haible  <bruno@clisp.org>
9106
9107         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
9108
9109 2006-12-23  Bruno Haible  <bruno@clisp.org>
9110
9111         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
9112         S_ISLNK.
9113         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
9114         mingw.
9115
9116 2006-12-22  Bruno Haible  <bruno@clisp.org>
9117
9118         * lib/copy-file.c: Include acl.h.
9119         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
9120         Close the file descriptors only after being done with copy_acl.
9121         * modules/copy-file (Depends-on): Add acl.
9122
9123 2006-12-22  Bruno Haible  <bruno@clisp.org>
9124
9125         * gnulib-tool (SED): New variable.
9126         Use $SED instead of sed everywhere.
9127
9128 2006-12-22  Bruno Haible  <bruno@clisp.org>
9129
9130         * modules/no-c++: New file.
9131         * m4/no-c++.m4: New file.
9132         * MODULES.html.sh (Support for building libraries and executables):
9133         Add no-c++.
9134
9135 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
9136
9137         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
9138         Include <limits.h>, and use its INT_MAX to rewrite the
9139         j loop so that it does not overflow 'int'.  Problem reported by
9140         Ralf Wildenhues in
9141         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
9142         Play it safe by shifting left by 1 rather than multiplying by 2,
9143         as GCC is less likely to optimize this away when the value
9144         is signed (when it assumes overflow leads to undefined behavior).
9145         Also, don't assume time_t uses two's complement.
9146
9147 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
9148
9149         * MODULES.html.sh: New module wctype.
9150         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
9151         * lib/fnmatch.c: Don't bother to include <wchar.h> before
9152         <wctype.h>, since the new wctype module should fix this.
9153         * lib/quotearg.c: Include <wctype.h> unconditionally, since
9154         the wctype module should arrange for it.
9155         * lib/regex_internal.h: Likewise.
9156         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
9157         since the wctype module should handle this now.
9158         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
9159         * modules/fnmatch (Depends-on): Add wctype.
9160         * modules/quotearg (Depends-on): Likewise.
9161         * modules/regex (Depends-on): Likewise.
9162
9163 2006-12-19  Bruno Haible  <bruno@clisp.org>
9164
9165         * lib/strdup.h [C++]: Wrap definitions in extern "C".
9166         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
9167
9168 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9169
9170         * modules/savewd (Depends-on): Fix dependency on fcntl.
9171
9172 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9173
9174         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
9175         conforms to C99, rather than relying on the user's environment
9176         setting of STDINT_H.
9177
9178 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9179         and Eric Blake  <ebb9@byu.net>
9180
9181         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
9182         This is more consistent with the other defines here.
9183         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
9184         Port to z/OS.  Problem reported by Paul Gilmartin.
9185         Change local vars to use gl_ prefix rather than ac_.
9186         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
9187         with other defines.
9188         * modules/double-slash-root: New module.
9189         * modules/dirname (Files): Remove m4/double-slash-root.m4.
9190         (Depends-on): Add double-slash-root.
9191         * MODULES.html.sh (File system functions): Mention new module.
9192
9193 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
9194
9195         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
9196         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
9197         This is for the benefit of gzip, which doesn't do i18n.
9198
9199 2006-12-12  Jim Meyering  <jim@meyering.net>
9200
9201         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
9202         Reported by Andreas Schwab <schwab@suse.de>.
9203
9204 2006-12-12  Bruno Haible  <bruno@clisp.org>
9205
9206         Merge these changes.
9207         2006-09-05  Bruno Haible  <bruno@clisp.org>
9208         * lib/iconvme.c (iconv_string): No need to save and restore errno when
9209         iconv_alloc succeeded.
9210         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
9211         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
9212         test for " && dest " at the end - dest is always != NULL there. Call
9213         iconv with 4xNULL arguments initially, to reset the state. Call iconv
9214         with 2xNULL arguments, also to flush the state storage. Handle the
9215         IRIX iconv behaviour. Realloc the final result, to throw away unused
9216         memory.
9217
9218 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
9219
9220         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
9221         and fchmodat unconditionally, since glibc 2.4 has them.
9222         Problem reported by Arkadiusz Miskiewicz.
9223
9224 2006-12-10  Bruno Haible  <bruno@clisp.org>
9225
9226         * gnulib-tool (func_import): Show the include files only for those
9227         modules that are copied and specified.
9228         Reported by Karl Berry.
9229
9230 2006-12-08  Jim Meyering  <jim@meyering.net>
9231
9232         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
9233         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
9234
9235         * build-aux/announce-gen: Add two new options, both optional:
9236         --bootstrap-tools=TOOL_LIST
9237               a comma-separated list of tools, e.g.,
9238               autoconf,automake,bison,gnulib
9239         --gnulib-snapshot-date=DATE
9240               if gnulib is in the bootstrap tool list,
9241               then report this as the snapshot date.
9242               If not specified, use the current date/time.
9243               If you specify a date here, be sure it's UTC.
9244
9245 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9246
9247         * tests/test-argp-2.sh: Fix test to match actual output.
9248         (func_compare): Fix sed script to be portable.
9249
9250 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
9251
9252         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
9253         workaround for this case.  It is not autoconfigured now; offhand
9254         it's hard to see how to autoconfigure it.
9255
9256 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
9257
9258         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
9259         a directory that is about to be chowned.  Such a directory's
9260         initial file permissions should permit the owner only and this
9261         should not be changed until after the chown, since the group and
9262         other bits would be incorrect if they granted permission before
9263         the chown.
9264
9265         Fix porting problem for iswctype reported by Georg Schwarz in:
9266         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
9267         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
9268         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
9269         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
9270         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
9271
9272 2006-12-03  Jim Meyering  <jim@meyering.net>
9273
9274         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
9275         p->fts_statp may not yet be defined.
9276         (fts_read): Instead, set it in the caller, once p->fts_statp is
9277         sure to be defined, and corresponds to a top-level directory.
9278         This bug made du -x fail.  Here's the coreutils test case:
9279         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
9280         Reported by Mike Frysinger.
9281
9282 2006-12-01  Jim Meyering  <jim@meyering.net>
9283
9284         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
9285         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
9286         Reported by Simon Josefsson.
9287
9288 2006-11-30  Jim Meyering  <jim@meyering.net>
9289
9290         * m4/warning.m4: Use the all-permissive copyright notice
9291         recommended by RMS (rather than LGPL).
9292         * m4/vararrays.m4: Likewise.
9293         * m4/flexmember.m4: Likewise.
9294
9295 2006-11-29  Bruno Haible  <bruno@clisp.org>
9296
9297         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
9298         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
9299         using +=.
9300         Reported by Simon Josefsson <simon@josefsson.org>.
9301
9302 2006-11-28  James Youngman <jay@gnu.org>
9303
9304         * README: Advise users that they might find the bug-gnulib@gnu.org
9305         and autotools-announce@gnu.org mailing lists useful.
9306
9307 2006-11-28  Bruno Haible  <bruno@clisp.org>
9308
9309         * m4/ptrdiff_max.m4: Remove file.
9310
9311 2006-11-21  Bruno Haible  <bruno@clisp.org>
9312
9313         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
9314         _AC_COMPUTE_INT.
9315         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9316         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
9317         _AC_COMPUTE_INT.
9318         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9319         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
9320         _AC_COMPUTE_INT.
9321         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9322
9323 2006-11-28  Jim Meyering  <jim@meyering.net>
9324
9325         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
9326         warning from "gcc -Wshadow" about shadowing the builtin.
9327
9328 2006-11-27  Bruno Haible  <bruno@clisp.org>
9329
9330         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
9331         _AC_COMPUTE_INT.
9332         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9333
9334 2006-11-27  Bruno Haible  <bruno@clisp.org>
9335             Paul Eggert  <eggert@cs.ucla.edu>
9336
9337         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
9338
9339 2006-11-26  Bruno Haible  <bruno@clisp.org>
9340
9341         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
9342         noinst_LTLIBRARIES.
9343
9344 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
9345             Bruno Haible  <bruno@clisp.org>
9346
9347         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
9348         if compiling with "gcc -ansi".
9349
9350 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
9351
9352         Fix some incompatibilities with gcc -ansi -pedantic.
9353         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
9354         if compiling pedantically with GCC, unless it's C99 or later.
9355         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
9356         it mishandles gcc -ansi -pedantic as well.
9357         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
9358         if gcc -pedantic.
9359         * lib/regexec.c (check_node_accept_bytes): Don't use auto
9360         initializers for struct if -pedantic, unless it's C99 or later.
9361
9362 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
9363
9364         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
9365         Don't close an fd more than once. Identical atimes indicate
9366         success, not failure.
9367
9368 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
9369
9370         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
9371
9372 2006-11-23  Jim Meyering  <jim@meyering.net>
9373
9374         * build-aux/announce-gen: New file.  From coreutils.
9375
9376 2006-11-22  Jim Meyering  <jim@meyering.net>
9377
9378         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
9379         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
9380         (fts_read): Use a temporary to narrow the overused st_size member
9381         before using it in a switch statement.  Reported by Matthew Woehlke.
9382
9383         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
9384         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9385
9386 2006-11-20  Bruno Haible  <bruno@clisp.org>
9387
9388         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
9389         changequote instead of pairs of brackets.
9390         Reported by Andreas Schwab <schwab@suse.de>.
9391
9392 2006-11-21  Jim Meyering  <jim@meyering.net>
9393
9394         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
9395         so as to remain compatible with older compilers.
9396         Patch from Michael Deutschmann.
9397
9398 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
9399
9400         * MODULES.html.sh (File system functions): Add openat.
9401
9402         * lib/openat.h (rpl_fstatat): New macro, if
9403         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
9404         (fstatat): Define to rpl_fstatat under the same conditions,
9405         unless COMPILING_FSTATAT.
9406         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
9407         seems to have the bug.
9408         * lib/fstatat.c: New file.
9409         * modules/openat (Files): Add it.
9410
9411 2006-11-20  Bruno Haible  <bruno@clisp.org>
9412
9413         * Makefile: New file.
9414
9415 2006-11-20  Jim Meyering  <jim@meyering.net>
9416
9417         The beginnings of syntax-related checks for gnulib.
9418         * lib/Makefile: New file.
9419         * lib/t-idcache: New script.  Ensure that the two halves of
9420         idcache.c stay in sync.
9421
9422         * lib/idcache.c: Adjust comments in user- and group- portions to
9423         be more accurate, and to be consistent with one another.
9424
9425 2006-11-20  Jim Meyering  <jim@meyering.net>
9426
9427         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
9428         continue using the flexible array member (thus, this module performs
9429         half as many malloc calls), with the addition that...
9430         (getgroup, getuser): Consistently record a non-match via an empty
9431         "name" string, and map an empty string match to a NULL return value.
9432         * modules/idcache (Depends-on): Re-add flexmember.
9433
9434         * lib/idcache.c (getuser): Remove all uses of the register keyword.
9435         (getuidbyname, getgroup, getgidbyname): Likewise.
9436
9437         Use cleaner syntax: NULL rather than 0.
9438         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
9439
9440 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
9441
9442         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
9443         It mishandled the case where the group was missing.
9444         Problem reported by Greg Schafer.
9445         * modules/idcache: Likewise.
9446
9447 2006-11-18  Jim Meyering  <jim@meyering.net>
9448
9449         * check-module (%exempt_header): Add exception for some
9450         conditionally-included headers.
9451
9452         * modules/i-ring (Depends-on): Add verify.
9453         (License): Change to LGPL.
9454
9455 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9456
9457         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
9458         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
9459         and inttostr.h.  Use snprintf rather than uinttostr, so that
9460         LGPLed code doesn't depend on GPLed.
9461
9462 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
9463
9464         * modules/inline (License): Change from GPL to LGPL.
9465
9466 2006-11-17  Jim Meyering  <jim@meyering.net>
9467
9468         * modules/d-type (License): Switch to LGPL.
9469
9470 2006-11-15  Bruno Haible  <bruno@clisp.org>
9471
9472         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
9473
9474 2006-11-15  Eric Blake  <ebb9@byu.net>
9475
9476         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
9477         the module dependency.
9478
9479 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9480             Bruno Haible  <bruno@clisp.org>
9481
9482         * gnulib-tool (func_create_testdir): Add license consistency check.
9483
9484 2006-11-15  Eric Blake  <ebb9@byu.net>
9485
9486         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
9487         random "(cached)" in configure output.
9488
9489 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9490
9491         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
9492         test for conforming inttypes.h is both announced and cached.
9493
9494         * MODULES.html.sh (seen_modules, seen_files): New variables.
9495         (func_module): Rewrite to use a few less gnulib-tool and sed
9496         invocations.  Avoid a couple of quadratic algorithms for ...
9497         (missed_modules, missed_files): ... these, with ...
9498         (func_append, func_tmpdir): ... these new functions, from
9499         gnulib-tool.  Analogously, install traps for cleanup.
9500
9501         * tests/test-gc.c (main): Remove unused variables.
9502         * tests/test-read-file.c: Include stdlib.h, for 'free'.
9503
9504 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
9505
9506         * modules/inttostr (License): Change to LGPL.
9507
9508 2006-11-14  Eric Blake  <ebb9@byu.net>
9509
9510         * modules/tempname (License): Change to LGPL.
9511
9512 2006-11-14  Eric Blake  <ebb9@byu.net>
9513
9514         * doc/functions.texi (Function Portability): *printf functions on
9515         Cygwin now understand all POSIX size specifiers.
9516
9517 2006-11-14  Bruno Haible  <bruno@clisp.org>
9518
9519         * modules/c-ctype (License): Change to LGPL.
9520
9521 2006-11-12  Bruno Haible  <bruno@clisp.org>
9522
9523         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9524         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
9525         for GNOME libraries, for which the include files are installed in
9526         subdirectories of $prefix/include.
9527
9528 2006-11-12  Bruno Haible  <bruno@clisp.org>
9529
9530         * m4/lib-link.m4: Require at least autoconf-2.54.
9531         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
9532         name to underscores for the --with option.
9533
9534 2006-11-13  Bruno Haible  <bruno@clisp.org>
9535
9536         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
9537         the tests directory.
9538         Reported by Ralf Wildenhues.
9539
9540 2006-11-13  Bruno Haible  <bruno@clisp.org>
9541
9542         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
9543         (func_emit_initmacro_end): Undo the override here.
9544         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
9545         Works around the famous automake error in coreutils.
9546
9547 2006-11-13  Eric Blake  <ebb9@byu.net>
9548
9549         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
9550         element, not its node.
9551
9552 2006-11-12  Bruno Haible  <bruno@clisp.org>
9553
9554         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
9555         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
9556
9557 2006-11-12  Bruno Haible  <bruno@clisp.org>
9558
9559         * gnulib-tool: New option --local-symlink.
9560         (func_usage): Document it.
9561         (lsymbolic): New variable.
9562         (func_import, func_create_testdir): If --symlink was not specified,
9563         test whether --local-symlink was specified and the file comes from
9564         the local_gnulib_dir.
9565
9566 2006-11-12  Bruno Haible  <bruno@clisp.org>
9567
9568         * gnulib-tool (func_ln): New function.
9569         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
9570
9571 2006-11-12  Bruno Haible  <bruno@clisp.org>
9572
9573         Finish support for source files in subdirectories.
9574         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
9575         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
9576         AUTOMAKE_OPTIONS.
9577         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
9578
9579 2006-11-12  Bruno Haible  <bruno@clisp.org>
9580
9581         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9582         EXTRA_lib_SOURCES augmentation.
9583         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
9584
9585 2006-11-12  Jim Meyering  <jim@meyering.net>
9586
9587         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
9588         file descriptors.  This also averts a failure on systems with
9589         native openat support when a traversed directory lacks "x" access.
9590         * lib/fts_.h: Include "i-ring.h"
9591         (struct FTS) [fts_fd_ring]: New member.
9592         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
9593         (FCHDIR): Add parentheses.
9594         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
9595         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
9596         When descending, rather than simply closing the previous
9597         fts_cwd_fd value, push that file descriptor onto the ring.
9598         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
9599         (fts_open): Initialize the new fd_ring member.
9600         (fts_close): Clear the ring.
9601         (fts_safe_changedir): When possible, use our new fd_ring to skip
9602         the diropen and fstat and dev/ino comparison that would normally
9603         accompany a virtual `chdir ("..")'.
9604
9605         * modules/fts (Depends-on): Add i-ring.
9606         * modules/i-ring: New module.
9607         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
9608         * m4/i-ring.m4: New file.
9609
9610 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9611
9612         * gnulib-tool (func_create_testdir): Fix replacement of
9613         `build-aux' in configure.ac.  Run autotools in gltests
9614         subdirectory.
9615         (func_create_testdir, func_create_megatestdir, test): There is
9616         no need for '--force' in most autotool invocations in a new
9617         tree.  Actually fail the whole test if any of the tools, or the
9618         configure or make stages fail.
9619
9620         Sync from Automake.
9621         * build-aux/gnupload: Revert last change.  Add pointer to upload
9622         instructions of the GNU Maintenance Instructions.
9623         Suggestion by Karl Berry.
9624
9625 2006-11-10  Jim Meyering  <jim@meyering.net>
9626
9627         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
9628
9629 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9630
9631         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
9632         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
9633         (bind_textdomain_codeset) [! ENABLE_NLS]:
9634         Evaluate all the arguments.  That way, callers get compatible behavior
9635         if the arguments have side effects.  Also, it avoids some GCC
9636         diagnostics in some cases; Joel E. Denny reported problems when Bison
9637         was configured with --enable-gcc-warnigs.
9638
9639 2006-11-10  Jim Meyering  <jim@meyering.net>
9640
9641         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
9642         relevant options in CFLAGS (like -O, -fno-inline) are taken into
9643         account.
9644
9645 2006-11-10  Jim Meyering  <jim@meyering.net>
9646
9647         * modules/inline: New file/module.
9648         * modules/xalloc (Files): Remove m4/inline.m4.
9649         (Depends-on): Add inline, instead.
9650         * modules/oset: Likewise.
9651         * modules/list: Likewise.
9652
9653 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9654
9655         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
9656         Problem reported by Matthew Woehlke.
9657
9658 2006-11-09  Bruno Haible  <bruno@clisp.org>
9659
9660         * lib/tempname.c (gen_tempname): Remove variant that invokes
9661         __gen_tempname.
9662         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
9663         __gen_tempname.
9664
9665 2006-11-08  Bruno Haible  <bruno@clisp.org>
9666
9667         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
9668         to 'yes' instead of 'cross-compiling'.
9669
9670 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9671
9672         * lib/quotearg.h (quotearg_free): New decl.
9673         * lib/quotearg.c (quotearg_free): New function.
9674         (slot0, nslots, slotvec0, slotvec):
9675         Now file-scope so that quotearg_free can get at them.
9676
9677 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9678
9679         Sync from Automake.
9680         * build-aux/gnupload: Add missing 'gnu' to example URL.
9681         Report by Karl Berry.
9682
9683 2006-11-08  Bruno Haible  <bruno@clisp.org>
9684
9685         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
9686         Suggested by Paul Eggert.
9687
9688 2006-11-08  Jim Meyering  <jim@meyering.net>
9689
9690         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
9691         It's already included if !_LIBC.
9692         (fts_safe_changedir): Add a comment.
9693
9694 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9695
9696         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
9697         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
9698         Matthew Woehlke.
9699
9700         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
9701         definitions up, to avoid colliding with change below.
9702         (static_inline) [HAVE_INLINE]: New macro.
9703         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
9704         Provide extern decls when !HAVE_INLINE.  Do not define unless
9705         static_inline is defined, either by us or by xmalloc.c.  Use
9706         static_inline rather than static inline.
9707         (XCALLOC): Optimize sizeof(T) = 1 case.
9708         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
9709
9710 2006-11-07  Bruno Haible  <bruno@clisp.org>
9711
9712         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
9713         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
9714         AC_C_INLINE.
9715         * modules/xalloc (Files): Add m4/inline.m4.
9716
9717 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9718
9719         * README: Fix typo.
9720         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
9721         (Miscellanous Notes): ...from this.
9722
9723 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9724
9725         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
9726         Mention that offsetof should be used instead of sizeof.
9727         From Bruno Haible.
9728
9729 2006-11-07  Bruno Haible  <bruno@clisp.org>
9730
9731         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
9732
9733 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9734
9735         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9736         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
9737         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9738         (gl_tree_add_before, gl_tree_add_after):
9739         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
9740         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
9741         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
9742         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
9743         (gl_linked_add_after, gl_linked_add_at): Likewise.
9744         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
9745         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9746         (gl_tree_add_before, gl_tree_add_after): Likewise.
9747         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
9748         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
9749         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
9750
9751 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9752
9753         * lib/gl_oset.h: Use C comment style, not C++ comment style.
9754
9755 2006-11-06  Bruno Haible  <bruno@clisp.org>
9756
9757         * m4/inline.m4: New file.
9758         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
9759         * modules/list (Files): Add m4/inline.m4.
9760         * modules/oset (Files): Likewise.
9761
9762 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9763
9764         * lib/idcache.c: Include <stddef.h>, for offsetof.
9765         (struct userid.name): Change from char * to a flexible array member.
9766         All uses changed.
9767         * modules/idcache (Depends-on): Add flexmember.
9768
9769         * MODULES.html.sh (Core language properties): New module flexmember.
9770         * modules/flexmember, m4/flexmember.m4: New files.
9771
9772         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
9773         inline functions that are identical with the old xnmalloc_inline,
9774         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
9775         that we can avoid some unnecessary integer multiplications and
9776         divisions in the common case where the element size is known at
9777         compile time.
9778         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
9779         needed.
9780         (xnboundedmalloc): Remove.
9781         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
9782         arguments, for consistency with rest of this header.
9783         (xcharalloc): Rewrite using XNMALLOC.
9784         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
9785         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
9786         versions have been moved to lib/xalloc.h and renamed to be the
9787         non-*_inline versions.
9788         (xmalloc, xrealloc): Implement without reference to the xnmalloc
9789         and xnrealloc functions, since those functions are now inline and
9790         now call us.
9791         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
9792         renaming described above.
9793         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
9794         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
9795         captures the dependency in AC_C_INLINE.
9796
9797         New module canonicalize-lgpl, proposed by Charles Wilson in
9798         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
9799         with a few small changes afterwards.
9800         * MODULES.html.sh (File system functions): New module
9801         canonicalize-lgpl.
9802         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
9803         and canonicalize_file_name.
9804         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
9805         * modules/canonicalize-lgpl: New files.
9806
9807 2006-11-05  Bruno Haible  <bruno@clisp.org>
9808
9809         * gnulib-tool (func_import, func_create_testdir): Create directories
9810         also for files in subdirectories of lib/.
9811
9812 2006-11-05  Bruno Haible  <bruno@clisp.org>
9813
9814         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
9815         ANSI C compliant.
9816
9817 2006-11-03  Bruno Haible  <bruno@clisp.org>
9818
9819         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9820         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
9821         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
9822         (xnboundedmalloc): New inline function.
9823         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
9824         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
9825         xmalloc.
9826         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
9827         xmalloc.
9828         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
9829         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
9830         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
9831         xmalloc.
9832         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9833         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
9834         xmalloc.
9835         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
9836         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9837         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
9838         xmalloc.
9839         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9840         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
9841         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9842         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
9843         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
9844         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
9845         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
9846
9847 2006-11-03  Bruno Haible  <bruno@clisp.org>
9848
9849         * lib/c-ctype.h [C++]: Define functions without name mangling.
9850         * lib/fwriteerror.h [C++]: Likewise.
9851         * lib/gcd.h [C++]: Likewise.
9852         * lib/linebreak.h [C++]: Likewise.
9853
9854 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
9855
9856         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
9857         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
9858         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
9859         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9860         Check for functions and headers just once.
9861         Check for declaration of canonicalize_file_name.
9862         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
9863
9864 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9865
9866         * gnulib-tool (func_import): Fix typo in actioncmd.
9867
9868 2006-11-02  Bruno Haible  <bruno@clisp.org>
9869
9870         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
9871         newline sequence in the Makefile.am snippet as a space, like "make"
9872         does.
9873         Reported by Roger Persson <perrog@gmail.com>.
9874
9875 2006-11-01  Bruno Haible  <bruno@clisp.org>
9876
9877         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
9878         already declared in <string.h>.
9879         * lib/strcase.h (strncasecmp): Don't declare it if yes.
9880
9881 2006-11-01  Bruno Haible  <bruno@clisp.org>
9882
9883         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
9884         * lib/strcase.h: Include <string.h>.
9885         (strcasecmp): Define to rpl_strcasecmp here.
9886
9887 2006-11-01  Bruno Haible  <bruno@clisp.org>
9888
9889         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
9890
9891 2006-11-01  Eric Blake  <ebb9@byu.net>
9892
9893         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
9894
9895         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
9896
9897 2006-10-29  Bruno Haible  <bruno@clisp.org>
9898
9899         Make it compile in C++ mode.
9900         * lib/full-write.c (full_rw): Add a cast.
9901
9902 2006-11-01  Bruno Haible  <bruno@clisp.org>
9903
9904         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9905         be POSIX compliant.
9906         Reported by Roger Persson <perrog@gmail.com>.
9907
9908 2006-11-01  Eric Blake  <ebb9@byu.net>
9909
9910         * lib/getopt_.h: Fix comments.
9911
9912 2006-10-31  Eric Blake  <ebb9@byu.net>
9913
9914         * modules/tmpdir (Depends-on): Add sys_stat.
9915         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9916         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9917         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9918         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9919         tempname.
9920
9921 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9922
9923         Avoid some C++ diagnostics reported by Bruno Haible.
9924         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9925         xmalloc.
9926         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9927         (struct slotvec): Move to top level.
9928         (quotearg_n_options): Rewrite to avoid xmalloc.
9929         * lib/xalloc.h (xcharalloc): New function.
9930         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9931         [defined __cplusplus]: Add function template that provides result
9932         type propagation.  This part of the change is from Bruno Haible.
9933
9934 2006-10-29  Bruno Haible  <bruno@clisp.org>
9935
9936         Make it compile in C++ mode.
9937         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9938         * lib/strnlen1.c (strnlen1): Cast memchr result.
9939         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9940         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9941         (create_temp_dir): Rename local variable 'template'.
9942         (compile_csharp_using_sscli): Add cast.
9943         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9944         * lib/findprog.c (find_in_path): Likewise.
9945         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9946         * lib/wait-process.c (register_slave_subprocess): Likewise.
9947
9948 2006-10-22  Bruno Haible  <bruno@clisp.org>
9949
9950         * modules/tsearch: New file.
9951         * lib/tsearch.h: New file.
9952         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9953         * m4/tsearch.m4: New file.
9954         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9955
9956 2006-10-29  Eric Blake  <ebb9@byu.net>
9957
9958         * lib/arcfour.c: Assume config.h.
9959         * lib/arctwo.c: Likewise.
9960         * lib/base64.c: Likewise.
9961         * lib/check-version.c: Likewise.
9962         * lib/crc.c: Likewise.
9963         * lib/des.c: Likewise.
9964         * lib/gc-gnulib.c: Likewise.
9965         * lib/gc-libgcrypt.c: Likewise.
9966         * lib/gc-pbkdf2-sha1.c: Likewise.
9967         * lib/getaddrinfo.c: Likewise.
9968         * lib/getdelim.c: Likewise.
9969         * lib/getline.c: Likewise.
9970         * lib/hmac-md5.c: Likewise.
9971         * lib/hmac-sha1.c: Likewise.
9972         * lib/iconvme.c: Likewise.
9973         * lib/md2.c: Likewise.
9974         * lib/md4.c: Likewise.
9975         * lib/memxor.c: Likewise.
9976         * lib/read-file.c: Likewise.
9977         * lib/readline.c: Likewise.
9978         * lib/rijndael-alg-fst.c: Likewise.
9979         * lib/rijndael-api-fst.c: Likewise.
9980         * lib/xgetdomainname.c: Likewise.
9981
9982 2006-10-28  Eric Blake  <ebb9@byu.net>
9983
9984         * lib/xstrndup.c: Assume config.h.
9985
9986 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9987
9988         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9989         stat-macros.h is now for our own macros, whereas stat_h is for
9990         macros in the <sys/stat.h> name space.
9991         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
9992         (STAT_MACROS_H): Remove.
9993         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
9994         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
9995         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
9996         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
9997         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
9998         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
9999         Move these macros to ...
10000         * lib/stat_.h: here.  Don't include stat-macros.h.
10001         * lib/canonicalize.c: Don't include stat-macros.h.
10002         * lib/chown.c: Likewise.
10003         * lib/euidaccess.c: Likewise.
10004         * lib/file-type.c: Likewise.
10005         * lib/filemode.c: Likewise.
10006         * lib/glob.c: Likewise.
10007         * lib/isapipe.c: Likewise.
10008         * lib/lchown.c: Likewise.
10009         * lib/lstat.c: Likewise.
10010         * lib/mkdir-p.c: Likewise.
10011         * lib/rmdir.c: Likewise.
10012         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
10013         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
10014         unless mkdir isn't declared, to speed up 'configure'.
10015         Always create sys/stat.h, since it's unlikely any real sys/stat.h
10016         would define all the S_* symbols.
10017         * modules/canonicalize (Depends-on):
10018         Depend on sys_stat, not stat-macros.
10019         * modules/chown: Likewise.
10020         * modules/euidaccess: Likewise.
10021         * modules/filemode: Likewise.
10022         * modules/file-type: Likewise.
10023         * modules/glob: Likewise.
10024         * modules/isapipe: Likewise.
10025         * modules/lchown: Likewise.
10026         * modules/lstat: Likewise.
10027         * modules/mkancesdirs: Likewise.
10028         * modules/rmdir: Likewise.
10029         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
10030         * modules/modechange: Likewise.
10031         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
10032         (configure.ac): Remove gl_STAT_MACROS.
10033         * modules/sys_stat (Depends-on): Remove stat-macros.
10034
10035 2006-10-27  Bruno Haible  <bruno@clisp.org>
10036
10037         * m4/signed.m4: Remove file.
10038         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
10039         invocation.
10040         * modules/vasnprintf (Files): Remove m4/signed.m4.
10041
10042 2006-10-27  Bruno Haible  <bruno@clisp.org>
10043
10044         Update to GNU gettext 0.16.
10045         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
10046         m4/inttypes-h.m4, m4/signed.m4.
10047         * m4/gettext.m4: Update to GNU gettext 0.16.
10048         * m4/intl.m4: New file, from GNU gettext.
10049         * m4/intldir.m4: New file, from GNU gettext.
10050         * config/srclist.txt: Update
10051
10052 2006-10-27  Eric Blake  <ebb9@byu.net>
10053
10054         * MODULES.html.sh: Document tempname.
10055         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
10056         dependencies.
10057         (Files): Move lib/tempname.c...
10058         * modules/tempname: ...to this new module.
10059         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
10060         (gl_PREREQ_TEMPNAME): Move...
10061         * m4/tempname.m4: ...to this new file.
10062         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
10063         * modules/sys_stat (Depends-on): Add stat-macros.
10064         * lib/stat_.h (includes): Pick up stat macros.
10065         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
10066         if stat macros are broken.
10067         * lib/tempname.c (includes): No need to include "stat-macros.h".
10068         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
10069         (direxists, __path_search) [!_LIBC]: Don't compile these in
10070         gnulib; the tmpdir module covers that.
10071         * lib/tempname.h: New file.
10072
10073 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
10074
10075         * COPYING: Explain how gnulib-tool converts licence headers.
10076         Almost all wording by Eric Blake.
10077
10078 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
10079
10080         * lib/mbchar.h (is_basic_table): Make read-only.
10081         * lib/mbchar.c (is_basic_table): Likewise.
10082         Reported by John Darrington.
10083
10084 2006-10-25  Bruno Haible  <bruno@clisp.org>
10085
10086         * lib/progname.h (set_program_name): Undefine before defining.
10087
10088 2006-10-25  Bruno Haible  <bruno@clisp.org>
10089
10090         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
10091         false for non-gcc C++ compilers.
10092         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
10093
10094 2006-10-24  Bruno Haible  <bruno@clisp.org>
10095
10096         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
10097         iconv implementations like Irix iconv.
10098
10099 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10100
10101         * modules/vararrays: New file.
10102         * m4/vararrays.m4: New file, taken from diffutils.
10103         * MODULES.html.sh: New module vararrays.
10104
10105 2006-10-24  Karl Berry  <karl@gnu.org>
10106
10107         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
10108         Don't call GNU Unix.
10109
10110 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10111
10112         * users.txt: Add Libtool.
10113
10114         Sync from Libtool:
10115
10116         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10117
10118         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
10119         to gnulib's policy of including config.h unconditionally.
10120
10121 2006-10-24  Bruno Haible  <bruno@clisp.org>
10122
10123         * modules/wcwidth (Files): Add m4/wint_t.m4.
10124         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
10125         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
10126
10127 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10128
10129         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
10130         to pacify GCC with some -W flags enabled.  Problem reported by
10131         Bruno Haible.
10132
10133 2006-10-24  Jim Meyering  <jim@meyering.net>
10134
10135         * MODULES.html.sh: Remove uinttostr.  It's not a module.
10136         Reported by Karl Berry.
10137
10138 2006-10-23  Bruno Haible  <bruno@clisp.org>
10139
10140         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
10141
10142 2006-10-24  Bruno Haible  <bruno@clisp.org>
10143
10144         * lib/gl_list.h: Use C comment style, not C++ comment style.
10145
10146 2006-10-23  Eric Blake  <ebb9@byu.net>
10147
10148         * lib/getaddrinfo.c (includes): Add missing include.
10149
10150 2006-10-23  Bruno Haible  <bruno@clisp.org>
10151             Paul Eggert  <eggert@cs.ucla.edu>
10152
10153         Ability to rename obstack_free.
10154         * lib/obstack.h (__obstack_free): New macro. Declare instead of
10155         obstack_free.
10156         (obstack_free): Invoke the __obstack_free macro.
10157         * lib/obstack.c (obstack_free): Use __obstack_free macro.
10158
10159 2006-10-23  Bruno Haible  <bruno@clisp.org>
10160             Paul Eggert  <eggert@cs.ucla.edu>
10161
10162         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
10163         __argc, __argv from the declaration. (They are defined as macros on
10164         mingw.)
10165
10166 2006-10-22  Bruno Haible  <bruno@clisp.org>
10167
10168         * doc/gnulib-intro.texi: New file.
10169         * doc/gnulib.texi: Include it.
10170
10171 2006-10-21  Bruno Haible  <bruno@clisp.org>
10172
10173         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
10174         "Introduction", "Miscellanous Notes", "Particular Modules".
10175
10176 2006-10-21  Bruno Haible  <bruno@clisp.org>
10177
10178         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10179         Change mostlyclean-local rule to avoid sh syntax error from bash
10180         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
10181
10182 2006-10-23  Jim Meyering  <jim@meyering.net>
10183
10184         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
10185         in place of snprintf.
10186
10187         * modules/inttostr (Files): Add lib/uinttostr.c.
10188         * lib/uinttostr.c (inttostr): New file/function.
10189         * lib/inttostr.h (uinttostr): Declare.
10190         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
10191         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10192         Add uinttostr.
10193         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
10194
10195 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
10196
10197         * lib/canonicalize.c (ELOOP): Define if not already defined.
10198         Problem reported by Bruno Haible in
10199         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
10200
10201 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
10202
10203         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
10204         Problem reported by Perry Smith and Ville Laurikari.
10205
10206         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
10207         uses.
10208
10209 2006-10-19  Bruno Haible  <bruno@clisp.org>
10210
10211         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
10212         for mingw.
10213
10214 2006-10-19  Bruno Haible  <bruno@clisp.org>
10215
10216         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
10217         Needed for mingw.
10218
10219 2006-10-19  Bruno Haible  <bruno@clisp.org>
10220
10221         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
10222
10223 2006-10-19  Bruno Haible  <bruno@clisp.org>
10224
10225         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
10226         it.
10227
10228 2006-10-19  Bruno Haible  <bruno@clisp.org>
10229
10230         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
10231         invocation.
10232
10233 2006-10-19  Bruno Haible  <bruno@clisp.org>
10234
10235         * gnulib-tool (func_create_testdir): Don't include ftruncate and
10236         mountlist by default.
10237
10238 2006-10-16  Bruno Haible  <bruno@clisp.org>
10239
10240         * lib/c-strstr.c: Include c-strstr.h.
10241
10242 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
10243
10244         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
10245         in a slash.
10246
10247 2006-10-18  Bruno Haible  <bruno@clisp.org>
10248
10249         * lib/lock.h [C++]: Wrap definitions in extern "C".
10250
10251 2006-10-18  Bruno Haible  <bruno@clisp.org>
10252
10253         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
10254         gl_LIBOBJS list.
10255
10256 2006-10-18  Bruno Haible  <bruno@clisp.org>
10257
10258         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
10259
10260 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
10261
10262         * lib/xstrtol.h: Include gettext.h.
10263         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
10264         Problem reported by Eric Blake.
10265         * modules/xstrtol (Depends-on): Add gettext-h.
10266
10267 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
10268
10269         * lib/strftime.c (advance): New macro.
10270         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
10271         incomplete type, so you can't add 0 to it.  Problem and patch
10272         reported by Eelco Dolstra for dietlibc.
10273
10274 2006-10-18  Jim Meyering  <jim@meyering.net>
10275
10276         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
10277         type for a local, and rename it: s/up/user_proc/.
10278
10279 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
10280
10281         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
10282         READ_UTMP_USER_PROCESS.
10283         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
10284
10285 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
10286
10287         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
10288         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
10289
10290 2006-10-17  Eric Blake  <ebb9@byu.net>
10291
10292         * lib/sigprocmask.c (sigprocmask): Fix typo.
10293
10294         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
10295
10296         * modules/clean-temp (Makefile.am): Don't add to make output...
10297         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
10298         config.h.
10299
10300 2006-10-17  Bruno Haible  <bruno@clisp.org>
10301
10302         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
10303         differently if DEFAULT_TEXT_DOMAIN is set.
10304
10305 2006-10-16  Bruno Haible  <bruno@clisp.org>
10306
10307         * lib/clean-temp.c: Include fwriteerror.h.
10308
10309 2006-10-16  Bruno Haible  <bruno@clisp.org>
10310
10311         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
10312
10313 2006-10-16  Bruno Haible  <bruno@clisp.org>
10314
10315         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
10316         * lib/sigprocmask.h: Include <sys/types.h>.
10317         (sigset_t): Use the system's definition if present.
10318
10319 2006-10-17  Eric Blake  <ebb9@byu.net>
10320
10321         * lib/xvasprintf.c (includes): Assume config.h.
10322         * lib/xasprintf.c (includes): Likewise.
10323
10324 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10325
10326         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
10327         at least as wide as intmax_t.
10328
10329 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
10330
10331         (Imported from Automake.)
10332         * build-aux/gnupload: Update to version 1.1 of directive file.
10333
10334 2006-10-16  Eric Blake  <ebb9@byu.net>
10335
10336         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
10337         match Automake 1.10a.
10338
10339 2006-10-14  Bruno Haible  <bruno@clisp.org>
10340
10341         * modules/sigprocmask: New file.
10342         * lib/sigprocmask.h: New file.
10343         * lib/sigprocmask.c: New file.
10344         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
10345         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
10346         request sigprocmask.o.
10347         (gl_PREREQ_SIGPROCMASK): New macro.
10348         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
10349         (Depends-on): Add sigprocmask.
10350         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
10351         gt_SIGNALBLOCKING. Test for 'raise' only once.
10352         * lib/fatal-signal.c: Include sigprocmask.h.
10353         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
10354         unblock_fatal_signals): Define always.
10355         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10356         sigprocmask.
10357
10358 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10359
10360         Sync from Automake.
10361         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
10362         which incorrectly sets the mode of an existing destination
10363         directory.  In some cases the unpatched install-sh could do the
10364         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
10365         system.  We hope this is rare in practice, but it's clearly worth
10366         fixing.  Problem reported by Alex Unleashed in
10367         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
10368         Also, don't bother to check for -m bugs unless we're using -m;
10369         suggested by Stepan Kasal.
10370
10371 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10372
10373         Sync from Automake.
10374         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
10375         `-c' flag, so they appear at the same position as in %FASTDEP%
10376         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
10377         which ignores unknown options only after the first non-option.
10378         Bug report against M4 by Nelson H. F. Beebe.
10379
10380 2006-10-13  Jim Meyering  <jim@meyering.net>
10381
10382         Fix a bug in yesterday's change.
10383         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
10384         p->fts_statp->st_dev would be used uninitialized.
10385         Ensures that we always call fts_stat on the very first entry.
10386         Miklos Szeredi reported that find -xdev stopped working.
10387
10388 2006-10-12  Bruno Haible  <bruno@clisp.org>
10389
10390         * gnulib-tool (func_get_automake_snippet): Append an automatically
10391         computed EXTRA_DIST augmentation.
10392         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
10393         * modules/alloca-opt (Makefile.am): Likewise.
10394         * modules/allocsa (Makefile.am): Likewise.
10395         * modules/arcfour (Makefile.am): Likewise.
10396         * modules/arctwo (Makefile.am): Likewise.
10397         * modules/argmatch (Makefile.am): Likewise.
10398         * modules/argz (Makefile.am): Likewise.
10399         * modules/atexit (Makefile.am): Likewise.
10400         * modules/backupfile (Makefile.am): Likewise.
10401         * modules/byteswap (Makefile.am): Likewise.
10402         * modules/c-strtod (Makefile.am): Likewise.
10403         * modules/c-strtold (Makefile.am): Likewise.
10404         * modules/calloc (Makefile.am): Likewise.
10405         * modules/canon-host (Makefile.am): Likewise.
10406         * modules/canonicalize (Makefile.am): Likewise.
10407         * modules/chdir-long (Makefile.am): Likewise.
10408         * modules/chdir-safer (Makefile.am): Likewise.
10409         * modules/check-version (Makefile.am): Likewise.
10410         * modules/chown (Makefile.am): Likewise.
10411         * modules/cloexec (Makefile.am): Likewise.
10412         * modules/close-stream (Makefile.am): Likewise.
10413         * modules/closeout (Makefile.am): Likewise.
10414         * modules/crc (Makefile.am): Likewise.
10415         * modules/csharpexec (Makefile.am): Likewise.
10416         * modules/cycle-check (Makefile.am): Likewise.
10417         * modules/des (Makefile.am): Likewise.
10418         * modules/dev-ino (Makefile.am): Likewise.
10419         * modules/dirfd (Makefile.am): Likewise.
10420         * modules/dirname (Makefile.am): Likewise.
10421         * modules/dup2 (Makefile.am): Likewise.
10422         * modules/eealloc (Makefile.am): Likewise.
10423         * modules/error (Makefile.am): Likewise.
10424         * modules/euidaccess (Makefile.am): Likewise.
10425         * modules/exclude (Makefile.am): Likewise.
10426         * modules/exitfail (Makefile.am): Likewise.
10427         * modules/fcntl-safer (Makefile.am): Likewise.
10428         * modules/fcntl (Makefile.am): Likewise.
10429         * modules/file-type (Makefile.am): Likewise.
10430         * modules/fileblocks (Makefile.am): Likewise.
10431         * modules/filemode (Makefile.am): Likewise.
10432         * modules/filenamecat (Makefile.am): Likewise.
10433         * modules/fnmatch (Makefile.am): Likewise.
10434         * modules/fopen-safer (Makefile.am): Likewise.
10435         * modules/fpending (Makefile.am): Likewise.
10436         * modules/fprintftime (Makefile.am): Likewise.
10437         * modules/free (Makefile.am): Likewise.
10438         * modules/fsusage (Makefile.am): Likewise.
10439         * modules/ftruncate (Makefile.am): Likewise.
10440         * modules/fts (Makefile.am): Likewise.
10441         * modules/gc-arcfour (Makefile.am): Likewise.
10442         * modules/gc-des (Makefile.am): Likewise.
10443         * modules/gc-hmac-md5 (Makefile.am): Likewise.
10444         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
10445         * modules/gc-md4 (Makefile.am): Likewise.
10446         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10447         * modules/gc-sha1 (Makefile.am): Likewise.
10448         * modules/gc (Makefile.am): Likewise.
10449         * modules/getaddrinfo (Makefile.am): Likewise.
10450         * modules/getcwd (Makefile.am): Likewise.
10451         * modules/getdelim (Makefile.am): Likewise.
10452         * modules/getdomainname (Makefile.am): Likewise.
10453         * modules/getgroups (Makefile.am): Likewise.
10454         * modules/gethostname (Makefile.am): Likewise.
10455         * modules/gethrxtime (Makefile.am): Likewise.
10456         * modules/getline (Makefile.am): Likewise.
10457         * modules/getloadavg (Makefile.am): Likewise.
10458         * modules/getlogin_r (Makefile.am): Likewise.
10459         * modules/getndelim2 (Makefile.am): Likewise.
10460         * modules/getopt (Makefile.am): Likewise.
10461         * modules/getpagesize (Makefile.am): Likewise.
10462         * modules/getpass-gnu (Makefile.am): Likewise.
10463         * modules/getpass (Makefile.am): Likewise.
10464         * modules/getsubopt (Makefile.am): Likewise.
10465         * modules/gettime (Makefile.am): Likewise.
10466         * modules/gettimeofday (Makefile.am): Likewise.
10467         * modules/getugroups (Makefile.am): Likewise.
10468         * modules/getusershell (Makefile.am): Likewise.
10469         * modules/glob (Makefile.am): Likewise.
10470         * modules/group-member (Makefile.am): Likewise.
10471         * modules/hard-locale (Makefile.am): Likewise.
10472         * modules/hash (Makefile.am): Likewise.
10473         * modules/hmac-md5 (Makefile.am): Likewise.
10474         * modules/hmac-sha1 (Makefile.am): Likewise.
10475         * modules/human (Makefile.am): Likewise.
10476         * modules/idcache (Makefile.am): Likewise.
10477         * modules/imaxabs (Makefile.am): Likewise.
10478         * modules/imaxdiv (Makefile.am): Likewise.
10479         * modules/inet_ntop (Makefile.am): Likewise.
10480         * modules/inet_pton (Makefile.am): Likewise.
10481         * modules/intprops (Makefile.am): Likewise.
10482         * modules/inttostr (Makefile.am): Likewise.
10483         * modules/inttypes (Makefile.am): Likewise.
10484         * modules/isapipe (Makefile.am): Likewise.
10485         * modules/javaversion (Makefile.am): Likewise.
10486         * modules/lchmod (Makefile.am): Likewise.
10487         * modules/lchown (Makefile.am): Likewise.
10488         * modules/localcharset (Makefile.am): Likewise.
10489         * modules/long-options (Makefile.am): Likewise.
10490         * modules/lstat (Makefile.am): Likewise.
10491         * modules/malloc (Makefile.am): Likewise.
10492         * modules/mathl (Makefile.am): Likewise.
10493         * modules/mbchar (Makefile.am): Likewise.
10494         * modules/md2 (Makefile.am): Likewise.
10495         * modules/md4 (Makefile.am): Likewise.
10496         * modules/md5 (Makefile.am): Likewise.
10497         * modules/memcasecmp (Makefile.am): Likewise.
10498         * modules/memchr (Makefile.am): Likewise.
10499         * modules/memcmp (Makefile.am): Likewise.
10500         * modules/memcoll (Makefile.am): Likewise.
10501         * modules/memcpy (Makefile.am): Likewise.
10502         * modules/memmem (Makefile.am): Likewise.
10503         * modules/memmove (Makefile.am): Likewise.
10504         * modules/mempcpy (Makefile.am): Likewise.
10505         * modules/memrchr (Makefile.am): Likewise.
10506         * modules/memset (Makefile.am): Likewise.
10507         * modules/memxor (Makefile.am): Likewise.
10508         * modules/mkancesdirs (Makefile.am): Likewise.
10509         * modules/mkdir-p (Makefile.am): Likewise.
10510         * modules/mkdir (Makefile.am): Likewise.
10511         * modules/mkdtemp (Makefile.am): Likewise.
10512         * modules/mkstemp (Makefile.am): Likewise.
10513         * modules/mktime (Makefile.am): Likewise.
10514         * modules/modechange (Makefile.am): Likewise.
10515         * modules/mountlist (Makefile.am): Likewise.
10516         * modules/nanosleep (Makefile.am): Likewise.
10517         * modules/obstack (Makefile.am): Likewise.
10518         * modules/openat (Makefile.am): Likewise.
10519         * modules/pagealign_alloc (Makefile.am): Likewise.
10520         * modules/pathmax (Makefile.am): Likewise.
10521         * modules/physmem (Makefile.am): Likewise.
10522         * modules/poll (Makefile.am): Likewise.
10523         * modules/posixtm (Makefile.am): Likewise.
10524         * modules/posixver (Makefile.am): Likewise.
10525         * modules/putenv (Makefile.am): Likewise.
10526         * modules/quote (Makefile.am): Likewise.
10527         * modules/quotearg (Makefile.am): Likewise.
10528         * modules/raise (Makefile.am): Likewise.
10529         * modules/read-file (Makefile.am): Likewise.
10530         * modules/readline (Makefile.am): Likewise.
10531         * modules/readlink (Makefile.am): Likewise.
10532         * modules/readtokens (Makefile.am): Likewise.
10533         * modules/readutmp (Makefile.am): Likewise.
10534         * modules/realloc (Makefile.am): Likewise.
10535         * modules/regex (Makefile.am): Likewise.
10536         * modules/rename-dest-slash (Makefile.am): Likewise.
10537         * modules/rename (Makefile.am): Likewise.
10538         * modules/rijndael (Makefile.am): Likewise.
10539         * modules/rmdir (Makefile.am): Likewise.
10540         * modules/rpmatch (Makefile.am): Likewise.
10541         * modules/safe-read (Makefile.am): Likewise.
10542         * modules/safe-write (Makefile.am): Likewise.
10543         * modules/same-inode (Makefile.am): Likewise.
10544         * modules/same (Makefile.am): Likewise.
10545         * modules/save-cwd (Makefile.am): Likewise.
10546         * modules/savedir (Makefile.am): Likewise.
10547         * modules/setenv (Makefile.am): Likewise.
10548         * modules/settime (Makefile.am): Likewise.
10549         * modules/sha1 (Makefile.am): Likewise.
10550         * modules/sig2str (Makefile.am): Likewise.
10551         * modules/snprintf (Makefile.am): Likewise.
10552         * modules/stat-macros (Makefile.am): Likewise.
10553         * modules/stat-time (Makefile.am): Likewise.
10554         * modules/stdbool (Makefile.am): Likewise.
10555         * modules/stdint (Makefile.am): Likewise.
10556         * modules/stdlib-safer (Makefile.am): Likewise.
10557         * modules/stpcpy (Makefile.am): Likewise.
10558         * modules/stpncpy (Makefile.am): Likewise.
10559         * modules/strcase (Makefile.am): Likewise.
10560         * modules/strcasestr (Makefile.am): Likewise.
10561         * modules/strchrnul (Makefile.am): Likewise.
10562         * modules/strcspn (Makefile.am): Likewise.
10563         * modules/strdup (Makefile.am): Likewise.
10564         * modules/strerror (Makefile.am): Likewise.
10565         * modules/strftime (Makefile.am): Likewise.
10566         * modules/strndup (Makefile.am): Likewise.
10567         * modules/strnlen (Makefile.am): Likewise.
10568         * modules/strpbrk (Makefile.am): Likewise.
10569         * modules/strsep (Makefile.am): Likewise.
10570         * modules/strstr (Makefile.am): Likewise.
10571         * modules/strtod (Makefile.am): Likewise.
10572         * modules/strtoimax (Makefile.am): Likewise.
10573         * modules/strtok_r (Makefile.am): Likewise.
10574         * modules/strtol (Makefile.am): Likewise.
10575         * modules/strtoll (Makefile.am): Likewise.
10576         * modules/strtoul (Makefile.am): Likewise.
10577         * modules/strtoull (Makefile.am): Likewise.
10578         * modules/strtoumax (Makefile.am): Likewise.
10579         * modules/strverscmp (Makefile.am): Likewise.
10580         * modules/sys_socket (Makefile.am): Likewise.
10581         * modules/sys_stat (Makefile.am): Likewise.
10582         * modules/sysexits (Makefile.am): Likewise.
10583         * modules/time_r (Makefile.am): Likewise.
10584         * modules/timegm (Makefile.am): Likewise.
10585         * modules/timespec (Makefile.am): Likewise.
10586         * modules/tmpfile-safer (Makefile.am): Likewise.
10587         * modules/trim (Makefile.am): Likewise.
10588         * modules/unistd-safer (Makefile.am): Likewise.
10589         * modules/unlinkdir (Makefile.am): Likewise.
10590         * modules/unlocked-io (Makefile.am): Likewise.
10591         * modules/userspec (Makefile.am): Likewise.
10592         * modules/utime (Makefile.am): Likewise.
10593         * modules/utimecmp (Makefile.am): Likewise.
10594         * modules/utimens (Makefile.am): Likewise.
10595         * modules/vasnprintf (Makefile.am): Likewise.
10596         * modules/vasprintf (Makefile.am): Likewise.
10597         * modules/vsnprintf (Makefile.am): Likewise.
10598         * modules/xalloc (Makefile.am): Likewise.
10599         * modules/xgetcwd (Makefile.am): Likewise.
10600         * modules/xnanosleep (Makefile.am): Likewise.
10601         * modules/xreadlink (Makefile.am): Likewise.
10602         * modules/xstrtod (Makefile.am): Likewise.
10603         * modules/xstrtol (Makefile.am): Likewise.
10604         * modules/xstrtold (Makefile.am): Likewise.
10605         * modules/yesno (Makefile.am): Likewise.
10606         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
10607
10608 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10609
10610         * modules/error (Makefile.am): Distribute files through
10611         EXTRA_DIST, not lib_SOURCES.
10612
10613 2006-10-12  Eric Blake  <ebb9@byu.net>
10614
10615         * modules/error (Makefile.am): Distribute files in /lib.
10616         * modules/obstack (Makefile.am): Likewise.
10617
10618 2006-10-12  Bruno Haible  <bruno@clisp.org>
10619
10620         * modules/acl (Makefile.am): Distribute all files in lib/ through
10621         EXTRA_DIST.
10622         * modules/arcfour (Makefile.am): Likewise.
10623         * modules/arctwo (Makefile.am): Likewise.
10624         * modules/argmatch (Makefile.am): Likewise.
10625         * modules/argz (Makefile.am): Likewise.
10626         * modules/atexit (Makefile.am): Likewise.
10627         * modules/backupfile (Makefile.am): Likewise.
10628         * modules/c-strtod (Makefile.am): Likewise.
10629         * modules/c-strtold (Makefile.am): Likewise.
10630         * modules/calloc (Makefile.am): Likewise.
10631         * modules/canon-host (Makefile.am): Likewise.
10632         * modules/canonicalize (Makefile.am): Likewise.
10633         * modules/chdir-long (Makefile.am): Likewise.
10634         * modules/chdir-safer (Makefile.am): Likewise.
10635         * modules/check-version (Makefile.am): Likewise.
10636         * modules/chown (Makefile.am): Likewise.
10637         * modules/cloexec (Makefile.am): Likewise.
10638         * modules/close-stream (Makefile.am): Likewise.
10639         * modules/closeout (Makefile.am): Likewise.
10640         * modules/crc (Makefile.am): Likewise.
10641         * modules/cycle-check (Makefile.am): Likewise.
10642         * modules/des (Makefile.am): Likewise.
10643         * modules/dirfd (Makefile.am): Likewise.
10644         * modules/dirname (Makefile.am): Likewise.
10645         * modules/dup2 (Makefile.am): Likewise.
10646         * modules/euidaccess (Makefile.am): Likewise.
10647         * modules/exclude (Makefile.am): Likewise.
10648         * modules/exitfail (Makefile.am): Likewise.
10649         * modules/fcntl-safer (Makefile.am): Likewise.
10650         * modules/file-type (Makefile.am): Likewise.
10651         * modules/fileblocks (Makefile.am): Likewise.
10652         * modules/filemode (Makefile.am): Likewise.
10653         * modules/filenamecat (Makefile.am): Likewise.
10654         * modules/fnmatch (Makefile.am): Likewise.
10655         * modules/fopen-safer (Makefile.am): Likewise.
10656         * modules/fpending (Makefile.am): Likewise.
10657         * modules/fprintftime (Makefile.am): Likewise.
10658         * modules/free (Makefile.am): Likewise.
10659         * modules/fsusage (Makefile.am): Likewise.
10660         * modules/ftruncate (Makefile.am): Likewise.
10661         * modules/fts (Makefile.am): Likewise.
10662         * modules/gc (Makefile.am): Likewise.
10663         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10664         * modules/getaddrinfo (Makefile.am): Likewise.
10665         * modules/getcwd (Makefile.am): Likewise.
10666         * modules/getdelim (Makefile.am): Likewise.
10667         * modules/getdomainname (Makefile.am): Likewise.
10668         * modules/getgroups (Makefile.am): Likewise.
10669         * modules/gethostname (Makefile.am): Likewise.
10670         * modules/gethrxtime (Makefile.am): Likewise.
10671         * modules/getline (Makefile.am): Likewise.
10672         * modules/getloadavg (Makefile.am): Likewise.
10673         * modules/getlogin_r (Makefile.am): Likewise.
10674         * modules/getopt (Makefile.am): Likewise.
10675         * modules/getpass (Makefile.am): Likewise.
10676         * modules/getpass-gnu (Makefile.am): Likewise.
10677         * modules/getsubopt (Makefile.am): Likewise.
10678         * modules/gettime (Makefile.am): Likewise.
10679         * modules/gettimeofday (Makefile.am): Likewise.
10680         * modules/getugroups (Makefile.am): Likewise.
10681         * modules/getusershell (Makefile.am): Likewise.
10682         * modules/glob (Makefile.am): Likewise.
10683         * modules/group-member (Makefile.am): Likewise.
10684         * modules/hard-locale (Makefile.am): Likewise.
10685         * modules/hash (Makefile.am): Likewise.
10686         * modules/hmac-md5 (Makefile.am): Likewise.
10687         * modules/hmac-sha1 (Makefile.am): Likewise.
10688         * modules/human (Makefile.am): Likewise.
10689         * modules/idcache (Makefile.am): Likewise.
10690         * modules/imaxabs (Makefile.am): Likewise.
10691         * modules/imaxdiv (Makefile.am): Likewise.
10692         * modules/inet_ntop (Makefile.am): Likewise.
10693         * modules/inet_pton (Makefile.am): Likewise.
10694         * modules/inttostr (Makefile.am): Likewise.
10695         * modules/isapipe (Makefile.am): Likewise.
10696         * modules/lchown (Makefile.am): Likewise.
10697         * modules/long-options (Makefile.am): Likewise.
10698         * modules/lstat (Makefile.am): Likewise.
10699         * modules/malloc (Makefile.am): Likewise.
10700         * modules/mathl (Makefile.am): Likewise.
10701         * modules/mbchar (Makefile.am): Likewise.
10702         * modules/md2 (Makefile.am): Likewise.
10703         * modules/md4 (Makefile.am): Likewise.
10704         * modules/md5 (Makefile.am): Likewise.
10705         * modules/memcasecmp (Makefile.am): Likewise.
10706         * modules/memchr (Makefile.am): Likewise.
10707         * modules/memcmp (Makefile.am): Likewise.
10708         * modules/memcoll (Makefile.am): Likewise.
10709         * modules/memcpy (Makefile.am): Likewise.
10710         * modules/memmem (Makefile.am): Likewise.
10711         * modules/memmove (Makefile.am): Likewise.
10712         * modules/mempcpy (Makefile.am): Likewise.
10713         * modules/memrchr (Makefile.am): Likewise.
10714         * modules/memset (Makefile.am): Likewise.
10715         * modules/memxor (Makefile.am): Likewise.
10716         * modules/mkancesdirs (Makefile.am): Likewise.
10717         * modules/mkdir (Makefile.am): Likewise.
10718         * modules/mkdir-p (Makefile.am): Likewise.
10719         * modules/mkdtemp (Makefile.am): Likewise.
10720         * modules/mkstemp (Makefile.am): Likewise.
10721         * modules/mktime (Makefile.am): Likewise.
10722         * modules/modechange (Makefile.am): Likewise.
10723         * modules/mountlist (Makefile.am): Likewise.
10724         * modules/nanosleep (Makefile.am): Likewise.
10725         * modules/openat (Makefile.am): Likewise.
10726         * modules/pagealign_alloc (Makefile.am): Likewise.
10727         * modules/physmem (Makefile.am): Likewise.
10728         * modules/poll (Makefile.am): Likewise.
10729         * modules/posixtm (Makefile.am): Likewise.
10730         * modules/posixver (Makefile.am): Likewise.
10731         * modules/putenv (Makefile.am): Likewise.
10732         * modules/quote (Makefile.am): Likewise.
10733         * modules/quotearg (Makefile.am): Likewise.
10734         * modules/raise (Makefile.am): Likewise.
10735         * modules/read-file (Makefile.am): Likewise.
10736         * modules/readline (Makefile.am): Likewise.
10737         * modules/readlink (Makefile.am): Likewise.
10738         * modules/readtokens (Makefile.am): Likewise.
10739         * modules/readutmp (Makefile.am): Likewise.
10740         * modules/realloc (Makefile.am): Likewise.
10741         * modules/regex (Makefile.am): Likewise.
10742         * modules/rename (Makefile.am): Likewise.
10743         * modules/rename-dest-slash (Makefile.am): Likewise.
10744         * modules/rijndael (Makefile.am): Likewise.
10745         * modules/rmdir (Makefile.am): Likewise.
10746         * modules/rpmatch (Makefile.am): Likewise.
10747         * modules/safe-read (Makefile.am): Likewise.
10748         * modules/safe-write (Makefile.am): Likewise.
10749         * modules/same (Makefile.am): Likewise.
10750         * modules/save-cwd (Makefile.am): Likewise.
10751         * modules/savedir (Makefile.am): Likewise.
10752         * modules/setenv (Makefile.am): Likewise.
10753         * modules/settime (Makefile.am): Likewise.
10754         * modules/sha1 (Makefile.am): Likewise.
10755         * modules/sig2str (Makefile.am): Likewise.
10756         * modules/snprintf (Makefile.am): Likewise.
10757         * modules/stdlib-safer (Makefile.am): Likewise.
10758         * modules/stpcpy (Makefile.am): Likewise.
10759         * modules/stpncpy (Makefile.am): Likewise.
10760         * modules/strcase (Makefile.am): Likewise.
10761         * modules/strcasestr (Makefile.am): Likewise.
10762         * modules/strchrnul (Makefile.am): Likewise.
10763         * modules/strcspn (Makefile.am): Likewise.
10764         * modules/strdup (Makefile.am): Likewise.
10765         * modules/strerror (Makefile.am): Likewise.
10766         * modules/strftime (Makefile.am): Likewise.
10767         * modules/strndup (Makefile.am): Likewise.
10768         * modules/strnlen (Makefile.am): Likewise.
10769         * modules/strpbrk (Makefile.am): Likewise.
10770         * modules/strsep (Makefile.am): Likewise.
10771         * modules/strstr (Makefile.am): Likewise.
10772         * modules/strtod (Makefile.am): Likewise.
10773         * modules/strtoimax (Makefile.am): Likewise.
10774         * modules/strtok_r (Makefile.am): Likewise.
10775         * modules/strtol (Makefile.am): Likewise.
10776         * modules/strtoll (Makefile.am): Likewise.
10777         * modules/strtoul (Makefile.am): Likewise.
10778         * modules/strtoull (Makefile.am): Likewise.
10779         * modules/strtoumax (Makefile.am): Likewise.
10780         * modules/strverscmp (Makefile.am): Likewise.
10781         * modules/time_r (Makefile.am): Likewise.
10782         * modules/timegm (Makefile.am): Likewise.
10783         * modules/tmpfile-safer (Makefile.am): Likewise.
10784         * modules/unistd-safer (Makefile.am): Likewise.
10785         * modules/unlinkdir (Makefile.am): Likewise.
10786         * modules/userspec (Makefile.am): Likewise.
10787         * modules/utime (Makefile.am): Likewise.
10788         * modules/utimecmp (Makefile.am): Likewise.
10789         * modules/utimens (Makefile.am): Likewise.
10790         * modules/vasnprintf (Makefile.am): Likewise.
10791         * modules/vasprintf (Makefile.am): Likewise.
10792         * modules/vsnprintf (Makefile.am): Likewise.
10793         * modules/xalloc (Makefile.am): Likewise.
10794         * modules/xgetcwd (Makefile.am): Likewise.
10795         * modules/xnanosleep (Makefile.am): Likewise.
10796         * modules/xreadlink (Makefile.am): Likewise.
10797         * modules/xstrtod (Makefile.am): Likewise.
10798         * modules/xstrtol (Makefile.am): Likewise.
10799         * modules/xstrtold (Makefile.am): Likewise.
10800         * modules/yesno (Makefile.am): Likewise.
10801
10802 2006-10-12  Jim Meyering  <jim@meyering.net>
10803
10804         * m4/getloadavg.m4: Revert the change below.
10805
10806         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
10807         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
10808         fail with a symlink, which is what coreutils' ./bootstrap now
10809         creates by default.
10810
10811 2006-10-12  Bruno Haible  <bruno@clisp.org>
10812
10813         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
10814         mingw.
10815         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
10816         MSVC and mingw explicitly.
10817
10818 2006-10-11  Simon Josefsson  <jas@extundo.com>
10819             Bruno Haible  <bruno@clisp.org>
10820
10821         Add support for multiple gnulib-tool invocations in the scope of a
10822         single configure.ac file.
10823         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
10824         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
10825         with the same contents as the _LIBADD variable.
10826         (func_emit_initmacro_start, func_emit_initmacro_end,
10827         func_emit_initmacro_done): New functions.
10828         (func_import, func_create_testdir): Invoke them. Allow the identifiers
10829         gl_LIBOBJS and gl_LTLIBOBJS.
10830
10831 2006-10-11  Bruno Haible  <bruno@clisp.org>
10832
10833         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
10834         (func_create_testdir): Don't create po/Makefile.am, don't invoke
10835         autoreconf. Instead, invoke autopoint explicitly but move back the
10836         *.m4 files from gnulib.
10837
10838 2006-10-11  Bruno Haible  <bruno@clisp.org>
10839
10840         * gnulib-tool (func_usage): Make module names after --create-testdir
10841         optional.
10842         (func_create_testdir): If no module was specified, use nearly all
10843         modules.
10844
10845 2006-10-12  Jim Meyering  <jim@meyering.net>
10846
10847         Big performance improvement for fts-based tools that use FTS_NOSTAT.
10848         Avoid spurious inode-mismatch problems on non-POSIX file systems.
10849         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
10850         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
10851         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
10852         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
10853         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
10854         (fts_set_stat_required): New function.
10855         (fts_open): Defer the calls to fts_stat, if possible or requested.
10856         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
10857         into fts_stat itself.
10858         (fts_read): Perform any required (deferred) fts_stat call.
10859         (fts_build): Likewise, for the directory we're about to open and read.
10860         In the readdir loop, carefully decide whether each entry will require
10861         an eventual call to fts_stat, using dirent.d_type info if available.
10862         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
10863         a command line argument into this function.  Update all callers.
10864         Map a return value of FTS_DOT to FTS_D for a command line argument.
10865         * modules/fts (Depends-on): Add d-type.  Alphabetize.
10866         Thanks to Miklos Szeredi for his tenacity and for the initial
10867         bug report about "find" failing on a FUSE-based file system.
10868
10869         * lib/fts.c (fts_open): Use consistent indentation.
10870
10871 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10872
10873         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
10874         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
10875         reported by Jim Meyering.  All uses of cache variables renamed
10876         to match Autoconf's.
10877         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
10878         the other one.
10879
10880         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10881         Fix misspelling in diagnostic.
10882
10883 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10884
10885         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
10886         defined.  Problem reported by Matthew Woehlke.
10887
10888         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
10889         Add support for Tandem NonStop R series.
10890         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
10891         Use new macro.
10892
10893         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
10894         (has_trailing_slash): Omit size arg; all callers changed.
10895         Omit 'inline', since it doesn't help performance and we'd
10896         need to configure it.
10897         Don't count //, ///, etc. as having a trailing slash.
10898         As a side effect, this removes a C99ism reported by Matthew Woehlke.
10899         (rpl_rename_dest_slash): On failure, use rename's errno rather
10900         than (in some cases) an incorrect or junk errno.
10901         Simplify code by removing need to compute length; this does
10902         cause it to make two passes instead of one over the file name,
10903         but it's worth it.
10904
10905         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10906         change, since Autoconf's version may no longer be appropriate now
10907         that we are using CVS Autoconf's version.  Add support for Tandem.
10908
10909 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10910             Bruno Haible  <bruno@clisp.org>
10911
10912         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10913         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10914         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10915         gl_AC_TYPE_LONG_LONG.
10916
10917         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10918         instead of HAVE_LONG_LONG.
10919         * lib/printf-args.c (printf_fetchargs): Likewise.
10920         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10921         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10922         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10923         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10924         gl_AC_TYPE_LONG_LONG.
10925
10926 2006-10-11  Bruno Haible  <bruno@clisp.org>
10927
10928         * m4/longlong.m4: Add comments.
10929         * m4/ulonglong.m4: Likewise.
10930
10931 2006-10-10  Bruno Haible  <bruno@clisp.org>
10932
10933         Make it possible to #define stpcpy, strdup to aliases.
10934         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10935         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10936
10937 2006-10-10  Bruno Haible  <bruno@clisp.org>
10938
10939         Make it possible to #define gcd to an alias.
10940         * lib/gcd.c: Include config.h.
10941
10942 2006-10-10  Bruno Haible  <bruno@clisp.org>
10943
10944         Make it possible to #define c_isascii to an alias.
10945         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10946         defined. Undefine the macros before defining them, to avoid gcc
10947         warnings.
10948         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10949         define NO_C_CTYPE_MACROS early.
10950
10951 2006-10-10  Bruno Haible  <bruno@clisp.org>
10952
10953         Make it possible to #define set_program_name to an alias.
10954         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10955         ENABLE_RELOCATABLE early.
10956
10957 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10958
10959         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10960         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10961         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10962         More generally, don't assume that 64-bit signed int is available
10963         if unsigned int is, and vice versa.
10964         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10965         unsigned symbols, not on their signed counterparts.
10966         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10967         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10968         (UINT64_C, UINTMAX_C):
10969         Likewise.
10970         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10971         unsigned counterparts.
10972         (Have_long_long, Unsigned): New macros.
10973         (Int): Renamed from INT.
10974         (strtoimax): Use the new macros.
10975         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10976         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10977         * modules/inttypes (inttypes.h): Substitute
10978         HAVE_UNSIGNED_LONG_LONG_INT.
10979         * modules/stdint (stdint.h): Likewise.
10980         (Files): Add m4/ulonglong.m4.
10981
10982 2006-10-10  Bruno Haible  <bruno@clisp.org>
10983
10984         Fix a gcc -Wshadow warning.
10985         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10986         to 'bucket'.
10987         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10988         gl_linked_indexof_from_to): Likewise.
10989         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10990         Likewise.
10991         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
10992         Likewise.
10993         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
10994         Reported by Eric Blake.
10995
10996 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
10997
10998         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
10999         for NetBSD.  Problem reported by Bruno Haible.
11000
11001 2006-10-09  Jim Meyering  <jim@meyering.net>
11002
11003         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
11004         Patch from Bruno Haible.
11005
11006 2006-10-09  Jim Meyering  <jim@meyering.net>
11007
11008         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
11009         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
11010         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
11011
11012 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11013
11014         Don't include <config.h> twice; this doesn't work in some cases,
11015         e.g., when config.h has "#define intmax_t long long int" and
11016         we include <config.h>, <inttypes.h>, <config.h> in that order.
11017         Problem reported by Matthew Woehlke in:
11018         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
11019         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
11020         * lib/fts-cycle.c: Don't include config.h.
11021         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
11022         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
11023         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
11024         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
11025         inttypes.h.
11026         * lib/xstrtoumax.c: Likewise.
11027         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
11028         __strtol and the like, so that this module is more like its siblings.
11029         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
11030         Remove; no longer needed now that we assume gnulib inttypes.h.
11031
11032 2006-10-08  Bruno Haible  <bruno@clisp.org>
11033
11034         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
11035         option.
11036
11037 2006-10-07  Jim Meyering  <jim@meyering.net>
11038
11039         * modules/inttypes (inttypes.h): Revert what seems to have been
11040         an inadvertent part of today's change: use "|", not "/" in the
11041         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
11042
11043 2006-10-07  Bruno Haible  <bruno@clisp.org>
11044
11045         * modules/sublist: New file.
11046
11047 2006-10-07  Bruno Haible  <bruno@clisp.org>
11048
11049         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
11050         * modules/argz (argz.h): Likewise.
11051         * modules/arpa_inet (arpa/inet.h): Likewise.
11052         * modules/byteswap (byteswap.h): Likewise.
11053         * modules/configmake (configmake.h): Likewise.
11054         * modules/fcntl (fcntl.h): Likewise.
11055         * modules/fnmatch (fnmatch.h): Likewise.
11056         * modules/getopt (getopt.h): Likewise.
11057         * modules/glob (glob.h): Likewise.
11058         * modules/inttypes (inttypes.h): Likewise.
11059         * modules/netinet_in (netinet/in.h): Likewise.
11060         * modules/poll (poll.h): Likewise.
11061         * modules/stdbool (stdbool.h): Likewise.
11062         * modules/stdint (stdint.h): Likewise.
11063         * modules/sys_select (sys/select.h): Likewise.
11064         * modules/sys_socket (sys/socket.h): Likewise.
11065         * modules/sys_stat (sys/stat.h): Likewise.
11066         * modules/sysexits (sysexits.h): Likewise.
11067         * modules/unistd (unistd.h): Likewise.
11068         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11069         Add a "DO NOT EDIT" comment to the generated file.
11070         (func_import): Likewise for gnulib-comp.m4.
11071
11072 2006-10-07  Bruno Haible  <bruno@clisp.org>
11073
11074         * lib/gl_sublist.h: New file.
11075         * lib/gl_sublist.c: New file.
11076
11077 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11078
11079         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
11080         name (relative to the original working directory) and the file
11081         name component (relative to the temporary working directory).  All
11082         callers changed.
11083         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
11084         * lib/mkdir-p.c (make_dir_parents): Likewise.
11085         * lib/mkdir-p.h (make_dir_parents): Likewise.
11086
11087 2006-10-06  Eric Blake  <ebb9@byu.net>
11088
11089         Define several macros for use by the clean-temp module.
11090         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
11091         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
11092         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
11093
11094         * lib/clean-temp.h (close_stream_temp): New declaration.
11095         * lib/clean-temp.c (includes): Pull in headers according to what
11096         other modules are in use.
11097         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
11098
11099 2006-10-06  Bruno Haible  <bruno@clisp.org>
11100
11101         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
11102         instead of fopen, fwriteerror.
11103
11104 2006-10-06  Bruno Haible  <bruno@clisp.org>
11105
11106         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
11107         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
11108         int.
11109         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
11110         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
11111         Return an error indicator.
11112         Suggested by Eric Blake.
11113
11114 2006-10-06  Bruno Haible  <bruno@clisp.org>
11115
11116         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
11117         Reported by Eric Blake.
11118
11119 2006-10-06  Bruno Haible  <bruno@clisp.org>
11120
11121         * modules/closeout (Description): Mention stderr too.
11122
11123 2006-10-06  Bruno Haible  <bruno@clisp.org>
11124         and Paul Eggert  <eggert@cs.ucla.edu>
11125
11126         * lib/closeout.c (close_stdout): Also close stderr.
11127         * lib/closeout.h: Update comment.
11128
11129 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11130
11131         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
11132         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
11133         * lib/dirchownmod.c: Include lchown.h.
11134         * lib/lchown.c: Don't include files that lchown.h now includes.
11135         Don't declare chown, since lchown.h now does that.
11136         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
11137         (lchown): Define to rpl_chown if lchown is declared but
11138         does not exist.  Declare using a prototype if lchown is not
11139         declared.  Add a copyright notice.
11140         * lib/mkstemp.h: Include <unistd.h>.
11141         * lib/openat.c: Include lchown.h.
11142
11143         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
11144         we now test for that separately.
11145         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
11146         rather than O_NOFOLLOW, when testing whether it's possible to
11147         avoid a race condition reliably.
11148         * lib/savewd.c (savewd_chdir): Likewise.
11149
11150         Remove macros that are no longer needed now that stdint.h is
11151         reliable.
11152         * lib/fsusage.c (UINTMAX_MAX): Remove.
11153         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
11154         * lib/utimecmp.c (SIZE_MAX): Remove.
11155
11156         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
11157
11158         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
11159         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
11160         O_NOATIME works.
11161
11162 2006-10-05  Bruno Haible  <bruno@clisp.org>
11163
11164         * lib/gl_list.h (gl_sortedlist_search_from_to,
11165         gl_sortedlist_indexof_from_to): New declarations.
11166         (gl_list_implementation): New fields sortedlist_search_from_to,
11167         sortedlist_indexof_from_to.
11168         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
11169         inline functions.
11170         * lib/gl_list.c (gl_sortedlist_search_from_to,
11171         gl_sortedlist_indexof_from_to): New functions.
11172         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
11173         function.
11174         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
11175         (gl_array_sortedlist_search_from_to): New function.
11176         (gl_array_list_implementation): Update.
11177         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
11178         function.
11179         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
11180         (gl_carray_sortedlist_search_from_to): New function.
11181         (gl_carray_list_implementation): Update.
11182         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
11183         gl_linked_sortedlist_indexof_from_to): New functions.
11184         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
11185         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
11186         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
11187         gl_tree_sortedlist_indexof_from_to): New functions.
11188         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
11189         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
11190         Update.
11191         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
11192         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
11193         Update.
11194
11195 2006-10-05  Bruno Haible  <bruno@clisp.org>
11196
11197         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
11198         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
11199         (struct gl_list_implementation): Add fields search_from_to,
11200         indexof_from_to. Remove fields search, indexof.
11201         (gl_list_search): Use the search_from_to method.
11202         (gl_list_search_from, gl_list_search_from_to): New functions.
11203         (gl_list_indexof): Use the indexof_from_to method.
11204         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
11205         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
11206         (gl_list_search_from, gl_list_search_from_to): New functions.
11207         (gl_list_indexof): Use the indexof_from_to method.
11208         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
11209         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
11210         gl_array_indexof. Add start_index, end_index arguments.
11211         (gl_array_search_from_to): Renamed from gl_array_search. Add
11212         start_index, end_index arguments.
11213         (gl_array_remove, gl_array_list_implementation): Update.
11214         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
11215         gl_carray_indexof. Add start_index, end_index arguments.
11216         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
11217         start_index, end_index arguments.
11218         (gl_carray_remove, gl_carray_list_implementation): Update.
11219         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
11220         gl_linked_search. Add start_index, end_index arguments.
11221         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
11222         start_index, end_index arguments.
11223         (gl_linked_remove): Update.
11224         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
11225         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
11226         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
11227         field to 'size_t'.
11228         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
11229         gl_tree_search. Add start_index, end_index arguments.
11230         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
11231         start_index, end_index arguments.
11232         (gl_tree_remove): Update.
11233         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
11234         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
11235         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
11236         function.
11237         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
11238         gl_tree_search. Add start_index, end_index arguments.
11239         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
11240         start_index, end_index arguments.
11241         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
11242         Update.
11243         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
11244
11245 2006-10-05  Bruno Haible  <bruno@clisp.org>
11246
11247         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
11248
11249         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
11250         fwriteerror_temp): New declarations.
11251         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
11252         (descriptors): New variable.
11253         (cleanup): First, close the descriptors.
11254         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
11255         fclose_temp, fwriteerror_temp): New functions.
11256
11257 2006-10-04  Jim Meyering  <jim@meyering.net>
11258
11259         * lib/fts.c (fts_open): Tiny comment change.
11260
11261 2006-10-04  Bruno Haible  <bruno@clisp.org>
11262
11263         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
11264         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
11265         gl_LOCK_BODY.
11266         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
11267         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
11268         gl_LOCK_EARLY_BODY.
11269         (gl_LOCK): Require gl_LOCK_BODY.
11270
11271 2006-10-04  Bruno Haible  <bruno@clisp.org>
11272
11273         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
11274         (gl_oset_search_atleast): New declaration.
11275         (struct gl_oset_implementation): Add field 'search_atleast'.
11276         (gl_oset_search_atleast): New inline function.
11277         * lib/gl_oset.c (gl_oset_search_atleast): New function.
11278         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
11279         (gl_array_oset_implementation): Update.
11280         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
11281         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
11282         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
11283
11284 2006-10-04  Bruno Haible  <bruno@clisp.org>
11285
11286         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
11287
11288 2006-10-03  Bruno Haible  <bruno@clisp.org>
11289
11290         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
11291         from gl_avltreehash_list_implementation.
11292
11293 2006-10-03  Bruno Haible  <bruno@clisp.org>
11294
11295         * lib/gl_oset.c (gl_oset_add): Fix return type.
11296
11297 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
11298
11299         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
11300
11301 2006-10-02  Eric Blake  <ebb9@byu.net>
11302
11303         * modules/strnlen (Depends-on): Add extensions.
11304
11305 2006-10-02  Eric Blake  <ebb9@byu.net>
11306
11307         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
11308         definition in 2.60+.
11309
11310 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
11311
11312         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
11313         checks.
11314
11315 2006-10-02  Bruno Haible  <bruno@clisp.org>
11316
11317         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
11318         to the AUTOMAKE_OPTIONS.
11319         Reported by Jim Meyering.
11320
11321 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11322
11323         Work around bug in Solaris 10 /proc file system:
11324         /proc/self/fd/NNN/.. isn't the parent directory of
11325         the directory whose file descriptor is NNN.  This needs to
11326         be worked around at run time, not compile time, since a
11327         program might be built on Solaris 8, where things work, and
11328         run on Solaris 10.
11329         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
11330         to use the following interface instead:
11331         (OPENAT_BUFFER_SIZE): New macro.
11332         (openat_proc_name): New function.
11333         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
11334         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
11335         Likewise.
11336         * lib/openat-proc.c: New file.
11337         * modules/openat (Files): Add lib/openat-proc.c.
11338         (Depends-on): Add same-inode, stdbool.
11339         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
11340
11341 2006-09-29  Bruno Haible  <bruno@clisp.org>
11342
11343         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
11344         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
11345         argument. Set stdout_closed before testing for ferror, not after.
11346         (fwriteerror, fwriteerror_no_ebadf): New functions.
11347
11348 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11349
11350         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
11351
11352 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
11353
11354         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
11355         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
11356
11357 2006-09-28  Jim Meyering  <jim@meyering.net>
11358
11359         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
11360         Include <unistd.h>.
11361
11362 2006-09-28  Bruno Haible  <bruno@clisp.org>
11363
11364         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
11365         * modules/linkedhash-list (Depends-on): Likewise.
11366         * modules/rbtreehash-list (Depends-on): Likewise.
11367
11368 2006-09-28  Bruno Haible  <bruno@clisp.org>
11369
11370         * lib/strndup.h: Simplify the redefinition of strndup.
11371         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
11372         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
11373
11374 2006-09-28  Bruno Haible  <bruno@clisp.org>
11375
11376         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
11377         * lib/gl_linkedhash_list.c: Likewise.
11378         * lib/gl_rbtreehash_list.c: Likewise.
11379
11380 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11381
11382         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
11383         getaddrinfo.
11384
11385         * lib/__fpending.h: Don't include <stdio_ext.h> unless
11386         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
11387         it causes <stdio_ext.h> to cause a compile-time error.
11388         Problem reported by Nelson H. F. Beebe.
11389         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
11390         of HAVE_DECL___PENDING.
11391
11392         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
11393         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
11394         declaration.
11395
11396 2006-09-27  Jim Meyering  <jim@meyering.net>
11397
11398         This file could end up with a definition for a function
11399         named __strndup, rather than rpl_strndup on a system with
11400         incomplete weak_alias support.
11401         * lib/strndup.c (strndup): Rename from __strndup.
11402         Remove #defines that used to map __strndup to strndup.
11403         Don't use K&R prototypes.
11404         Remove LIBC-related code, since this file is not sync'd with glibc.
11405         * lib/strndup.h: Revamp, accordingly.
11406         * m4/strndup.m4: Modernize.
11407
11408 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11409
11410         * modules/savewd (Depends-on): Add 'raise'.
11411         * lib/savewd.c: Include <signal.h>, for 'raise'.
11412
11413 2006-09-26  Jim Meyering  <jim@meyering.net>
11414
11415         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
11416         when we detect Darwin 8.7.0's acl_get_file bug.
11417         Rearrange to perform the new (below) run-test while $LIBS
11418         contains any acl-related library.  Set USE_ACL at the end.
11419         (gl_ACL_GET_FILE): New function.
11420
11421 2006-09-26  Eric Blake  <ebb9@byu.net>
11422
11423         * lib/verror.c: Include <config.h> unconditionally.
11424
11425 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
11426
11427         * modules/clock-time (Maintainer): Add self.
11428         * modules/getlogin_r (Depends-on): Add extensions.
11429
11430 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11431
11432         * modules/clock-time: New module.
11433         * modules/nanosleep (Depends-on): Add clock-time.
11434         * modules/gethrxtime (Depends-on): Likewise.
11435         * modules/gettime (Depends-on): Likewise.
11436         * modules/settime (Depends-on): Likewise.
11437
11438         * modules/fts-lgpl: Depend on openat.
11439         * modules/mkancesdirs: Depend on savewd.
11440         * modules/mkdir-p: Likewise.
11441
11442 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11443
11444         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
11445
11446         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
11447         `gl_have_arbitrary_file_name_length_limit' to
11448         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
11449         actually works between configure runs.
11450
11451 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11452             Bruno Haible  <bruno@clisp.org>
11453
11454         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
11455
11456 2006-09-25  Jim Meyering  <jim@meyering.net>
11457
11458         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
11459         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
11460
11461 2006-09-25  Eric Blake  <ebb9@byu.net>
11462
11463         * gnulib-tool (func_import, func_create_testdir): Fix typos in
11464         exec's in 2006-09-18 patch when shuffling fds.
11465
11466 2006-09-25  Bruno Haible  <bruno@clisp.org>
11467
11468         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
11469         Reported by Jim Meyering.
11470
11471 2006-09-24  Jim Meyering  <jim@meyering.net>
11472
11473         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
11474         compare a pointer against a literal "0".  That caused failures with
11475         at least HP-UX's hpcc.
11476
11477 2006-09-22  Simon Josefsson  <jas@extundo.com>
11478
11479         * modules/gc-sha1:
11480         * modules/gc-md4:
11481         * modules/gc-hmac-sha1:
11482         * modules/gc-hmac-md5:
11483         * modules/gc-des:
11484         * modules/gc-arcfour: Distribute more files.
11485
11486 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11487
11488         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
11489         (gl_linked_iterator_from_to): Initialize struct completely.
11490         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
11491         (gl_tree_iterator_from_to): Likewise
11492         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
11493         * lib/gl_array_list.c [lint] (gl_array_iterator)
11494         (gl_array_iterator_from_to): Likewise.
11495         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
11496         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
11497         (gl_carray_iterator_from_to): Likewise.
11498
11499         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
11500         * lib/md4.c (md4_process_block): Remove unused variable.
11501         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
11502         parentheses for clarity.
11503
11504 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11505
11506         * modules/bison-i18n (Depends-on): Add gettext.
11507
11508 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11509
11510         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
11511         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11512         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
11513         also add missing comma that caused broken test.
11514         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
11515         stdlib.h, for `abort'.
11516         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
11517         variables.
11518         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
11519         include unistd.h if present, for `rmdir'.
11520         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
11521         variables.
11522         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
11523         in the process include standard headers for prototypes.
11524         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
11525         gets declared on GNU/Linux.
11526         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
11527         unistd.h, for `rmdir'.
11528         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
11529
11530         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
11531         always true.
11532         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
11533
11534         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
11535
11536 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11537
11538         * gnulib-tool (func_version): Create output all at once.  This
11539         may help avoid triggering unnecessary SIGPIPEs, and at any
11540         rate it doesn't hurt.
11541
11542 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11543             Bruno Haible  <bruno@clisp.org>
11544
11545         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
11546         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11547         * m4/signed.m4 (bh_C_SIGNED): Likewise.
11548
11549         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
11550         (gl_FUNC_VASPRINTF): Invoke it.
11551
11552 2006-09-22  Bruno Haible  <bruno@clisp.org>
11553
11554         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
11555         getloadavg.c as first argument.
11556
11557 2006-09-22  Bruno Haible  <bruno@clisp.org>
11558
11559         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
11560         at the beginning of the gl_INIT macro.
11561         * modules/getloadavg (configure.ac): Pass $gl_source_base to
11562         gl_GETLOADAVG.
11563
11564 2006-09-22  Bruno Haible  <bruno@clisp.org>
11565
11566         * gnulib-tool (func_create_megatestdir): Don't include the config-h
11567         module.
11568         Suggested by Ralf Wildenhues.
11569
11570 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
11571
11572         Import this patch from libc:
11573
11574         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11575
11576         * lib/regex_internal.c (re_string_reconstruct): Handle
11577         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11578         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11579         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11580         re_string_context_at.
11581
11582         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
11583         now requires it.
11584         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
11585         gl_REGEX now does it for us.
11586         (gl_REGEX): Add test taken from
11587         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
11588
11589         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
11590         Check that large offsets work.  Modernize Autoconf usages.
11591         Prefer "yes" to mean a good thing rather than a bad.
11592         Don't put "#define mkstemp" in config.h, as this might interfere
11593         with standard system headers that "#define mkstemp mkstemp64".
11594
11595         * modules/mkstemp (Depends-on): Add extensions, so that
11596         mkstemp is visible on some platforms.
11597         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
11598         (Include): Change to "mkstemp.h" from <stdlib.h>.
11599         (Files): Add mkstemp.h.
11600
11601         * lib/mkstemp.h: New file, since some standard headers
11602         #define mkstemp.
11603         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
11604         Include "mkstemp.h".
11605         Make the _LIBC code resemble glibc original more,
11606         e.g., use K&R style.
11607         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
11608         (mkstemp): Remove, since mkstemp.h does this for us.
11609         * lib/stdlib--.h: Include mkstemp.h.
11610
11611         Import this patch from libc:
11612
11613         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11614
11615         * lib/tempname.c (__gen_tempname): Change attempts_min
11616         into a macro.  Use preprocessor to decide how to initialize
11617         attempts [Coverity CID 67].
11618
11619 2006-09-20  Bruno Haible  <bruno@clisp.org>
11620
11621         * lib/mkdtemp.c: Import from libc.
11622         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11623                 * sysdeps/posix/tempname.c (__gen_tempname): Change
11624                 attempts_min into a macro.  Use preprocessor to decide how to
11625                 initialize attempts [Coverity CID 67].
11626         2001-11-27  Paul Eggert  <eggert@twinsun.com>
11627                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11628                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11629
11630 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11631
11632         * gnulib-tool (func_exit): New function, to allow to pass the
11633         exit status portably through the trap.  Use everywhere.
11634         (--help, --version): Signal a write error.
11635         (trap): catch SIGPIPE, for write errors.
11636         Exit at the end of the trap, with the correct exit status.
11637
11638 2006-09-19  Karl Berry  <karl@gnu.org>
11639
11640         * doc/gnulib.texi: note about the license texinfo files.
11641
11642 2006-09-19  Eric Blake  <ebb9@byu.net>
11643
11644         * gnulib-tool: Avoid space-tab.
11645
11646 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11647
11648         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
11649         that prevented coreutils 6.1 from building.  Problem reported
11650         by Petter Reinholdtsen.
11651
11652 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11653
11654         * gnulib-tool (avoidlist): Fix typo that broke options like
11655         --avoid=lock that are used by coreutils bootstrap.
11656
11657 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
11658
11659         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
11660         more systematically.
11661
11662 2006-09-18  Jim Meyering  <jim@meyering.net>
11663
11664         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
11665
11666 2006-09-18  Bruno Haible  <bruno@clisp.org>
11667
11668         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
11669
11670 2006-09-18  Bruno Haible  <bruno@clisp.org>
11671
11672         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
11673         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
11674         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
11675         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
11676         * m4/gettext.m4: Require autoconf >= 2.52.
11677         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
11678         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
11679         of gl_cv_header_inttypes_h.
11680
11681 2006-09-18  Bruno Haible  <bruno@clisp.org>
11682
11683         * lib/javaversion.c: Include configmake.h.
11684
11685 2006-09-18  Bruno Haible  <bruno@clisp.org>
11686
11687         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
11688         avoid that the while loops be executed in a subshell.
11689
11690 2006-09-18  Bruno Haible  <bruno@clisp.org>
11691
11692         * MODULES.html.sh (func_module): Break long lines.
11693         Suggested by Bruce Korb <bkorb@gnu.org>.
11694
11695 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11696
11697         Speed up by a factor of 1.12.
11698         * gnulib-tool (nl): New variable.
11699         (func_import): Rewrite include directive extraction to only read each
11700         directive once.
11701
11702 2006-09-17  Bruno Haible  <bruno@clisp.org>
11703
11704         * modules/javaversion (Makefile.am): Remove DEFS setting.
11705         (Depends-on): Add configmake, for PKGDATADIR definition.
11706
11707 2006-09-17  Bruno Haible  <bruno@clisp.org>
11708
11709         * gnulib-tool (func_create_testdir): Rewrite all files at once.
11710
11711 2006-09-17  Bruno Haible  <bruno@clisp.org>
11712
11713         * gnulib-tool (func_append): New function, stolen from libtool.m4.
11714         (func_modules_transitive_closure, func_modules_add_dummy,
11715         func_modules_to_filelist, func_import, func_create_testdir,
11716         func_create_megatestdir, ...): Use it wherever possible.
11717         Suggested by Ralf Wildenhues.
11718
11719 2006-09-16  Karl Berry  <karl@gnu.org>
11720
11721         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
11722         to avoid sectioning errors.
11723         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
11724         [ifinfo]: blank line after @center-ed titles.
11725         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
11726         Spell FSF address consistently with others.
11727         (These changes approved by rms.)
11728
11729 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11730
11731         Speed up by a factor of 1.61.
11732         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
11733         already checked module names again.
11734
11735 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11736
11737         Speed up by a factor of 1.13.
11738         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
11739         for new_files, and the input to func_add_or_update.
11740
11741 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11742
11743         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
11744         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
11745
11746 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11747
11748         * modules/mkancesdirs (Depends-on): Add fcntl.
11749         * modules/savewd: New file.
11750         * MODULES.html.sh (File system functions): Add savewd.
11751
11752         * modules/configmake (Makefile.am): Add support for the
11753         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
11754
11755 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11756
11757         * m4/savewd.m4: New file.
11758
11759 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11760
11761         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
11762         (dirchownmod): New arg FD.  All callers changed.
11763         Use FD rather than opening the directory ourself, as opening is
11764         now the caller's responsibility.
11765         * lib/dirchownmod.h: Likewise.
11766         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
11767         hosts that require <sys/types.h> before <sys/stat.h>.  Include
11768         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
11769         (test_dir): Remove.
11770         (mkancesdirs): Return length of prefix of FILE that has already
11771         been made, or -2 if there is a child doing the work.  Redo
11772         algorithm so that it is O(N) rather than O(N**2).  Optimize away
11773         ".", and treat ".." specially since it might stray back into
11774         already-created areas.  Use a subprocess if necessary.  New arg
11775         WD; all users changed.  MAKE_DIR function should now return 1
11776         if it creates a directory that is not readable.  Return -2 if
11777         a child process is spun off.
11778         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
11779         Adjust signature to match code.
11780         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
11781         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
11782         all users changed.
11783         * lib/savewd.c, lib/savewd.h: New files.
11784
11785 2006-09-15  Jim Meyering  <jim@meyering.net>
11786
11787         * modules/rename-dest-slash: New module.
11788         * MODULES.html.sh (posix_compat): Add it here.
11789
11790         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
11791
11792 2006-09-15  Jim Meyering  <jim@meyering.net>
11793
11794         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
11795         file.
11796
11797         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
11798
11799 2006-09-15  Jim Meyering  <jim@meyering.net>
11800
11801         * lib/rename-dest-slash.c (has_trailing_slash): Use
11802         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
11803         (rpl_rename_dest_slash): Perform the cheaper trailing slash
11804         test before testing whether SRC is a directory.
11805         Suggestions from Bruno Haible.
11806
11807         Avoid a warning about an unused variable.
11808         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
11809         into the #ifdef block where it's used.
11810
11811         * lib/rename-dest-slash.c: New file.
11812
11813 2006-09-14  Bruno Haible  <bruno@clisp.org>
11814
11815         * lib/allocsa.c: Include <config.h> unconditionally.
11816         * lib/asnprintf.c: Likewise.
11817         * lib/asprintf.c: Likewise.
11818         * lib/c-strcasecmp.c: Likewise.
11819         * lib/c-strcasestr.c: Likewise.
11820         * lib/c-strncasecmp.c: Likewise.
11821         * lib/c-strstr.c: Likewise.
11822         * lib/classpath.c: Likewise.
11823         * lib/clean-temp.c: Likewise.
11824         * lib/concatpath.c: Likewise.
11825         * lib/copy-file.c: Likewise.
11826         * lib/csharpcomp.c: Likewise.
11827         * lib/csharpexec.c: Likewise.
11828         * lib/execute.c: Likewise.
11829         * lib/fatal-signal.c: Likewise.
11830         * lib/findprog.c: Likewise.
11831         * lib/fwriteerror.c: Likewise.
11832         * lib/gl_array_list.c: Likewise.
11833         * lib/gl_array_oset.c: Likewise.
11834         * lib/gl_avltree_list.c: Likewise.
11835         * lib/gl_avltree_oset.c: Likewise.
11836         * lib/gl_avltreehash_list.c: Likewise.
11837         * lib/gl_carray_list.c: Likewise.
11838         * lib/gl_linked_list.c: Likewise.
11839         * lib/gl_linkedhash_list.c: Likewise.
11840         * lib/gl_list.c: Likewise.
11841         * lib/gl_oset.c: Likewise.
11842         * lib/gl_rbtree_list.c: Likewise.
11843         * lib/gl_rbtree_oset.c: Likewise.
11844         * lib/gl_rbtreehash_list.c: Likewise.
11845         * lib/imaxabs.c: Likewise.
11846         * lib/imaxdiv.c: Likewise.
11847         * lib/javacomp.c: Likewise.
11848         * lib/javaexec.c: Likewise.
11849         * lib/javaversion.c: Likewise.
11850         * lib/linebreak.c: Likewise.
11851         * lib/localcharset.c: Likewise.
11852         * lib/lock.c: Likewise.
11853         * lib/mbchar.c: Likewise.
11854         * lib/mbswidth.c: Likewise.
11855         * lib/mkdtemp.c: Likewise.
11856         * lib/pipe.c: Likewise.
11857         * lib/printf-args.c: Likewise.
11858         * lib/printf-parse.c: Likewise.
11859         * lib/progname.c: Likewise.
11860         * lib/progreloc.c: Likewise.
11861         * lib/readlink.c: Likewise.
11862         * lib/sh-quote.c: Likewise.
11863         * lib/stpcpy.c: Likewise.
11864         * lib/stpncpy.c: Likewise.
11865         * lib/strcasecmp.c: Likewise.
11866         * lib/strcasestr.c: Likewise.
11867         * lib/strcspn.c: Likewise.
11868         * lib/striconv.c: Likewise.
11869         * lib/strncasecmp.c: Likewise.
11870         * lib/strnlen1.c: Likewise.
11871         * lib/strstr.c: Likewise.
11872         * lib/strtok_r.c: Likewise.
11873         * lib/tls.c: Likewise.
11874         * lib/tmpdir.c: Likewise.
11875         * lib/unicodeio.c: Likewise.
11876         * lib/unsetenv.c: Likewise.
11877         * lib/vasnprintf.c: Likewise.
11878         * lib/vasprintf.c: Likewise.
11879         * lib/wait-process.c: Likewise.
11880         * lib/xallocsa.c: Likewise.
11881         * lib/xsetenv.c: Likewise.
11882         * lib/xstriconv.c: Likewise.
11883
11884 2006-09-13  Simon Josefsson  <jas@extundo.com>
11885
11886         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
11887         that internally, suggested by Ralf Wildenhues
11888         <Ralf.Wildenhues@gmx.de>.
11889
11890 2006-09-13  Simon Josefsson  <jas@extundo.com>
11891
11892         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
11893         @LIBOBJS@.
11894         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11895
11896 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
11897
11898         * lib/_fpending.c: Include <config.h> unconditionally, since we no
11899         longer worry about uses that don't define HAVE_CONFIG_H.
11900         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
11901         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11902         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11903         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11904         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11905         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11906         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11907         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11908         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11909         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11910         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11911         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11912         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11913         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11914         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11915         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11916         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11917         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11918         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11919         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11920         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11921         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11922         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11923         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11924         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11925         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11926         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11927         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11928         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11929         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11930         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11931         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11932         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11933         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11934         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11935         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11936         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11937         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11938         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11939         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11940         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11941         Likewise.
11942
11943 2006-09-13  Eric Blake  <ebb9@byu.net>
11944
11945         * lib/getopt.c: Fix typo in last commit.
11946
11947 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11948
11949         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11950         dgettext.
11951
11952 2006-09-12  Jim Meyering  <jim@meyering.net>
11953
11954         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11955         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11956         Reported by Nelson H. F. Beebe.
11957
11958 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11959
11960         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11961         program_invocation_name and program_invocation_short_name are
11962         initialized.
11963         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11964         and program_invocation_short_name to argp.h, so they are visible
11965         to user programs.
11966         * lib/argp.h: Likewise
11967
11968 2006-09-10  Bruno Haible  <bruno@clisp.org>
11969
11970         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11971         m4/inttypes_h.m4, m4/uintmax_t.m4.
11972
11973 2006-09-10  Bruno Haible  <bruno@clisp.org>
11974
11975         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11976         gl_AC_TYPE_UINTMAX_T.
11977
11978 2006-09-10  Bruno Haible  <bruno@clisp.org>
11979
11980         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11981
11982 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11983
11984         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11985         convention.  Text proposed by Bruno Haible.
11986         (struct argp_option): Document the use of N_() wrappers.
11987
11988         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11989         '\v', and translate the two parts separately, instead of feeding
11990         the whole string to gettext.  This allows to exclude
11991         '\v' from the strings visible to the translator by writing doc
11992         strings as N_("..") "\v" N_("..").
11993
11994 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
11995
11996         * config/srclist.txt: Undo latest change; the bug was fixed.
11997
11998 2006-09-09  Bruno Haible  <bruno@clisp.org>
11999
12000         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
12001         assignments if building a library without libtool.
12002         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
12003         in func_emit_lib_Makefile_am.
12004         (func_import): When building a static library libfoo.a, arrange to
12005         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
12006         (func_create_testdir): Likewise.
12007         * modules/gc (configure.ac, Makefile.am): If building statically,
12008         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
12009         * modules/iconvme (configure.ac, Makefile.am): Likewise.
12010         * modules/striconv (configure.ac, Makefile.am): Likewise.
12011         Based on a suggestion by Ralf Wildenhues.
12012
12013 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12014
12015         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
12016         Check for unistd.h too, since Autoconf doesn't assume POSIX.
12017         Also:
12018
12019         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12020         Add year_2050_test to catch glibc bug 2821
12021         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
12022
12023         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12024         Prefer #ifdef to #if.
12025
12026         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
12027         Return from 'main' instead of calling 'exit'.
12028
12029 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12030
12031         * lib/mktime.c (guess_time_tm): Fix bug where mktime
12032         returned the maximum time_t value rather than (time_t) -1.
12033         Problem originally reported by William Bardwell
12034         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
12035
12036         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
12037         Moved to here ...
12038         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
12039         ... from here.
12040
12041 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12042
12043         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
12044         2821 is fixed.
12045
12046 2006-09-08  Jim Meyering  <jim@meyering.net>
12047
12048         Don't make generated files read-only.  That would bother too many
12049         people.  However, do retain the ability to work when targets are
12050         read-only: remove the destination and temporary files before writing
12051         them (when generated via sed or echo), or by using the -f option for
12052         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
12053         * modules/alloca-opt, modules/argz, modules/arpa_inet:
12054         * modules/byteswap, modules/configmake, modules/fcntl:
12055         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
12056         * modules/localcharset, modules/netinet_in, modules/poll:
12057         * modules/stdbool, modules/stdint, modules/sys_select:
12058         * modules/sys_socket, modules/sys_stat, modules/sysexits:
12059
12060 2006-09-08  Jim Meyering  <jim@meyering.net>
12061
12062         Avoid new build failure on FreeBSD 6.0.
12063         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
12064         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
12065         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
12066
12067 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12068
12069         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
12070
12071 2006-09-07  Jim Meyering  <jim@meyering.net>
12072
12073         Fix global typo in last change: use chmod u-w, not chmod u-x.
12074         Spotted by Paul Eggert and Bruce Korb.
12075         * modules/alloca-opt, modules/argz, modules/arpa_inet:
12076         * modules/byteswap, modules/configmake, modules/fcntl:
12077         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
12078         * modules/localcharset, modules/netinet_in, modules/poll:
12079         * modules/stdbool, modules/stdint, modules/sys_select:
12080         * modules/sys_socket, modules/sys_stat, modules/sysexits:
12081
12082 2006-09-06  Jim Meyering  <jim@meyering.net>
12083
12084         Make generated files be read-only.
12085         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
12086         Ensure that each generated file is now read-only.
12087         * modules/argz: Likewise.
12088         * modules/arpa_inet: Likewise.
12089         * modules/byteswap: Likewise.
12090         * modules/configmake: Likewise.
12091         * modules/fcntl: Likewise.
12092         * modules/fnmatch: Likewise.
12093         * modules/getopt: Likewise.
12094         * modules/glob: Likewise.
12095         * modules/inttypes: Likewise.
12096         * modules/netinet_in: Likewise.
12097         * modules/poll: Likewise.
12098         * modules/stdbool: Likewise.
12099         * modules/stdint: Likewise.
12100         * modules/sys_select: Likewise.
12101         * modules/sys_socket: Likewise.
12102         * modules/sys_stat: Likewise.
12103         * modules/sysexits: Likewise.
12104         * modules/localcharset: Same as above, but continue using temporary
12105         file named "t-$@" (why different?) rather than the "$@-t" used
12106         everywhere else.
12107
12108         * modules/sysexits (Makefile.am): Replace literal occurrences
12109         of "sysexit.h" more readable, and more consistent, "$@".
12110
12111 2006-09-06  Bruno Haible  <bruno@clisp.org>
12112
12113         * modules/striconv: New file.
12114         * modules/xstriconv: New file.
12115         * MODULES.html.sh (Internationalization functions): Add striconv,
12116         xstriconv.
12117
12118 2006-09-06  Bruno Haible  <bruno@clisp.org>
12119
12120         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
12121         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
12122         not using libtool correctly.
12123
12124 2006-09-06  Bruno Haible  <bruno@clisp.org>
12125
12126         * lib/striconv.h: New file.
12127         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
12128         iconvstring.c.
12129         * lib/xstriconv.h: New file.
12130         * lib/xstriconv.c: New file.
12131
12132 2006-09-06  Bruno Haible  <bruno@clisp.org>
12133
12134         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
12135         lib_..._LDFLAGS.
12136
12137 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12138
12139         * lib/argz_.h: Sync from Libtool.
12140
12141         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
12142                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12143
12144         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
12145
12146 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
12147
12148         * modules/trim: New file.
12149
12150 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
12151
12152         * lib/trim.h: New file.
12153         * lib/trim.c: New file.
12154
12155 2006-09-05  Bruno Haible  <bruno@clisp.org>
12156
12157         * MODULES.html.sh (String handling): Add trim.
12158
12159 2006-09-04  Karl Berry  <karl@gnu.org>
12160
12161         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
12162         until next release.
12163
12164 2006-09-03  Bruno Haible  <bruno@clisp.org>
12165
12166         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
12167         correctly.
12168
12169 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12170
12171         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
12172         not gl_GETLOADAVG.  Omit unneeded semicolons.
12173         Problems reported by Ralf Wildenhues in
12174         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
12175         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
12176         at the end, which is the usual gnulib style.
12177
12178         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
12179         of doing all the work ourselves.
12180         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
12181         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
12182
12183 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12184
12185         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
12186         Problem reported by Ralf Wildenhues in
12187         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
12188
12189         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
12190         HAVE_STRUCT_STATFS_F_FSTYPENAME.
12191
12192 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12193
12194         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
12195         yesterday's patch by changing test -n to test -z.
12196
12197 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12198
12199         * modules/getloadavg (Files): Add m4/getloadavg.m4.
12200         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
12201         the former is now obsolescent.
12202
12203         * modules/chdir-long (Depends-on): Add fcntl.
12204
12205 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12206
12207         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
12208         obsolescent, and programs should use gnulib instead.
12209         * m4/getloadavg.m4: New file, with contents taken from Autoconf
12210         but with prefixes changed.
12211
12212 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12213
12214         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
12215         or stdbool.h, because they might not exist while configuring.
12216
12217         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
12218         Don't include unistd.h or limits.h; not needed, since chdir-long.h
12219         does that for us.
12220         (O_DIRECTORY): Remove.
12221
12222 2006-08-31  Eric Blake  <ebb9@byu.net>
12223
12224         * gnulib-tool: Don't let emacs change spaces to TAB.
12225
12226 2006-08-31  Bruno Haible  <bruno@clisp.org>
12227
12228         * gnulib-tool: When calling func_import more than once, do it in a
12229         subshell.
12230         Reported by Eric Blake <ebb9@byu.net>.
12231
12232 2006-08-31  Bruno Haible  <bruno@clisp.org>
12233
12234         * gnulib-tool (nl): Remove variable.
12235         (sed_transform_lib_file): Use more robust test for config-h module.
12236         (func_import): Fix typo in 2006-08-25 patch.
12237
12238 2006-08-31  Bruno Haible  <bruno@clisp.org>
12239
12240         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
12241         specified, augment Makefile.am variables instead of assigning them.
12242
12243 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12244
12245         Work around a bug in both the Linux and SunOS 64-bit kernels:
12246         nanosleep mishandles sleeps for longer than 2**31 seconds.
12247         Problem reported by Frank v Waveren in
12248         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
12249         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
12250         Check for nanosleep bug.
12251         (LIB_NANOSLEEP): Append clock_gettime library if needed.
12252
12253 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12254
12255         Work around a bug in both the Linux and SunOS 64-bit kernels:
12256         nanosleep mishandles sleeps for longer than 2**31 seconds.
12257         Problem reported by Frank v Waveren in
12258         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
12259         * lib/nanosleep.c (BILLION): New constant.
12260         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
12261         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
12262         implementation.
12263
12264 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12265
12266         * modules/nanosleep (Depends-on): Add gettime.
12267
12268 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12269         and Simon Josefsson  <jas@extundo.com>
12270         and Oskar Liljeblad  <oskar@osk.mine.nu>
12271
12272         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
12273         * gnulib-tool (func_import): New license type 'unmodifiable license
12274         text'.
12275         * modules/fdl: Use it.  Longer description.
12276         * module/gpl, module/lgpl: New files.
12277
12278 2006-08-30  Jim Meyering  <jim@meyering.net>
12279
12280         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
12281         shadowing the parameter.
12282
12283 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12284
12285         Sync from Libtool:
12286
12287         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12288
12289         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
12290         sharing with gnulib.  Report by Eric Blake.
12291
12292 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12293
12294         * modules/isapipe: New file.
12295         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
12296
12297 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12298
12299         * modules/configmake (Makefile.am): Add a comment, and omit
12300         the CONFIGMAKE_ prefix from generated macro names.  Suggested
12301         by Bruno Haible.
12302
12303 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12304
12305         * m4/isapipe.m4: New file.
12306
12307 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12308
12309         * lib/isapipe.c, lib/isapipe.h: New files.
12310
12311 2006-08-29  Jim Meyering  <jim@meyering.net>
12312
12313         * modules/configmake (Makefile.am): Make configmake.h depend on
12314         Makefile.  Otherwise, a stale configmake.h could hang around.
12315
12316 2006-08-29  Eric Blake  <ebb9@byu.net>
12317
12318         * lib/error.c (error_at_line, print_errno_message): Match libc, after
12319         resolution of upstream bug 3044.
12320
12321 2006-08-29  Bruno Haible  <bruno@clisp.org>
12322
12323         * modules/localcharset (Depends-on): Add configmake.
12324         (Makefile.am): Remove setting of LIBDIR through DEFS.
12325
12326 2006-08-29  Bruno Haible  <bruno@clisp.org>
12327
12328         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
12329         defined.
12330
12331 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12332
12333         * modules/fcntl: New file.
12334         * modules/chdir-safer (Depends-on): Add fcntl.
12335         * modules/fts: Likewise.
12336         * modules/mkdir-p: Likewise.
12337
12338         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
12339         This undoes the most recent change, since we're now addressing the
12340         problem in a different way.
12341
12342         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
12343         into output, since the output might be called Makefile.am even
12344         if $makefile_name is something different.
12345         (func_import): Use $makefile_am rather than
12346         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
12347         empty.
12348
12349         * modules/inttypes (Files): Add m4/inttypes-h.m4.
12350
12351 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12352
12353         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
12354         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
12355         recent change to stdint.m4, since we're now addressing the problem in a
12356         different way.
12357
12358 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12359
12360         * m4/fcntl_h.m4: New file.
12361
12362 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12363
12364         * lib/fcntl_.h: New file.
12365         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
12366         the fcntl module.
12367         * lib/dirchownmod.c: Likewise.
12368         * lib/fts.c: Likewise.
12369
12370         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
12371         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
12372         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
12373         just before including <inttypes.h>, to avoid circular inclusion.
12374
12375 2006-08-28  Jim Meyering  <jim@meyering.net>
12376
12377         * doc/visibility.texi: Actually read and correct the grammar of the
12378         sentence affected by yesterday's change.
12379
12380 2006-08-28  Eric Blake  <ebb9@byu.net>
12381
12382         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
12383         needs wrapper.
12384
12385 2006-08-28  Eric Blake  <ebb9@byu.net>
12386
12387         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
12388
12389 2006-08-28  Eric Blake  <ebb9@byu.net>
12390
12391         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
12392
12393 2006-08-28  Bruno Haible  <bruno@clisp.org>
12394
12395         * modules/c-strstr: New file, from GNU gettext.
12396         * MODULES.html.sh (String handling): Add c-strstr.
12397
12398 2006-08-28  Bruno Haible  <bruno@clisp.org>
12399
12400         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
12401         macros.
12402         Reported by Eric Blake.
12403
12404 2006-08-28  Bruno Haible  <bruno@clisp.org>
12405
12406         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
12407         (VASNPRINTF): Return a string of length > INT_MAX without failing.
12408         * lib/vasprintf.c: Include errno.h, limits.h.
12409         (EOVERFLOW): New fallback definition.
12410         (vasprintf): Test here whether the string length is > INT_MAX.
12411         * lib/vsnprintf.c: Include errno.h, limits.h.
12412         (EOVERFLOW): New fallback definition.
12413         (vsnprintf): Fix bug when generated string was too long for the buffer.
12414         Test here whether the string length is > INT_MAX.
12415
12416 2006-08-28  Bruno Haible  <bruno@clisp.org>
12417
12418         * lib/inttypes_.h (SCNX*): Remove definitions.
12419         Reported by Eric Blake.
12420
12421 2006-08-28  Bruno Haible  <bruno@clisp.org>
12422
12423         * lib/c-strstr.h: New file, from GNU gettext.
12424         * lib/c-strstr.c: New file, from GNU gettext.
12425
12426 2006-08-28  Bruno Haible  <bruno@clisp.org>
12427
12428         * gnulib-tool: Reorder some statements.
12429
12430 2006-08-28  Bruno Haible  <bruno@clisp.org>
12431
12432         * gnulib-tool: New option --makefile-name.
12433         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
12434         $makefile_name.
12435         (func_import): Write $makefile_name to the cache file, and read it from
12436         there unless explicitly specified. Use $makefile_name as file name
12437         instead of Makefile.am. Adjust the recommendations accordingly.
12438
12439 2006-08-28  Bruno Haible  <bruno@clisp.org>
12440
12441         * gnulib-tool (func_verify_module): Check against misapplying patch.
12442
12443 2006-08-28  Bruno Haible  <bruno@clisp.org>
12444
12445         * gnulib-tool (func_relativize, func_relconcat): New functions.
12446         Give an error if --local-dir is given with --update.
12447         Remove trailing slashes from $local_gnulib_dir.
12448         (func_import): Store the relativized $local_gnulib_dir in
12449         gnulib-cache.m4, and read it from there if not specified explicitly.
12450
12451 2006-08-28  Bruno Haible  <bruno@clisp.org>
12452
12453         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
12454         is the current directory. Respect also $local_gnulib_dir.
12455
12456 2006-08-28  Bruno Haible  <bruno@clisp.org>
12457             Simon Josefsson  <jas@extundo.com>
12458
12459         BeOS portability.
12460         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
12461
12462 2006-08-27  Jim Meyering  <jim@meyering.net>
12463
12464         * doc/visibility.texi: Remove duplicate word: "pointer".
12465
12466 2006-08-26  Bruno Haible  <bruno@clisp.org>
12467
12468         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
12469         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
12470         (Makefile.am): Create inttypes.h from inttypes_.h.
12471         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
12472
12473         * modules/imaxabs: New file.
12474
12475         * modules/imaxdiv: New file.
12476
12477 2006-08-26  Bruno Haible  <bruno@clisp.org>
12478
12479         * m4/inttypes.m4: New file.
12480         * m4/_inttypes_h.m4: Remove file.
12481         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
12482         PRI_MACROS_BROKEN.
12483         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
12484
12485         * m4/imaxabs.m4: New file.
12486
12487         * m4/imaxdiv.m4: New file.
12488
12489 2006-08-26  Bruno Haible  <bruno@clisp.org>
12490
12491         * lib/inttypes_.h: New file.
12492         * lib/inttypes.h: Remove file.
12493         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
12494
12495         * lib/imaxabs.c: New file.
12496
12497         * lib/imaxdiv.c: New file.
12498
12499 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12500
12501         New config-h module, so that "make" output needn't be cluttered
12502         by -DHAVE_CONFIG_H.
12503         * MODULES.html.sh (Support for building libraries and executables):
12504         Add config-h.
12505         * modules/config-h: New file.
12506         * gnulib-tool (nl, sed_transform_lib_file): New vars.
12507         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
12508         the config-h module is used.
12509
12510         New configmake module, so that "make" output needn't be cluttered
12511         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
12512         * MODULES.html.sh (Support for building libraries and executables):
12513         Add configmake.
12514         * modules/configmake: New file.
12515
12516 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12517
12518         * m4/config-h.m4: New file.
12519
12520 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12521
12522         * config/srclist.txt: Add elisp-comp.
12523
12524 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12525
12526         * MODULES.html.sh (Support for building libraries and executables):
12527         Add elisp-comp.
12528         * build-aux/elisp-comp: New file.
12529         * modules/elisp-comp: New file.
12530
12531 2006-08-24  Bruno Haible  <bruno@clisp.org>
12532
12533         * gnulib-tool (func_create_testdir): Use non-default values of
12534         sourcebase and m4base.
12535
12536 2006-08-24  Bruno Haible  <bruno@clisp.org>
12537
12538         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
12539         HTML structure.
12540
12541 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12542
12543         * modules/openat (Depends-on): Add lchown.
12544
12545 2006-08-23  Bruno Haible  <bruno@clisp.org>
12546
12547         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
12548         of gl_LOCK_EARLY instead of gl_LOCK.
12549
12550 2006-08-23  Bruno Haible  <bruno@clisp.org>
12551
12552         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
12553         on OSF/1 to no.
12554         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
12555
12556 2006-08-23  Bruno Haible  <bruno@clisp.org>
12557
12558         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
12559         as unusable.
12560
12561         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
12562         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
12563         (gl_LOCK): New macro.
12564
12565 2006-08-22  Simon Josefsson  <jas@extundo.com>
12566
12567         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
12568         to md5 module.
12569
12570 2006-08-22  Simon Josefsson  <jas@extundo.com>
12571
12572         * MODULES.html.sh: Add "Support for maintaining and release
12573         projects".
12574
12575         * build-aux/gnupload: New file, from coreutils.
12576
12577 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12578
12579         Avoid the need for AC_LIBSOURCES in m4 macros.
12580         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
12581         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
12582         * modules/check-version (EXTRA_DIST): Add check-version.h.
12583         * modules/crc (EXTRA_DIST): Add crc.h.
12584         * modules/des (EXTRA_DIST): Add des.h.
12585         * modules/gc (EXTRA_DIST): Add gc.h.
12586         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
12587         * modules/getline (EXTRA_DIST): Add getline.h.
12588         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
12589         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
12590         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
12591         * modules/md2 (EXTRA_DIST): Add md2.h.
12592         * modules/md4 (EXTRA_DIST): Add md4.h.
12593         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
12594         * modules/read-file (EXTRA_DIST): Add read-file.h.
12595         * modules/readline (EXTRA_DIST): Add readline.h.
12596         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
12597         rijndael-api-fst.h.
12598
12599 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12600
12601         * m4/rijndael.m4 (gl_ARCFOUR):
12602         * m4/arctwo.m4 (gl_ARCTWO):
12603         * m4/check-version.m4 (gl_CHECK_VERSION):
12604         * m4/crc.m4 (gl_CRC):
12605         * m4/des.m4 (gl_DES):
12606         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
12607         * m4/gc.m4 (gl_GC):
12608         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
12609         * m4/getline.m4 (gl_FUNC_GETLINE):
12610         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
12611         * m4/hmac-md5.m4 (gl_HMAC_MD5):
12612         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
12613         * m4/md2.m4 (gl_MD2):
12614         * m4/md4.m4 (gl_MD4):
12615         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
12616         * m4/read-file.m4 (gl_FUNC_READ_FILE):
12617         * m4/readline.m4 (gl_FUNC_READLINE):
12618         * m4/rijndael.m4 (gl_RIJNDAEL):
12619         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12620         to get the necessary .h files and whatnot.
12621
12622 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12623
12624         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
12625         gnulib rather than the other way around.
12626         * config/srclistvars.sh (COREUTILS): Remove.
12627
12628 2006-08-22  Jim Meyering  <jim@meyering.net>
12629
12630         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
12631
12632         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
12633
12634 2006-08-22  Eric Blake  <ebb9@byu.net>
12635
12636         * modules/regexprops-generic: New file.
12637         * MODULES.html.sh (Support for building documentation): List it.
12638
12639 2006-08-22  Eric Blake  <ebb9@byu.net>
12640
12641         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
12642         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12643         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
12644         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
12645
12646 2006-08-22  Bruno Haible  <bruno@clisp.org>
12647
12648         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
12649         and lib_LTLIBRARIES like the other lib_* variables.
12650
12651 2006-08-22  Bruno Haible  <bruno@clisp.org>
12652
12653         * build-aux/x-to-1.in: New file, from GNU gettext.
12654
12655 2006-08-22  Bruno Haible  <bruno@clisp.org>
12656
12657         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
12658         <utmpx.h> exists.
12659
12660 2006-08-22  Bruno Haible  <bruno@clisp.org>
12661
12662         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
12663         <utmpx.h> exists.
12664
12665 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12666
12667         BeOS portability.
12668         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
12669         exist.
12670         Problem reported by Bruno Haible.
12671
12672 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12673
12674         Avoid the need for AC_LIBSOURCES in m4 macros.
12675         * modules/acl (EXTRA_DIST): Add acl.h.
12676         * modules/argmatch (Files): Add m4/argmatch.m4.
12677         (configure.ac): Add gl_ARGMATCH.
12678         (EXTRA_DIST): Renamed from lib_SOURCES, for
12679         consistency with the other modules.  Remove argmatch.c.
12680         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
12681         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
12682         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
12683         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
12684         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
12685         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
12686         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
12687         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
12688         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
12689         * modules/closeout (EXTRA_DIST): Add closeout.h.
12690         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
12691         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
12692         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
12693         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
12694         dirname.h; remove basename.c and stripslash.c.
12695         * modules/exclude (EXTRA_DIST): Add exclude.h.
12696         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
12697         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
12698         * modules/file-type (EXTRA_DIST): Add file-type.h.
12699         * modules/filemode (EXTRA_DIST): Add filemode.h.
12700         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
12701         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12702         * modules/fpending (EXTRA_DIST): Add __fpending.h.
12703         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
12704         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
12705         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
12706         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
12707         * modules/getdate (EXTRA_DIST): Add getdate.c.
12708         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
12709         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
12710         * modules/getpass (EXTRA_DIST): Add getpass.h.
12711         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
12712         * modules/group-member (EXTRA_DIST): Add group-member.h.
12713         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
12714         * modules/hash (EXTRA_DIST): Add hash.h.
12715         * modules/human (EXTRA_DIST): Add human.h.
12716         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
12717         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
12718         * modules/lchown (EXTRA_DIST): Add lchown.h.
12719         * modules/long-options (EXTRA_DIST): Add long-options.h.
12720         * modules/lstat (EXTRA_DIST): Add lstat.h.
12721         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
12722         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
12723         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
12724         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
12725         * modules/memxor (EXTRA_DIST): Add memxor.h.
12726         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
12727         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
12728         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
12729         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
12730         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
12731         * modules/physmem (EXTRA_DIST): Add physmem.h.
12732         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
12733         * modules/posixver (EXTRA_DIST): Add posixver.h.
12734         * modules/quote (EXTRA_DIST): Add quote.h.
12735         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
12736         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
12737         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
12738         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
12739         regex_internal.h regexec.c.
12740         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
12741         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
12742         * modules/same (EXTRA_DIST): Add same.h.
12743         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
12744         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
12745         * modules/savedir (EXTRA_DIST): Add savedir.h.
12746         * modules/sha1 (EXTRA_DIST): Add sha1.h.
12747         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
12748         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
12749         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
12750         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
12751         * modules/strdup (EXTRA_DIST): Add strdup.h.
12752         * modules/strftime (EXTRA_DIST): Add strftime.h.
12753         * modules/strndup (EXTRA_DIST): Add strndup.h.
12754         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
12755         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
12756         * modules/time_r (EXTRA_DIST): Add time_r.h.
12757         * modules/timespec (EXTRA_DIST): Add timespec.h.
12758         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12759         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
12760         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
12761         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
12762         * modules/userspec (EXTRA_DIST): Add userspec.h.
12763         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
12764         * modules/utimens (EXTRA_DIST): Add utimens.h.
12765         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
12766         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
12767         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
12768         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
12769         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
12770         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
12771         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
12772         * modules/yesno (EXTRA_DIST): Add yesno.h.
12773
12774 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12775
12776         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
12777
12778         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
12779         * m4/dev-ino.m4, same-inode.m4: Remove.
12780
12781         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
12782         * m4/acl.m4 (AC_FUNC_ACL):
12783         * m4/backupfile.m4 (gl_BACKUPFILE):
12784         * m4/c-strtod.m4 (gl_C99_STRTOLD):
12785         * m4/canon-host.m4 (gl_CANON_HOST):
12786         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12787         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
12788         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
12789         * m4/cloexec.m4 (gl_CLOEXEC):
12790         * m4/close-stream.m4 (gl_CLOSE_STREAM):
12791         * m4/closeout.m4 (gl_CLOSEOUT):
12792         * m4/dirfd.m4 (gl_FUNC_DIRFD):
12793         * m4/dirname.m4 (gl_DIRNAME):
12794         * m4/exclude.m4 (gl_EXCLUDE):
12795         * m4/exitfail.m4 (gl_EXITFAIL):
12796         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
12797         * m4/file-type.m4 (gl_FILE_TYPE):
12798         * m4/filemode.m4 (gl_FILEMODE):
12799         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
12800         * m4/fpending.m4 (gl_FUNC_FPENDING):
12801         * m4/fprintftime.m4 (gl_FPRINTFTIME):
12802         * m4/fts.m4 (gl_FUNC_FTS):
12803         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
12804         * m4/getdate.m4 (gl_GETDATE):
12805         * m4/gethrxtime.m4 (gl_GETHRXTIME):
12806         * m4/getpagesize.m4 (gl_GETPAGESIZE):
12807         * m4/getpass.m4 (gl_FUNC_GETPASS):
12808         * m4/gettime.m4 (gl_GETTIME):
12809         * m4/getugroups.m4 (gl_GETUGROUPS):
12810         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
12811         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
12812         * m4/hard-locale.m4 (gl_HARD_LOCALE):
12813         * m4/hash.m4 (gl_HASH):
12814         * m4/idcache.m4 (gl_IDCACHE):
12815         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
12816         * m4/lchown.m4 (gl_FUNC_LCHOWN):
12817         * m4/long-options.m4 (gl_LONG_OPTIONS):
12818         * m4/lstat.m4 (gl_FUNC_LSTAT):
12819         * m4/md5.m4 (gl_MD5):
12820         * m4/memcasecmp.m4 (gl_MEMCASECMP):
12821         * m4/memcoll.m4 (gl_MEMCOLL):
12822         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
12823         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
12824         * m4/memxor.m4 (gl_MEMXOR):
12825         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
12826         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
12827         * m4/modechange.m4 (gl_MODECHANGE):
12828         * m4/mountlist.m4 (gl_MOUNTLIST):
12829         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12830         * m4/openat.m4 (gl_FUNC_OPENAT):
12831         * m4/pathmax.m4 (gl_PATHMAX):
12832         * m4/physmem.m4 (gl_PHYSMEM):
12833         * m4/posixtm.m4 (gl_POSIXTM):
12834         * m4/posixver.m4 (gl_POSIXVER):
12835         * m4/quote.m4 (gl_QUOTE):
12836         * m4/quotearg.m4 (gl_QUOTEARG):
12837         * m4/readtokens.m4 (gl_READTOKENS):
12838         * m4/readutmp.m4 (gl_READUTMP):
12839         * m4/regex.m4 (gl_REGEX):
12840         * m4/safe-read.m4 (gl_SAFE_READ):
12841         * m4/safe-write.m4 (gl_SAFE_WRITE):
12842         * m4/same.m4 (gl_SAME):
12843         * m4/save-cwd.m4 (gl_SAVE_CWD):
12844         * m4/savedir.m4 (gl_SAVEDIR):
12845         * m4/settime.m4 (gl_SETTIME):
12846         * m4/sha1.m4 (gl_SHA1):
12847         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
12848         * m4/stat-macros.m4 (gl_STAT_MACROS):
12849         * m4/stat-time.m4 (gl_STAT_TIME):
12850         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
12851         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
12852         * m4/strdup.m4 (gl_FUNC_STRDUP):
12853         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
12854         * m4/strndup.m4 (gl_FUNC_STRNDUP):
12855         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
12856         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
12857         * m4/time_r.m4 (gl_TIME_R):
12858         * m4/timespec.m4 (gl_TIMESPEC):
12859         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
12860         * m4/unlinkdir.m4 (gl_UNLINKDIR):
12861         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
12862         * m4/userspec.m4 (gl_USERSPEC):
12863         * m4/utimecmp.m4 (gl_UTIMECMP):
12864         * m4/utimens.m4 (gl_UTIMENS):
12865         * m4/xalloc.m4 (gl_XALLOC):
12866         * m4/xgetcwd.m4 (gl_XGETCWD):
12867         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
12868         * m4/xreadlink.m4 (gl_XREADLINK):
12869         * m4/xstrtod.m4 (gl_XSTRTOD):
12870         * m4/yesno.m4 (gl_YESNO):
12871         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12872         to get the necessary .h files and whatnot.
12873
12874 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
12875             Bruno Haible  <bruno@clisp.org>
12876
12877         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
12878         /bin/sh understanding of '!' conditional negation.
12879
12880 2006-08-21  Jim Meyering  <jim@meyering.net>
12881
12882         * modules/openat (Depends-on): Really alphabetize.
12883
12884         * modules/acl (Depends-on): Add error and quote.
12885
12886         * check-module (find_included_lib_files): Add at-func.c to the
12887         ok-to-include-more-than-once white list.
12888
12889         * modules/openat (Depends-on): Add lstat.  Alphabetize.
12890
12891 2006-08-21  Bruno Haible  <bruno@clisp.org>
12892
12893         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12894         Emit a pkgdata_DATA variable only if some snippets add contents to it.
12895         Reported by Martin Lambers <marlam@marlam.de>.
12896
12897 2006-08-21  Bruno Haible  <bruno@clisp.org>
12898
12899         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
12900         specify an installation location, don't emit a noinst_LIBRARIES or
12901         noinst_LTLIBRARIES assignment.
12902
12903 2006-08-21  Bruno Haible  <bruno@clisp.org>
12904
12905         BeOS portability.
12906         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12907         BeOS has mbrtowc() but no <wctype.h>.
12908
12909 2006-08-21  Bruno Haible  <bruno@clisp.org>
12910
12911         BeOS portability.
12912         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12913         exist.
12914
12915 2006-08-21  Bruno Haible  <bruno@clisp.org>
12916
12917         BeOS portability.
12918         * lib/mbchar.h: Include <wctype.h> only if it exists.
12919
12920 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12921
12922         Remove files that are no longer needed by their respective modules.
12923         * m4/obstack.m4: Remove.
12924         * m4/strerror_r.m4: Remove.
12925         * m4/uint32_t.m4: Remove.
12926         * m4/uintptr_t.m4: Remove.
12927         * m4/ullong_max.m4: Remove.
12928         * m4/xstrtoimax.m4: Remove.
12929         * m4/xstrtoumax.m4: Remove.
12930
12931         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12932         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12933         dependencies now capture this.
12934
12935         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12936         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12937         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12938         * m4/human.m4 (gl_HUMAN): Likewise.
12939         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12940         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12941
12942         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12943
12944         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12945         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12946         stdint.
12947         * m4/human.m4 (gl_HUMAN): Likewise.
12948         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12949         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12950         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12951         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12952         * m4/xstrtol (gl_XSTRTOL): Likewise.
12953
12954         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12955         AC_TYPE_LONG_LONG_INT.
12956         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12957         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12958         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12959         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12960
12961         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12962         on stdbool.
12963
12964         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12965         (gl_PREREQ_XSTRTOUL): Remove.
12966
12967         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12968
12969         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12970         mode.
12971
12972 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12973
12974         Add and change modules to make it easier for coreutils to use
12975         gnulib-tool.
12976         * modules/backupfile (Files): Remove m4/d-ino.m4.
12977         (Depends-on): Add d-ino.
12978         * modules/cycle-check (Depends-on): Add stdint.
12979         (lib_SOURCES): Add cycle-check.h.
12980         * modules/d-ino: New module.
12981         * modules/d-type: New module.
12982         * modules/error (Files): Remove m4/strerror_r.m4.
12983         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12984         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12985         m4/inttypes_h.m4, m4/uintmax_t.m4.
12986         (Depends-on): Add stdint.
12987         (lib_SOURCES): Add fsusage.h.
12988         * modules/getcwd (Files): Remove d-ino.m4.
12989         (Depends-on): Add d-ino.
12990         * modules/getndelim2 (Depends-on): Add stdint.
12991         * modules/glob (Files): Remove m4/d-type.m4.
12992         (Depends-on): Add d-type.
12993         * modules/host-os: New module.
12994         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
12995         m4/inttypes_h.m4, m4/uintmax_t.m4.
12996         * Depends-on: Add stdint.
12997         (lib_SOURCES): Add human.h.
12998         * modules/inttostr (Files): Remove m4/intmax_t.m4,
12999         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
13000         m4/uintmax_t.m4, m4/ulonglong.m4.
13001         (Depends-on): Add stdint.
13002         (EXTRA_DIST): Add inttostr.h.
13003         * modules/lchmod: New module.
13004         * modules/link-follow: New module.
13005         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
13006         (Depends-on): Add lchmod.
13007         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
13008         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
13009         (Depends-on): Add stdint.
13010         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
13011         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
13012         (Depends-on): Add stdint.
13013         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
13014         * modules/perl: New module.
13015         * modules/regex (Depends-on): Add stdint.
13016         * modules/rmdir-errno: New module.
13017         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
13018         m4/intmax_t.m4.
13019         (Depends-on): Add stdint.
13020         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
13021         m4/uintmax_t.m4.
13022         (Depends-on): Add stdint.
13023         * modules/unlink-busy: New module.
13024         * modules/utimecmp (Depends-on): Add stdint.
13025         * modules/uptime: New module.
13026         * modules/winsz-ioctl: New module.
13027         * modules/winsz-termios: New module.
13028         * modules/xnanosleep (Depends-on): Add nanosleep.
13029         * modules/ullong_max: Remove.
13030         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
13031         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
13032         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
13033         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
13034         (Depends-on): Add inttypes.
13035         (lib_SOURCES): Add xstrtol.h.
13036         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
13037         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
13038         * MODULES.html.sh: Move 'assert' into the assert section.
13039         Move 'dummy' into the linking section.
13040         Remove ullong_max.
13041         Add section for compatibility checks for POSIX:2001 functions,
13042         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
13043         winsz-ioctl, and winsz-termios into it.
13044         Add lchmod.
13045         Add top-level Misc section and put host-os, perl, and uptime
13046         into it.
13047
13048 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13049
13050         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
13051         now assume the stdint module.  Do not include inttypes.h.
13052         * lib/fsusage.h: Likewise.
13053         * lib/getndelim2.c: Likewise.
13054         * lib/human.h: Likewise.
13055         * lib/inttostr.h: Likewise.
13056         * lib/obstack.c: Likewise.
13057         * lib/regex_internal.h: Likewise.
13058         * lib/tempname.c: Likewise.
13059         * lib/utimecmp.c: Likewise.
13060         * lib/xstrtol.h: Likewise.
13061
13062         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
13063
13064         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
13065         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
13066         * lib/xtime.h: Likewise.
13067
13068 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13069
13070         * modules/openat (Files): Add lib/fchmodat.c.
13071         Fixes problem reported by Jay Youngman.
13072
13073 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13074
13075         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
13076         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
13077
13078 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
13079             Bruno Haible  <bruno@clisp.org>
13080
13081         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
13082         and is a script that invokes bison. Tighten the code. Add comments.
13083
13084 2006-08-18  Jim Meyering  <jim@meyering.net>
13085
13086         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
13087         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
13088         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
13089         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
13090
13091 2006-08-18  Bruno Haible  <bruno@clisp.org>
13092
13093         * modules/bison-i18n: New file.
13094         * MODULES.html.sh (Internationalization functions): Add it.
13095
13096 2006-08-18  Bruno Haible  <bruno@clisp.org>
13097
13098         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
13099         sys/statvfs.h. When getmntinfo was found, check its declaration and
13100         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
13101
13102 2006-08-18  Bruno Haible  <bruno@clisp.org>
13103
13104         * m4/bison-i18n.m4: New file, from bison.
13105
13106 2006-08-18  Bruno Haible  <bruno@clisp.org>
13107
13108         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
13109         (ME_DUMMY): Treat "kernfs" as a dummy.
13110         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
13111
13112 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13113
13114         Update from coreutils.
13115
13116         2006-08-15  Jim Meyering  <jim@meyering.net>
13117
13118         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
13119
13120         2006-01-17  Jim Meyering  <jim@meyering.net>
13121
13122         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
13123
13124         2006-01-11  Jim Meyering  <jim@meyering.net>
13125
13126         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
13127         Check for the lchmod function.
13128
13129 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13130
13131         Update from coreutils.
13132
13133         * lib/__fpending.h: Add copyright notice.
13134         * lib/fprintftime.h: Likewise.
13135         * lib/savedir.c: Use (C) in copyright notice.
13136         * lib/savedir.h: Likewise.
13137
13138         2006-08-15  Jim Meyering  <jim@meyering.net>
13139
13140         * lib/at-func.c: New file, with the logic of all emulated at-functions.
13141         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
13142         in support of the EXPECTED_ERRNO macro.
13143         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
13144         definitions.  Instead, define the appropriate symbols and include
13145         "at-func.c".
13146         * lib/mkdirat.c (mkdirat): Likewise.
13147         * lib/fchmodat.c (fchmodat): Likewise.
13148         (ENOSYS): Remove definition.
13149         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
13150         it.  Don't include "unistd--.h" -- it wasn't ever used.
13151
13152         2006-01-17  Jim Meyering  <jim@meyering.net>
13153
13154         Rewrite fts.c not to change the current working directory,
13155         by using openat, fstatat, fdopendir, etc..
13156
13157         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
13158         (HAVE_OPENAT_SUPPORT): Define.
13159         [_LIBC] (fchdir): Don't undef or define; no longer used.
13160         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
13161         Now, this `function' always succeeds, and consumes its file descriptor
13162         parameter -- so callers must not close such FDs.  Update callers.
13163         (diropen_fd, opendirat, cwd_advance_fd): New functions.
13164         (diropen): Add parameter, SP.  Adjust all callers.
13165         Implement using diropen_fd, rather than open.
13166         (fts_open): Initialize new member, fts_cwd_fd.
13167         Remove fts_rft-setting code.
13168         (fts_close): Close fts_cwd_fd, if necessary.
13169         (__opendir2): Define in terms of opendir or opendirat,
13170         depending on whether the FST_NOCHDIR flag is set.
13171         (fts_build): Since fts_safe_changedir consumes its FD, and since
13172         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
13173         and close the dup'd file descriptor upon failure.
13174         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
13175         (fts_safe_changedir): Tweak semantics to reflect that this function
13176         now calls cwd_advance_fd and hence consumes its FD argument.
13177         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
13178         [struct FTS] (fts_rft): Remove now-unused member.
13179         [struct FTS] (fts_cycle.state): Improve comment.
13180
13181         * lib/openat.c (openat_needs_fchdir): New function.
13182         * lib/openat.h (openat_needs_fchdir): Declare it.
13183
13184 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13185
13186         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
13187         Problem and fix reported by PĆ”draig Brady in
13188         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
13189
13190 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13191
13192         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
13193
13194 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13195
13196         * lib/memcoll.c (memcoll): Optimize for the common case where the
13197         arguments are bytewise equal.
13198
13199 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13200
13201         * doc/regexprops-generic.texi: Add a copyright notice.
13202
13203 2006-08-15  Bruno Haible  <bruno@clisp.org>
13204
13205         * modules/tmpdir (License): Change to LGPL.
13206
13207 2006-08-15  Bruno Haible  <bruno@clisp.org>
13208
13209         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
13210         module.
13211
13212 2006-08-14  Simon Josefsson  <jas@extundo.com>
13213
13214         * config/srclist.txt: Add gnupload.
13215
13216 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13217
13218         Change copyright notice from LGPL 2 to GPL 2, since that's the
13219         standard form used in the gnulib repository.
13220         * tests/test-lock.c: Likewise.
13221         * tests/test-stdint.c: Likewise.
13222         * tests/test-tls.c: Likewise.
13223
13224         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
13225         prelude-manager.  User shorter URLs for GNU projects, without '?'.
13226         Add copyright notice.
13227
13228         * check-module: Add copyright notice.  Output a copyright
13229         notice if "--version" is specified.
13230         * modules/COPYING: New file.
13231         * tests/test-getaddrinfo.c: Add copyright notice.
13232         * tests/test-verify.c: Likewise.
13233
13234 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13235
13236         Change copyright notice from LGPL 2 to GPL 2, since that's the
13237         standard form used in the gnulib repository.
13238         * lib/lock.c: LGPL -> GPL.
13239         * lib/lock.h: Likewise.
13240         * lib/strnlen1.c: Likewise.
13241         * lib/strnlen1.h: Likewise.
13242         * lib/tls.c: Likewise.
13243         * lib/tls.h: Likewise.
13244         * lib/tmpdir.c: Likewise.
13245
13246         * lib/TODO: Remove; this belongs only in coreutils.
13247
13248 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13249
13250         Add copyright notices to long-enough files that lack them, since
13251         otherwise the files aren't clearly free.  Use the same notice that
13252         getdate.texi already uses.
13253         * doc/alloca-opt.texi: Add copyright notice.
13254         * doc/alloca.texi: Likewise.
13255         * doc/ctime.texi: Likewise.
13256         * doc/functions.texi: Likewise.
13257         * doc/gcd.texi: Likewise.
13258         * doc/gnulib-tool.texi: Likewise.
13259         * doc/inet_ntoa.texi: Likewise.
13260         * doc/visibility.texi: Likewise.
13261
13262         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
13263         * doc/quote.texi: Add copyright notice.
13264
13265         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
13266         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
13267         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
13268         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
13269         is now obsolete, and give a pointer to the Sun list.
13270         Add copyright notice.
13271
13272 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13273
13274         * config/srclistvars.sh: Add copyright notice.
13275
13276 2006-08-14  Eric Blake  <ebb9@byu.net>
13277
13278         Import the following change from libc:
13279
13280         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
13281
13282         Upstream bug 2997.
13283         * lib/misc/error.c: Add space between program name and message if file
13284         name is missing.
13285
13286 2006-08-12  Karl Berry  <karl@gnu.org>
13287
13288         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
13289         remove, these originate in gnulib now.
13290
13291 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13292
13293         * doc/Makefile (standards.info standards.html standards.dvi):
13294         Also depend on make-stds.texi.
13295
13296 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
13297
13298         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
13299         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
13300
13301         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
13302         in wchar_t.  Problem reported by Eric Blake.
13303
13304         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
13305         LEN is smaller than SIZE.  Suggested by Bruno Haible.
13306         Also, help the compiler to keep LEN in a register.
13307
13308 2006-08-11  Eric Blake  <ebb9@byu.net>
13309
13310         * users.txt: Sort.  Add tar.
13311
13312 2006-08-11  Bruno Haible  <bruno@clisp.org>
13313
13314         * users.txt: New file.
13315
13316 2006-08-11  Bruno Haible  <bruno@clisp.org>
13317
13318         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
13319         before <wchar.h>. Needed for OSF/1 and BSD/OS.
13320
13321 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13322
13323         * modules/snprintf (Depends-on): Remove minmax.
13324         (Maintainer): Add self and Bruno.
13325
13326 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13327
13328         * lib/.cppi-disable: Add snprintf.h, socket_.h.
13329         * lib/snprintf.c: Include <errno.h> and <limits.h>.
13330         (EOVERFLOW): Define if the system does not.
13331         Do not include "minmax.h"; it wasn't used.
13332         (snprintf): Don't assume size_t promotes to an unsigned type.
13333         Fix bug when generated string was too long for the buffer: the
13334         buffer's contents are supposed to be the initial prefix of the
13335         output.  Don't assume vasnprintf returns EOVERFLOW if the size
13336         exceeds INT_MAX; do the check ourselves.
13337
13338         Import the following changes from libc:
13339
13340         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
13341
13342         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
13343         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
13344         set wc to the byte which couldn't be converted.
13345         (re_string_reconstruct): Don't clear valid_raw_len before calling
13346         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
13347         tip_context using re_string_context_at.
13348
13349         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
13350
13351         * lib/posix/regex.h: g++ still cannot handled [restrict].
13352
13353         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
13354
13355         * lib/posix/regex.h: Remove special handling for VMS.
13356
13357 2006-08-10  Jim Meyering  <jim@meyering.net>
13358
13359         * modules/same-inode: New module.
13360         * modules/dev-ino: New module.
13361         * modules/cycle-check: Depend on these modules, rather than simply
13362         including their .h files.
13363         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
13364         required via m4/cycle-check.m4.
13365         * modules/same: Depend on new same-inode module, rather than
13366         including same-inode.h.
13367         * modules/chdir-safer: New file.
13368
13369         * modules/chown (Depends-on): Add stat-macros.
13370
13371 2006-08-10  Jim Meyering  <jim@meyering.net>
13372
13373         * m4/cycle-check.m4: New file.
13374         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
13375         * m4/dev-ino.m4, m4/same-inode.m4: New files.
13376
13377 2006-08-10  Eric Blake  <ebb9@byu.net>
13378
13379         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
13380         in from original proposal.
13381
13382 2006-08-10  Eric Blake  <ebb9@byu.net>
13383         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13384
13385         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
13386         namespace.
13387
13388 2006-08-10  Bruno Haible  <bruno@clisp.org>
13389
13390         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
13391         as well.
13392
13393 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13394
13395         Sync from coreutils.
13396
13397         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
13398
13399         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
13400         Reported by Toralf Fƶrster in <http://bugs.gentoo.org/141012>.
13401
13402 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13403
13404         * modules/restrict: Remove; no longer needed now that we assume
13405         Autoconf 2.59 or later.
13406         * MODULES.html.sh: Remove 'restrict'.
13407         * modules/argp (Depends-on): Remove 'restrict'.
13408         * modules/base64 (Depends-on): Likewise.
13409         * modules/gc (Depends-on): Likewise.
13410         * modules/getaddrinfo (Depends-on): Likewise.
13411         * modules/glob (Depends-on): Likewise.
13412         * modules/inet_ntop (Depends-on): Likewise.
13413         * modules/inet_pton (Depends-on): Likewise.
13414         * modules/memxor (Depends-on): Likewise.
13415         * modules/regex (Depends-on): Likewise.
13416         * modules/strtok_r (Depends-on): Likewise.
13417         * modules/time_r (Depends-on): Likewise.
13418
13419 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13420
13421         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
13422         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
13423         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13424         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
13425         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
13426         * m4/memxor.m4 (gl_MEMXOR): Likewise.
13427         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
13428         gl_C_RESTRICT replaced by AC_C_RESTRICT.
13429
13430         Merge from coreutils.
13431         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
13432         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
13433         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13434         * m4/time_r.m4 (gl_TIME_R): Likewise.
13435
13436 2006-08-09  Karl Berry  <karl@gnu.org>
13437
13438         * config/srclist.txt: no more gettext-tools, per Bruno.
13439
13440 2006-08-08  Eric Blake  <ebb9@byu.net>
13441
13442         * modules/verror: New module.
13443         * MODULES.html.sh: Document it.
13444
13445 2006-08-08  Eric Blake  <ebb9@byu.net>
13446
13447         * lib/verror.h, lib/verror.c: New files.
13448
13449 2006-08-08  Eric Blake  <ebb9@byu.net>
13450
13451         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
13452         verror_at_line output complies with GNU Coding Standards even when
13453         file is NULL.
13454
13455 2006-08-07  Bruno Haible  <bruno@clisp.org>
13456
13457         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
13458         versions of AIX.
13459         Reported by Ralf Wildenhues.
13460
13461 2006-08-07  Bruno Haible  <bruno@clisp.org>
13462
13463         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
13464         in an AC_DEFUN. Needed so that the autoconf snippets can use
13465         AC_REQUIRE.
13466
13467 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13468
13469         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13470         Initialize pkgdata_DATA.
13471         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
13472         overriding it.
13473
13474 2006-08-06  Eric Blake  <ebb9@byu.net>
13475
13476         * lib/error.h: Fold in some upstream changes from glibc.
13477         * lib/error.c: Likewise.
13478
13479 2006-08-04  Bruno Haible  <bruno@clisp.org>
13480
13481         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13482         Make the mostlyclean-local rule depend on mostlyclean-generic.
13483         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
13484
13485 2006-07-31  Bruno Haible  <bruno@clisp.org>
13486
13487         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
13488         <stdlib.h>, <string.h>.
13489
13490 2006-07-30  Bruno Haible  <bruno@clisp.org>
13491
13492         * modules/readlink (License): Change to LGPL.
13493
13494 2006-07-30  Bruno Haible  <bruno@clisp.org>
13495
13496         * modules/javaversion (Makefile.am): Distribute javaversion.java and
13497         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
13498         set PKGDATADIR to point to it.
13499
13500 2006-07-30  Bruno Haible  <bruno@clisp.org>
13501
13502         * modules/csharpexec (configure.ac): Comment out macro invocation.
13503         * modules/javaexec (configure.ac): Likewise.
13504         * modules/javacomp-script (configure.ac): Likewise.
13505
13506         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
13507
13508 2006-07-30  Bruno Haible  <bruno@clisp.org>
13509
13510         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
13511         linked-list.
13512
13513 2006-07-30  Bruno Haible  <bruno@clisp.org>
13514
13515         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
13516
13517 2006-07-30  Bruno Haible  <bruno@clisp.org>
13518
13519         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13520         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
13521         get removed.
13522
13523 2006-07-29  Bruno Haible  <bruno@clisp.org>
13524
13525         Make it possible for gnulib-tool to work with locally modified or
13526         augmented gnulib repositories.
13527         * gnulib-tool (func_usage): Document --local-dir option.
13528         (local_gnulib_dir): New variable.
13529         Handle --local-dir option.
13530         (func_lookup_file): New function.
13531         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
13532         (func_get_description, func_get_filelist, func_get_description,
13533         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
13534         func_get_automake_snippet, func_get_include_directive,
13535         func_get_license, func_get_maintainer): Use func_lookup_file.
13536         (func_import, func_create_testdir): Use func_lookup_file.
13537
13538 2006-07-29  Bruno Haible  <bruno@clisp.org>
13539
13540         * modules/setenv (Depends-on): Add unistd.
13541
13542 2006-07-29  Bruno Haible  <bruno@clisp.org>
13543
13544         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
13545
13546 2006-07-29  Bruno Haible  <bruno@clisp.org>
13547
13548         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
13549
13550 2006-07-29  Bruno Haible  <bruno@clisp.org>
13551
13552         * gnulib-tool (import, update): If there is no Makefile.am, look at
13553         aclocal.m4, instead of bailing out.
13554
13555 2006-07-29  Bruno Haible  <bruno@clisp.org>
13556
13557         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
13558         Categorize the options by when they are useful.
13559
13560 2006-07-29  Bruno Haible  <bruno@clisp.org>
13561
13562         * gnulib-tool (func_usage): Document option --no-libtool.
13563         Handle option --no-libtool.
13564         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
13565         for changed semantics of $libtool variable.
13566         (func_import): Likewise. If libtool is not used, show this through
13567         an option --no-libtool.
13568         (func_create_testdir): Update.
13569
13570 2006-07-29  Bruno Haible  <bruno@clisp.org>
13571
13572         * gnulib-tool (func_import): Extend error message about missing
13573         --doc-base.
13574
13575 2006-07-29  Bruno Haible  <bruno@clisp.org>
13576
13577         * gnulib-tool (func_import): Don't create the $docbase directory if
13578         there is no file to store there.
13579
13580 2006-07-29  Bruno Haible  <bruno@clisp.org>
13581
13582         * gnulib-tool (autoconf_minversion): If a --dir option is given and
13583         relevant, look for configure.ac there, not in the current directory.
13584         Also use a simple search for AC_PREREQ, not "autoconf --trace".
13585
13586 2006-07-29  Bruno Haible  <bruno@clisp.org>
13587
13588         * gnulib-tool (SORT): New variable.
13589         (func_usage): Undocument --assume-autoconf option.
13590         Remove --assume-autoconf option handling.
13591         (autoconf_minversion): Determine from the contents of configure.ac.
13592         (func_import): Remove autoconf_minversion handling.
13593         Suggested by Eric Blake.
13594
13595 2006-07-29  Bruno Haible  <bruno@clisp.org>
13596
13597         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
13598
13599 2006-07-29  Bruno Haible  <bruno@clisp.org>
13600
13601         * config/srclist.txt (*setenv.[ch]): Remove rules.
13602
13603 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13604
13605         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
13606
13607 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13608
13609         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
13610         arpa/inet.h.
13611
13612 2006-07-28  Simon Josefsson  <jas@extundo.com>
13613
13614         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
13615         * modules/inet_pton (Depends-on): Likewise.
13616
13617 2006-07-28  Simon Josefsson  <jas@extundo.com>
13618
13619         * m4/netinet_in_h.m4: New file.
13620
13621 2006-07-28  Simon Josefsson  <jas@extundo.com>
13622
13623         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
13624         #include's.
13625
13626 2006-07-28  Simon Josefsson  <jas@extundo.com>
13627
13628         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
13629         #include's.
13630
13631 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
13632
13633         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
13634         setgid on directories only if they set these bits.
13635         * lib/modechange.h: Remove obsolete comment about masks.
13636
13637 2006-07-28  Eric Blake  <ebb9@byu.net>
13638
13639         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
13640         macro expansion.
13641
13642 2006-07-28  Bruno Haible  <bruno@clisp.org>
13643
13644         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
13645
13646 2006-07-28  Bruno Haible  <bruno@clisp.org>
13647
13648         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
13649
13650 2006-07-28  Bruno Haible  <bruno@clisp.org>
13651
13652         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
13653         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
13654         Define fallbacks.
13655         Avoids link error on FreeBSD 4.x.
13656         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13657
13658         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
13659         encoding.
13660         * lib/mbswidth.c (iswcntrl): Likewise.
13661
13662 2006-07-27  Bruno Haible  <bruno@clisp.org>
13663
13664         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
13665         test.
13666
13667 2006-07-27  Bruno Haible  <bruno@clisp.org>
13668
13669         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
13670         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
13671         defined.
13672
13673 2006-07-26  Eric Blake  <ebb9@byu.net>
13674
13675         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
13676
13677 2006-07-26  Eric Blake  <ebb9@byu.net>
13678
13679         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
13680         like mingw that lack mkstemp.
13681         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
13682         avoid compilation warning on mingw.
13683
13684 2006-07-26  Bruno Haible  <bruno@clisp.org>
13685
13686         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
13687         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
13688         INT_FAST*_MIN, INTPTR_MIN.
13689
13690 2006-07-25  Bruno Haible  <bruno@clisp.org>
13691
13692         * modules/version-etc (Depends-on): Add stdarg.
13693
13694 2006-07-25  Bruno Haible  <bruno@clisp.org>
13695
13696         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
13697         complex commands.
13698
13699 2006-07-25  Bruno Haible  <bruno@clisp.org>
13700
13701         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
13702         defined in <stdarg.h> or config.h.
13703
13704 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13705
13706         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
13707         (gl_STDIO_SAFER): Remove.
13708
13709 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13710
13711         * MODULES.html.sh (File stream based Input/Output):
13712         Add fopen-safer, tmpfile-safer; remove stdio-safer.
13713         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
13714         * modules/fopen-safer, modules/tmpfile-safer: New files.
13715         * modules/stdio-safer: Remove.
13716
13717 2006-07-24  Bruno Haible  <bruno@clisp.org>
13718
13719         * modules/tmpdir: New file.
13720         * MODULES.html.sh (File system functions): Add it.
13721
13722 2006-07-24  Bruno Haible  <bruno@clisp.org>
13723
13724         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
13725         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
13726
13727 2006-07-24  Bruno Haible  <bruno@clisp.org>
13728
13729         * modules/clean-temp: New file.
13730
13731 2006-07-24  Bruno Haible  <bruno@clisp.org>
13732
13733         * m4/tmpdir.m4: New file, from GNU gettext.
13734
13735 2006-07-24  Bruno Haible  <bruno@clisp.org>
13736
13737         * lib/tmpdir.h: New file, from GNU gettext.
13738         * lib/tmpdir.c: New file, from GNU gettext.
13739
13740 2006-07-24  Bruno Haible  <bruno@clisp.org>
13741
13742         * lib/clean-temp.h: New file, from GNU gettext.
13743         * lib/clean-temp.c: New file, from GNU gettext.
13744
13745 2006-07-23  Eric Blake  <ebb9@byu.net>
13746
13747         * modules/stdio-safer (Files): Add tmpfile-safer.c.
13748         (Depends-on): Add binary-io.
13749
13750 2006-07-23  Eric Blake  <ebb9@byu.net>
13751
13752         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
13753
13754 2006-07-23  Eric Blake  <ebb9@byu.net>
13755
13756         * lib/tmpfile-safer.c: New file.
13757         * lib/stdio-safer.h (fopen_safer): Add prototype.
13758         * lib/stdio--.h (tmpfile): Make safer.
13759
13760 2006-07-23  Bruno Haible  <bruno@clisp.org>
13761
13762         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
13763         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
13764         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
13765         gl_linked_remove_at): Use it.
13766
13767 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13768         and Simon Josefsson <jas@extundo.com>
13769
13770         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
13771
13772         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
13773
13774 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13775
13776         * modules/close-stream: New file.
13777         * modules/closeout (Description): Make it clear that it exits
13778         with a diagnostic on error.
13779         (Depends-on): Add close-stream.  Remove fpending, stdbool.
13780         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
13781
13782 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13783
13784         * m4/close-stream.m4: New file.
13785
13786 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13787
13788         * lib/close-stream.c, lib/close-stream.h: New files.
13789
13790 2006-07-22  Bruno Haible  <bruno@clisp.org>
13791
13792         Merge from GNU gettext 0.15.
13793
13794         2006-05-01  Bruno Haible  <bruno@clisp.org>
13795
13796                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
13797
13798         2006-07-22  Bruno Haible  <bruno@clisp.org>
13799
13800                 * modules/javaversion: New file.
13801                 * MODULES.html.sh (Java): Add javaversion.
13802
13803         2006-03-12  Bruno Haible  <bruno@clisp.org>
13804
13805                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
13806
13807         2005-12-04  Bruno Haible  <bruno@clisp.org>
13808
13809                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
13810                 (untested).
13811
13812         2006-06-21  Bruno Haible  <bruno@clisp.org>
13813
13814                 Avoid warnings from recent versions of mcs.
13815                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
13816                 -o, -L, -r any more. Use options documented since mcs-1.0
13817                 instead. Similarly for -g.
13818
13819         2005-12-04  Bruno Haible  <bruno@clisp.org>
13820
13821                 * build-aux/csharpcomp.sh.in: Suffix for resources is
13822                 .resources, not .resource.
13823
13824         2005-07-09  Bruno Haible  <bruno@clisp.org>
13825
13826                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
13827                 add a .dll suffix.
13828                 Reported by Mark Junker <mjscod@gmx.de>.
13829
13830         2006-07-22  Bruno Haible  <bruno@clisp.org>
13831
13832                 * modules/gettext: Upgrade to gettext-0.15.
13833                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
13834                 m4/visibility.m4.
13835                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
13836
13837 2006-07-22  Bruno Haible  <bruno@clisp.org>
13838
13839         Merge from GNU gettext 0.15.
13840
13841         2006-03-25  Bruno Haible  <bruno@clisp.org>
13842
13843                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
13844
13845         2006-07-21  Bruno Haible  <bruno@clisp.org>
13846
13847                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
13848                 "1.1".
13849
13850         2006-05-09  Bruno Haible  <bruno@clisp.org>
13851
13852                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
13853                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
13854                 for the conftestver execution.
13855
13856         2006-05-01  Bruno Haible  <bruno@clisp.org>
13857
13858                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
13859                 optional target-version argument. Verify that the compiler
13860                 groks source of the specified source-version, or add -source
13861                 option as necessary. Verify that the compiler produces
13862                 bytecode in the specified target-version, or add -target and
13863                 -source options as necessary. Make the result of the test
13864                 available as variable CONF_JAVAC. Also log error output in
13865                 config.log.
13866
13867         2006-03-11  Bruno Haible  <bruno@clisp.org>
13868
13869                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
13870
13871         2006-05-09  Bruno Haible  <bruno@clisp.org>
13872
13873                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
13874                 CLASSPATH_SEPARATOR to a semicolon.
13875
13876         2006-03-12  Bruno Haible  <bruno@clisp.org>
13877
13878                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
13879                 available as variable CONF_JAVA, for subsequent autoconf
13880                 tests. Also log error output in config.log.
13881
13882         2006-07-19  Bruno Haible  <bruno@clisp.org>
13883
13884                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
13885                 that getline works on glibc2 systems. Needed to avoid trouble
13886                 in relocatable.c.
13887                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
13888
13889         2005-12-04  Bruno Haible  <bruno@clisp.org>
13890
13891                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
13892                 launcher (untested).
13893
13894         2005-12-04  Bruno Haible  <bruno@clisp.org>
13895
13896                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
13897
13898         2006-07-22  Bruno Haible  <bruno@clisp.org>
13899
13900                 * gettext.m4: Update from GNU gettext-0.15.
13901                 * nls.m4: Likewise.
13902                 * po.m4: Likewise.
13903                 * inttypes-pri.m4: Likewise.
13904                 * inttypes-h.m4: Renamed from inttypes.m4.
13905                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13906
13907 2006-07-22  Bruno Haible  <bruno@clisp.org>
13908
13909         Merge from GNU gettext 0.15.
13910
13911         2005-07-05  Bruno Haible  <bruno@clisp.org>
13912
13913                 * printf-args.c (printf_fetchargs): Work around broken
13914                 definition of wint_t on mingw.
13915
13916         2005-02-12  Bruno Haible  <bruno@clisp.org>
13917
13918                 * xallocsa.h: Add extern "C" for C++.
13919
13920         2006-05-17  Bruno Haible  <bruno@clisp.org>
13921
13922                 Cygwin portability.
13923                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13924
13925         2006-04-30  Bruno Haible  <bruno@clisp.org>
13926
13927                 * progreloc.c: Include <mach-o/dyld.h> if available.
13928                 (find_executable): Use _NSGetExecutablePath when possible.
13929
13930         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13931
13932                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13933                 function.
13934
13935         2005-12-29  Bruno Haible  <bruno@clisp.org>
13936
13937                 * progreloc.c (set_program_name_and_installdir): Fix
13938                 compilation error.
13939
13940         2005-12-04  Bruno Haible  <bruno@clisp.org>
13941
13942                 Cygwin portability.
13943                 * progreloc.c: Include <windows.h> also on Cygwin.
13944                 (find_executable): Add support for Cygwin.
13945                 (set_program_name_and_installdir): Handle also platforms with
13946                 nonempty EXEEXT.
13947
13948         2006-07-11  Bruno Haible  <bruno@clisp.org>
13949
13950                 * javacomp.c: Fix a comment.
13951                 Reported by Jim Meyering.
13952
13953         2006-04-30  Bruno Haible  <bruno@clisp.org>
13954
13955                 * javacomp.h (compile_java_class): Add source_version,
13956                 target_version arguments.
13957                 * javacomp.c: Rewritten to choose only a compiler that
13958                 respects the specified source_version and target_version.
13959
13960         2006-06-27  Bruno Haible  <bruno@clisp.org>
13961
13962                 Assume correct S_ISDIR macro.
13963                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13964
13965         2006-07-22  Bruno Haible  <bruno@clisp.org>
13966
13967                 * javaversion.h: New file, from GNU gettext.
13968                 * javaversion.c: New file, from GNU gettext.
13969                 * javaversion.java: New file, from GNU gettext.
13970                 * javaversion.class: New file, from GNU gettext.
13971
13972         2006-05-17  Bruno Haible  <bruno@clisp.org>
13973
13974                 Cygwin portability.
13975                 * javaexec.c (execute_java_class): Test for jview program
13976                 also on Cygwin.
13977
13978         2006-04-09  Bruno Haible  <bruno@clisp.org>
13979
13980                 * fatal-signal.c: Don't include string.h.
13981                 (at_fatal_signal): Use a copying loop instead of memcpy.
13982
13983         2005-12-04  Bruno Haible  <bruno@clisp.org>
13984
13985                 * csharpexec.c: Add support for 'clix' launcher (untested).
13986                 (execute_csharp_using_sscli): New function.
13987                 (execute_csharp_program): Call it.
13988
13989         2006-06-21  Bruno Haible  <bruno@clisp.org>
13990
13991                 Avoid warnings from recent versions of mcs.
13992                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
13993                 -o, -L, -r any more. Use options documented since mcs-1.0
13994                 instead. Similarly for -g.
13995
13996         2005-07-09  Bruno Haible  <bruno@clisp.org>
13997
13998                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
13999                 add a .dll suffix.
14000                 Reported by Mark Junker <mjscod@gmx.de>.
14001
14002         2006-06-17  Bruno Haible  <bruno@clisp.org>
14003
14004                 * config.charset: Update for NetBSD 3.0.
14005
14006         2006-05-17  Bruno Haible  <bruno@clisp.org>
14007
14008                 Cygwin portability.
14009                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
14010
14011         2006-05-16  Bruno Haible  <bruno@clisp.org>
14012
14013                 * localcharset.c [CYGWIN]: Include <windows.h>.
14014                 (get_charset_aliases): For Cygwin, return the same CPxxx
14015                 aliases list as under WIN32.
14016                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
14017                 the environment variables. Fall back to GetACP().
14018
14019         2006-04-05  Bruno Haible  <bruno@clisp.org>
14020
14021                 * config.charset: Update Juan Manuel Guerrero's address.
14022
14023         2005-02-12  Bruno Haible  <bruno@clisp.org>
14024
14025                 * allocsa.h: Add extern "C" for C++.
14026
14027         2005-02-10  Bruno Haible  <bruno@clisp.org>
14028
14029                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
14030                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
14031
14032         2006-07-22  Bruno Haible  <bruno@clisp.org>
14033
14034                 * gettext.h: Update to GNU gettext-0.15.
14035
14036 2006-07-22  Bruno Haible  <bruno@clisp.org>
14037
14038         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
14039         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
14040         lib-prefix.m4, longdouble.m4, ssize_t.m4.
14041
14042 2006-07-21  Eric Blake  <ebb9@byu.net>
14043
14044         * modules/stdlib-safer: New file.
14045         * MODULES.html.sh (File stream based Input/Output): Add
14046         stdlib-safer.
14047
14048 2006-07-21  Eric Blake  <ebb9@byu.net>
14049
14050         * lib/stdlib-safer.h: New file from coreutils, required by
14051         stdlib--.h.
14052
14053 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
14054
14055         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
14056
14057 2006-07-20  Bruno Haible  <bruno@clisp.org>
14058
14059         * gnulib-tool: Recognize new option --assume-autoconf.
14060         (autoconf_minversion): New variable.
14061         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
14062
14063 2006-07-20  Bruno Haible  <bruno@clisp.org>
14064
14065         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
14066
14067 2006-07-19  Derek R. Price  <derek@ximbiot.com>
14068
14069         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
14070         Reindent and repaginate.
14071
14072 2006-07-19  Derek Price  <derek@ximbiot.com>
14073
14074         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
14075         Correct grammar.
14076
14077 2006-07-17  Bruno Haible  <bruno@clisp.org>
14078
14079         * modules/list: New file.
14080         * modules/array-list: New file.
14081         * modules/carray-list, modules/carray-list-tests: New files.
14082         * modules/linked-list, modules/linked-list-tests: New files.
14083         * modules/avltree-list, modules/avltree-list-tests: New files.
14084         * modules/rbtree-list, modules/rbtree-list-tests: New files.
14085         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
14086         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
14087         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
14088         * modules/oset: New file.
14089         * modules/array-oset: New file.
14090         * modules/avltree-oset, modules/avltree-oset-tests: New files.
14091         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
14092         * tests/test-carray_list.c: New file.
14093         * tests/test-linked_list.c: New file.
14094         * tests/test-avltree_list.c: New file.
14095         * tests/test-rbtree_list.c: New file.
14096         * tests/test-linkedhash_list.c: New file.
14097         * tests/test-avltreehash_list.c: New file.
14098         * tests/test-rbtreehash_list.c: New file.
14099         * tests/test-avltree_oset.c: New file.
14100         * tests/test-rbtree_oset.c: New file.
14101         * MODULES.html.sh (Container data structures): New section.
14102
14103 2006-07-17  Bruno Haible  <bruno@clisp.org>
14104
14105         * m4/gl_list.m4: New file.
14106
14107 2006-07-17  Bruno Haible  <bruno@clisp.org>
14108
14109         * lib/gl_list.h: New file.
14110         * lib/gl_list.c: New file.
14111         * lib/gl_array_list.h: New file.
14112         * lib/gl_array_list.c: New file.
14113         * lib/gl_carray_list.h: New file.
14114         * lib/gl_carray_list.c: New file.
14115         * lib/gl_linked_list.h: New file.
14116         * lib/gl_linked_list.c: New file.
14117         * lib/gl_anylinked_list1.h: New file.
14118         * lib/gl_anylinked_list2.h: New file.
14119         * lib/gl_avltree_list.h: New file.
14120         * lib/gl_avltree_list.c: New file.
14121         * lib/gl_anyavltree_list1.h: New file.
14122         * lib/gl_anyavltree_list2.h: New file.
14123         * lib/gl_rbtree_list.h: New file.
14124         * lib/gl_rbtree_list.c: New file.
14125         * lib/gl_anyrbtree_list1.h: New file.
14126         * lib/gl_anyrbtree_list2.h: New file.
14127         * lib/gl_anytree_list1.h: New file.
14128         * lib/gl_anytree_list2.h: New file.
14129         * lib/gl_linkedhash_list.h: New file.
14130         * lib/gl_linkedhash_list.c: New file.
14131         * lib/gl_anyhash_list1.h: New file.
14132         * lib/gl_anyhash_list2.h: New file.
14133         * lib/gl_avltreehash_list.h: New file.
14134         * lib/gl_avltreehash_list.c: New file.
14135         * lib/gl_rbtreehash_list.h: New file.
14136         * lib/gl_rbtreehash_list.c: New file.
14137         * lib/gl_anytreehash_list1.h: New file.
14138         * lib/gl_anytreehash_list2.h: New file.
14139
14140         * lib/gl_oset.h: New file.
14141         * lib/gl_oset.c: New file.
14142         * lib/gl_array_oset.h: New file.
14143         * lib/gl_array_oset.c: New file.
14144         * lib/gl_avltree_oset.h: New file.
14145         * lib/gl_avltree_oset.c: New file.
14146         * lib/gl_rbtree_oset.h: New file.
14147         * lib/gl_rbtree_oset.c: New file.
14148         * lib/gl_anytree_oset.h: New file.
14149
14150 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
14151
14152         * m4/mkancesdirs.m4: New file.
14153         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
14154         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
14155         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
14156         it.
14157
14158 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
14159
14160         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
14161         * lib/mkancesdirs.h: New files.
14162         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
14163         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
14164         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
14165         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
14166         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
14167         callers changed.  Revamp internals significantly, by not
14168         attempting to create directories that are temporarily more
14169         permissive than the final results.  Do not attempt to use
14170         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
14171         This removes some race conditions, fixes some bugs, and simplifies
14172         things.  Use new dirchownmod function to do owner and mode changes.
14173         * lib/mkdir-p.h: Likewise.
14174         * lib/modechange.c (octal_to_mode): New function.
14175         (struct mode_change): New member mentioned.
14176         (make_node_op_equals): New arg mentioned.  All callers changed.
14177         (mode_compile): Keep track of which mode bits the user has explicitly
14178         mentioned.
14179         (mode_adjust): New arg DIR, so that we implement the X op correctly.
14180         New arg PMODE_BITS, to keep track of which mode bits the user
14181         mentioned; it treats S_ISUID and S_ISGID speciall.
14182         All callers changed.
14183         * lib/modechange.h: Likewise.
14184
14185 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
14186
14187         * MODULES.html.sh: Add mkancestors.
14188         * modules/mkancesdirs: New module.
14189         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
14190         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
14191         The chdir-safer and afs files are now orphans; I'll remove them
14192         unless someone speaks up.
14193         Add lib/dirchownmod.c, lib/dirchownmod.h.
14194         (Depends-on): Remove alloca, chown, save-cwd, dirname.
14195         Add lchown, mkancesdirs.
14196         (Maintainer): Add self.
14197
14198 2006-07-15  Karl Berry  <karl@gnu.org>
14199
14200         * gnulib-tool: help message wording/arrangement.
14201
14202 2006-07-14  Simon Josefsson  <jas@extundo.com>
14203
14204         * doc/gnulib.texi (Libtool and Windows): New section.
14205
14206 2006-07-12  Simon Josefsson  <jas@extundo.com>
14207
14208         * modules/gendocs (License): Fix license, approved by Karl.
14209
14210 2006-07-12  Eric Blake  <ebb9@byu.net>
14211
14212         * MODULES.html.sh: Add gendocs.
14213
14214 2006-07-11  Eric Blake  <ebb9@byu.net>
14215
14216         * modules/fdl: New module, to install doc/fdl.texi.
14217         * MODULES.html.sh: Add new section for documentation modules.
14218         * gnulib-tool: Avoid space-tab.
14219         (--doc-base): New option, to manage files from doc.
14220
14221 2006-07-11  Eric Blake  <ebb9@byu.net>
14222
14223         * m4/absolute-header.m4: Fix comments to match recent change.
14224
14225 2006-07-11  Eric Blake  <ebb9@byu.net>
14226
14227         * gnulib-tool: List --doc-base before --tests-base.
14228
14229 2006-07-11  Derek R. Price  <derek@ximbiot.com>
14230
14231         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
14232
14233 2006-07-11  Bruno Haible  <bruno@clisp.org>
14234
14235         * README: Mention where to put documentation.
14236
14237 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14238
14239         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
14240
14241 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
14242
14243         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
14244         to stdint.m4.
14245
14246 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
14247
14248         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
14249         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
14250         "no/such/file/stdint.h" when there is no such file, so that
14251         the resulting C code can be parsed by dodgy compilers.
14252         Problems reported by Bob Proulx.
14253
14254 2006-07-10  Derek R. Price  <derek@ximbiot.com>
14255
14256         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
14257         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
14258         macros into the GNU _D_EXACT_NAMLEN.
14259         * lib/savedir.c:  Likewise.
14260         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
14261
14262 2006-07-10  Derek R. Price  <derek@ximbiot.com>
14263         and Paul Eggert  <eggert@cs.ucla.edu>
14264
14265         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
14266         * m4/savedir.m4:
14267         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
14268         macros into the GNU _D_EXACT_NAMLEN.
14269
14270 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14271
14272         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
14273         around the absolute name, to work around a problem with the HP-UX
14274         11.23 native C compiler, reported by Bob Proulx.
14275
14276 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14277
14278         * doc/maintain.texi, make-stds.texi: Sync from
14279         <http://savannah.gnu.org/projects/gnustandards>.
14280
14281 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14282
14283         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
14284
14285 2006-07-09  Jim Meyering  <jim@meyering.net>
14286
14287         * m4/glob.m4: Remove a doubled word in a comment.
14288
14289 2006-07-09  Jim Meyering  <jim@meyering.net>
14290
14291         * lib/argp-pv.c: Remove a doubled word in a comment.
14292         * lib/check-version.c (check_version): Likewise.
14293         * lib/javacomp.c (compile_java_class): Likewise.
14294
14295 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14296
14297         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
14298         for the benefit of people using Autoconf 2.60.  If you want to
14299         support older Autoconf versions you can copy m4/onceonly_2_57.m4
14300         (or m4/onceonly.m4, if pre-2.57) manually.
14301
14302 2006-07-08  Jim Meyering  <jim@meyering.net>
14303
14304         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
14305         comment.
14306         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
14307         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
14308         comment.
14309
14310 2006-07-08  Jim Meyering  <jim@meyering.net>
14311
14312         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
14313
14314 2006-07-07  Simon Josefsson  <jas@extundo.com>
14315
14316         * tests/test-crc.c: Change expected crc value, the test vector
14317         were probably computed using the old broken crc.c?
14318
14319 2006-07-06  Simon Josefsson  <jas@extundo.com>
14320
14321         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
14322         now the canonical place for the M4 file).
14323
14324         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
14325         from the sys_socket dependency now.
14326
14327         * modules/inet_pton (Files): Ditto.
14328
14329         * modules/inet_ntop (Files): Ditto.
14330
14331 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14332
14333         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
14334         not gl_PREREQ_GETUSERSHELL.
14335
14336 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14337
14338         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
14339         with only one argument, for Autoconf 2.60.
14340         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
14341         expand to nothing, so add a shell command to avoid syntax error.
14342         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14343
14344 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14345
14346         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
14347
14348 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14349
14350         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
14351         no longer needed.  Check for isblank decl.
14352         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
14353         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
14354         of existence.
14355
14356 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14357
14358         * lib/getloadavg.c: Use __VMS, not VMS.
14359         * lib/getopt.c: Likewise.
14360         * lib/getpagesize.h: Likewise.
14361         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
14362         and probably does not work.
14363
14364 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14365
14366         * lib/.cppi-disable: Add wcwidth.
14367         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
14368         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
14369         (ISGRAPH): Remove.  All uses changed to isgraph.
14370         (FOLD) [!defined _LIBC]: Remove special case.
14371         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
14372         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
14373         HAVE_ISBLANK.
14374         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
14375         case.
14376
14377 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14378
14379         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
14380         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
14381         brackets.  Other minor changes to suppress some compiler
14382         warnings.
14383
14384 2006-07-06  Derek R. Price  <derek@ximbiot.com>
14385         and Paul Eggert  <eggert@cs.ucla.edu>
14386
14387         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
14388         of invoking obsolescent AC_HEADER_DIRENT macro.
14389         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
14390         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
14391         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
14392         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
14393         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
14394         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14395         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
14396         * m4/readdir.m4: Remove; no longer needed.
14397
14398 2006-07-06  Derek R. Price  <derek@ximbiot.com>
14399         and Paul Eggert  <eggert@cs.ucla.edu>
14400
14401         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
14402         Don't worry about this obsolete case any more.
14403         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
14404         directories.
14405         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
14406         worry about this obsolete case any more.
14407         * lib/fts.c: Likewise.
14408         * lib/getcwd.c: Likewise.
14409         * lib/glob.h: Likewise.
14410         * lib/savedir.c: Likewise.
14411
14412 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14413
14414         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
14415         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
14416         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
14417         needed.
14418         All uses removed.
14419         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14420         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14421         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
14422         needed.
14423         * m4/getdate.m4 (gl_GETDATE): Likewise.
14424         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14425         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14426         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14427         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14428         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14429         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14430         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
14431         needed.
14432
14433 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14434
14435         * lib/memcasecmp.c: Include <limits.h>.
14436         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
14437         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
14438         Don't assume isdigit succeeds only on '0' through '9'.
14439
14440 2006-07-05  Eric Blake  <ebb9@byu.net>
14441
14442         * modules/getaddrinfo (Depends-on): Add snprintf.
14443
14444 2006-07-05  Eric Blake  <ebb9@byu.net>
14445
14446         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
14447         to avoid 'header present but could not be compiled' on cygwin.
14448
14449 2006-07-05  Eric Blake  <ebb9@byu.net>
14450
14451         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
14452         missing from netdb.h.
14453         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
14454
14455 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14456
14457         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
14458         no longer needed.
14459         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
14460         * m4/getdate.m4 (gl_GETDATE): Likewise.
14461         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14462         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14463         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14464         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14465         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14466
14467 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14468
14469         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
14470         All uses of is_space replaced by isspace.
14471         * lib/exit.h: Don't talk about STDC_HEADERS.
14472         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
14473         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
14474         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
14475         replaced by isprint etc.
14476         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
14477         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14478         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
14479         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
14480         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
14481         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14482
14483 2006-07-05  Bruno Haible  <bruno@clisp.org>
14484
14485         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
14486         the function exists, before testing against AIX.
14487         Reported by Martin Lambers <marlam@marlam.de>.
14488
14489 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14490
14491         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
14492         From Mark D. Baushke.
14493
14494 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14495
14496         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
14497         to the absolute name, not just one, to bypass Sun C 5.8's
14498         "warning: #include of /usr/include/... may be non-portable".
14499
14500 2006-07-04  Eric Blake  <ebb9@byu.net>
14501
14502         * modules/dirname-tests: New test module.
14503         * tests/test-dirname.c: New file, replacing dirname.c
14504         TEST_DIRNAME section that was recently deleted.
14505
14506 2006-07-04  Bruno Haible  <bruno@clisp.org>
14507
14508         Assume ANSI C header files and <ctype.h> functions.
14509         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
14510         (mbsnwidth): Use isprint, iscntrl instead.
14511
14512 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14513
14514         Merge from coreutils.
14515         * MODULES.html.sh: Add xstrtold.
14516         * modules/xstrtold: New file.
14517         * modules/cycle-check (Files): Add lib/same-inode.h.
14518         * modules/dirname (Files): Add m4/double-slash-root.m4.
14519         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
14520         * modules/mkdir-p (Files): Add lib/same-inode.h.
14521         * modules/same (Files): Add lib/same-inode.h.
14522
14523 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14524
14525         * m4/absolute-header.m4: Renamed from full-header-path.m4.
14526         This is to keep the terminology clean; POSIX talks about
14527         "absolute pathnames", not "full pathnames", but the GNU
14528         Coding Standards say to use "path" for something else;
14529         so use "absolute" to keep both sides happy.
14530         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
14531         Set gl_absolute_header, not gl_full_header_path.
14532         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
14533         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
14534         All uses changed.
14535
14536         Merge from coreutils.
14537
14538         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14539
14540         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
14541         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
14542         want to require the building of c-strtod.o.
14543         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
14544         needs -lm directly.
14545         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
14546
14547         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14548
14549         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
14550         --as-needed option if available.  Problem reported by Albert Chin in
14551         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
14552         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
14553         cc merely issues a bunch of annoying warnings for --as-needed
14554         (this problem was reported by Bob Proulx).  Also, try linking with
14555         -lm to detect a bug in binutils 2.16 (this problem was reported
14556         by Ralf Wildenhues).
14557
14558         2006-06-18  Jim Meyering  <jim@meyering.net>
14559
14560         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
14561         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
14562         macro.
14563         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
14564         also check for glibc-2.4's abort-inducing bug.
14565
14566         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
14567         Low-probability clean-up should be to use rmdir to get rid of
14568         the just-created directory, not unlink.
14569
14570         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
14571         configure fail, and request a bug report to inform us about it.
14572         Add a comment that, barring reports to the contrary, in 2007 we'll
14573         assume ftruncate is universally available.
14574
14575         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14576
14577         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
14578
14579         2006-03-12  Jim Meyering  <jim@meyering.net>
14580
14581         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
14582         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
14583         * m4/same.m4 (gl_SAME): Likewise.
14584         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
14585
14586         2006-03-11  Eric Blake  <ebb9@byu.net>
14587
14588         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
14589         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
14590         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
14591         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
14592
14593 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14594
14595         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
14596         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
14597         reported by Mark D. Baushke, one in
14598         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
14599
14600         Merge from coreutils.
14601
14602         * lib/.cppi-disable: Add stdint_.h.
14603         * lib/.cvsignore: Add stdint.h.
14604
14605         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14606
14607         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
14608         both double and long double versions.
14609         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
14610         * lib/xstrtold.c: New file.
14611         * lib/xstrtod.h (xstrtold): New decl.
14612
14613         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14614
14615         * lib/filemode.c (setst): Remove.
14616         (strmode): Rewrite to avoid setst.  This makes the code shorter,
14617         (arguably) clearer, and the generated code is a bit smaller on my
14618         Debian GNU/Linux stable x86 host.
14619
14620         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14621
14622         * lib/filemode.c: Include "filemode.h" first, to test the interface.
14623         Assume that filemode.h includes sys/types.h and sys/stat.h.
14624         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
14625         (ftypelet): Reorder to put common cases first, for efficiency.
14626         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
14627         to do 'M'.
14628         (strmode): Renamed from mode_string, and now stores 12 bytes instead
14629         of 10, for compatibility with FreeBSD.  All callers changed.
14630         (filemodestring): Now stores 12 bytes instead of 10, and sets file
14631         types that can't be deduced solely from st_mode.  First arg is now a
14632         const pointer.
14633         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
14634         (strmode): Renamed from mode_string.
14635         (filemodestring): New decl.
14636         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
14637         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
14638         needed.
14639         (S_ISPORT, S_ISWHT): New macros, if not already defined.
14640
14641         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14642
14643         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
14644         fsusage.h now does that.  Include fsusage.h first, to test interface.
14645         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
14646         at most one method (the old code could have generated decls that
14647         didn't conform to C89, not that this was ever exercised).
14648         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
14649
14650         2006-03-19  Jim Meyering  <jim@meyering.net>
14651
14652         Work even in a chroot where d_ino values for entries in "/"
14653         don't match the stat.st_ino values for the same names.
14654         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
14655         number, iterate through all entries again, using lstat instead.
14656         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
14657         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
14658
14659         * lib/getcwd.c (__getcwd): Clarify a comment.
14660         Use memcpy in place of a call to strcpy.
14661
14662         2006-03-12  Jim Meyering  <jim@meyering.net>
14663
14664         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
14665         matches that of the current directory (which we're about to chdir ".."
14666         out of), then save the dev-ino of the parent, instead.
14667
14668         * lib/same-inode.h (SAME_INODE): New file/macro.
14669         * lib/chdir-safer.c (SAME_INODE): Remove definition.
14670         Include "same-inode.h", instead.
14671         * lib/same.c: Likewise.
14672         * lib/cycle-check.h: Include "same-inode.h".
14673         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
14674         * lib/cycle-check.c (SAME_INODE): Remove definition.
14675         * lib/root-dev-ino.h: Include "same-inode.h".
14676
14677         2006-03-11  Eric Blake  <ebb9@byu.net>
14678
14679         * lib/same.c (same_name): s/base_name/last_component/
14680         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
14681         * lib/filenamecat.c (file_name_concat): Likewise.
14682
14683         2006-03-11  Eric Blake  <ebb9@byu.net>,
14684                     Paul Eggert  <eggert@cs.ucla.edu>
14685
14686         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
14687         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
14688         drive prefix.
14689         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
14690         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
14691         (last_component): New method.
14692         * lib/dirname.c (dir_len): Determine when drive letters need a
14693         subsequent slash.  Preserve // when it is special.
14694         (dir_name): Don't append dot when drive letter is absolute.
14695         [TEST_DIRNAME]: Move into a full-blown gnulib test.
14696         * lib/basename.c (base_name): New semantics - malloc the result.
14697         Preserve // when it is special.  Preserve relative files that look
14698         like drive letters.
14699         (base_len): Preserve // when it is special.
14700         (last_component): New method, similar to old base_name semantics.
14701         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
14702         base_name.  Strip redundant slashes from ///.
14703
14704 2006-07-03  Jim Meyering  <jim@meyering.net>
14705
14706         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
14707         macro is used before the first cycle_check call.
14708
14709 2006-07-03  Eric Blake  <ebb9@byu.net>
14710
14711         * modules/dirname (Depends-on): Add xstrndup.
14712
14713 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14714
14715         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
14716         test cases, so that config.log is a bit easier to follow.
14717
14718 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14719
14720         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
14721         both are 64 bits, since this seems to be the tradition, and this
14722         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
14723         we ever run into a host that prefers long long to long in this
14724         case, we'll need another configure-time test.  Problem reported by
14725         Jim Meyering.
14726
14727 2006-07-02  Eric Blake  <ebb9@byu.net>
14728
14729         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
14730
14731 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14732
14733         * modules/inttypes (Depends-on): No longer depends on stdint.
14734         * modules/stdint (Description): Say more about assumptions.
14735         Say that the fast types might differ.  Say macros are used.
14736         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
14737         (Makefile.am): Revise list of substituted symbols to match
14738         new stdint.m4.
14739         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
14740         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
14741         * tests/test-stdint.c (verify_same_types)
14742         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
14743         the code conforms to C99/C89.
14744         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
14745         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
14746
14747 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14748
14749         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
14750         but fix a bug, by requiring at least 64 bits.
14751         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14752         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
14753         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
14754         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
14755
14756         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
14757         changes.  Make 2.59 a prerequisite.  Check and substitute for
14758         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
14759         inttypes.h.  Do not use special include files; just use the
14760         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
14761         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
14762         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
14763         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
14764         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
14765         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
14766         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
14767         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
14768         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
14769         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
14770         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
14771         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
14772         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
14773         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
14774         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
14775         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
14776         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
14777         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
14778         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
14779         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
14780         WINT_MAX.  Check for C99 conformance more strictly, by detecting
14781         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
14782         not check for things that C99 does not require, e.g., int8_t.  If
14783         a test isn't needed unless <stdint.h> isn't working, and is
14784         unlikely to be needed for any other reason, then don't do it
14785         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
14786         size_t, since we assume C89 freestanding at least.  Do not check
14787         for sig_atomic_t, wchar_t, or wint_t, since the code now does
14788         the right thing even if the types are not defined.  Instead use:
14789         (gl_STDINT_TYPE_PROPERTIES): New macro.
14790         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
14791         testing whether <sys/types.h> clashes, as Autoconf does this for
14792         us now.  All uses removed.
14793         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
14794         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
14795         (gl_CHECK_TYPE_SAME):
14796         Remove; no longer needed.
14797         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
14798         exists, since we'll return 0 anyway in that case.
14799         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
14800
14801 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14802
14803         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
14804         possible collision with system files.
14805         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
14806         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
14807         WCHAR_MIN and WCHAR_MAX in this case.
14808         (<stddef.h>): Do not include; no longer needed.
14809         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
14810         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
14811         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
14812         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
14813         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
14814         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
14815         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
14816         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
14817         !defined(__c99))]: Include in this case too, since it's harmless
14818         now.
14819         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
14820         dangerous to do so.
14821         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
14822         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
14823         (_STDINT_MIN, _STDINT_MAX): New macros.
14824         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
14825         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
14826         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
14827         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
14828         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
14829         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
14830         macros, not typedefs; this simplifies things quite a bit.
14831         Use long int for all types narrower than int64_t.
14832         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
14833         Define in terms of long long int or int64_t or long int,
14834         not int64_t or int32_t.  This saves some compile-time testing.
14835         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
14836         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
14837         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
14838         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
14839         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
14840         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
14841         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
14842         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
14843         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
14844         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
14845         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14846         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14847         undef any previous version and define our own version, for
14848         simplicity and consistency with the new macros for types.
14849         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14850         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14851         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
14852         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
14853         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
14854         @WINT_T_SUFFIX@ to keep things simple here.
14855         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
14856         Simplify by assuming typical 8/16/32/64 host, since we're
14857         already doing that elsewhere anyway.
14858         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
14859         and assume long long int is 64 bits if available.  This
14860         speeds up 'configure'.
14861
14862 2006-07-01  Eric Blake  <ebb9@byu.net>
14863
14864         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
14865         Reported by Andreas Buening.
14866
14867 2006-07-01  Eric Blake  <ebb9@byu.net>
14868
14869         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
14870
14871 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14872
14873         * lib/getaddrinfo.c: fixed typo
14874
14875 2006-06-29  Jim Meyering  <jim@meyering.net>
14876
14877         * modules/strftime (Maintainer): Add my name, since with the
14878         FPRINTFTIME changes strftime.c has forked from glibc.
14879
14880 2006-06-29  Eric Blake  <ebb9@byu.net>
14881
14882         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
14883
14884 2006-06-29  Eric Blake  <ebb9@byu.net>
14885
14886         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
14887
14888 2006-06-29  Eric Blake  <ebb9@byu.net>
14889
14890         * lib/stat_.h: New file.
14891
14892 2006-06-29  Eric Blake  <ebb9@byu.net>
14893
14894         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
14895         unused static function.
14896
14897 2006-06-29  Eric Blake  <ebb9@byu.net>
14898
14899         * doc/functions.texi (Function Portability): Document missing lstat
14900         on mingw.
14901
14902 2006-06-29  Eric Blake  <ebb9@byu.net>
14903
14904         * MODULES.html.sh: Add sys_stat.
14905         * modules/sys_stat: New module.
14906         * modules/mkstemp (Depends-on): Add sys_stat.
14907
14908 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14909
14910         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14911
14912 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14913
14914         * m4/c-bs-a.m4: Removed.
14915
14916 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14917
14918         * lib/strftime.c: Assume strftime() exists.
14919
14920 2006-06-29  Derek Price  <derek@ximbiot.com>
14921
14922         * modules/c-bs-a: Removed - \a is C89.
14923         * MODULES.html.sh: Remove c-bs-a.
14924
14925 2006-06-29  Bruno Haible  <bruno@clisp.org>
14926
14927         * modules/wcwidth (License): Change to LGPL.
14928
14929 2006-06-28  Simon Josefsson  <jas@extundo.com>
14930
14931         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14932         on _WIN32.
14933
14934         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14935         getnameinfo.
14936
14937 2006-06-28  Simon Josefsson  <jas@extundo.com>
14938
14939         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14940
14941 2006-06-28  Simon Josefsson  <jas@extundo.com>
14942
14943         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14944         functions there.  It will succeed on Windows XP, but on Windows
14945         2000 and (presumably) earlier, it will fail, and use the internal
14946         re-implementation.
14947         (use_win32_p): New function.
14948         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14949         Support AI_NUMERICSERV to disable getservbyname.
14950         (getnameinfo): New function, only supports
14951         NI_NUMERICHOST|NI_NUMERICSERV for now.
14952
14953         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14954         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14955         getnameinfo.
14956
14957 2006-06-28  Eric Blake  <ebb9@byu.net>
14958
14959         * modules/wcwidth: New file.
14960         * modules/mbchar (Depends-on): Add wcwidth.
14961         * modules/mbswidth (Depends-on): Add wcwidth.
14962         * MODULES.html.sh: Add wcwidth.
14963
14964 2006-06-28  Eric Blake  <ebb9@byu.net>
14965
14966         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14967         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14968
14969 2006-06-28  Eric Blake  <ebb9@byu.net>
14970
14971         * lib/xvasprintf.h: Fix comments.
14972
14973 2006-06-28  Eric Blake  <ebb9@byu.net>
14974
14975         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14976         * lib/mbswidth.c (wcwidth): Move from here...
14977         * lib/wcwidth.h: ...to this new file.
14978
14979 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14980
14981         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14982
14983         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14984         it's obsolete.
14985         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14986
14987 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14988
14989         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14990         Autoconf 2.60 says this stuff was obsolete.
14991
14992 2006-06-28  Bruno Haible  <bruno@clisp.org>
14993
14994         * modules/wcwidth (Files): Add m4/wchar_t.m4.
14995
14996 2006-06-28  Bruno Haible  <bruno@clisp.org>
14997
14998         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
14999         gt_TYPE_WCHAR_T.
15000
15001 2006-06-28  Bruno Haible  <bruno@clisp.org>
15002
15003         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
15004         declaration for wcwidth.
15005         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
15006
15007 2006-06-28  Bruno Haible  <bruno@clisp.org>
15008
15009         * lib/mkdtemp.c [MINGW]: Include <io.h>.
15010         (mkdir): Define using _mkdir.
15011
15012 2006-06-28  Bruno Haible  <bruno@clisp.org>
15013
15014         * lib/getaddrinfo.h: Fix POSIX URL.
15015         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
15016         _WIN32.
15017         (use_win32_p): Make static.
15018         (getaddrinfo): Reject service name if it is empty or does not consist
15019         solely of decimal digits, or if its value is > 65535.
15020         (getnameinfo): Remove useless casts.
15021
15022 2006-06-27  Simon Josefsson  <jas@extundo.com>
15023
15024         * modules/sys_select: New file, suggested by Bruno Haible, Paul
15025         Eggert and Martin Lambers.
15026
15027 2006-06-27  Simon Josefsson  <jas@extundo.com>
15028
15029         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
15030         Eggert and Martin Lambers.
15031
15032 2006-06-27  Bruno Haible  <bruno@clisp.org>
15033
15034         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
15035         result to 0, not to empty.
15036         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
15037
15038 2006-06-27  Bruno Haible  <bruno@clisp.org>
15039
15040         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
15041
15042 2006-06-26  Simon Josefsson  <jas@extundo.com>
15043
15044         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
15045         present.
15046
15047 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
15048
15049         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
15050         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
15051         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
15052
15053 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
15054
15055         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
15056
15057 2006-06-26  Bruno Haible  <bruno@clisp.org>
15058
15059         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
15060
15061 2006-06-26  Bruno Haible  <bruno@clisp.org>
15062
15063         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
15064
15065 2006-06-26  Bruno Haible  <bruno@clisp.org>
15066
15067         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
15068         SGI C compiler in pre-C99 mode.
15069         Suggested by Mark D. Baushke and Larry Jones.
15070
15071 2006-06-26  Bruno Haible  <bruno@clisp.org>
15072
15073         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
15074         WCHAR_MAX.
15075         Reported by Mark D. Baushke and Larry Jones.
15076
15077 2006-06-26  Bruno Haible  <bruno@clisp.org>
15078
15079         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
15080         in pre-C99 mode.
15081         Suggested by Mark D. Baushke and Larry Jones.
15082
15083 2006-06-23  Simon Josefsson  <jas@extundo.com>
15084             Bruno Haible  <bruno@clisp.org>
15085
15086         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
15087         Emit mostlyclean-local rule.
15088         (func_emit_tests_Makefile_am): Likewise.
15089         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
15090
15091 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
15092
15093         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
15094
15095 2006-06-23  Bruno Haible  <bruno@clisp.org>
15096
15097         * tests/test-stdint.c: Update to match ISO C 99 Technical
15098         Corrigendum 1.
15099
15100 2006-06-23  Bruno Haible  <bruno@clisp.org>
15101
15102         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
15103
15104 2006-06-23  Bruno Haible  <bruno@clisp.org>
15105
15106         * lib/stdint_.h: Treat IRIX like OpenBSD.
15107
15108 2006-06-23  Bruno Haible  <bruno@clisp.org>
15109
15110         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
15111         ISO C 99 Technical Corrigendum 1.
15112
15113 2006-06-22  Simon Josefsson  <jas@extundo.com>
15114
15115         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
15116         MinGW.
15117
15118 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15119
15120         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
15121         needed.  Some compiler complained about some of them.  Problem reported
15122         by Larry Jones in
15123         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
15124
15125 2006-06-21  Simon Josefsson  <jas@extundo.com>
15126
15127         * tests/test-getaddrinfo.c: New file.
15128
15129         * modules/getaddrinfo-tests: New file.
15130
15131         * MODULES.html.sh: Add inet_pton.
15132
15133         * modules/inet_pton: New file.
15134
15135 2006-06-21  Simon Josefsson  <jas@extundo.com>
15136
15137         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
15138         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
15139         of using the (limited) gnulib implementation on Windows XP.
15140
15141         * m4/inet_pton.m4: New file.
15142
15143 2006-06-21  Simon Josefsson  <jas@extundo.com>
15144
15145         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
15146         variable.
15147
15148         * lib/socket_.h: Don't define WINVER.
15149
15150         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
15151         slightly modified to work in gnulib.
15152
15153 2006-06-21  Simon Josefsson  <jas@extundo.com>
15154
15155         * doc/gnulib.texi (Windows sockets): Add.
15156
15157 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
15158
15159         * lib/read-file.c (fread_file): Start with buffer allocation of
15160         0 bytes rather than 1 byte; this simplifies the code.
15161         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
15162         code to free buffer and save/restore errno.
15163         (internal_read_file): Remove unused local.
15164
15165 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
15166
15167         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
15168         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
15169         Problem reported by Denis Excoffier in
15170         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
15171
15172 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15173
15174         * modules/sys_socket, modules/socklen: Include sys/types since
15175         FreeBSD 4.x's sys/socket.h needs it.
15176
15177 2006-06-19  Simon Josefsson  <jas@extundo.com>
15178
15179         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
15180
15181 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
15182
15183         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
15184
15185 2006-06-19  Bruno Haible  <bruno@clisp.org>
15186
15187         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
15188         and FULL_PATH_INTTYPES_H in angle brackets.
15189         Reported by Mark D. Baushke <mdb@gnu.org>.
15190
15191 2006-06-17  Eric Blake  <ebb9@byu.net>
15192
15193         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
15194         errno.
15195
15196 2006-06-17  Bruno Haible  <bruno@clisp.org>
15197
15198         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
15199         <sys/inttypes.h>.
15200
15201 2006-06-17  Bruno Haible  <bruno@clisp.org>
15202
15203         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
15204         whether errno is declared. Assume <errno.h> declares errno.
15205
15206 2006-06-17  Bruno Haible  <bruno@clisp.org>
15207
15208         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
15209
15210 2006-06-17  Bruno Haible  <bruno@clisp.org>
15211
15212         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
15213         problem on Solaris 2.5.1.
15214
15215 2006-06-16  Eric Blake  <ebb9@byu.net>
15216
15217         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
15218         * lib/unicodeio.c [!defined errno]: Likewise.
15219         * lib/strtol.c [!defined errno]: Likewise.
15220         * lib/strtod.c [!defined errno]: Likewise.
15221
15222 2006-06-15  Eric Blake  <ebb9@byu.net>
15223
15224         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
15225
15226 2006-06-15  Eric Blake  <ebb9@byu.net>
15227
15228         * config/srclist.txt (ssize_t.m4): Lose sync.
15229
15230 2006-06-15  Bruno Haible  <bruno@clisp.org>
15231
15232         * modules/stdint (Files): Include m4/full-header-path.m4,
15233         m4/size_max.m4, m4/wchar_t.m4.
15234         (Makefile.am): Many more substitutions.
15235         * modules/stdint-tests: New file.
15236         * tests/test-stdint.c: New file.
15237
15238 2006-06-15  Bruno Haible  <bruno@clisp.org>
15239
15240         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
15241         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
15242         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
15243         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
15244         gl_CHECK_TYPE_SAME): New macros.
15245
15246 2006-06-15  Bruno Haible  <bruno@clisp.org>
15247
15248         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
15249
15250 2006-06-15  Bruno Haible  <bruno@clisp.org>
15251
15252         * lib/stdint_.h: Rewritten to be fully auto-configured.
15253         Fixes bug on HP-UX/IA64.
15254
15255 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
15256
15257         * lib/getdate.y (__attribute__): Don't define if already defined.
15258         Problem reported by Larry Jones.
15259         * lib/utimens.c (__attribute__): Likewise.
15260
15261 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
15262
15263         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
15264         reported by Andreas Schwab.
15265
15266 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15267             Bruno Haible  <bruno@clisp.org>
15268
15269         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
15270         check for the declaration of strnlen and a run test that exposes the
15271         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
15272         rpl_strndup.
15273
15274 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15275             Bruno Haible  <bruno@clisp.org>
15276
15277         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
15278
15279 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15280
15281         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
15282         compile test, for Tru64 4.0D.
15283
15284 2006-05-28  Karl Berry  <karl@gnu.org>
15285
15286         * config/srclist.txt (printf-args.c): lose sync.
15287
15288 2006-05-26  Martin Lambers  <marlam@marlam.de>
15289
15290         * lib/getpass.c: Updates the test for the native W32 API, and adds
15291         missing includes, thus fixing compilation warnings.
15292
15293 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15294
15295         * lib/exclude.c (exclude_fnmatch): New function.
15296         (excluded_file_name): Call exclude_fnmatch.
15297         * lib/exclude.h (excluded_file_name): New prototype
15298
15299 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
15300
15301         * lib/tempname.c (small_open, large_open): New macros.
15302         (__open, __open64) [!_LIBC]: Remove.
15303         (__gen_tempname): Use small_open and large_open instead of __open
15304         and __open64.  This fixes a portability bug on HP-UX 11.11i
15305         reported by Simon Wing-Tang in
15306         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
15307
15308 2006-05-24  Bruno Haible  <bruno@clisp.org>
15309
15310         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
15311         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
15312         Reported by Thorsten Maerz <torte@netztorte.de> via
15313         Aaron Stone <aaron@serendipity.cx>.
15314
15315 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15316
15317         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
15318         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
15319         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
15320         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
15321         not really conditional on the cache.
15322         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
15323
15324 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15325
15326         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
15327         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
15328         (my_usleep): Don't mishandle maximum value.
15329
15330 2006-05-19  Jim Meyering  <jim@meyering.net>
15331
15332         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
15333
15334 2006-05-17  Bruno Haible  <bruno@clisp.org>
15335
15336         Cygwin portability.
15337         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
15338
15339 2006-05-17  Bruno Haible  <bruno@clisp.org>
15340
15341         * lib/stdint_.h: Fix recognition of Cygwin.
15342
15343 2006-05-15  Bruno Haible  <bruno@clisp.org>
15344
15345         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
15346         on libtool patch by Ralf Wildenhues.
15347
15348 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15349
15350         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
15351         test for C99 conformance; (bool) 0.5 is an integer constant
15352         expression, but (bool) -0.5 is not.  Problem reported by Fedor
15353         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
15354
15355 2006-05-11  Simon Josefsson  <jas@extundo.com>
15356
15357         * m4/xvasprintf.m4: Fix obvious typo.
15358
15359 2006-05-11  Jim Meyering  <jim@meyering.net>
15360
15361         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
15362         James Lemley.
15363
15364 2006-05-10  Simon Josefsson  <jas@extundo.com>
15365
15366         * lib/md4.c: Typo fix, update copyright years.
15367         (K1, K2): Don't use L because it turn computations into 64-bit on
15368         64-bit platforms.
15369
15370 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
15371
15372         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
15373         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
15374         unwanted sign propagation, e.g., on hosts with 64-bit int.
15375         There still are some problems with reeelly weird theoretical hosts
15376         (e.g., 33-bit int) but it's not worth worrying about now.
15377         * lib/sha1.c (rol): Likewise.
15378         (K1, K2, K3, K4): Remove unnecessary L suffix.
15379
15380 2006-05-10  Bruno Haible  <bruno@clisp.org>
15381
15382         * lib/des.c: Cast to avoid warnings.
15383
15384 2006-05-09  Bruno Haible  <bruno@clisp.org>
15385
15386         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
15387         (Depends-on): Depend also on xsize, stdarg.
15388         (configure.ac): Add gl_XVASPRINTF.
15389
15390 2006-05-09  Bruno Haible  <bruno@clisp.org>
15391
15392         * m4/xvasprintf.m4: New file.
15393
15394 2006-05-09  Bruno Haible  <bruno@clisp.org>
15395
15396         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
15397         (EOVERFLOW): Define fallback value.
15398         (xstrcat): New function.
15399         (xvasprintf): Recognize the special case of a string concatenation.
15400
15401 2006-05-08  Eric Blake  <ebb9@byu.net>
15402
15403         * gnulib-tool (func_version): Base copyright year on CVS date.
15404         (func_emit_copyright_notice): New function.
15405         (func_emit_lib_Makefile_am): Use it.
15406         (func_emit_tests_Makefile_am): Likewise.
15407         (func_import): Likewise.
15408
15409 2006-05-08  Bruno Haible  <bruno@clisp.org>
15410
15411         * modules/stdarg: New file.
15412         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
15413
15414 2006-05-08  Bruno Haible  <bruno@clisp.org>
15415
15416         * m4/stdarg.m4: New file, from GNU gettext.
15417
15418 2006-05-08  Bruno Haible  <bruno@clisp.org>
15419
15420         * config/srclist.txt (build-aux/config.rpath): different from latest
15421         release.
15422
15423 2006-05-08  Bruno Haible  <bruno@clisp.org>
15424
15425         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
15426
15427 2006-05-05  Jim Meyering  <jim@meyering.net>
15428
15429         * m4/warning.m4: New file, derived from bison's file by the same name.
15430
15431 2006-05-03  Bruno Haible  <bruno@clisp.org>
15432
15433         * lib/stdint_.h: Shorter URL.
15434         * lib/inttypes.h: Likewise.
15435
15436 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15437
15438         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
15439
15440 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15441
15442         * lib/verify.h: Document the internals better.  Most of this change
15443         was written by Bruno Haible.
15444
15445 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15446
15447         * doc/verify.texi: New file, partly based on a proposal by
15448         Bruno Haible.
15449
15450 2006-05-02  Bruno Haible  <bruno@clisp.org>
15451
15452         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
15453         test from here...
15454         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
15455
15456 2006-04-29  Bruno Haible  <bruno@clisp.org>
15457
15458         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
15459         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
15460
15461 2006-04-29  Bruno Haible  <bruno@clisp.org>
15462
15463         * gnulib-tool: Make --update option actually work.
15464
15465 2006-04-29  Bruno Haible  <bruno@clisp.org>
15466
15467         * doc/gcd.texi: New file.
15468         * doc/gnulib.texi: Include it.
15469
15470 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
15471
15472         * lib/getdate.y (get_date): When adding relative date, start with the
15473         initial time, not with the result of the first mktime call.
15474
15475 2006-04-25  Bruno Haible  <bruno@clisp.org>
15476
15477         * gnulib-tool (func_import): Output the include directives in three
15478         blocks, sorted separately.
15479         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15480
15481 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15482
15483         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
15484         to define main with arguments, for C++.  Reported by Eric Blake.
15485         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
15486         Prefer 'int main ()' to 'int main (void)', for C++.
15487         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
15488         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
15489         for 'main', for C99 and C++.
15490
15491 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15492
15493         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
15494         Don't assume that exit status -1 is valid.
15495         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15496         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
15497         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
15498         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
15499         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
15500         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
15501         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
15502         functions can be used without declaring them, or that you can
15503         exit with status -1.
15504         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
15505
15506 2006-04-24  Karl Berry  <karl@gnu.org>
15507
15508         * config/srclist.txt (longdouble.m4): sync lost.
15509
15510 2006-04-24  Eric Blake  <ebb9@byu.net>
15511
15512         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
15513
15514 2006-04-24  Bruno Haible  <bruno@clisp.org>
15515
15516         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
15517         poll() implementation in AIX.
15518         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15519
15520 2006-04-24  Bruno Haible  <bruno@clisp.org>
15521
15522         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
15523         assigned exactly once.
15524
15525 2006-04-23  Claudio Fontana  <claudio@gnu.org>
15526             Bruno Haible  <bruno@clisp.org>
15527
15528         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
15529         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
15530         for AM_CPPFLAGS.
15531
15532 2006-04-23  Bruno Haible  <bruno@clisp.org>
15533
15534         * modules/copy-file: Depend on unistd.
15535         * modules/execute: Likewise.
15536         * modules/fatal-signal: Likewise.
15537         * modules/findprog: Likewise.
15538         * modules/mkdtemp : Likewise.
15539         * modules/pipe: Likewise.
15540         * modules/wait-process: Likewise.
15541
15542 2006-04-23  Bruno Haible  <bruno@clisp.org>
15543
15544         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
15545         condition was already detected.
15546         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15547
15548 2006-04-23  Bruno Haible  <bruno@clisp.org>
15549
15550         * lib/copy-file.c: Include <unistd.h> unconditionally.
15551         * lib/execute.c: Likewise.
15552         * lib/fatal-signal.c: Likewise.
15553         * lib/findprog.c: Likewise.
15554         * lib/mkdtemp.c: Likewise.
15555         * lib/pipe.h: Likewise.
15556         * lib/pipe.c: Likewise.
15557         * lib/wait-process.h: Likewise.
15558
15559 2006-04-23  Bruno Haible  <bruno@clisp.org>
15560
15561         * gnulib-tool (func_usage): Fix --import description. Document
15562         --update.
15563         (func_import): Create temporary file in a temporary directory, if
15564         --dry-run is specified. Silence errors from 'grep' when there are no
15565         m4 files in $m4dir.
15566         (func_create_testdir): Silence errors from 'grep' when there are no
15567         m4 files in $m4dir.
15568         Reported by Karl Berry <karl@freefriends.org>.
15569
15570 2006-04-20  Bruno Haible  <bruno@clisp.org>
15571
15572         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
15573         one argument, so that the code will be portable to Autoconf 2.60.
15574         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
15575         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15576         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
15577
15578 2006-04-19  Derek Price  <derek@ximbiot.com>
15579             Eric Blake  <ebb9@byu.net>
15580
15581         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
15582         rather than "/full/path.h".  Update comment to match.  Shorten &
15583         generalize m4_translit call via AS_TR_CPP.
15584
15585 2006-04-19  Derek Price  <derek@ximbiot.com>
15586             Eric Blake  <ebb9@byu.net>
15587
15588         * lib/inttypes.h: Correct grammar in comment.
15589
15590 2006-04-18  Derek Price  <derek@ximbiot.com>
15591             Paul Eggert  <eggert@cs.ucla.edu>
15592
15593         * modules/inttypes: New file.
15594         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
15595
15596 2006-04-18  Derek Price  <derek@ximbiot.com>
15597             Paul Eggert  <eggert@cs.ucla.edu>
15598
15599         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
15600         New files.
15601
15602 2006-04-18  Derek Price  <derek@ximbiot.com>
15603             Paul Eggert  <eggert@cs.ucla.edu>
15604
15605         * lib/inttypes.h: New file.
15606         * lib/strtoimax.c: Assume <inttypes.h>.
15607
15608 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
15609
15610         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
15611         isn't mounted.  Problem reported by Kir Kolyshkin.
15612
15613 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15614
15615         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
15616         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
15617         Derek R. Price.
15618         * lib/regex.h (RE_DUP_MAX): Update comment to match current
15619         implementation.
15620
15621 2006-04-12  Eric Blake  <ebb9@byu.net>
15622
15623         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
15624         is now done automatically by the corresponding Autoconf macro.
15625
15626 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
15627
15628         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
15629         time_r.h.
15630
15631 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15632
15633         Merge regex changes from libc, removing some of our
15634         POSIX-conformance changes that were rejected and redoing them in a
15635         less-intrusive way.
15636
15637         * lib/regcomp.c (re_compile_internal, init_dfa):
15638         Length arg is now size_t, not Idx.  All uses changed.
15639         (peek_token): Forward decl now says internal_function.
15640         (__re_error_msgid, __re_error_msgid_idx):
15641         Now static rather than extern with attribute_hidden.
15642         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
15643         For some reason libc prefers K&R style defns for external functions.
15644         (regerror) [!defined _LIBC]: Likewise.
15645         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
15646         (seek_collating_symbol_entry, lookup_collation_sequence_value):
15647         (build_range_exp, build_collating_symbol):
15648         Use K&R-style defn.
15649         (re_compile_fastmap): Use '\0' to memset, not 0.
15650         (utf8_sb_map): Make the calculations more obvious.
15651         (init_dfa, parse_bracket_exp, build_charclass_op):
15652         Call calloc and cast result, as glibc does.
15653         (init_word_char, fetch_token, peek_token, peek_token_bracket):
15654         (build_range_exp, build_collating_symbol):
15655         Now internal functions.
15656
15657         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
15658
15659         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
15660         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
15661         Don't depend on VMS; depend on __VMS instead, for POSIX
15662         namespace cleanness.
15663         (regoff_t): Define to ssize_t, not long int.
15664
15665         Remove the REG_ macros named below.  Instead, make the old names
15666         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
15667         __USE_GNU_REGEX.
15668         (REG_BACKSLASH_ESCAPE_IN_LISTS):
15669         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
15670         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
15671         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
15672         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
15673         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
15674         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
15675         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
15676         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
15677         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
15678         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
15679         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
15680         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
15681         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
15682         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
15683         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
15684         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
15685         (REG_NREGS):
15686         Remove.  All uses replaced by the old RE_* names.
15687         (RE_BACKSLASH_ESCAPE_IN_LISTS):
15688         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
15689         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
15690         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
15691         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
15692         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
15693         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
15694         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
15695         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
15696         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
15697         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
15698         Don't bother having these macros be independent of each others'
15699         values, since they no longer exist in the POSIX name space.
15700
15701         Rename the following member names back to their old names,
15702         unless !__USE_GNU_REGEX.  All uses changed back.
15703         (buffer): Renamed from re_buffer.
15704         (allocated): Renamed from re_allocated.
15705         (used): Renamed from re_used.
15706         (syntax): Renamed from re_syntax.
15707         (fastmap): Renamed from re_fastmap.
15708         (translate): Renamed from re_translate.
15709         (can_be_null): Renamed from re_can_be_null.
15710         (regs_allocated): Renamed from re_regs_allocated.
15711         (fastmap_accurate): Renamed from re_fastmap_accurate.
15712         (no_sub): Renamed from re_no_sub.
15713         (not_bol): Renamed from re_not_bol.
15714         (not_eol): Renamed from re_not_eol.
15715         (newline_anchor): Renamed from re_newline_anchor.
15716         (num_regs): Renamed from rm_num_regs.
15717         (start): Renamed from rm_start.
15718         (end): Renamed from rm_end.
15719
15720         (free_state): Move up a bit.
15721
15722         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
15723         #define to be empty.
15724         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
15725         when that is what is intended.
15726         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
15727         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
15728         (MAX): New macro.
15729         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
15730         All uses changed back to re_malloc, etc.  It's now the caller's
15731         responsibility to check for overflow; all callers changed.
15732         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
15733         (re_x2nrealloc): Remove.
15734         (free_state): Remove decl.
15735
15736         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
15737         (re_set_registers, re_exec):
15738         Use K&R-style defn.
15739
15740         2006-01-31  Roland McGrath  <roland@redhat.com>
15741
15742         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
15743         Reported by Mike Frysinger <vapier@gentoo.org>.
15744
15745         2006-01-15  Andreas Jaeger  <aj@suse.de>
15746
15747         [BZ #1950]
15748         * lib/regex_internal.c (re_string_reconstruct): Adjust for
15749         build_wcs_upper_buffer change.
15750         (build_wcs_upper_buffer): Change return type.
15751
15752         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
15753
15754         * lib/regex_internal.h: Include <stdint.h> if available.
15755
15756         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
15757
15758         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
15759
15760         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15761
15762         * lib/regcomp.c: Adjust for changed secondary hash function.
15763
15764         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
15765
15766         * lib/regex.h: Pretty printing.
15767         Clean up namespace a bit.
15768
15769         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
15770
15771         * lib/regexec.c (update_cur_sifted_state, check_arrival,
15772         check_arrival_add_next_nodes): Avoid using uninitialized variable.
15773
15774         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15775                     Ulrich Drepper  <drepper@redhat.com>
15776
15777         [BZ #1302]
15778         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
15779         changed.
15780         (bitset_word_t): Renamed from bitset_word.  All uses changed.
15781
15782         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
15783
15784         [BZ #281]
15785         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
15786         * lib/regcomp.c: Remove unnecessary uses of
15787         unsigned RE_TRANSLATE_TYPE.
15788         * lib/regex_internal.h: Likewise.
15789         * lib/regex_internal.c: Likewise.
15790         * lib/regexec.c: Likewise.
15791         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
15792
15793         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
15794
15795         * lib/regexec.c (find_recover_state): Remove unnecessary
15796         initialization.
15797         (transit_state_bkref): Make DFA a const pointer.
15798         (get_subexp): Likewise.
15799         (check_arrival): Likewise.
15800         (update_cur_sifted_state): Likewise.
15801         (re_search_internal): Likewise.
15802         (prune_impossible_nodes): Likewise.
15803         (acquire_init_state_context): Likewise.
15804         (proceed_next_node): Likewise.
15805         (set_regs): Likewise.
15806         (free_fail_stack_return): Likewise.
15807         (check_arrival_expand_ecl): Mark DFA parameter as const.
15808         (check_arrival_expand_ecl_sub): Likewise.
15809         (check_subexp_limits): Likewise.
15810         (sub_epsilon_src_nodes):  Likewise.
15811         (add_epsilon_src_nodes):  Likewise.
15812         (merge_state_array): Likewise.
15813         (update_regs): Likewise.
15814         (build_trtable): Likewise.
15815         (sift_states_backward): Mark MCTX parameter as const.
15816         (build_sifted_states): Likewise.
15817         (update_cur_sifted_state): Likewise.
15818         (sift_states_mkref): Likewise.
15819         (check_arrival_expand_ecl): Mark eclosure as const.
15820         (check_dst_limits_calc_pos_1): Likewise.
15821         * lib/regex_internal.h (re_match_context_t): Make dfa a const
15822         pointer.
15823
15824         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
15825
15826         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
15827         (transit_state_sb): Likewise.
15828         (transit_state_mb): Likewise.
15829         (sift_states_iter_mb): Likewise.
15830         (check_arrival_add_next_nodes): Likewise.
15831         (check_node_accept_bytes): Change first parameter to pointer-to-const.
15832         [_LIBC] (re_search_2_stub): Use mempcpy.
15833
15834         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
15835         mbrtowc for very simple UTF-8 case.
15836
15837         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
15838         a pointer-to-const.
15839         (re_acquire_state_context): Likewise.
15840         * lib/regex_internal.h: Adjust prototypes.
15841
15842         * lib/regex.c: Prevent using C++ compilers.
15843
15844         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
15845         (re_acquire_state_context): Likewise.
15846
15847 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15848
15849         * modules/regex (Depends-on): Add ssize_t.
15850
15851 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15852
15853         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
15854         translation table.
15855
15856 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15857
15858         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
15859
15860 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
15861             Bruno Haible  <bruno@clisp.org>
15862
15863         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
15864         <sys/types.h> and <inttypes.h>.
15865
15866 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15867
15868         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
15869         `__error_t_defined', so argp.h will not typedef the former.
15870
15871 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15872
15873         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
15874         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
15875         glibc names.  Even if glibc is changed to conform to POSIX, the
15876         traditional names will be available anyway, since regex depends on
15877         the extensions module.  Also, fix a longstanding typo in the
15878         implementation of Spencer ERE test #75 from grep 2.3.  Problems
15879         reported by Emanuele Giaquinta.  Also, change sense of cached
15880         variable, so that the message makes sense.
15881
15882 2006-03-24  Simon Josefsson  <jas@extundo.com>
15883
15884         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
15885         including some doc fixes.
15886         (base64_encode_alloc): Fix +1 bug on allocation failures.
15887
15888 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15889
15890         * lib/base64.c (base64_encode): Do not read past end of array with
15891         unsanitized input on systems with CHAR_BIT > 8.
15892
15893 2006-03-24  Eric Blake  <ebb9@byu.net>
15894
15895         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
15896
15897 2006-03-22  Karl Berry  <karl@gnu.org>
15898
15899         * config/srclist.txt (*setenv.[ch]): get from coreutils.
15900         * config/srclistvars.sh (COREUTILS): new var.
15901
15902 2006-03-17  Jim Meyering  <jim@meyering.net>
15903
15904         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15905         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15906
15907 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15908
15909         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15910         no longer needs it.  Instead, check that regoff_t is as least
15911         as wide as ptrdiff_t.
15912
15913         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15914         so that our regex.h stays compatible with the installed regex.
15915         This is helpful for installers who configure --without-included-regex.
15916         Problem reported by Emanuele Giaquinta.
15917
15918 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15919
15920         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15921         Typedef to long int, not to off_, as POSIX will likely change
15922         in that direction.
15923
15924 2006-03-15  Eric Blake  <ebb9@byu.net>
15925
15926         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15927
15928 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15929
15930         * lib/argp-help.c (validate_uparams): Fix typo
15931         * lib/argp-parse.c (argp_default_options): Consistently begin help
15932         messages with a lowercase letter.
15933
15934 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15935
15936         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15937         overrun buffers and shouldn't be used (much as gets shouldn't be
15938         used).
15939         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15940
15941 2006-03-08  Simon Josefsson  <jas@extundo.com>
15942
15943         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15944         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15945
15946 2006-03-08  Simon Josefsson  <jas@extundo.com>
15947
15948         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15949         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15950
15951 2006-03-08  Simon Josefsson  <jas@extundo.com>
15952
15953         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15954         signal that configure disabled the device.
15955
15956 2006-03-08  Simon Josefsson  <jas@extundo.com>
15957
15958         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15959         languages.
15960
15961 2006-03-07  Simon Josefsson  <jas@extundo.com>
15962
15963         * modules/getopt (Depends-on): Add unistd.
15964
15965         * modules/unistd: New file.
15966
15967 2006-03-07  Simon Josefsson  <jas@extundo.com>
15968
15969         * modules/gc-random: New file.
15970
15971 2006-03-07  Simon Josefsson  <jas@extundo.com>
15972
15973         * m4/unistd_h.m4: New file.
15974
15975 2006-03-07  Simon Josefsson  <jas@extundo.com>
15976
15977         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15978         test to be side-effect free by storing the result in the cache
15979         variable gl_cv_lib_readline, and moving the assignment of
15980         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15981         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15982
15983 2006-03-07  Simon Josefsson  <jas@extundo.com>
15984
15985         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15986         error on missing devices (the functions will return an error).
15987
15988         * m4/gc.m4: Move random stuff to gc-random.m4
15989
15990 2006-03-07  Simon Josefsson  <jas@extundo.com>
15991
15992         * lib/unistd_.h: New file.
15993
15994 2006-03-07  Simon Josefsson  <jas@extundo.com>
15995
15996         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
15997
15998 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
15999
16000         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
16001         Problem reported by Juan Manuel Guerrero.
16002
16003 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
16004
16005         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
16006         the unistd module.
16007         * lib/getlogin_r.c: Likewise.
16008         * lib/getlogin_r.h: Likewise.
16009         * lib/glob.c: Likewise.
16010         * lib/pagealign_alloc.c: Likewise.
16011         * lib/unistd_.h: Remove; no longer needed.
16012
16013 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
16014
16015         * MODULES.html.sh (Support for systems lacking POSIX:2001):
16016         Add unistd.
16017         * modules/c-stack (Depends-on): Add unistd.
16018         * modules/getlogin_r: Likewise.
16019         * modules/glob: Likewise.
16020         * modules/pagealign_alloc: Likewise.
16021         * modules/unistd (Files): Remove lib/unistd_.h.
16022         (EXTRA_DIST): Remove.
16023         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
16024         need unistd_.h.
16025         (MOSTLYCLEANFILES): Remove unistd.h-t.
16026
16027 2006-03-03  Simon Josefsson  <jas@extundo.com>
16028
16029         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
16030
16031 2006-03-03  Simon Josefsson  <jas@extundo.com>
16032
16033         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
16034         libidn and bison.
16035
16036 2006-03-03  Simon Josefsson  <jas@extundo.com>
16037
16038         * build-aux/maint.mk: Add indent target.
16039
16040 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
16041
16042         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
16043         our replacement poll.h in any case, to avoid a differing
16044         declaration from a system header.  Seen on AIX.
16045
16046 2006-03-01  Simon Josefsson  <jas@extundo.com>
16047
16048         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
16049         <kasal@ucw.cz>.
16050
16051 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16052
16053         * modules/gettime (Depends-on): Add extensions module.
16054         * modules/nanosleep (Depends-on): Likewise.
16055         * modules/settime (Depends-on): Likewise.
16056
16057 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16058
16059         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
16060         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
16061         pedantically.
16062         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
16063         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
16064
16065         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
16066         not "==".  Reported by Ralf Wildenhues.
16067
16068 2006-03-01  Karl Berry  <karl@gnu.org>
16069
16070         * doc/Copyright/request-*: new files, synced from gnuorg.
16071
16072 2006-03-01  Karl Berry  <karl@gnu.org>
16073
16074         * config/srclist.txt (Copyright/*): new entries.
16075
16076 2006-02-28  Simon Josefsson  <jas@extundo.com>
16077
16078         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
16079
16080 2006-02-27  Simon Josefsson  <jas@extundo.com>
16081
16082         * lib/base64.h: Indent #define's.  From Jim Meyering
16083         <jim@meyering.net>.
16084
16085 2006-02-27  Jim Meyering  <jim@meyering.net>
16086
16087         Revert the change of 2006-02-24, so these files can continue
16088         to be sync'd from gettext.
16089         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
16090         of `config.h'.
16091
16092 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
16093
16094         * modules/intprops: New file.
16095         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
16096         Add intprops.
16097         * modules/getloadavg (Files): Remove lib/intprops.h.
16098         (Depends-on): Add intprops.
16099         * modules/human: Likewise.
16100         * modules/inttostr: Likewise.
16101         * modules/openat: Likewise.
16102         * modules/sig2str: Likewise.
16103         * modules/userspec: Likewise.
16104         * modules/utimecmp: Likewise.
16105         * modules/xnanosleep: Likewise.
16106         * modules/xstrtol: Likewise.
16107
16108 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
16109
16110         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
16111         * modules/lock-tests (TESTS): Use $(EXEEXT).
16112         * modules/tls-tests: Likewise.
16113         * modules/argp-tests: Likewise.
16114         (check_PROGRAMS): New var, replacing...
16115         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
16116
16117 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16118
16119         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
16120         `config.h'.
16121
16122 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
16123
16124         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
16125
16126 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16127
16128         Sync from coreutils.
16129         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
16130         gl_CHDIR_SAFER.
16131
16132 2006-02-22  Jim Meyering  <jim@meyering.net>
16133
16134         Sync from coreutils.
16135         * m4/chdir-safer.m4: New file.
16136
16137 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
16138
16139         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
16140         AT_FDCWD exceeds INT_MAX.
16141         * lib/openat.h (AT_FDCWD): Likewise.
16142
16143 2006-02-17  Eric Blake  <address@hidden>
16144
16145         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
16146
16147 2006-02-16  Simon Josefsson  <jas@extundo.com>
16148
16149         * modules/getaddrinfo (Depends-on): Add sys_socket.
16150
16151 2006-02-15  Simon Josefsson  <jas@extundo.com>
16152
16153         * build-aux/maint.mk: Add dsyntax-check rule.
16154
16155 2006-02-15  Eric Blake  <ebb9@byu.net>
16156
16157         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
16158         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
16159         'present but cannot compile' warnings on cygwin.
16160         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
16161         use ws2tcpip.h if sys/socket.h works.
16162         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
16163         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
16164
16165 2006-02-14  Simon Josefsson  <jas@extundo.com>
16166
16167         * modules/maintainer-makefile (Files): Rename.
16168
16169         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
16170         and (the local) Makefile.cfg to maint-cfg.mk.
16171
16172         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
16173         to the latter.
16174
16175         * modules/maintainer-makefile: New module.
16176
16177         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
16178         severaly stripped to make it possible to build it up from scratch
16179         with reliable tests.
16180
16181         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
16182         fixes to permit overriding the default actions when configure and
16183         makefile are not available.
16184
16185 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
16186
16187         Sync from coreutils.
16188         * modules/lstat (Depends-on): Don't depend on xalloc.
16189         (License): Change from GPL to LGPL, since this is now simply a
16190         replacement for a libc function.
16191
16192 2006-02-14  Jim Meyering  <jim@meyering.net>
16193
16194         Sync from coreutils.
16195
16196         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
16197         failure on deficient systems, and simplify gnulib lgpl dependencies.
16198         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
16199         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
16200
16201         * lib/xalloc-die.c: Remove unused definition of N_.
16202
16203 2006-02-14  Jim Meyering  <jim@meyering.net>
16204
16205         Sync from coreutils.
16206         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
16207         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
16208         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
16209         double-quote uses of that variable, to accommodate the rare case in
16210         which getmntent is available in none of the libraries checked.  This
16211         happens at least on FreeBSD 5.0.
16212
16213 2006-02-13  Simon Josefsson  <jas@extundo.com>
16214
16215         * gnulib-tool (Usage): Fix --import, from
16216         karl@freefriends.org (Karl Berry).
16217
16218 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
16219
16220         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
16221
16222 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
16223
16224         * lib/argp-namefrob.h: Restore changes accidentally lost during the
16225         "autoupdate" on 2005-12-12.
16226
16227 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
16228
16229         * modules/closeout (Depends-on): Remove atexit.
16230
16231 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
16232
16233         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
16234         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
16235
16236 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
16237
16238         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
16239         __EXTENSIONS__ if this causes compilation to fail.  Problem
16240         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
16241         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
16242
16243 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
16244
16245         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
16246         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
16247         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
16248         All uses changed.
16249
16250 2006-01-26  Simon Josefsson  <jas@extundo.com>
16251
16252         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
16253         prototype is visible on mingw32.
16254
16255         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
16256         for mingw32.
16257
16258         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
16259         mingw32).
16260
16261 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
16262
16263         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
16264         attempt to open for write; this always fails, at least on POSIX
16265         hosts.  This reinstates the 2006-01-09 change, which was
16266         inadvertently removed.
16267
16268 2006-01-26  Bruno Haible  <bruno@clisp.org>
16269
16270         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
16271         Reported by Paul Eggert.
16272
16273 2006-01-26  Bruno Haible  <bruno@clisp.org>
16274             Paul Eggert  <eggert@cs.ucla.edu>
16275
16276         * lib/stdbool_.h (_Bool)
16277         [(! (defined __cplusplus || defined __BEOS__)
16278           && !defined __GNUC__
16279           && !(defined __HP_cc || defined __xlc__
16280                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
16281                || defined __sgi))]:
16282         #define to signed char in these cases too; this simplifies
16283         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
16284         etc., separately) and makes it more conservative.
16285
16286 2006-01-25  Simon Josefsson  <jas@extundo.com>
16287
16288         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
16289         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
16290         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
16291
16292 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
16293
16294         * lib/argp-namefrob.h: Bugfix. Remove stray #
16295
16296 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
16297
16298         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
16299         so that we test the test.
16300         Check for yet another HP-UX cc bug involving *bool |= bool.
16301
16302 2006-01-25  Karl Berry  <karl@gnu.org>
16303
16304         * config/srclist.txt (vasnprintf.c): sync lost.
16305
16306 2006-01-25  Jim Meyering  <jim@meyering.net>
16307
16308         Sync from the stable (b5) branch of coreutils:
16309
16310         * lib/fts.c (fts_children): Don't let close() clobber errno from
16311         failed fchdir().
16312
16313         * lib/fts.c (fts_stat): When following a symlink-to-directory,
16314         don't necessarily interpret stat-fails+lstat-succeeds as indicating
16315         a dangling symlink.  That can also happen at least for ELOOP.
16316         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
16317         FYI, this bug predates the inclusion of fts.c in coreutils.
16318
16319         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
16320         in their own block, so pre-c99 compilers don't object.
16321
16322         Avoid the double-free (first in fts_read, second in fts_close) that
16323         would occur when an `active' directory is made inaccessible (e.g.,
16324         via chmod a-x) during a traversal.
16325         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16326         before returning.  Reproduce this failure by
16327         mkdir -p a/b; cd a; chmod a-x . b
16328         Reported by Stavros Passas.
16329
16330 2006-01-25  Jim Meyering  <jim@meyering.net>
16331
16332         * lib/fileblocks.c: Remove more useless parentheses.
16333         * lib/readutmp.h: Likewise.
16334
16335 2006-01-25  Bruno Haible  <bruno@clisp.org>
16336
16337         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
16338         warnings.
16339         Reported by Paul Eggert.
16340
16341 2006-01-25  Bruno Haible  <bruno@clisp.org>
16342
16343         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
16344         rid of a trap command. For Solaris sh.
16345         Reported by Mark D. Baushke <mdb@gnu.org>.
16346
16347 2006-01-24  Simon Josefsson  <jas@extundo.com>
16348
16349         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
16350         Bruno.
16351
16352 2006-01-24  Karl Berry  <karl@gnu.org>
16353
16354         * config/srclist.txt (argp-namefrob.h): sync lost.
16355
16356 2006-01-24  Jim Meyering  <jim@meyering.net>
16357
16358         * modules/openat (Files): Add lib/intprops.h.
16359         From Mark D. Baushke.
16360
16361 2006-01-24  Jim Meyering  <jim@meyering.net>
16362
16363         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
16364         Reported by Mark D. Baushke.
16365
16366 2006-01-24  Jim Meyering  <jim@meyering.net>
16367
16368         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
16369
16370 2006-01-24  Bruno Haible  <bruno@clisp.org>
16371
16372         * modules/strnlen (Maintainer): Change from glibc to all.
16373
16374 2006-01-24  Bruno Haible  <bruno@clisp.org>
16375
16376         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
16377         Patch by Paul Eggert.
16378
16379 2006-01-24  Bruno Haible  <bruno@clisp.org>
16380
16381         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
16382         already has it.
16383         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
16384         2005-11-26.
16385
16386         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
16387         'signed char' to avoid problems with the built-in _Bool type.
16388         Reported by Paul Eggert on 2005-11-26.
16389
16390 2006-01-24  Bruno Haible  <bruno@clisp.org>
16391
16392         * gnulib-tool (func_import): Avoid constructing complicated sed
16393         expressions inside backquote.
16394         Report and solution by Mark D. Baushke <mdb@gnu.org>.
16395
16396 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
16397
16398         These changes imported from libc.
16399         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
16400         test and two separate function calls.
16401         * lib/strndup.c (__strndup): Add libc_hidden_def.
16402
16403 2006-01-23  Simon Josefsson  <jas@extundo.com>
16404
16405         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
16406         Remove the test_*_SOURCES variable: automake infers it by default.
16407         * modules/tls-tests: Likewise.
16408
16409 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16410
16411         Work around porting bugs reported by Dieter in
16412         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
16413         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
16414         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
16415         Include "getopt.h" first, to check interface.
16416         (getenv): Declare only if defined HAVE_DECL_GETENV &&
16417         !HAVE_DECL_GETENV.
16418         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
16419         (__strndup): Revert to K&R-style function dfns, the glibc style.
16420         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
16421         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
16422         Include strnlen.h first, to get prototype properly.
16423         (strnlen): Renamed from __strnlen.
16424         Remove weak alias.
16425
16426 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16427
16428         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
16429
16430 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16431
16432         * config/srclist.txt: Adjust to reflect glibc reorganization.
16433         This affects only comments.
16434
16435 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16436
16437          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
16438          Reported by Bruce Korb <bkorb@gnu.org>.
16439
16440 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
16441
16442         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
16443         to pacify gcc -Wswitch-default.
16444
16445 2006-01-22  Bruno Haible  <bruno@clisp.org>
16446
16447         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
16448         temporary buffer for sprintf, take into account the precision also
16449         for 'd', 'i', 'u', 'o', 'x', 'X'.
16450
16451 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16452
16453         * modules/argp-tests: New module
16454         * tests/test-argp.c: New file
16455         * tests/test-argp-2.sh: New file
16456
16457 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16458
16459         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
16460         (__argp_base_name): Removed
16461         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
16462         typo.
16463         (__argp_base_name): Provide macro definition or extern declaration
16464         depending on the configuration
16465
16466 2006-01-20  Simon Josefsson  <jas@extundo.com>
16467
16468         * modules/inet_ntop (Depends-on): Depend on sys_socket.
16469
16470 2006-01-20  Simon Josefsson  <jas@extundo.com>
16471
16472         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
16473
16474 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16475
16476         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
16477         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
16478         Suggested by Bruno Haible.
16479
16480 2006-01-20  Karl Berry  <karl@gnu.org>
16481
16482         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
16483         until changes propagate, I guess.
16484
16485 2006-01-19  Simon Josefsson  <jas@extundo.com>
16486
16487         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
16488
16489 2006-01-19  Simon Josefsson  <jas@extundo.com>
16490
16491         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
16492
16493 2006-01-19  Simon Josefsson  <jas@extundo.com>
16494
16495         * gnulib-tool: Set check_PROGRAMS.
16496
16497         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16498         modules/des-tests, modules/gc-arcfour-tests,
16499         modules/gc-arctwo-tests, modules/gc-des-tests,
16500         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16501         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16502         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16503         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16504         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16505         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
16506         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
16507         test_*_SOURCES.
16508
16509 2006-01-18  Simon Josefsson  <jas@extundo.com>
16510
16511         * modules/socklen (Depends-on): Depend on sys_socket.
16512
16513 2006-01-18  Simon Josefsson  <jas@extundo.com>
16514
16515         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16516         modules/des-tests, modules/gc-arcfour-tests,
16517         modules/gc-arctwo-tests, modules/gc-des-tests,
16518         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16519         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16520         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16521         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16522         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16523         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
16524         $(EXEEXT) to automake TESTS variable, for mingw32.
16525
16526 2006-01-17  Simon Josefsson  <jas@extundo.com>
16527
16528         * modules/socklen (Include): Need sys/socket.h.
16529
16530 2006-01-17  Bruno Haible  <bruno@clisp.org>
16531
16532         * modules/ssize_t (Include): Add <sys/types.h>.
16533
16534 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
16535
16536         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
16537         it's not portable and it doesn't work with cross-compiles.
16538         Problem reported by Bruno Haible.  Fix missing-$ typo in
16539         'test "gl_cv_ignore_unused_libraries" ...' that prevented
16540         -zignore from being used with Sun's C compiler.
16541
16542 2006-01-12  Simon Josefsson  <jas@extundo.com>
16543
16544         * lib/base64.c: Fix warning, reported by Bruno Haible
16545         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
16546
16547 2006-01-12  Bruno Haible  <bruno@clisp.org>
16548
16549         * modules/ldd: New file.
16550         * build-aux/ldd.sh.in: New file.
16551         * MODULES.html.sh (Support for building libraries and executables): Add
16552         ldd.
16553
16554 2006-01-12  Bruno Haible  <bruno@clisp.org>
16555
16556         * m4/ldd.m4: New file.
16557
16558 2006-01-12  Bruno Haible  <bruno@clisp.org>
16559
16560         * gnulib-tool (func_import, func_create_testdir): Don't go into an
16561         endless loop while replacing $auxdir with build-aux.
16562
16563 2006-01-11  Simon Josefsson  <jas@extundo.com>
16564
16565         * lib/stdint_.h (SIZE_MAX): Add missing (.
16566
16567 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
16568
16569         Sync from coreutils.
16570         * lib/md5.c: Fix commentary typos.
16571         (alignof, UNALIGNED_P): No need for a GCC-specific version.
16572         * lib/md5.h (__attribute__): Remove; unused.
16573         * lib/sha1.c: Fix commentary to match md5 better.
16574         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
16575         so that we don't need to worry about alignment.  All uses changed.
16576         This merges the 2005-10-28 md5 change into sha1.
16577
16578 2006-01-11  Jim Meyering  <jim@meyering.net>
16579
16580         Sync from coreutils.
16581         * lib/md5.c (OP): Fix spacing.
16582
16583 2006-01-11  Bruno Haible  <bruno@clisp.org>
16584
16585         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16586         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
16587         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
16588
16589 2006-01-11  Bruno Haible  <bruno@clisp.org>
16590
16591         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16592         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
16593         the "early" section as well.
16594
16595 2006-01-11  Bruno Haible  <bruno@clisp.org>
16596
16597         Avoid "ar: no archive members specified" error on MacOS X.
16598         * gnulib-tool (func_modules_add_dummy): New function.
16599         (func_import, func_create_testdir): Invoke it.
16600
16601 2006-01-11  Bruno Haible  <bruno@clisp.org>
16602
16603         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
16604         with $auxdir in AC_CONFIG_FILES statements.
16605
16606 2006-01-11  Bruno Haible  <bruno@clisp.org>
16607
16608         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16609         Initialize also noinst_HEADERS to empty.
16610
16611 2006-01-11  Bruno Haible  <bruno@clisp.org>
16612
16613         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
16614         variables.
16615         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
16616         autoreconf.
16617
16618 2006-01-11  Bruno Haible  <bruno@clisp.org>
16619
16620         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
16621         overridable by the user.
16622         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16623
16624 2006-01-10  Simon Josefsson  <jas@extundo.com>
16625
16626         * modules/sys_socket: New file.
16627
16628 2006-01-10  Simon Josefsson  <jas@extundo.com>
16629
16630         * m4/sys_socket_h.m4: New file.
16631
16632 2006-01-10  Simon Josefsson  <jas@extundo.com>
16633
16634         * lib/socket_.h: New file.
16635
16636 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16637
16638         * modules/readutmp (Maintainer): Add myself.
16639
16640 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16641
16642         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
16643         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
16644         People who are still concerned with buggy memcmp implementations
16645         can invoke gl_FUNC_MEMCMP themselves.
16646
16647 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16648
16649         * lib/regex_internal.h (BITSET_WORD_BITS):
16650         Work around a bug in 64-bit PGC (before version 6.1-2), where the
16651         preprocessor mishandles large unsigned values as if they were signed.
16652         Problem reported by Claudio Fontana in
16653         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
16654
16655 2006-01-10  Jim Meyering  <jim@meyering.net>
16656
16657         Avoid the double-free (first in fts_read, second in fts_close) that
16658         would occur when an `active' directory is made inaccessible (e.g.,
16659         via chmod a-x) during a traversal.
16660         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16661         before returning.  Reproduce this failure by
16662         mkdir -p a/b; cd a; chmod a-x . b
16663         Reported by Stavros Passas.
16664
16665         Sync from coreutils.
16666         * lib/sha1.c: Tweak grammar in a comment.
16667
16668 2006-01-10  Jim Meyering  <jim@meyering.net>
16669
16670         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
16671         Patch by Joerg Sonnenberger.
16672
16673 2006-01-10  Bruno Haible  <bruno@clisp.org>
16674
16675         * modules/readutmp: Depend on module free.
16676         * modules/strtok_r: Depend on module restrict.
16677
16678 2006-01-10  Bruno Haible  <bruno@clisp.org>
16679
16680         * modules/gettext (configure.ac): Add an invocation of
16681         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
16682
16683 2006-01-10  Bruno Haible  <bruno@clisp.org>
16684
16685         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
16686         Reported by Werner Lemberg <wl@gnu.org>.
16687
16688 2006-01-10  Bruno Haible  <bruno@clisp.org>
16689
16690         * lib/localcharset.c: Update from GNU gettext.
16691
16692 2006-01-10  Bruno Haible  <bruno@clisp.org>
16693
16694         * lib/argp.h (__const): Remove macro. Use const instead.
16695         * lib/argp-fmtstream.h (__const): Likewise.
16696         * lib/glob_.h (__const): Remove macro.
16697         * lib/glob-libc.h: Use const instead of __const.
16698
16699 2006-01-10  Bruno Haible  <bruno@clisp.org>
16700
16701         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
16702         variable.
16703         Needed to avoid an automake error regarding the 'gettext' module.
16704
16705 2006-01-09  Simon Josefsson  <jas@extundo.com>
16706
16707         * modules/inet_ntop (Depends-on): Add restrict.
16708
16709 2006-01-09  Simon Josefsson  <jas@extundo.com>
16710
16711         * modules/gc-rijndael-tests (License): Put under LGPL.
16712
16713         * modules/gc-des-tests (License): Likewise.
16714
16715         * modules/gc-arcfour-tests (License): Likewise.
16716
16717         * modules/gc-arctwo-tests (License): Likewise.
16718
16719         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
16720
16721         * modules/gc-hmac-sha1-tests (Files): Likewise.
16722
16723         * modules/gc-hmac-md5-tests (License): Likewise.
16724
16725         * modules/gc-sha1-tests (License): Likewise.
16726
16727         * modules/gc-md5-tests (License): Likewise.
16728
16729         * modules/gc-md4-tests (License): Likewise.
16730
16731         * modules/gc-md2-tests (License): Likewise.
16732
16733         * modules/gc-tests (License): Likewise.
16734
16735         * modules/des-tests (License): Likewise.
16736
16737         * modules/md4-tests (License): Likewise.
16738
16739         * modules/md2-tests (License): Likewise.
16740
16741 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16742
16743         Sync from coreutils:
16744
16745         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
16746         * modules/lib-ignore: New file.
16747         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
16748         chdir-safer.m4, lchmod.m4.
16749         * modules/openat: Add mkdirat.c, openat-priv.h.
16750
16751 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16752
16753         Sync from coreutils.
16754         * m4/lib-ignore.m4: New file.
16755         * m4/lchmod.m4: New file.
16756
16757 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16758
16759         Sync from coreutils.
16760         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
16761         for write access: POSIX says that must fail.
16762         * lib/fts.c (diropen): Likewise.
16763         * lib/save-cwd.c (save_cwd): Likewise.
16764         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
16765         well, for minor improvements on hosts that lack O_DIRECTORY.
16766         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
16767         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
16768         Fall back on chown if open failed with EACCES.
16769
16770         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
16771         Report an error at compile-time if only a 1-second nominal clock
16772         resolution is found.
16773
16774         * lib/lchmod.h: New file.
16775         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
16776         (make_dir_parents): Use lchown rather than chown, and
16777         lchmod rather than chmod.
16778
16779         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
16780         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
16781         "proc" reported by n0dalus.
16782
16783         * lib/mountlist.c: Include <limits.h>.
16784         (dev_from_mount_options)
16785         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
16786         New function.  It no longer assumes "dev=" has the System V meaning
16787         on Linux (since it doesn't).  It also parses "dev=" more carefully.
16788         (read_file_system_list)
16789         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
16790         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
16791         dev= in that case.
16792
16793         * lib/posixtm.h (PDS_PRE_2000): New macro.
16794         * lib/posixtm.c (year): Arg is now syntax_bits rather than
16795         allow_century.  All usages changed.  Reject dates outside the range
16796         1969-1999 if PDS_PRE_2000 is used.
16797
16798 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16799
16800         Sync from coreutils.
16801         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
16802         (Time of day items): Mention the possibility of leap seconds.
16803         Problem reported by Dr. David Alan Gilbert.
16804
16805 2006-01-09  Jim Meyering  <jim@meyering.net>
16806
16807         Sync from coreutils.
16808
16809         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
16810
16811         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
16812
16813         * lib/modechange.c (mode_compile): Reject an invalid mode string
16814         that starts with an octal digit.  From Andreas Gruenbacher.
16815
16816         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
16817         and dup to open_safer and dup_safer, respectively.
16818         (openat_permissive): Fix typo in comment.
16819
16820         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
16821         "gettext.h"; either no longer needed or are guaranteed by openat.h.
16822         (_): Remove; no longer needed.
16823         (openat): Renamed from rpl_openat; no need for rpl_openat
16824         since openat.h renames openat for us.
16825         Replace most of the body with a call to openat_permissive,
16826         to avoid duplicate code.
16827         Port to (probably hypothetical) environments were mode_t is
16828         wider than int.
16829         (openat_permissive): Require mode arg, so that we can check
16830         types better.  Put it just after flags.  Change cwd failure
16831         indicator from pointer-to-bool to pointer-to-errno-value.
16832         All callers changed.
16833         Invoke openat_save_fail and/or openat_restore_fail if
16834         cwd_errno is null, so that openat can call us.
16835         (openat_permissive, fdopendir, fstatat, unlinkat):
16836         Simplify errno handling to avoid some duplicate code,
16837         as it's OK to set errno on success.
16838         * lib/openat.h: Revamp code so that function macros depend on
16839         __OPENAT_PREFIX only, not also on AT_FDCWD.
16840         (openat_ro): Remove.  Caller changed to use openat_permissive.
16841         (openat_permissive): Now a macro, if not a function.
16842         (openat_restore_fail, openat_save_fail): Now always functions,
16843         since mkdirat needs them even if __OPENAT_PREFIX is defined.
16844
16845         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
16846         and openat.c.
16847         * lib/mkdirat.c: Include openat-priv.h.
16848         Remove definitions of macros defined therein.
16849         * lib/openat.c: Likewise.
16850
16851         * lib/mkdirat.c (mkdirat): New file and function.
16852         * lib/openat.h (mkdirat): Declare.
16853
16854         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
16855
16856         * lib/openat.h (openat_permissive): Declare.
16857         (openat_ro): Define.
16858
16859         * lib/openat.c (EXPECTED_ERRNO): New macro.
16860         (openat_permissive): New function -- used in remove.c rewrite.
16861         (all functions): Set errno just before returning, only if there
16862         was an actual failure.
16863         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
16864
16865         Emulate openat-family functions using Linux's procfs, if possible.
16866         Idea and some code based on Ulrich Drepper's glibc changes.
16867
16868         * lib/openat.c: (BUILD_PROC_NAME): New macro.
16869         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
16870         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
16871         before falling back on save_cwd and restore_cwd.
16872         (fdopendir, fstatat, unlinkat): Likewise.
16873
16874         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
16875         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
16876
16877         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
16878         as second argument to va_arg.  Otherwise, some versions of gcc
16879         warn that `if this code is reached, the program will abort'.
16880
16881 2006-01-09  Jim Meyering  <jim@meyering.net>
16882
16883         Sync from coreutils.
16884         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
16885         Require openat-priv.h.
16886
16887 2006-01-09  Bruno Haible  <bruno@clisp.org>
16888
16889         * modules/strnlen (Include): Use strnlen.h.
16890
16891 2006-01-09  Bruno Haible  <bruno@clisp.org>
16892
16893         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
16894
16895 2006-01-09  Bruno Haible  <bruno@clisp.org>
16896
16897         * lib/sysexit_.h (EX_OK): New macro.
16898         Suggested by Martin Lambers <marlam@marlam.de>.
16899
16900 2006-01-09  Bruno Haible  <bruno@clisp.org>
16901
16902         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16903         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16904
16905 2006-01-09  Bruno Haible  <bruno@clisp.org>
16906
16907         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16908         numbers.
16909
16910 2006-01-09  Bruno Haible  <bruno@clisp.org>
16911
16912         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16913         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16914         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16915         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16916
16917 2006-01-09  Bruno Haible  <bruno@clisp.org>
16918
16919         * build-aux/javacomp.sh.in: New file, moved from lib/.
16920         * modules/javacomp-script (Files): Update.
16921         (configure.ac): Add AC_CONFIG_FILES invocation.
16922         (EXTRA_DIST): Remove variable.
16923
16924         * build-aux/javaexec.sh.in: New file, moved from lib/.
16925         * modules/javaexec (Files): Update.
16926         (configure.ac): Add AC_CONFIG_FILES invocation.
16927         (EXTRA_DIST): Remove javaexec.sh.in.
16928
16929         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16930         * modules/csharpcomp-script (Files): Update.
16931         (configure.ac): Add AC_CONFIG_FILES invocation.
16932         (EXTRA_DIST): Remove variable.
16933
16934         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16935         * modules/csharpexec (Files): Update.
16936         (configure.ac): Add AC_CONFIG_FILES invocation.
16937         (EXTRA_DIST): Remove csharpexec.sh.in.
16938
16939 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16940
16941         Sync from coreutils.
16942
16943         Add POSIX ACL support
16944         * lib/acl.h (copy_acl, set_acl): Add declarations.
16945         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16946         systems other than Linux.
16947         (chmod_or_fchmod): New function: use fchmod when possible,
16948         and chmod otherwise.
16949         (file_has_acl): Add a POSIX ACL implementation, with a
16950         Linux-specific subcase.
16951         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16952         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16953         acls are unsupported.
16954         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16955         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16956         are unsupported.
16957
16958 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16959
16960         Sync from coreutils.
16961         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16962
16963 2006-01-07  Bruno Haible  <bruno@clisp.org>
16964
16965         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16966         gl_EARLY.
16967
16968 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16969
16970         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16971         Problem reported for Mingw by Mark Junker.
16972
16973 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16974
16975         * README: Gnulib normally doesn't generate a tarball.
16976
16977 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16978
16979         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16980         long int, not int, for nanosecond counts, so that people who are
16981         used to POSIX struct timespec won't be surprised.  Reported by Jim
16982         Meyering.
16983
16984 2005-12-28  Bruno Haible  <bruno@clisp.org>
16985
16986         * build-aux/config.rpath: Update from GNU gettext.
16987
16988 2005-12-16  Jim Meyering  <jim@meyering.net>
16989
16990         * modules/fprintftime: New module.
16991         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
16992
16993 2005-12-16  Jim Meyering  <jim@meyering.net>
16994
16995         * m4/fprintftime.m4: New file.
16996
16997 2005-12-16  Jim Meyering  <jim@meyering.net>
16998
16999         * lib/fprintftime.c, lib/fprintftime.h: New files.
17000
17001 2005-12-15  Simon Josefsson  <jas@extundo.com>
17002
17003         * modules/socklen (configure.ac): Fix M4 macro name, to align with
17004         new m4/socklen.m4.
17005
17006 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
17007
17008         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
17009         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
17010
17011 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
17012
17013         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
17014         * lib/argp-help.c (fill_in_uparams): Check if the constructed
17015         struct uparams is valid. Fall back to the default values if it is
17016         not.
17017
17018 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17019
17020         * modules/argp (Files): Add argp-pin.c
17021         (Depends-on): dirname
17022         (lib_SOURCES): Add argp-pin.c
17023
17024 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17025
17026         * m4/argp.m4:  Check if program_invocation_name and
17027         program_invocation_short_name are declared and define appropriate
17028         macros if they are not.
17029
17030 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17031
17032         * lib/argp-help.c (__argp_base_name): New function
17033         (__argp_short_program_name): Rewrite using __argp_base_name
17034         * lib/argp-namefrob.h: Define program_invocation_name and
17035         program_invocation_short_name if requested
17036         (__argp_base_name): Add prototype
17037         * lib/argp-parse.c (argp_def): Use gettext wrappers
17038         (argp_default_parser): Use __argp_base_name
17039         * lib/argp-pin.c: New file. Defines program_invocation_name and
17040         program_invocation_short_name on systems that lack them.
17041
17042 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17043
17044         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
17045         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
17046         porting problem reported by Georg Schwarz in
17047         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
17048
17049 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17050
17051         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
17052         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
17053         porting problem reported by Georg Schwarz in
17054         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
17055
17056 2005-12-05  Bruno Haible  <bruno@clisp.org>
17057
17058         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
17059         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
17060         Reported by Mark Junker <mjscod@gmx.de>.
17061
17062 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
17063
17064         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
17065         Use implementation from Albert Chin, with some
17066         comments/corrections by Stepan Kasal and myself.
17067
17068 2005-12-02  Bruno Haible  <bruno@clisp.org>
17069
17070         * gnulib-tool (func_import): Accept GPLed build tool modules when
17071         --lgpl is given.
17072         * modules/csharpcomp-script: New file.
17073         * modules/csharpcomp: Depend on it.
17074         * modules/javacomp-script: New file.
17075         * modules/javacomp: Depend on it.
17076         Suggested by Simon Josefsson.
17077
17078 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
17079
17080         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
17081         statement, to work around an HP-UX 10.20 compiler bug reported by
17082         Peter O'Gorman.
17083
17084 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
17085
17086         * modules/savedir (Depends-on): Add openat.
17087
17088 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
17089
17090         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
17091         (uintmax_t) [defined uintmax_t]: Do not declare.
17092         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
17093         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
17094         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
17095         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
17096         sake of portability to weird hosts that C allows (though we don't
17097         know of any practical examples).
17098
17099         * lib/savedir.h (fdsavedir): New decl.
17100         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
17101         contains most of the former guts of savedir.
17102         (savedir): Use savedirstream.
17103         Include "openat.h".
17104
17105 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17106
17107         * modules/obstack (Files): Add m4/ulonglong.m4.
17108         Problem reported by Davide Angelocola.
17109
17110 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
17111
17112         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
17113         coreutils no longer futzes with rounding modes.
17114
17115 2005-11-14  Jim Meyering  <jim@meyering.net>
17116
17117         * lib/mkstemp-safer.c: Include <config.h>, required for possible
17118         replacement of mkstemp.
17119
17120 2005-11-10  Simon Josefsson  <jas@extundo.com>
17121
17122         * lib/readline.c: Remove EOL.
17123
17124 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17125
17126         * modules/gethrxtime (Depends-on): Add gettime.
17127
17128 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17129
17130         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
17131         or gettimeofday; no longer needed.
17132
17133 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17134
17135         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
17136         time business.
17137         (gethrxtime) [! (HAVE_NANOUPTIME
17138         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
17139         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
17140         our own approximation.
17141
17142 2005-11-08  Eric Blake  <ebb9@byu.net>
17143
17144         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
17145
17146 2005-11-08  Eric Blake  <ebb9@byu.net>
17147
17148         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
17149
17150 2005-11-04  Bruno Haible  <bruno@clisp.org>
17151
17152         * gnulib-tool: Implement --update mode.
17153
17154 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17155
17156         Fix porting problem reported by Theodoros V. Kalamatianos.
17157         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
17158         Don't assume that futimes failing means we must fail.
17159
17160 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17161
17162         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
17163         variables to suggest the intended function of the PATH_MAX check.
17164
17165 2005-10-30  Kean Johnston  <jkj@sco.com>
17166
17167         Trivial changes to support SCO systems.
17168         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
17169         as PATH_MAX.
17170         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
17171         where __ptr is null when no I/O is pending.
17172
17173 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17174
17175         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
17176         leave errno alone.  Problem reported by Dmitry V. Levin.
17177
17178 2005-10-28  Simon Josefsson  <jas@extundo.com>
17179
17180         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
17181         Test more.
17182
17183         * tests/test-gc-md2.c, tests/test-md2.c: New files.
17184
17185         * modules/md2, modules/md2-tests: New files.
17186
17187 2005-10-28  Simon Josefsson  <jas@extundo.com>
17188
17189         * m4/inet_ntop.m4: More tests.
17190
17191         * m4/gc-md2.m4, md2.m4: New file.
17192
17193 2005-10-28  Simon Josefsson  <jas@extundo.com>
17194
17195         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
17196         "restrict" keywords, as per POSIX.  Protect the function
17197         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
17198         Don't use K&R prototypes.  Check the sprintf return values.
17199         Re-define EAFNOSUPPORT if not present.  Indent.
17200
17201         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
17202         suggested by Bruno Haible <bruno@clisp.org>.
17203
17204         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
17205
17206         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
17207
17208         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
17209         libgcrypt).
17210
17211         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
17212
17213         * lib/md2.h, lib/md2.c: New files.
17214
17215 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
17216
17217         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
17218         errno alone.  Problem reported by Frederic Jolliton.
17219
17220 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
17221
17222         * modules/verify (License): Change from GPL to LGPL.  This is a
17223         tiny module and there are apparently near-equivalents that are
17224         under the BSD license.
17225
17226 2005-10-24  Simon Josefsson  <jas@extundo.com>
17227
17228         * modules/sha1: Relicense to LGPL.
17229
17230 2005-10-24  Simon Josefsson  <jas@extundo.com>
17231
17232         * lib/md4.h: Shrink buffer size, now that we changed the type.
17233
17234 2005-10-23  Simon Josefsson  <jas@extundo.com>
17235
17236         * gnulib-tool (func_import): Fix --tests-base.
17237
17238 2005-10-22  Simon Josefsson  <jas@extundo.com>
17239
17240         * modules/arcfour (Depends-on): Need stdint.
17241
17242 2005-10-22  Simon Josefsson  <jas@extundo.com>
17243
17244         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
17245         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
17246
17247 2005-10-22  Simon Josefsson  <jas@extundo.com>
17248
17249         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
17250         suggested by Bruno Haible <bruno@clisp.org>.
17251
17252 2005-10-22  Simon Josefsson  <jas@extundo.com>
17253
17254         * lib/crc.h: Include stddef.h, for size_t.
17255
17256 2005-10-22  Simon Josefsson  <jas@extundo.com>
17257
17258         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
17259         arcfour_context struct (simplify test vector testing in GNU
17260         Shishi).
17261
17262 2005-10-21  Simon Josefsson  <jas@extundo.com>
17263
17264         * modules/des, modules/des-tests: New files.
17265
17266         * modules/gc-des, modules/gc-des-tests: New files.
17267
17268         * tests/test-des.c, tests/test-gc-des.c: New file.
17269
17270 2005-10-21  Simon Josefsson  <jas@extundo.com>
17271
17272         * modules/arctwo, modules/arctwo-tests: New files.
17273
17274         * tests/test-arctwo.c: New file.
17275
17276         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
17277
17278         * tests/test-gc-arctwo.c: New file.
17279
17280 2005-10-21  Simon Josefsson  <jas@extundo.com>
17281
17282         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
17283         Bruno Haible <bruno@clisp.org>.
17284
17285         * m4/gc-des.m4: New file.
17286
17287 2005-10-21  Simon Josefsson  <jas@extundo.com>
17288
17289         * m4/arctwo.m4: New file.
17290
17291         * m4/gc-arctwo.m4: New file.
17292
17293 2005-10-21  Simon Josefsson  <jas@extundo.com>
17294
17295         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
17296         block.
17297
17298 2005-10-21  Simon Josefsson  <jas@extundo.com>
17299
17300         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
17301         <bruno@clisp.org>.
17302
17303         * lib/hmac-sha1.c (hmac_sha1): Likewise.
17304
17305         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
17306         Bruno Haible <bruno@clisp.org>.
17307
17308         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
17309         <bruno@clisp.org>.
17310
17311 2005-10-21  Simon Josefsson  <jas@extundo.com>
17312
17313         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
17314
17315 2005-10-21  Simon Josefsson  <jas@extundo.com>
17316
17317         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
17318
17319 2005-10-21  Simon Josefsson  <jas@extundo.com>
17320
17321         * lib/des.h, lib/des.c: New files.
17322
17323         * lib/gc-gnulib.c: Support DES.c
17324
17325 2005-10-21  Simon Josefsson  <jas@extundo.com>
17326
17327         * lib/arctwo.h, lib/arctwo.c: New files.
17328
17329         * lib/gc-gnulib.c: Support ARCTWO.
17330
17331 2005-10-21  Simon Josefsson  <jas@extundo.com>
17332
17333         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
17334         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17335
17336 2005-10-21  Simon Josefsson  <jas@extundo.com>
17337
17338         * gnulib-tool (func_import, func_create_testdir): Define automake
17339         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
17340         Makefile.am snippet),
17341         suggested by Bruno Haible <bruno@clisp.org>.
17342
17343         * modules/gc (Makefile.am): Use it.
17344
17345 2005-10-21  Bruno Haible  <bruno@clisp.org>
17346
17347         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
17348         patch.
17349
17350 2005-10-19  Simon Josefsson  <jas@extundo.com>
17351
17352         * tests/test-gc-rijndael.c: New file.
17353
17354         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
17355
17356 2005-10-19  Simon Josefsson  <jas@extundo.com>
17357
17358         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
17359         interface too.
17360
17361 2005-10-19  Simon Josefsson  <jas@extundo.com>
17362
17363         * tests/test-gc-arcfour.c: New file.
17364
17365         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
17366
17367 2005-10-19  Simon Josefsson  <jas@extundo.com>
17368
17369         * modules/gc-md4, modules/gc-md4-tests: New file.
17370
17371         * tests/test-gc-md4.c: New file.
17372
17373 2005-10-19  Simon Josefsson  <jas@extundo.com>
17374
17375         * m4/gc-md4.m4: New file.
17376
17377 2005-10-19  Simon Josefsson  <jas@extundo.com>
17378
17379         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
17380         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
17381         <kasal@ucw.cz>.
17382
17383 2005-10-19  Simon Josefsson  <jas@extundo.com>
17384
17385         * m4/gc-arcfour.m4: New file.
17386
17387         * m4/gc-rijndael.m4: New file.
17388
17389 2005-10-19  Simon Josefsson  <jas@extundo.com>
17390
17391         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
17392
17393 2005-10-19  Simon Josefsson  <jas@extundo.com>
17394
17395         * lib/gc-gnulib.c: Support ARCFOUR.
17396
17397 2005-10-19  Simon Josefsson  <jas@extundo.com>
17398
17399         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
17400         support.
17401
17402         * lib/gc.h: Add ECB enum type.
17403
17404         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
17405
17406 2005-10-18  Simon Josefsson  <jas@extundo.com>
17407
17408         * tests/test-md5.c: New file.
17409
17410         * modules/md5-tests: New file.
17411
17412 2005-10-18  Simon Josefsson  <jas@extundo.com>
17413
17414         * tests/test-md4.c: New file.
17415
17416         * modules/md4, modules/md4-tests: New files.
17417
17418 2005-10-18  Simon Josefsson  <jas@extundo.com>
17419
17420         * m4/md4.m4: New file.
17421
17422 2005-10-18  Simon Josefsson  <jas@extundo.com>
17423
17424         * lib/md4.h, lib/md4.c: New files, based on md5.?.
17425
17426 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
17427
17428         * gnulib-tool (func_create_testdir): Omit the second check whether
17429         BUILT_SOURCES in nonempty.
17430
17431 2005-10-17  Simon Josefsson  <jas@extundo.com>
17432
17433         * tests/test-rijndael.c: New file.
17434
17435 2005-10-17  Simon Josefsson  <jas@extundo.com>
17436
17437         * modules/sha1: Depend on stdint instead of md5.
17438
17439         * modules/md5: Depend on stdint, remove uint32_t.
17440
17441 2005-10-17  Simon Josefsson  <jas@extundo.com>
17442
17443         * modules/gc-sha1-tests: New file.
17444
17445         * tests/test-gc-sha1.c: New file.
17446
17447 2005-10-17  Simon Josefsson  <jas@extundo.com>
17448
17449         * m4/md5.m4: Remove call to uint32_t.m4.
17450
17451 2005-10-17  Simon Josefsson  <jas@extundo.com>
17452
17453         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
17454
17455         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
17456         md5.h.
17457
17458         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
17459
17460         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
17461
17462 2005-10-17  Simon Josefsson  <jas@extundo.com>
17463
17464         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
17465
17466 2005-10-17  Simon Josefsson  <jas@extundo.com>
17467
17468         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
17469
17470 2005-10-17  Simon Josefsson  <jas@extundo.com>
17471
17472         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
17473
17474         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
17475
17476 2005-10-17  Bruno Haible  <bruno@clisp.org>
17477
17478         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
17479         that it can also be used in a test.
17480
17481 2005-10-16  Bruno Haible  <bruno@clisp.org>
17482
17483         * gnulib-tool (func_emit_tests_Makefile_am): Also define
17484         TESTS_ENVIRONMENT, so that individual tests can augment it.
17485
17486         * gnulib-tool (func_create_testdir): Use an intermediate target for
17487         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
17488         macros, like $(ALLOCA_H), which cannot be passed through the command
17489         line.
17490
17491 2005-10-15  Simon Josefsson  <jas@extundo.com>
17492
17493         * modules/rijndael-tests: New file.
17494
17495         * modules/rijndael: New file.
17496
17497 2005-10-15  Simon Josefsson  <jas@extundo.com>
17498
17499         * m4/rijndael.m4: New file.
17500
17501 2005-10-15  Simon Josefsson  <jas@extundo.com>
17502
17503         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
17504
17505         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
17506
17507 2005-10-14  Simon Josefsson  <jas@extundo.com>
17508
17509         * tests/test-arcfour.c: New file.
17510
17511         * modules/arcfour, modules/arcfour-tests: New files.
17512
17513 2005-10-14  Simon Josefsson  <jas@extundo.com>
17514
17515         * m4/arcfour.m4: New file.
17516
17517 2005-10-14  Simon Josefsson  <jas@extundo.com>
17518
17519         * lib/arcfour.h, lib/arcfour.c: New files.
17520
17521 2005-10-14  Roland McGrath  <roland@redhat.com>
17522
17523         Import from libc.  [BZ #1331]
17524         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
17525         macro argument.
17526         Reported by Matej Vela <vela@debian.org>.
17527
17528 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17529
17530         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
17531         include <wchar.h>; no longer needed.
17532
17533 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17534
17535         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
17536
17537 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
17538         and  Ulrich Drepper  <drepper@redhat.com>
17539
17540         Import from libc.
17541         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
17542         instead of inline stream orientation test and two separate
17543         function calls.  Pay no attention to USE_IN_LIBIO.
17544
17545 2005-10-13  Simon Josefsson  <jas@extundo.com>
17546
17547         * modules/gc-hmac-md5-tests: New file.
17548
17549         * tests/test-gc-hmac-sha1.c: New file.
17550
17551         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
17552
17553         * modules/gc-hmac-md5-tests: New file.
17554
17555         * tests/test-gc-md5.c: New file.
17556
17557         * modules/gc-md5-tests: New file.
17558
17559 2005-10-13  Simon Josefsson  <jas@extundo.com>
17560
17561         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
17562         Move memory allocation outside of loop.
17563
17564 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
17565
17566         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
17567         intermediate directory is in a read-only file system.  Problem
17568         reported by Eric Blake.
17569
17570 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
17571
17572         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
17573
17574 2005-10-12  Simon Josefsson  <jas@extundo.com>
17575
17576         * tests/test-hmac-sha1.c: New file.
17577
17578         * modules/hmac-sha1-tests: New file.
17579
17580         * modules/hmac-sha1: New file.
17581
17582 2005-10-12  Simon Josefsson  <jas@extundo.com>
17583
17584         * modules/gc-sha1: New file.
17585
17586 2005-10-12  Simon Josefsson  <jas@extundo.com>
17587
17588         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
17589
17590         * tests/test-gc-pbkdf2-sha1.c: New file.
17591
17592 2005-10-12  Simon Josefsson  <jas@extundo.com>
17593
17594         * modules/gc-md5, modules/gc-hmac-md5: New files.
17595
17596         * modules/gc (Files): Remove md5, memxor and hmac files.
17597
17598 2005-10-12  Simon Josefsson  <jas@extundo.com>
17599
17600         * m4/gc-pbkdf2-sha1.m4: New file.
17601
17602         * m4/gc-hmac-sha1.m4: New file.
17603
17604         * m4/gc-sha1: New file.
17605
17606         * m4/hmac-sha1.m4: New file.
17607
17608 2005-10-12  Simon Josefsson  <jas@extundo.com>
17609
17610         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
17611
17612         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
17613
17614 2005-10-12  Simon Josefsson  <jas@extundo.com>
17615
17616         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
17617         suggested by Bruno Haible <bruno@clisp.org>.
17618
17619 2005-10-12  Simon Josefsson  <jas@extundo.com>
17620
17621         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
17622
17623 2005-10-12  Simon Josefsson  <jas@extundo.com>
17624
17625         * lib/gc-pbkdf2-sha1.c: New file.
17626
17627         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
17628
17629 2005-10-12  Simon Josefsson  <jas@extundo.com>
17630
17631         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
17632
17633         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
17634
17635 2005-10-12  Simon Josefsson  <jas@extundo.com>
17636
17637         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
17638         GC_USE_HMAC_MD5, respectively.
17639
17640         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
17641         (gc_md5): Fix typo.
17642
17643         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
17644
17645         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
17646
17647         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
17648
17649 2005-10-12  Bruno Haible  <bruno@clisp.org>
17650
17651         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
17652         Reported by Stepan Kasal <kasal@ucw.cz>.
17653
17654 2005-10-11  Simon Josefsson  <jas@extundo.com>
17655
17656         * tests/test-crc.c: New file.
17657
17658         * modules/crc, modules/crc-tests: New files.
17659
17660 2005-10-11  Simon Josefsson  <jas@extundo.com>
17661
17662         * m4/crc.m4: New file.
17663
17664 2005-10-11  Simon Josefsson  <jas@extundo.com>
17665
17666         * lib/gc.h: Add gc_hash and gc_hash_buffer.
17667
17668         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
17669
17670         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
17671
17672 2005-10-11  Simon Josefsson  <jas@extundo.com>
17673
17674         * lib/crc.h, lib/crc.c: New files.
17675
17676         * lib/gc.h (gc_hash_buffer): Add doc.
17677
17678 2005-10-11  Bruno Haible  <bruno@clisp.org>
17679
17680         * modules/c-strcasestr: New file.
17681         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
17682
17683 2005-10-11  Bruno Haible  <bruno@clisp.org>
17684
17685         * modules/c-strcase: New file.
17686         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
17687
17688 2005-10-11  Bruno Haible  <bruno@clisp.org>
17689
17690         * lib/strcasecmp.c: Include limits.h.
17691         (strcasecmp): Avoid integer overflow on exotic platforms.
17692         * lib/strncasecmp.c: Include limits.h.
17693         (strncasecmp): Avoid integer overflow on exotic platforms.
17694         Reported by Paul Eggert.
17695
17696 2005-10-11  Bruno Haible  <bruno@clisp.org>
17697
17698         * lib/c-strcasestr.h: New file, from GNU gettext.
17699         * lib/c-strcasestr.c: New file, from GNU gettext.
17700
17701 2005-10-11  Bruno Haible  <bruno@clisp.org>
17702
17703         * lib/c-strcase.h: New file, from GNU gettext.
17704         * lib/c-strcasecmp.c: New file, from GNU gettext.
17705         * lib/c-strncasecmp.c: New file, from GNU gettext.
17706
17707 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17708
17709         * modules/mempcpy (License): GPL -> LGPL.
17710         * modules/strchrnul (License): Likewise.
17711         * modules/sysexits (License): Likewise.
17712
17713 2005-10-08  Simon Josefsson  <jas@extundo.com>
17714
17715         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
17716
17717 2005-10-07  Simon Josefsson  <jas@extundo.com>
17718
17719         * m4/memxor.m4: Remove gl_C_RESTRICT call.
17720
17721 2005-10-06  Simon Josefsson  <jas@extundo.com>
17722
17723         * tests/test-hmac-md5.c: New file.
17724
17725         * modules/hmac-md5-tests: New file.
17726
17727         * modules/hmac-md5: New file.
17728
17729 2005-10-06  Simon Josefsson  <jas@extundo.com>
17730
17731         * m4/hmac-md5.m4: New file.
17732
17733         * m4/memxor.m4: Require gl_C_RESTRICT.
17734
17735 2005-10-06  Simon Josefsson  <jas@extundo.com>
17736
17737         * lib/memxor.c (memxor): Avoid casts and warnings.
17738
17739 2005-10-06  Simon Josefsson  <jas@extundo.com>
17740
17741         * lib/hmac-md5.c: New file.
17742
17743         * lib/hmac.h: New file.
17744
17745 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17746
17747         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
17748         promotes to int, not unsigned int, to catch the AIX 5.3
17749         compiler bug.
17750
17751 2005-10-05  Simon Josefsson  <jas@extundo.com>
17752
17753         * modules/memxor: New file.
17754
17755         * modules/iconv (Files): Move config.rpath to havelib, it is used
17756         there.
17757
17758         * modules/havelib (Files): Add config.rpath.
17759
17760 2005-10-05  Simon Josefsson  <jas@extundo.com>
17761
17762         * m4/memxor.m4: New file.
17763
17764 2005-10-05  Simon Josefsson  <jas@extundo.com>
17765
17766         * lib/memxor.c (memxor): Fix compiler error.
17767
17768         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
17769         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
17770
17771         * lib/memxor.h, lib/memxor.c: New files.
17772
17773         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
17774         we assume all systems have it, suggested by Jim Meyering
17775         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
17776         any systems lack sys/socket.h; mingw32 is known to lack it, but we
17777         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
17778         same reasons.
17779
17780 2005-10-05  Simon Josefsson  <jas@extundo.com>
17781
17782         * config/srclist.txt: Add glibc bug 1423 for md5.h.
17783
17784 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17785
17786         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
17787         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
17788         needed, since the source code now assumes these .h files.
17789
17790 2005-10-05  Derek Price  <derek@ximbiot.com>
17791
17792         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
17793
17794 2005-10-05  Bruno Haible  <bruno@clisp.org>
17795
17796         * modules/stdint (License): Change to LGPL.
17797
17798 2005-10-04  Simon Josefsson  <jas@extundo.com>
17799
17800         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
17801         D. Baushke" <mdb@gnu.org>.
17802
17803 2005-10-04  Bruno Haible  <bruno@clisp.org>
17804
17805         * lib/verify.h (verify_true): Provide alternative definition for C++.
17806
17807 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
17808
17809         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
17810         (SSIZE_MAX): New macro, if not already defined.
17811         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
17812         than 2 GiB.
17813
17814 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17815
17816         Sync from coreutils.
17817         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
17818         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
17819         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
17820         ULLONG_MAX doesn't work with 2.7.2.1.
17821
17822 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17823
17824         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
17825         From Ben Pfaff.
17826
17827         * modules/exclude (Depends-on): Depend on verify.
17828         * modules/strtoimax (Depends-on): Likewise.
17829         * modules/utimecmp (Depends-on): Likewise.
17830
17831 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17832
17833         * lib/exclude.c: Include verify.h.
17834         (verify): Remove.  All callers changed to use verify.h's version.
17835         * lib/strtoimax.c: Likewise.
17836         * lib/utimecmp.c: Likewis.e
17837
17838         Sync from coreutils.
17839         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
17840         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
17841         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
17842         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
17843         bother returning ENOSYS if settimeofday or stime fails; just let
17844         them return whatever errno they want to return.
17845         * lib/utimens.c: Include unistd.h, for dup2.
17846         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
17847         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
17848
17849 2005-10-02  Jim Meyering  <jim@meyering.net>
17850
17851         Sync from coreutils.
17852         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
17853         from glibc-2.2.5 that fails for read-only files.
17854
17855 2005-10-02  Jim Meyering  <jim@meyering.net>
17856
17857         Sync from coreutils.
17858         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
17859         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
17860         `#if HAVE_CONFIG_H'.
17861         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
17862         Remove AT_FDCWD test.
17863         Do not consume the fd unless successful.
17864         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
17865         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
17866         block, so that we don't even try to compile it if settimeofday is
17867         available.  This works around a compilation failure on OSF1 V5.1,
17868         due to stime requiring a `long int*' while tv_sec is `int'.
17869
17870 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
17871
17872         Sync from coreutils.
17873         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
17874         against `yes', rather than just testing for nonempty.
17875
17876 2005-10-01  Simon Josefsson  <jas@extundo.com>
17877
17878         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
17879         and Darwin.
17880
17881         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
17882         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
17883         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
17884         freeaddrinfo and gai_strerror are declared by the POSIX headers.
17885         Check if struct addrinfo is declared.
17886
17887 2005-10-01  Simon Josefsson  <jas@extundo.com>
17888
17889         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
17890         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
17891         AI_* and EAI_* definitions.  Protect function declarations.
17892
17893 2005-10-01  Jim Meyering  <jim@meyering.net>
17894
17895         Sync from coreutils.
17896
17897         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
17898         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
17899         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
17900         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17901         in the inet and nsl libraries.  Required on Solaris 5.7.
17902
17903 2005-10-01  Jim Meyering  <jim@meyering.net>
17904
17905         Sync from coreutils.
17906         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17907         in the inet and nsl libraries.  Required on Solaris 5.7.
17908
17909 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17910
17911         * lib/getdelim.c (getdelim): Remove unused variables.
17912
17913 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17914
17915         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17916         so that the code works even with ancient cpp.  Portability problem
17917         with GCC 2.7.2.1 reported by Thomas M.Ott.
17918
17919 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17920
17921         * modules/regex (Depends-on): Add strcase.
17922
17923         * modules/gethostname (Licence): Change from GPL to LGPL, since
17924         gethostname.c is a trivial implementation of a standard library
17925         function.
17926         * modules/poll (License): Change from GPL to LGPL, since it's
17927         derived from LGPL code.
17928
17929 2005-09-27  Jim Meyering  <jim@meyering.net>
17930
17931         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17932         HAVE_CONFIG_H.
17933
17934         * lib/intprops.h (signed_type_or_expr__): Define.
17935         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17936         for unsigned types.
17937
17938 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17939
17940         * lib/verify.h (verify_expr): Remove, replacing with:
17941         (verify_true): New macro that returns true instead of void.
17942         (verify_type__): Remove.
17943         (verify): Use verify_true rather than verify_type__.
17944
17945 2005-09-26  Bruno Haible  <bruno@clisp.org>
17946
17947         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17948         is necessary.
17949         (lib_SOURCES): Remove mbchar.c.
17950         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17951         (Files): Add m4/mbrtowc.m4.
17952         * modules/mbiter: Likewise.
17953         * modules/mbuiter: Likewise.
17954
17955 2005-09-26  Bruno Haible  <bruno@clisp.org>
17956
17957         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17958         compile mbchar.c if they are not both present.
17959         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17960         * m4/mbiter.m4 (gl_MBITER): Likewise.
17961         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17962         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17963         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17964
17965 2005-09-25  Jim Meyering  <jim@meyering.net>
17966
17967         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17968         also uses socklen_t.
17969
17970 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17971
17972         * lib/utimens.c (ENOSYS): Define if not already defined.
17973         (futimens): Support having a null PATH if the file descriptor
17974         is nonnegative.
17975
17976         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17977         Remove.
17978         (__attribute): Define to empty unless GCC 3.1 or later.
17979         This works around a core dump on OpenBSD 3.4, which has GCC
17980         2.95.3, which dumps core when given __attribute__(()).  It also
17981         simplifies other tests, since we really don't want to bother with
17982         worrying about which ancient version of GCC supported what.
17983         Original problem reported by Yoann Vandoorselaere, with part of
17984         the fix suggested by Derek Price.
17985
17986 2005-09-24  Jim Meyering  <jim@meyering.net>
17987
17988         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17989         so we can once again use a positive bitfield width of 1 -- now we
17990         don't have to explain why we were using a bitfield width of 2.
17991
17992 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
17993
17994         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
17995         and similarly for the other external symbols.  Problem reported
17996         by James Gallager.
17997
17998         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
17999         bug reported by Jim Meyering.
18000
18001         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
18002         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
18003         not needed, since socklen is a prerequisite module.
18004
18005 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
18006
18007         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
18008         Problem reported by Eric Blake.
18009         (getaddrinfo): Initialize se so that it's not garbage.
18010         Redo internal storage allocation so that it doesn't make unportable
18011         assumptions about alignment.
18012         Fix a memory leak.
18013
18014         * lib/utimens.c (futimens): Use futimesat if available.
18015         Prefer it to futimes since it doesn't have the futimes bug.
18016
18017         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
18018         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
18019         Instead, declare a function that returns a pointer to an array,
18020         and use verify_type__ to declare the size of the array.
18021         Problem and germ of a solution reported by Bruno Haible.
18022         (verify_type__): Use 2, not 1, for bitfield size, to avoid
18023         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
18024
18025 2005-09-23  Jim Meyering  <jim@meyering.net>
18026
18027         Sync from coreutils.
18028         Correct build failure (socklen_t not defined) on at least
18029         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
18030         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
18031
18032 2005-09-23  Jim Meyering  <jim@meyering.net>
18033
18034         * modules/getaddrinfo (Depends-on): Add socklen.
18035
18036 2005-09-23  Bruno Haible  <bruno@clisp.org>
18037
18038         * tests/test-verify.c: New file.
18039
18040 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
18041
18042         Sync from coreutils.
18043
18044         * modules/argmatch (Depends-on): Add verify.
18045         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
18046         unistd-safer.
18047         * modules/save-cwd (Depends-on): Likewise.
18048
18049         * modules/openat (Files): Add lib/openat-die.c.
18050         (Depends-on): Remove error, exitfail.
18051         Add dirname.
18052
18053         * modules/verify: New file.
18054         * MODULES.html.sh (Diagnostics <assert.h>): New section,
18055         with "verify" module.
18056
18057 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
18058
18059         Sync from coreutils.
18060
18061         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
18062         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
18063         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
18064         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
18065         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
18066         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
18067         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
18068         Don't bother checking for string.h, stdlib.h, unistd.h.
18069         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
18070         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
18071         module's job.
18072         * m4/jm-macros.m4 (gl_MACROS): Likewise.
18073         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
18074
18075         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
18076         (gl_GETDATE): Use it.
18077
18078         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
18079
18080 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
18081
18082         Sync from coreutils.
18083
18084         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
18085         stat-time.h.
18086         * lib/argmatch.h: Include verify.h
18087         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
18088         (ARGMATCH_ASSERT): Remove; unused.
18089         * lib/canonicalize.c: Assume STDC_HEADERS.
18090         * lib/exclude.c: Include "strcase.h".
18091         * lib/regex_internal.h [!defined _LIBC]: Likewise.
18092         * lib/getusershell.c: Include stdio--.h rather than stdio.h
18093         and stdio-safer.h.
18094         (getusershell): Call fopen, not fopen_safer.
18095         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
18096         Do not include unistd-safer.h.
18097         (save_cwd): Don't call fd_safer; no longer needed
18098         now that we include fcntl--.h.
18099
18100         * lib/getdate.y (relative_time): New type.
18101         (RELATIVE_TIME_0): New constant.
18102         (parser_control): Use relative_time instead of doing it ourselves.
18103         (%union): Add new relative_time rel member.
18104         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
18105         Now typeless.
18106         (relunit, relunit_snumber): Now of type rel.
18107         (zone, rel, relunit, get_date): Adjust to above changes.
18108
18109         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
18110         Do not include unistd-safer.h.
18111         (getloadavg): Don't call fd_safer; no longer needed
18112         now that we include fcntl--.h.
18113
18114         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
18115         (make_dir_parents): Treat ENOSYS like EEXIST.
18116
18117         Improve quality of diagnostics on restore_cwd failure.
18118         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
18119         (make_dir_parents): Last arg is now int * (for errno), not bool *.
18120         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
18121         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
18122         each time through the loop.  Do not diagnose restore_cwd failure;
18123         that is the caller's job (and perhaps the caller does not care).
18124
18125         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
18126         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
18127         If the file already exists but is not a directory, don't bother
18128         to try to make its parents.
18129         Close potential file descriptor leak if we can't chdir("/") (!).
18130         Don't always return true if chdir($PWD) fails; return true only
18131         if the requested action was done successfully (except for the
18132         chdir($PWD)).
18133         Don't log final directory unless we actually made it.
18134         Refactor to avoid duplicate code to fix up permissions.
18135         Don't attempt to fix up parent permissions if chdir($PWD) fails.
18136
18137         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
18138         to make it a bit faster and (I hope) clearer.
18139         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
18140         Fix bug in formats like %2N.
18141
18142         * lib/verify.h: New file.
18143
18144 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
18145
18146         Sync from coreutils.
18147         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
18148
18149 2005-09-22  Jim Meyering  <jim@meyering.net>
18150
18151         Sync from coreutils.
18152
18153         * m4/lstat.m4 (gl_FUNC_LSTAT):
18154         Use AC_LIBSOURCES to require lstat.c and lstat.h.
18155         Remove obsolete comment.
18156         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
18157         * m4/xstrtod.m4: Likewise.
18158
18159         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
18160
18161 2005-09-22  Jim Meyering  <jim@meyering.net>
18162
18163         Sync from coreutils.
18164
18165         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
18166
18167         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
18168         the .tm_year member, since otherwise gcc-4.0 would now warn about
18169         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
18170
18171         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
18172         order to avoid an unsuppressible warning from gcc on 64-bit systems.
18173
18174         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
18175         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
18176         when run in a time zone for which daylight savings time is in effect
18177         for the starting date.
18178
18179         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
18180         stop us from restricting permissions of just-created absolute-named
18181         directories.
18182         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
18183         to restore initial working directory.
18184         * lib/mkdir-p.c (make_dir_parents): New parameter:
18185         different_working_dir, to tell caller if/when we change the working
18186         directory and are unable to return to the initial one.
18187         * lib/mkdir-p.h (make_dir_parents): Update prototype.
18188         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
18189         `return false'.  This fixes a bug introduced on 2004-07-30.
18190
18191         * lib/openat.c (fdopendir): Be sure to close the supplied
18192         file descriptor before returning.  This makes our replacement
18193         implementation a little closer to Solaris's, where fdopendir
18194         ties the file descriptor to the returned DIR* pointer.
18195         * lib/openat.c (unlinkat): New function.
18196         * lib/openat.h (unlinkat): Add prototype.
18197         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
18198         (openat_restore_fail): Rename from openat_restore_die.
18199         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
18200
18201         Provide an alternative to exiting immediately upon save_cwd or
18202         restore_cwd failure.  Now, an application can arrange e.g.,
18203         to perform a longjump in that case.
18204         * lib/openat.c: Include dirname.h.
18205         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
18206         (rpl_openat, fdopendir, fstatat): Call openat_save_die
18207         and openat_restore_die rather than calling error directly.
18208         Don't include "error.h" or "exitfail.h"; they're no longer needed.
18209
18210         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
18211         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
18212         define.
18213
18214         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
18215         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
18216                             int utc, int nanoseconds);
18217         Background:
18218         date should not have to allocate a megabyte of virtual memory to
18219         handle a format argument like +%1048575T.  When implemented with
18220         strftime, it must allocate such a buffer, use strftime to fill it
18221         in, print it, then free it.
18222         With fprintftime, it simply prints everything and exits.
18223         With no need for memory allocation, that's one fewer way to fail.
18224         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
18225         optional field width, not before, so we accept %9:z, not %:9z.
18226         (my_strftime): Be sure to use L_('x') for literals.
18227
18228         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
18229         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
18230         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
18231         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
18232         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
18233         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
18234         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
18235         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
18236         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
18237         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
18238         * lib/xgethostname.c, lib/xreadlink.c:
18239         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
18240
18241         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
18242         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
18243         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
18244         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18245         and don't include <sys/file.h>).
18246
18247 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
18248
18249         Sync from coreutils.
18250
18251         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
18252         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
18253         [!LDAV_DONE]: Avoid unused variable warning.
18254
18255 2005-09-21  Bruno Haible  <bruno@clisp.org>
18256
18257         * lib/unicodeio.h (unicode_to_mb): New declaration.
18258
18259 2005-09-20  Derek Price  <derek@ximbiot.com>
18260
18261         * lib/getaddrinfo.c: Don't include <netdb.h> included from
18262         getaddrinfo.h.
18263
18264 2005-09-20  Bruno Haible  <bruno@clisp.org>
18265
18266         * gnulib-tool: Remove trailing slashes from the values specified for
18267         --source-base, --m4-base, --tests-base, --aux-dir.
18268         Suggested by Simon Josefsson <jas@extundo.com>.
18269
18270 2005-09-20  Bruno Haible  <bruno@clisp.org>
18271
18272         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
18273         func_modules_to_filelist, func_import, func_create_testdir): Make all
18274         sorting results locale-independent, so that gnulib-cache.m4 doesn't
18275         change when gnulib-tool is invoked in a different locale.
18276
18277 2005-09-19  Simon Josefsson  <jas@extundo.com>
18278
18279         * m4/socklen.m4: Fix typo.
18280
18281 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18282
18283         Use a consistent style for including <config.h>.
18284         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
18285         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
18286         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
18287         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
18288         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
18289         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
18290         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
18291         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
18292         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
18293         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
18294         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
18295         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
18296         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
18297         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
18298         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
18299         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
18300         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
18301         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
18302         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
18303         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
18304         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
18305         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
18306         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
18307         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
18308         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
18309         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
18310         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
18311         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
18312         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
18313         lib/xstrtoumax.c, lib/yesno.c:
18314         Standardize inclusion of config.h.
18315         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
18316         lib/inttostr.h:  Removed inclusion of config.h from header files.
18317         * lib/inttostr.c:  Adjusted in-tree users.
18318         * lib/timespec.h: Remove superfluous warning to include config.h.
18319         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
18320         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
18321         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
18322         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
18323         config.h with HAVE_CONFIG_H.
18324
18325 2005-09-19  Jim Meyering  <jim@meyering.net>
18326
18327         * modules/pathmax (License): Change to LGPL.
18328
18329 2005-09-19  Derek Price  <derek@ximbiot.com>
18330
18331         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
18332
18333 2005-09-19  Bruno Haible  <bruno@clisp.org>
18334
18335         * gnulib-tool (import): Provide default for --tests-base.
18336
18337 2005-09-19  Bruno Haible  <bruno@clisp.org>
18338
18339         * doc/quote.texi: New file, extracted from gnulib.texi.
18340         * doc/ctime.texi: New file, extracted from gnulib.texi.
18341         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
18342         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
18343         * doc/gnulib.texi: Include them.
18344
18345 2005-09-18  Bruno Haible  <bruno@clisp.org>
18346
18347         Portability fix.
18348         * gnulib-tool (func_readlink): New function.
18349         (func_ln_if_changed): Use it.
18350
18351 2005-09-18  Bruno Haible  <bruno@clisp.org>
18352
18353         * gnulib-tool: Support --with-tests also with --import.
18354         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
18355         (func_import): Use variables $testsbase and $inctests. Emit a
18356         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
18357         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
18358         SUBDIRS += $testsdir.
18359         (func_create_testdir): Update.
18360
18361 2005-09-18  Bruno Haible  <bruno@clisp.org>
18362
18363         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
18364         instead of $dry_run.
18365         (func_cp_if_changed, func_mv_if_changed): Remove functions.
18366         (func_ln_if_changed): Don't handle dry-run here.
18367         (func_import): In dry-run mode, detect more precisely which actions
18368         would be performed, and don't use "...ing" verbs.
18369
18370 2005-09-18  Bruno Haible  <bruno@clisp.org>
18371
18372         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
18373         (func_import): Use join on two temporary files instead of three nested
18374         loops, in order to determine which files are new or old.
18375
18376 2005-09-18  Bruno Haible  <bruno@clisp.org>
18377
18378         * gnulib-tool (func_import): Comment out code that spits out the
18379         new files with --dry-run.
18380
18381 2005-09-18  Bruno Haible  <bruno@clisp.org>
18382
18383         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
18384
18385 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18386
18387         * lib/stat-time.h: New file.
18388         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
18389         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
18390         in a different way.
18391         (timespec_cmp): New function.
18392         * lib/utimecmp.c: Include stat-time.h.
18393         (SYSCALL_RESOLUTION): Depend on whether various struct stat
18394         members exist, not on the obsolescent ST_MTIM_NSEC.
18395         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
18396
18397 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18398
18399         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
18400
18401 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18402
18403         * MODULES.html.sh (File system functions): Add stat-time.
18404         * modules/stat-time: New file.
18405         * modules/timespec (Files): Remove m4/st_mtim.m4; this
18406         is now done in a different way, by the stat-time module.
18407         * modules/utimecmp (Depends-on): Add stat-time.
18408
18409 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18410
18411         * m4/st_mtim.m4: Remove.  Superseded by...
18412         * m4/stat-time.m4: New file.
18413         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
18414         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
18415
18416 2005-09-15  Derek Price  <derek@ximbiot.com>
18417
18418         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
18419
18420 2005-09-15  Derek Price  <derek@ximbiot.com>
18421
18422         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
18423         * lib/regex_internal.c: Ditto, using this...
18424         (__GNUC_PREREQ): ...new macro.
18425         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
18426         using...
18427         (__GNUC_PREREQ): ...this new macro.
18428
18429         * lib/strstr.h: Include string.h. Define strstr as a macro here.
18430
18431 2005-09-15  Derek Price  <derek@ximbiot.com>
18432             Paul Eggert  <eggert@cs.ucla.edu>
18433
18434         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
18435         changes, consolidating in...
18436         * lib/regex_internal.h: ...this file.
18437
18438 2005-09-13  Jim Meyering  <jim@meyering.net>
18439
18440         * lib/canon-host.c: Filter through gnu indent and reword comments
18441         slightly.
18442         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
18443
18444 2005-09-13  Derek Price  <derek@ximbiot.com>
18445
18446         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
18447         failure.
18448         Reported by Jim Meyering  <jim@meyering.net>.
18449
18450 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18451
18452         * lib/base64.c: Typo.
18453         (base64_encode): Put b64str in initialized data section.
18454
18455 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
18456
18457         Merge glibc and coreutils changes into gnulib, plus a few
18458         extra fixes.
18459         * lib/md5.c: Use #error rather than a string.
18460         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
18461         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
18462         (__attribute__): Define to empty for non recent-GCC.
18463         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
18464         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
18465         Renamed from their non-__ counterparts, with new macros replacing
18466         them if not _LIBC.  Add __THROW attribute.
18467         (rol): Remove.
18468         (struct md5_ctx): Align buffer if using GCC.
18469         * lib/sha1.h (struct sha1_ctx): Likewise.
18470         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
18471         The old name was backwards.
18472         (NOTSWAP): Remove; not used.
18473         (rol): New macro, moved here from md5.h.
18474         (sha1_process_block): Remove a FIXME that doesn't make sense.
18475
18476 2005-09-12  Derek Price  <derek@ximbiot.com>
18477
18478         Return usable errors from canon-host.
18479         * lib/canon-host.h: New file.
18480         * lib/canon-host.c (canon_host): Wrap...
18481         (canon_host_r): ...this new function, which now relies exclusively on
18482         getaddrinfo.
18483         (ch_strerror): New function.
18484         (last_cherror): New global.
18485         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
18486         interface.
18487         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
18488         void *.
18489         (freeaddrinfo): Free ai->ai_canonname when set.
18490
18491 2005-09-12  Derek Price  <derek@ximbiot.com>
18492
18493         Make canon-host require getaddrinfo.
18494         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
18495         AC_LIBSOURCE canon-host.h.  Call...
18496         (gl_PREREQ_CANON_HOST): ...this new function, which requires
18497         gl_GETADDRINFO.
18498         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
18499
18500 2005-09-12  Derek Price  <derek@ximbiot.com>
18501
18502         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
18503         LGPL.
18504         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
18505
18506 2005-09-12  Derek Price  <derek@ximbiot.com>
18507
18508         * lib/gai_strerror.c: Include config.h when available.  Include
18509         getaddrinfo.h before other headers to test interface.
18510         Reported by Larry Jones <lawrence.jones@ugs.com>.
18511
18512 2005-09-12  Derek Price  <derek@ximbiot.com>
18513             Paul Eggert  <eggert@cs.ucla.edu>
18514
18515         * modules/glob (Files): Add glob-libc.h.
18516
18517 2005-09-12  Derek Price  <derek@ximbiot.com>
18518             Paul Eggert  <eggert@cs.ucla.edu>
18519
18520         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
18521         glob_.h, glob-libc.h.
18522         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
18523
18524 2005-09-12  Derek Price  <derek@ximbiot.com>
18525             Paul Eggert  <eggert@cs.ucla.edu>
18526
18527         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
18528         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
18529         protecting things that should be done only in gnulib contexts.
18530         * lib/glob_.h: New file, containing only the glob things needed for
18531         gnulib.
18532         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
18533         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
18534         (glob, globfree, glob_pattern_p): Now defined simply in terms of
18535         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
18536         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
18537         and to respect the namespace rules better.
18538
18539 2005-09-08  Simon Josefsson  <jas@extundo.com>
18540
18541         * modules/socklen: New file.
18542
18543 2005-09-08  Simon Josefsson  <jas@extundo.com>
18544
18545         * m4/socklen.m4: New file.
18546
18547 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18548
18549         * modules/utimens (Files): Add m4/utimbuf.m4, since
18550         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
18551         Reported by Sergey Poznyakoff.
18552
18553 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18554
18555         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
18556         definitions, since that's the preferred style in glibc.
18557         Fix a minor spacing issue, and update copyright notice to match
18558         glibc's.
18559
18560 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18561
18562         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
18563
18564 2005-09-06  Simon Josefsson  <jas@extundo.com>
18565
18566         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
18567         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
18568
18569 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18570
18571         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
18572         warning.
18573
18574 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18575
18576         * config/srclist.txt: Add glibc bug 1302.
18577
18578 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
18579
18580         Change bitset word type from unsigned int to unsigned long int,
18581         as this has better performance on typical 64-bit hosts.
18582         Port bitset code to hosts with unusual word sizes.
18583         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
18584         (build_collating_symbol):
18585         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
18586         argument is a bitset.  This is merely a style issue, but it makes
18587         it clearer that an entire array is expected.
18588         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
18589         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
18590         Port to the case where bitset_word is not the same as unsigned int.
18591         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18592         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
18593         Likewise.
18594         * lib/regexec.c (check_dst_limits_calc_pos_1,
18595         check_subexp_matching_top):
18596         (build_trtable, group_nodes_into_DFAstates):
18597         Likewise.
18598         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
18599         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
18600         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
18601         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
18602         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
18603         * lib/regcomp.c (optimize_subexps, lower_subexp):
18604         Work even if bitset_word has holes in its bitwise representation.
18605         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
18606         * lib/regexec.c (check_dst_limits_calc_pos_1,
18607         check_subexp_matching_top):
18608         Likewise.
18609         * lib/regex_internal.c (re_string_reconstruct):
18610         Don't assume UCHAR_MAX == 255.
18611         * lib/regex_internal.h (bitset_set_all): Likewise.
18612         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
18613         All uses changed.
18614         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
18615         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
18616         All uses changed.
18617         (BITSET_WORD_MAX): New macro.
18618         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
18619         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
18620         (bitset_empty, bitset_copy):
18621         Prefer sizeof (bitset) to multiplying it out ourselves.
18622         (bitset_not_merge): Remove; unused.
18623         (bitset_contain): Return bool, not unsigned int with one bit on.
18624         All callers changed.
18625         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
18626         alignment than re_node_set; do this by defining a new internal
18627         type struct dests_alloc and using it to allocate memory.
18628
18629 2005-09-05  Bruno Haible  <bruno@clisp.org>
18630
18631         * gnulib-tool (func_import): Fix comparison in handling of symbolic
18632         links.
18633
18634 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
18635
18636         * modules/size_max (Makefile.am): Add size_max.h
18637
18638 2005-09-04  Derek Price  <derek@ximbiot.com>
18639
18640         * gnulib-tool (func_import): Fix reversed $symbolic logic.
18641
18642 2005-09-03  Simon Josefsson  <jas@extundo.com>
18643
18644         * gnulib-tool: Fix typo.
18645
18646 2005-09-03  Simon Josefsson  <jas@extundo.com>
18647
18648         * config/srclist.txt: Add glibc bug 1293.
18649
18650 2005-09-03  Derek Price  <derek@ximbiot.com>
18651
18652         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
18653         From Larry Jones <lawrence.jones@ugs.com>.
18654
18655 2005-09-02  Simon Josefsson  <jas@extundo.com>
18656
18657         * modules/socklen: New file.
18658
18659 2005-09-02  Simon Josefsson  <jas@extundo.com>
18660
18661         * modules/havelib: New module.
18662
18663         * modules/gettext, modules/iconv, modules/lock, modules/readline:
18664         Use havelib.
18665
18666 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18667
18668         Check for arithmetic overflow when calculating sizes, to prevent
18669         some buffer-overflow issues.  These patches are conservative, in the
18670         sense that when I couldn't determine whether an overflow was possible,
18671         I inserted a run-time check.
18672         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
18673         macros.
18674         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
18675         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
18676         (re_xnrealloc, re_x2nrealloc): New inline functions.
18677         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
18678         parse_bracket_exp):
18679         (build_equiv_class, build_charclass): Check for arithmetic overflow
18680         in size expression calculations.
18681         * lib/regex_internal.c (re_string_realloc_buffers):
18682         (build_wcs_upper_buffer, re_node_set_add_intersect):
18683         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
18684         (re_dfa_add_node, register_state): Likewise.
18685         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
18686         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
18687         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
18688         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
18689
18690 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18691
18692         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18693         m4/ulonglong.m4.  Problem reported by Martin Lambers.
18694
18695 2005-09-02  Bruno Haible  <bruno@clisp.org>
18696
18697         Support for lib vs. lib64 distinction on biarch platforms.
18698         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
18699         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
18700         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
18701
18702 2005-09-02  Bruno Haible  <bruno@clisp.org>
18703
18704         * gnulib-tool (import): In the other first-use case, provide defaults
18705         as well.
18706
18707 2005-09-02  Bruno Haible  <bruno@clisp.org>
18708
18709         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
18710         patches not yet found in the latest gettext release.
18711
18712 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18713
18714         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
18715         to avoid a collision with bits/local_lim.h in glibc.
18716         All uses changed.  Problem reported by Dmitry V. Levin in
18717         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
18718
18719         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
18720         bugs in int versus size_t comparisons.
18721         (re_string_context_at): Fix bug where the code assumed that
18722         Idx is signed.
18723
18724         Use bool where appropriate.
18725         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
18726         All callers changed.
18727         (calc_eclosure_iter): Likewise, for ROOT arg.
18728         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
18729         (build_charclass_op): Likewise, for NON_MATCH arg.
18730         * lib/regex_internal.c (re_string_allocate, re_string_construct):
18731         (re_string_construct_common): Likewise, for ICASE arg.
18732         * lib/regexec.c (re_search_2_stub, re_search_stub):
18733         Likewise, for RET_LEN arg.
18734         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
18735         (set_regs): Likewise, for FL_BACKTRACK arg.
18736         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
18737         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
18738         (calc_eclosure_iter, parse_bracket_exp):
18739         Use bool for internal variables that are booleans.
18740         * lib/regexec.c (re_search_internal, check_matching,
18741         proceed_next_node):
18742         (set_regs, build_sifted_states, sift_states_bkref):
18743         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
18744         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18745         (find_collation_sequence_value):
18746         Likewise.
18747         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
18748         (re_node_set_compare):
18749         Return bool, not int. All callers changed.
18750         * lib/regexec.c (check_halt_node_context, check_dst_limits):
18751         (build_trtable, check_node_accept): Likewise.
18752         * lib/regex_internal.h: Include stdbool.h.
18753
18754         Fix bugs uncovered when converting to bool.
18755         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
18756         failure instead of charging ahead blindly.
18757         * lib/regex_internal.c (register_state): Likewise.
18758         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
18759         for freeing internal storage.
18760         (group_nodes_into_DFA_states): Use unsigned int, not int, for
18761         bitset pieces used as boolean, to avoid undefined behavior
18762         on hosts that do int overflow checking.
18763
18764 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18765
18766         * config/srclist.txt: Add glibc bugs 1285-1287.
18767
18768 2005-09-01  Jim Meyering  <jim@meyering.net>
18769
18770         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
18771         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
18772         Require gl_STAT_MACROS, too.
18773
18774 2005-09-01  Bruno Haible  <bruno@clisp.org>
18775
18776         * gnulib-tool (import): In the first-use case, provide defaults.
18777
18778 2005-09-01  Bruno Haible  <bruno@clisp.org>
18779
18780         * gnulib-tool (func_import): Remove the .tmp files.
18781
18782 2005-09-01  Bruno Haible  <bruno@clisp.org>
18783
18784         * gnulib-tool (func_import): Fix handling of symbolic links.
18785
18786 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18787
18788         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
18789         old glibc regex code mishandles strings longer than 2**31 bytes.
18790         This patch fixes this when the regex code is used in gnulib
18791         (i.e., outside glibc).
18792
18793         This patch should not affect the use of the regex code inside
18794         glibc.  No doubt this problem also needs to be handled for glibc
18795         as well, but the result will be an incompatible change to the
18796         glibc ABI, and the old ABI will have to be supported too.  That
18797         can be the the subject for another patch.
18798
18799         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
18800         governing whether the rest of this patch is active.  By default,
18801         the macro is disabled and the patch has no effect.
18802         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
18803         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
18804         (struct re_pattern_buffer, re_search, re_search_2, re_match):
18805         (re_match_2, re_set_registers): Use the new types.
18806         * lib/regex_internal.h (Idx, re_hashval_t): New types.
18807         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
18808         New macros.
18809         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
18810         (re_string_context_at, bin_tree_t, re_dfastate_t):
18811         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
18812         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
18813         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
18814         (re_string_char_size_at, re_string_wchar_at):
18815         (re_string_elem_size_at):
18816         Use the new types and macros to port to 64-bit hosts.
18817         Use unsigned types for internal values, so that the code
18818         mostly works even for arrays larger than SSIZE_MAX.
18819         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
18820         (search_duplicated_node, calc_eclosure_iter, fetch_number):
18821         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
18822         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
18823         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
18824         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
18825         (calc_inveclosure, parse_dup_op, build_range_exp):
18826         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
18827         (fetch_number, create_token_tree, mark_opt_subexp):
18828         Likewise.
18829         * lib/regex_internal.c (re_string_construct_common,
18830         create_ci_newstate):
18831         (create_cd_newstate, re_string_allocate, re_string_construct):
18832         (re_string_realloc_buffers, build_wcs_upper_buffer):
18833         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18834         (re_string_reconstruct, re_string_peek_byte_case):
18835         (re_string_fetch_byte_case, re_string_context_at):
18836         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18837         (re_node_set_init_copy, re_node_set_add_intersect):
18838         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18839         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18840         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18841         (re_acquire_state, re_acquire_state_context, register_state):
18842         Likewise.
18843         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
18844         search_cur_bkref_entry):
18845         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
18846         (re_search_internal, re_search_2_stub, re_search_stub)
18847         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
18848         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
18849         (update_cur_sifted_state, check_dst_limits):
18850         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18851         (check_subexp_limits, sift_states_bkref, merge_state_array):
18852         (check_subexp_matching_top, get_subexp, get_subexp_sub):
18853         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
18854         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18855         (expand_bkref_cache, check_node_accept_bytes):
18856         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
18857         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
18858         (acquire_init_state_context, check_halt_node_context):
18859         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
18860         (sift_states_backward, clean_state_log_if_needed):
18861         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
18862         (find_recover_state, transit_state_sb, transit_state_mb):
18863         (transit_state_bkref, build_trtable, match_ctx_clean):
18864         Likewise.
18865         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
18866         to work around an assumption that REG_MISSING is negative.
18867
18868         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
18869         (seek_collating_symbol_entry) [defined _LIBC]:
18870         (lookup_collation_sequence_value) [defined _LIBC]:
18871         (build_range_exp, build_collating_symbol) [defined _LIBC]:
18872         Use prototypes rather than old-style function definitions.
18873         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
18874         (transit_state_sb) [0]:
18875         (find_collation_sequence_value) [defined _LIBC]: Likewise.
18876
18877         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
18878         rm_eo.
18879
18880         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
18881         (optimize_subexps, lower_subexp):
18882         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
18883         since the signed shift might overflow.  Use 1u<<31 instead.
18884         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18885         Likewise.
18886         * lib/regexec.c (check_dst_limits_calc_pos_1,
18887         check_subexp_matching_top): Likewise.
18888
18889         * lib/regcomp.c (optimize_subexps, lower_subexp):
18890         Use CHAR_BIT rather than 8, for clarity.
18891         * lib/regexec.c (check_dst_limits_calc_pos_1):
18892         (check_subexp_matching_top): Likewise.
18893         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
18894         have to worry about portability issues when shifting it left.
18895         Remove no-longer-needed test for table_size > 0.
18896         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
18897         in a word, as the resulting behavior is undefined.
18898         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
18899         in one case, a <= should have been an <, and in another case the
18900         whole test was missing.
18901         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18902         the standard name CHAR_BIT.
18903         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18904         this is not true on one's complement and signed-magnitude hosts.
18905
18906         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18907         next_last_offset.
18908         (struct re_dfa_t): Remove unused member states_alloc.
18909         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18910
18911 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18912
18913         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18914         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18915         and large-file glibc and in 32-bit large-file Solaris.
18916
18917 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18918
18919         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18920         lengths fit in regoff_t; this isn't true if regoff_t is the same
18921         width as size_t.
18922         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18923         (= START + RANGE) instead of RANGE.  This avoids overflow
18924         problems when regoff_t is the same width as size_t.
18925         All callers changed.
18926         (re_search_2_stub): Check for overflow when adding the
18927         sizes of the two strings.
18928         (re_search_stub): Check for overflow when adding START
18929         to RANGE; if it occurs, substitute the extreme value.
18930
18931 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18932
18933         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18934
18935 2005-08-31  Jim Meyering  <jim@meyering.net>
18936
18937         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18938         a pointer-to-const.
18939         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18940         (register_state): Likewise.
18941         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18942         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18943         (group_nodes_into_DFAstates): Likewise.
18944
18945 2005-08-31  Jim Meyering  <jim@meyering.net>
18946
18947         * check-module: Add a FIXME comment.
18948
18949 2005-08-31  Eric Blake  <ebb9@byu.net>
18950
18951         * modules/unistd-safer (Files): Add unistd--.h.
18952         * modules/stdio-safer (Files): Add stdio--.h.
18953
18954 2005-08-31  Derek Price  <derek@ximbiot.com>
18955
18956         * lib/getdelim.c (getdelim): Return EOF on EOF.
18957         Reported by Larry Jones <lawrence.jones@ugs.com>.
18958
18959 2005-08-31  Bruno Haible  <bruno@clisp.org>
18960
18961         Avoid unnecessary diffs in the generated lib/Makefile.am.
18962         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18963         the generated files.
18964         (func_import): Don't set cmd.
18965
18966 2005-08-31  Bruno Haible  <bruno@clisp.org>
18967
18968         * lib/strstr.c: Include <stddef.h>, for NULL.
18969         * lib/strcasestr.c: Likewise.
18970         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18971
18972 2005-08-31  Bruno Haible  <bruno@clisp.org>
18973
18974         * gnulib-tool: New option --macro-prefix.
18975         (func_import): Use macro_prefix.
18976         (import): Handle option --macro-prefix.
18977
18978 2005-08-31  Bruno Haible  <bruno@clisp.org>
18979
18980         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18981         Also use new variables cached_lgpl, cached_libtool.
18982
18983 2005-08-31  Bruno Haible  <bruno@clisp.org>
18984
18985         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18986         always instantiating them.
18987
18988 2005-08-31  Bruno Haible  <bruno@clisp.org>
18989
18990         * gnulib-tool (func_import): Read the previous cached settings
18991         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
18992         earlier added by gnulib but are now dropped. Warn when a gnulib file
18993         overwrites a non-gnulib file.
18994
18995 2005-08-31  Bruno Haible  <bruno@clisp.org>
18996
18997         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
18998         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
18999         projects that don't keep autogenerated files in CVS. Put into
19000         actioncmd only the specified modules, not the transitive closure.
19001
19002 2005-08-31  Bruno Haible  <bruno@clisp.org>
19003
19004         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
19005         Create directories that shall be filled.
19006         (import): Don't look for gl_* macros in configure.ac. Recurse across
19007         all directories containing a gnulib-cache.m4 files, if meaningful.
19008
19009 2005-08-31  Bruno Haible  <bruno@clisp.org>
19010
19011         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
19012         (import): Set seen_libtool when we see gl_LIBTOOL.
19013
19014 2005-08-31  Bruno Haible  <bruno@clisp.org>
19015
19016         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
19017         declaration macro definitions from generated gnulib.m4.
19018
19019 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
19020
19021         * lib/iconvme.h: Add prototype for iconv_alloc.
19022
19023 2005-08-29  Simon Josefsson  <jas@extundo.com>
19024
19025         * lib/iconvme.c: Fix errno.
19026
19027 2005-08-29  Bruno Haible  <bruno@clisp.org>
19028
19029         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
19030         that it works when the directory contains spaces.
19031
19032 2005-08-29  Bruno Haible  <bruno@clisp.org>
19033
19034         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
19035
19036 2005-08-29  Bruno Haible  <bruno@clisp.org>
19037
19038         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
19039         Emit more advice.
19040
19041 2005-08-29  Bruno Haible  <bruno@clisp.org>
19042         and Stepan Kasal  <kasal@ucw.cz>
19043
19044         * check-module: If more parameters are given, check each of them
19045         separately; add more exceptions, as noted by Jim Meyering.
19046         (check_module): New procedure.
19047         (%exempt_header): Now contains all exceptions.
19048
19049 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
19050
19051         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
19052
19053 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
19054
19055         * lib/iconvme.c: Split iconv_string into iconv_alloc.
19056
19057 2005-08-28  Bruno Haible  <bruno@clisp.org>
19058
19059         * m4/gnulib-tool.m4: New file.
19060
19061 2005-08-27  Jim Meyering  <jim@meyering.net>
19062
19063         * modules/unistd-safer (Files): Add pipe-safer.c.
19064         * modules/fcntl-safer (Files): Add creat-safer.c.
19065
19066 2005-08-27  Jim Meyering  <jim@meyering.net>
19067
19068         * m4/stdlib-safer.m4: New file.  From coreutils.
19069         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
19070         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
19071         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
19072         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
19073         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
19074
19075 2005-08-27  Jim Meyering  <jim@meyering.net>
19076
19077         * lib/fopen-safer.c: Merge minor changes from coreutils.
19078         * lib/dup-safer.c: Likewise.
19079         * lib/fd-safer.c: Likewise.
19080
19081         Merge from coreutils.
19082         * lib/stdio--.h: New file.
19083         * lib/stdlib--.h: New file.
19084         * lib/mkstemp-safer.c: New file.
19085
19086         GNU tar needs these.
19087         * lib/pipe-safer.c: New file.
19088         * lib/creat-safer.c: New file.
19089         * lib/fcntl--.h (creat): Define to creat_safer.
19090         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
19091         * lib/unistd--.h (pipe): Define to pipe_safer.
19092         * lib/unistd-safer.h: Declare pipe_safer.
19093
19094 2005-08-26  Simon Josefsson  <jas@extundo.com>
19095
19096         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
19097         Haible <bruno@clisp.org>.
19098
19099 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
19100
19101         * lib/regex_internal.h: Remove all references to
19102         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
19103         or better.
19104         (bitset_not, bitset_merge, bitset_not_merge):
19105         (bitset_mask, re_string_allocate, re_string_construct):
19106         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
19107         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
19108         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
19109         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
19110         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19111         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19112         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
19113         (re_acquire_state_context):
19114         Remove unnecessary forward decls.
19115         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
19116         Put __attribute at function definition,
19117         now that the function decl has been removed.
19118         * lib/regex_internal.c (re_string_peek_byte_case):
19119         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
19120         Likewise.
19121
19122 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
19123
19124         * m4/regex.m4: Add AC_PREREQ(2.50).
19125         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
19126
19127 2005-08-25  Simon Josefsson  <jas@extundo.com>
19128
19129         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
19130         __fsetlocking.
19131
19132 2005-08-25  Simon Josefsson  <jas@extundo.com>
19133
19134         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
19135         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
19136         GLIBC specific code.
19137
19138 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19139
19140         Make regex safe for g++.  This fixes one real bug (an "err"
19141         that should have been "*err").  g++ problem reported by
19142         Sam Steingold.
19143         * lib/regex_internal.h (re_calloc): New macro, consistent with
19144         re_malloc etc.  All callers of calloc changed to use re_calloc.
19145         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
19146         not int.  All callers changed.
19147         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
19148         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
19149         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
19150         (find_recover_state): Change "err" to "*err"; this fixes what
19151         appears to be a real bug.
19152         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
19153         versus int.
19154
19155 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19156
19157         * modules/regex (Depends-on): Add malloc, since the code
19158         assumes that !malloc(0) means failure.
19159
19160 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19161
19162         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
19163
19164         alloca modernization/simplification for regex.
19165         * lib/regex.c: Remove portability cruft for alloca.  This no longer
19166         needs to be at the start of the file, and can be moved into
19167         regex_internal.h and simplified.
19168         * lib/regex_internal.h: Include <alloca.h>.
19169         (__libc_use_alloca) [!defined _LIBC]: New macro.
19170         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
19171         now works outside glibc.
19172
19173 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19174
19175         * config/srclist.txt: Add glibc bugs 1241, 1245.
19176
19177 2005-08-25  Jim Meyering  <jim@meyering.net>
19178
19179         * lib/open-safer.c: Include <config.h>.
19180         Otherwise, we'd lose LARGEFILE support in any file using
19181         e.g. "fcntl--.h"
19182
19183 2005-08-25  Bruno Haible  <bruno@clisp.org>
19184
19185         * m4/minmax.m4: Require autoconf 2.52.
19186         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
19187         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
19188         alternatives of translit over the alphabet.
19189         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
19190
19191 2005-08-24  Simon Josefsson  <jas@extundo.com>
19192
19193         * tests/test-getpass.c: New file.
19194
19195 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19196
19197         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
19198         for GNU regex features.
19199
19200 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19201
19202         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
19203         * lib/regex.h (regerror): Likewise.
19204
19205         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
19206         requires this.  (The code never needed it.)
19207
19208         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
19209         All uses of recently-renamed identifiers changed to use the new,
19210         POSIX-compliant names.  The code will build and run just fine
19211         without these changes, but it's better to eat our own dog food
19212         and use the standard-conforming names.
19213
19214         * lib/regex.h: Fix a multitude of POSIX name space violations.
19215         These changes have an effect only for programs that define
19216         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
19217         do not change anything for programs compiled in the normal way.
19218         Also, there is no effect on the ABI.
19219
19220         (_REGEX_SOURCE): New macro.
19221         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
19222         defined and _GNU_SOURCE is not; this fixes a name space violation.
19223
19224         Rename the following macros to obey POSIX requirements.
19225         The old names are still visible as macros if _REGEX_SOURCE is defined.
19226         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
19227         RE_BACKSLASH_ESCAPE_IN_LISTS.
19228         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
19229         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
19230         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
19231         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
19232         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
19233         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
19234         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
19235         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
19236         (REG_INTERVALS): renamed from RE_INTERVALS.
19237         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
19238         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
19239         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
19240         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
19241         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
19242         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
19243         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
19244         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
19245         RE_UNMATCHED_RIGHT_PAREN_ORD.
19246         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
19247         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
19248         (REG_DEBUG): renamed from RE_DEBUG.
19249         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
19250         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
19251         unusual, since we can't clash with the POSIX REG_ICASE.
19252         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
19253         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
19254         (REG_NO_SUB): renamed from RE_NO_SUB.
19255         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
19256         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
19257         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
19258         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
19259         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
19260         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
19261         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
19262         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
19263         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
19264         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
19265         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
19266         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
19267         RE_SYNTAX_POSIX_MINIMAL_BASIC.
19268         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
19269         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
19270         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
19271         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
19272         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
19273         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
19274         (REG_FIXED): Renamed from REGS_FIXED.
19275         (REG_NREGS): Renamed from RE_NREGS.
19276
19277         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
19278         of other REG_* macros, since POSIX says the user is allowed to
19279         #undef these macros selectively.
19280
19281         (reg_errcode_t): Update comment stating what other tables need
19282         to be consistent.
19283
19284         Rename the following enum values to obey POSIX requirements.
19285         The old names are still visible as macros.
19286         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
19287         is not defined, since GNU is supposed to be a superset of POSIX as
19288         much as possible, and since we want reg_errcode_t to be a signed
19289         type for implementation consistency.
19290         (_REG_NOERROR): Renamed from REG_NOERROR.
19291         (_REG_NOMATCH): Renamed from REG_NOMATCH.
19292         (_REG_BADPAT): Renamed from REG_BADPAT.
19293         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
19294         (_REG_ECTYPE): Renamed from REG_ECTYPE.
19295         (_REG_EESCAPE): Renamed from REG_EESCAPE.
19296         (_REG_ESUBREG): Renamed from REG_ESUBREG.
19297         (_REG_EBRACK): Renamed from REG_EBRACK.
19298         (_REG_EPAREN): Renamed from REG_EPAREN.
19299         (_REG_EBRACE): Renamed from REG_EBRACE.
19300         (_REG_BADBR): Renamed from REG_BADBR.
19301         (_REG_ERANGE): Renamed from REG_ERANGE.
19302         (_REG_ESPACE): Renamed from REG_ESPACE.
19303         (_REG_BADRPT): Renamed from REG_BADRPT.
19304         (_REG_EEND): Renamed from REG_EEND.
19305         (_REG_ESIZE): Renamed from REG_ESIZE.
19306         (_REG_ERPAREN): Renamed from REG_ERPAREN.
19307         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
19308         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
19309         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
19310         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
19311
19312         (_REG_RE_NAME, _REG_RM_NAME): New macros.
19313         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
19314         changed.  But support the old name if the new one is not defined
19315         and if _REGEX_SOURCE.
19316
19317         Change the following member names in struct re_pattern_buffer.
19318         The old names are still supported if !_REGEX_SOURCE.
19319         The new names are always supported, regardless of _REGEX_SOURCE.
19320         (re_buffer): Renamed from buffer.
19321         (re_allocated): Renamed from allocated.
19322         (re_used): Renamed from used.
19323         (re_syntax): Renamed from syntax.
19324         (re_fastmap): Renamed from fastmap.
19325         (re_translate): Renamed from translate.
19326         (re_can_be_null): Renamed from can_be_null.
19327         (re_regs_allocated): Renamed from regs_allocated.
19328         (re_fastmap_accurate): Renamed from fastmap_accurate.
19329         (re_no_sub): Renamed from no_sub.
19330         (re_not_bol): Renamed from not_bol.
19331         (re_not_eol): Renamed from not_eol.
19332         (re_newline_anchor): Renamed from newline_anchor.
19333
19334         Change the following member names in struct re_registers.
19335         The old names are still supported if !_REGEX_SOURCE.
19336         The new names are always supported, regardless of _REGEX_SOURCE.
19337         (rm_num_regs): Renamed from num_regs.
19338         (rm_start): Renamed from start.
19339         (rm_end): Renamed from end.
19340
19341         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
19342         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
19343         Prepend __ to parameter names.
19344
19345         Undo yesterday's changes.
19346
19347 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19348
19349         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
19350         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
19351         lib/regex.c.
19352
19353 2005-08-24  Jim Meyering  <jim@meyering.net>
19354
19355         Sync from coreutils.
19356         * m4/fcntl-safer.m4: New file.
19357
19358         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
19359         and object files for this module.
19360
19361 2005-08-24  Jim Meyering  <jim@meyering.net>
19362
19363         Sync from coreutils.
19364         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
19365
19366 2005-08-24  Jim Meyering  <jim@meyering.net>
19367
19368         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
19369         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
19370
19371 2005-08-24  Jim Meyering  <jim@meyering.net>
19372
19373         * modules/fcntl-safer: New module.
19374         * modules/fts (Depends-on): Add fcntl-safer.
19375         * MODULES.html.sh (File descriptor based Input/Output):
19376         Add fcntl-safer.
19377
19378 2005-08-24  Bruno Haible  <bruno@clisp.org>
19379
19380         Support for unit test modules.
19381         * modules/README: Mention tests modules.
19382         * modules/TEMPLATE-TESTS: New file.
19383         * gnulib-tool: New options --extract-tests-module, --with-tests and
19384         --tests-base (unused for the moment).
19385         (testsbase, inctests): New variables.
19386         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
19387         (func_verify_module): Exclude TEMPLATE-TESTS.
19388         (func_verify_nontests_module, func_verify_tests_module): New functions.
19389         (func_get_dependencies): Add implicit dependency for tests modules.
19390         (func_get_tests_module): New function.
19391         (func_modules_transitive_closure): When --with-tests was specified,
19392         include the unit tests as well, unless explicitly avoided.
19393         (func_emit_lib_Makefile_am): Ignore the tests modules here.
19394         (func_emit_tests_Makefile_am): New function.
19395         (func_create_testdir): When --with-tests was specified, emit a
19396         tests/ directory.
19397         * MODULES.html.sh (Future developments): Update.
19398
19399 2005-08-24  Bruno Haible  <bruno@clisp.org>
19400
19401         * modules/tls-tests: New file.
19402         * tests/test-tls.c: New file, from GNU gettext.
19403
19404 2005-08-24  Bruno Haible  <bruno@clisp.org>
19405
19406         * modules/lock-tests: New file.
19407         * tests/test-lock.c: New file, from GNU gettext.
19408
19409 2005-08-24  Bruno Haible  <bruno@clisp.org>
19410
19411         * lib/lock.h: Add multiple inclusion guard.
19412         * lib/tls.h: Add multiple inclusion guard.
19413
19414 2005-08-24  Bruno Haible  <bruno@clisp.org>
19415
19416         * gnulib-tool: Add support for the --aux-dir option to
19417         --create-testdir, --create-megatestdir, --test, --megatest.
19418         (func_create_testdir, func_create_megatestdir): Optionally emit a
19419         AC_CONFIG_AUX_DIR directive.
19420         (create-testdir, create-megatestdir, test, megatest): Provide a
19421         default value for $auxdir.
19422
19423 2005-08-24  Bruno Haible  <bruno@clisp.org>
19424
19425         * gnulib-tool (import): Use compound statement instead of subshell
19426         where possible.
19427
19428 2005-08-24  Bruno Haible  <bruno@clisp.org>
19429
19430         * gnulib-tool (import): Change --aux-dir default to "build-aux".
19431
19432 2005-08-24  Bruno Haible  <bruno@clisp.org>
19433
19434         * gnulib-tool (func_version): Update.
19435
19436 2005-08-24  Bruno Haible  <bruno@clisp.org>
19437
19438         * gnulib-tool (func_import, func_create_testdir,
19439         func_create_megatestdir): Quote all autoconf macro arguments.
19440
19441 2005-08-24  Bruno Haible  <bruno@clisp.org>
19442
19443         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
19444         option --force, because --force causes the aclocal.m4 of each
19445         subdirectory to be newer than the corresponding config.h.in.
19446
19447 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19448
19449         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
19450         All contents moved to gl_REGEX.
19451         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
19452         assume that it does.
19453
19454 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19455
19456         * lib/regex.h (REG_NOSYS)
19457         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
19458         Define, since POSIX requires it as of 2001.
19459         (_REG_ENOSYS)
19460         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
19461         New private symbol, used to keep the enum signed in all cases.
19462         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
19463         Youngman in
19464         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
19465
19466         * lib/regex_internal.c (re_string_skip_chars, register_state):
19467         (calc_state_hash):
19468         Remove forward decls; no longer needed now that we use prototypes.
19469         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
19470         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
19471         (clean_state_log_if_needed): Likewise.
19472
19473 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19474
19475         * config/srclist.txt: Add glibc bugs 1231-1233.
19476
19477 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19478
19479         Fix problems reported by Sam Steingold in
19480         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
19481         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
19482         assumed that reg_errcode_t is a signed type, which is not
19483         necessarily true if _XOPEN_SOURCE is not defined.
19484         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
19485         since some compilers warn about it otherwise.
19486
19487 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19488
19489         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
19490         (init_word_char, create_initial_state, duplicate_node_closure):
19491         (fetch_token, peek_token_bracket, build_range_exp):
19492         (build_collating_symbol): Remove forward decls; no longer needed
19493         now that we use prototypes.
19494
19495         * lib/regcomp.c:
19496         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
19497         (re_compile_fastmap_iter, regcomp, regerror, regfree):
19498         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
19499         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
19500         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
19501         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
19502         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
19503         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
19504         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
19505         (build_range_exp, build_collating_symbol, parse_bracket_exp):
19506         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
19507         (build_charclass, build_charclass_op, fetch_number, create_tree):
19508         (create_token_tree, mark_opt_subexp, duplicate_tree):
19509         Use prototypes rather than old-style definitions.
19510
19511         * lib/regex_internal.c:
19512         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
19513         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
19514         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19515         (re_string_reconstruct, re_string_peek_byte_case):
19516         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
19517         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19518         (re_node_set_init_copy, re_node_set_add_intersect):
19519         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19520         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19521         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
19522         (re_acquire_state, re_acquire_state_context, register_state):
19523         (create_ci_newstate, create_cd_newstate, free_state):
19524         Likewise.
19525         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
19526         re_search_2):
19527         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
19528         (re_search_internal, prune_impossible_nodes):
19529         (acquire_init_state_context, check_matching, static):
19530         (check_halt_node_context, check_halt_state_context, proceed_next_node):
19531         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
19532         (update_regs, sift_states_backward, build_sifted_states):
19533         (clean_state_log_if_needed, merge_state_array):
19534         (update_cur_sifted_state, add_epsilon_src_nodes):
19535         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
19536         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
19537         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
19538         (find_recover_state, check_subexp_matching_top, transit_state_mb):
19539         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
19540         (check_arrival, check_arrival_add_next_nodes):
19541         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
19542         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19543         (check_node_accept_bytes, check_node_accept, extend_buffers):
19544         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
19545         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
19546         (sift_ctx_init):
19547         Likewise.
19548
19549         * lib/regex_internal.h:
19550         (re_string_allocate, re_string_construct, re_string_reconstruct):
19551         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
19552         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
19553         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
19554         (re_string_context_at, re_string_peek_byte_case):
19555         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
19556         is defined, since we now use prototypes always.
19557
19558         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
19559         C89 or better.  All uses removed.
19560
19561 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19562
19563         * config/srclist.txt: Add glibc bugs 1220-1227.
19564
19565 2005-08-20  Jim Meyering  <jim@meyering.net>
19566
19567         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
19568         of unused local, dfa.
19569
19570 2005-08-20  Bruno Haible  <bruno@clisp.org>
19571
19572         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
19573
19574 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19575
19576         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
19577         (re_node_set_insert_last, re_dfa_add_node):
19578         Rename local variables to avoid GCC shadowing warnings.
19579
19580 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19581
19582         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
19583         [defined lint]: Suppress bogus uninitialized-variable warnings.
19584
19585         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
19586         and let the caller return REG_ESPACE if out of space.  This
19587         removes an uninitialied-variable warning with GCC 4.0.1, and also
19588         avoids taking the address of a local variable.  All callers
19589         changed.
19590
19591 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19592
19593         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
19594         $LIBCSRC/posix/regexec.c.
19595         Add glibc bug 1217 for regcomp.c.
19596
19597 2005-08-19  Jim Meyering  <jim@meyering.net>
19598
19599         * lib/regexec.c (proceed_next_node): Redo local variables to
19600         avoid GCC shadowing warnings.
19601
19602 2005-08-18  Bruno Haible  <bruno@clisp.org>
19603
19604         * lib/strstr.c (strstr): Fix return value in multibyte case.
19605         * lib/strcasestr.c (strcasestr): Likewise.
19606
19607 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19608
19609         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
19610
19611 2005-08-17  Jim Meyering  <jim@meyering.net>
19612
19613         Make the %s format (seconds since the epoch) work for a negative
19614         number and when used with a zero-padded field width, e.g. %015s.
19615
19616         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
19617         label so that it precedes the code to set `digits'.  Otherwise,
19618         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
19619         print `00-22'.  Now, it prints `-0022', as it should.
19620
19621 2005-08-17  Bruno Haible  <bruno@clisp.org>
19622
19623         * modules/strstr (Files): Add m4/mbrtowc.m4.
19624         (Depends-on): Add mbuiter.
19625
19626 2005-08-17  Bruno Haible  <bruno@clisp.org>
19627
19628         * modules/strcasestr: New file.
19629         * MODULES.html.sh (String handling, based on ANSI C 89): Add
19630         strcasestr.
19631
19632 2005-08-17  Bruno Haible  <bruno@clisp.org>
19633
19634         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
19635
19636 2005-08-17  Bruno Haible  <bruno@clisp.org>
19637
19638         * modules/mbuiter: New file.
19639         * MODULES.html.sh (Extended multibyte and wide character utilities):
19640         Add mbuiter.
19641
19642 2005-08-17  Bruno Haible  <bruno@clisp.org>
19643
19644         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
19645         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
19646
19647 2005-08-17  Bruno Haible  <bruno@clisp.org>
19648
19649         * m4/strcasestr.m4: New file.
19650
19651 2005-08-17  Bruno Haible  <bruno@clisp.org>
19652
19653         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
19654         * lib/strstr.c: Completely rewritten, with multibyte locale support.
19655
19656 2005-08-17  Bruno Haible  <bruno@clisp.org>
19657
19658         * lib/strcasestr.h: New file.
19659         * lib/strcasestr.c: New file.
19660
19661 2005-08-17  Bruno Haible  <bruno@clisp.org>
19662
19663         * lib/strcasecmp.c: Use mbuiter.h.
19664
19665 2005-08-17  Bruno Haible  <bruno@clisp.org>
19666
19667         * lib/mbuiter.h: New file.
19668
19669 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19670
19671         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
19672         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
19673         and gl_GETOPT are both invoked via different paths (as happens
19674         with GNU tar CVS because it uses both argp and getopt), the former
19675         wins.
19676
19677 2005-08-16  Bruno Haible  <bruno@clisp.org>
19678
19679         * modules/tls: New file.
19680         * MODULES.html.sh (Multithreading): Add tls.
19681
19682 2005-08-16  Bruno Haible  <bruno@clisp.org>
19683
19684         * modules/strnlen1: New file.
19685         * MODULES.html.sh (String handling): Add strnlen1.
19686
19687 2005-08-16  Bruno Haible  <bruno@clisp.org>
19688
19689         * modules/strcase (Files): Add m4/mbrtowc.m4.
19690         (Depends-on): Add strnlen1, mbchar.
19691
19692 2005-08-16  Bruno Haible  <bruno@clisp.org>
19693
19694         * modules/mbiter: New file.
19695         * MODULES.html.sh (Extended multibyte and wide character utilities):
19696         Add mbiter.
19697
19698 2005-08-16  Bruno Haible  <bruno@clisp.org>
19699
19700         * modules/mbfile: New file.
19701         * MODULES.html.sh (Extended multibyte and wide character utilities):
19702         Add mbfile.
19703
19704 2005-08-16  Bruno Haible  <bruno@clisp.org>
19705
19706         * modules/mbchar: New file.
19707         * MODULES.html.sh (Extended multibyte and wide character utilities):
19708         New section.
19709
19710 2005-08-16  Bruno Haible  <bruno@clisp.org>
19711
19712         * m4/tls.m4: New file, from GNU gettext.
19713
19714 2005-08-16  Bruno Haible  <bruno@clisp.org>
19715
19716         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
19717         always.
19718         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
19719
19720 2005-08-16  Bruno Haible  <bruno@clisp.org>
19721
19722         * m4/mbiter.m4: New file.
19723
19724 2005-08-16  Bruno Haible  <bruno@clisp.org>
19725
19726         * m4/mbfile.m4: New file.
19727
19728 2005-08-16  Bruno Haible  <bruno@clisp.org>
19729
19730         * m4/mbchar.m4: New file.
19731
19732 2005-08-16  Bruno Haible  <bruno@clisp.org>
19733
19734         * lib/tls.h: New file, from GNU gettext.
19735         * lib/tls.c: New file, from GNU gettext.
19736
19737 2005-08-16  Bruno Haible  <bruno@clisp.org>
19738
19739         * lib/strnlen1.h: New file.
19740         * lib/strnlen1.c: New file.
19741
19742 2005-08-16  Bruno Haible  <bruno@clisp.org>
19743
19744         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
19745         (mbi_init): Update.
19746         (mbi_avail, mbi_advance): Let the iteration end before the terminating
19747         NUL byte, not after it.
19748
19749 2005-08-16  Bruno Haible  <bruno@clisp.org>
19750
19751         * lib/strcase.h (strcasecmp): Add note in comments.
19752         * lib/strncasecmp.c: Use code from strcasecmp.c.
19753         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
19754         (strcasecmp): Work correctly in multibyte locales.
19755
19756 2005-08-16  Bruno Haible  <bruno@clisp.org>
19757
19758         * lib/mbiter.h: New file.
19759
19760 2005-08-16  Bruno Haible  <bruno@clisp.org>
19761
19762         * lib/mbfile.h: New file.
19763
19764 2005-08-16  Bruno Haible  <bruno@clisp.org>
19765
19766         * lib/mbchar.h: New file.
19767         * lib/mbchar.c: New file.
19768
19769 2005-08-16  Bruno Haible  <bruno@clisp.org>
19770
19771         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
19772         the valid ones. Makes the comparison operations transitive:
19773         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
19774         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
19775
19776 2005-08-15  Simon Josefsson  <jas@extundo.com>
19777
19778         * modules/ssize_t (License): Change to 'unlimited'.
19779
19780         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
19781
19782 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19783
19784         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
19785         Add comments for each pending glibc patch.
19786
19787 2005-08-15  Bruno Haible  <bruno@clisp.org>
19788
19789         * lib/regex.h (__restrict_arr): Don't define to __restrict if
19790         __cplusplus is defined.
19791
19792 2005-08-14  Jim Meyering  <jim@meyering.net>
19793
19794         Sync from coreutils.
19795
19796         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
19797         Use the hash-table-based cycle-detection code not just when
19798         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
19799         Reported by James Youngman in
19800         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
19801         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
19802         FTS_TIGHT_CYCLE_CHECK.
19803         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
19804         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
19805         once again.
19806         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
19807         * lib/fts.c (fd_safer): Remove decl.
19808         Include fcntl--.h rather than unistd-safer.h
19809         (fts_safe_changedir): Don't call fd_safer; no longer needed
19810         now that we include fcntl--.h.
19811
19812 2005-08-12  Simon Josefsson  <jas@extundo.com>
19813
19814         * modules/getndelim2: Use ssize_t module.
19815         * modules/getnline: Likewise.
19816         * modules/safe-read: Likewise.
19817         * modules/xreadlink: Likewise.
19818
19819         * modules/ssize_t: New file.
19820
19821 2005-08-12  Simon Josefsson  <jas@extundo.com>
19822
19823         * m4/readline.m4: Look for termcap, curses or ncurses if required.
19824
19825 2005-08-12  Simon Josefsson  <jas@extundo.com>
19826
19827         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19828         ssize_t.
19829
19830 2005-08-12  Simon Josefsson  <jas@extundo.com>
19831
19832         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
19833         readline, getdelim and check_version.
19834         (Support for systems lacking ISO C 99: Sizes of integer types):
19835         Add size_max.
19836
19837 2005-08-12  Bruno Haible  <bruno@clisp.org>
19838
19839         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
19840
19841 2005-08-11  Simon Josefsson  <jas@extundo.com>
19842
19843         * modules/readline: New file.
19844
19845         * modules/strnlen (Files): Add strnlen.h.
19846
19847 2005-08-11  Simon Josefsson  <jas@extundo.com>
19848
19849         * m4/readline.m4: New file.
19850
19851 2005-08-11  Simon Josefsson  <jas@extundo.com>
19852
19853         * lib/readline.h, readline.c: New file.
19854
19855 2005-08-11  Simon Josefsson  <jas@extundo.com>
19856
19857         * doc/gnulib.texi (Initial import, Finishing touches): Mention
19858         gl_AVOID.
19859
19860 2005-08-11  Bruno Haible  <bruno@clisp.org>
19861
19862         * lib/strnlen.h (strnlen): Change parameter name to match comment.
19863
19864 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
19865
19866         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
19867
19868 2005-08-10  Simon Josefsson  <jas@extundo.com>
19869
19870         * tests/test-iconvme.c: New file.
19871
19872 2005-08-10  Simon Josefsson  <jas@extundo.com>
19873
19874         * m4/strnlen.m4: New file.
19875
19876         * m4/strndup.m4: Don't check for strnlen declaration, done in
19877         strnlen.m4.
19878
19879 2005-08-10  Simon Josefsson  <jas@extundo.com>
19880
19881         * lib/strndup.c: Use strnlen.h.
19882
19883         * lib/strnlen.h: New file.
19884
19885 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19886
19887         * README: Typos.
19888
19889 2005-08-02  Simon Josefsson  <jas@extundo.com>
19890
19891         * modules/readline: New file.
19892
19893 2005-08-02  Simon Josefsson  <jas@extundo.com>
19894
19895         * modules/getdelim: New file.
19896
19897         * modules/getline: Rewrite, don't use getndelim2.
19898
19899 2005-08-02  Simon Josefsson  <jas@extundo.com>
19900
19901         * m4/getline.m4: Separate out getdelim stuff into separate module.
19902
19903         * m4/getdelim.m4: New file.
19904
19905 2005-08-02  Simon Josefsson  <jas@extundo.com>
19906
19907         * lib/getline.h, getline.c: Rewrite.
19908
19909         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19910
19911 2005-07-31  Bruno Haible  <bruno@clisp.org>
19912
19913         * lib/lock.h (gl_lock_initializer): New macro.
19914         (gl_lock_define_initialized): Use it.
19915         (gl_rwlock_initializer): New macro.
19916         (gl_rwlock_define_initialized): Use it.
19917         (gl_recursive_lock_initializer): New macro.
19918         (gl_recursive_lock_define_initialized): Use it.
19919
19920 2005-07-30  Karl Berry  <karl@gnu.org>
19921
19922         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19923         Report from Ben Pfaff, regarding getopt.
19924
19925 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19926
19927         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19928         normal way.
19929         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19930         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19931         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19932         (gl_GETOPT): Use the new macros.  Most of the implementation
19933         is moved to the new macros.  This is for programs like Emacs
19934         that don't want all the functionality of gl_GETOPT.
19935
19936 2005-07-26  Bruno Haible  <bruno@clisp.org>
19937
19938         * m4/lock.m4: Update from GNU gettext.
19939
19940 2005-07-26  Bruno Haible  <bruno@clisp.org>
19941
19942         * lib/lock.h: Update from GNU gettext.
19943         * lib/lock.c: Update from GNU gettext.
19944
19945 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19946
19947         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19948         obsolescent AC_TRY_RUN.  Include the default includes files, for
19949         'exit'.
19950
19951 2005-07-24  Bruno Haible  <bruno@clisp.org>
19952
19953         * modules/visibility: New file.
19954         * MODULES.html.sh (Misc): Add visibility.
19955
19956 2005-07-24  Bruno Haible  <bruno@clisp.org>
19957
19958         * m4/visibility.m4: New file.
19959
19960 2005-07-24  Bruno Haible  <bruno@clisp.org>
19961
19962         * doc/visibility.texi: New file.
19963
19964 2005-07-22  Bruno Haible  <bruno@clisp.org>
19965
19966         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19967         $(ALLOCA_H), redundant through BUILT_SOURCES.
19968         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19969         redundant through BUILT_SOURCES.
19970         * modules/byteswap (Makefile.am): Remove explicit dependency on
19971         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19972         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19973         $(FNMATCH_H), redundant through BUILT_SOURCES.
19974         * modules/getopt (Makefile.am): Remove explicit dependency on
19975         $(GETOPT_H), redundant through BUILT_SOURCES.
19976         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19977         redundant through BUILT_SOURCES.
19978         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19979         redundant through BUILT_SOURCES.
19980         * modules/stdbool (Makefile.am): Remove explicit dependency on
19981         $(STDBOOL_H), redundant through BUILT_SOURCES.
19982         * modules/stdint (Makefile.am): Remove explicit dependency on
19983         $(STDINT_H), redundant through BUILT_SOURCES.
19984         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19985         Remove explicit dependency on $(SYSEXITS_H).
19986         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19987
19988 2005-07-18  Simon Josefsson  <jas@extundo.com>
19989
19990         * lib/check-version.c (check_version): Accept identical versions too.
19991
19992 2005-07-18  Bruno Haible  <bruno@clisp.org>
19993
19994         * modules/lock: New file.
19995         * MODULES.html.sh (Multithreading): New section.
19996
19997 2005-07-18  Bruno Haible  <bruno@clisp.org>
19998
19999         * m4/lock.m4: New file, from GNU gettext.
20000
20001 2005-07-18  Bruno Haible  <bruno@clisp.org>
20002
20003         * lib/lock.h: New file, from GNU gettext.
20004         * lib/lock.c: New file, from GNU gettext.
20005
20006 2005-07-18  Bruno Haible  <bruno@clisp.org>
20007
20008         * lib/lock.h (gl_once_t): New type.
20009         (gl_once_define, gl_once): New macros.
20010         * lib/lock.c (fresh_once): New variable.
20011         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
20012         functions.
20013
20014 2005-07-16  Simon Josefsson  <jas@extundo.com>
20015
20016         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
20017         workaround, suggested by Bruno.
20018
20019 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
20020
20021         * modules/xalloc (Depends-on): Add xalloc-die.
20022         * modules/xvasprintf (Depends-on): Add xalloc-die.
20023
20024 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
20025
20026         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
20027         with a minor change.
20028
20029 2005-07-15  Bruno Haible  <bruno@clisp.org>
20030
20031         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
20032         When using lib/poll.c, define poll as rpl_poll.
20033
20034 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
20035
20036         * modules/argp (Depends-on): Remove unlocked-io.
20037
20038 2005-07-14  Derek Price  <derek@ximbiot.com>
20039
20040         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
20041         for glob symlink bug.
20042
20043 2005-07-14  Bruno Haible  <bruno@clisp.org>
20044
20045         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
20046         Instead, test for *_unlocked function declarations directly.
20047
20048 2005-07-11  Simon Josefsson  <jas@extundo.com>
20049
20050         * modules/size_max: New file.
20051
20052         * modules/xsize: Depend on size_max module for size_max.m4.
20053
20054 2005-07-11  Simon Josefsson  <jas@extundo.com>
20055
20056         * lib/size_max.h: New file.
20057
20058 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
20059
20060         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
20061         copyright symbol and the year.
20062         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
20063         (version_etc_va): Use parameterized copyright notice.
20064         Reword to conform to the current GNU coding standards.
20065
20066 2005-07-11  Karl Berry  <karl@gnu.org>
20067
20068         * doc/gnulib.texi (Quoting): new node.
20069         (Initial import): more info, from Patrice.
20070
20071 2005-07-11  Bruno Haible  <bruno@clisp.org>
20072
20073         * gnulib-tool (func_usage): Document option --avoid.
20074         (Command line options): Handle --avoid.
20075         (func_acceptable): New function.
20076         (func_modules_transitive_closure): Use it.
20077
20078 2005-07-11  Bruno Haible  <bruno@clisp.org>
20079
20080         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
20081         Reported by Jim Meyering.
20082
20083 2005-07-10  Bruno Haible  <bruno@clisp.org>
20084
20085         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
20086         Needed when size_t is smaller than 'unsigned int'.
20087         Reported by Paul Eggert.
20088
20089 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20090
20091         * modules/argp (Depends-on): Add unlocked-io
20092
20093 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20094
20095         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
20096         block of defines.
20097
20098 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
20099
20100         * config/srclist.txt: Comment out regcomp.c, since we have a porting
20101         fix now.
20102
20103 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
20104         and Paul Eggert  <eggert@cs.ucla.edu>
20105
20106         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
20107         in wint_t, not wchar_t.  Remove now-unnecessary cast.
20108
20109 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
20110
20111         * modules/regex (Files): Add lib/regex_internal.c,
20112         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
20113         (Depends-on): Add extensions.
20114         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
20115
20116 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
20117
20118         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
20119         pathconf.
20120         * m4/same.m4 (gl_SAME): Likewise.
20121         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
20122
20123         * m4/regex.m4: Adjust to new libc regex implementation.
20124         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
20125         all the .c and .h parts of (the new) regex.
20126         Quote the m4 stuff better.
20127         Check for RE_ICASE bug of old gnulib.
20128         Check for REG_STARTEND of recent libc.
20129         Rename local variables from jm_* to gl_*.
20130         Quote operand of "test -f".
20131         Say "recent enough" version of libc, not "version 2".
20132         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
20133         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
20134         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
20135         Remove check for btowc, isascii.
20136         Require AM_LANGINFO_CODESET.
20137
20138 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
20139
20140         * lib/regex.c, regex.h: Sync from libc.
20141         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
20142         * lib/regexec.c:
20143         New files, synced from libc, except that regex_internal.h
20144         currently has a small porting fix.
20145
20146 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
20147
20148         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
20149         regex_internal.c, regexec.c.
20150         Add regex_internal.h too, but as a comment, since the libc version
20151         is currently broken in gnulib mode.
20152
20153 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20154
20155         Support programs like Emacs that use gnulib but not gettext.
20156         * MODULES.html.sh (Internationalization functions): Add gettext-h.
20157         * modules/gettext-h: New file.
20158         * modules/gettext (Files): Remove lib/gettext.h.
20159         (Depends-on): Add gettext-h.
20160         (Makefile.am): Remove lib_SOURCES.
20161         * modules/argmatch, modules/c-stack, modules/closeout:
20162         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
20163         * modules/execute, modules/file-type, modules/getaddrinfo:
20164         * modules/getopt, modules/human, modules/javacomp:
20165         * modules/javaexec, modules/mkdir-p, modules/obstack:
20166         * modules/openat, modules/pagealign_alloc, modules/pipe:
20167         * modules/quotearg, modules/regex, modules/rpmatch:
20168         * modules/unicodeio, modules/userspec, modules/version-etc:
20169         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
20170         * modules/xsetenv:
20171         Depend on gettext-h, not gettext.
20172
20173 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20174
20175         * gnulib-tool (func_import): Add support for 'public domain' license.
20176         * modules/alloca, modules/atexit, modules/memmove:
20177         Now public domain, not GPL.
20178         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
20179         * modules/realloc, modules/strerror, modules/strtod:
20180         Now LGPL, not GPL.
20181
20182 2005-07-05  Bruno Haible  <bruno@clisp.org>
20183
20184         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
20185         autoconf CVS. Needed for mingw.
20186
20187 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20188
20189         Remove the dependency of the strftime module on the tzset module.
20190         * modules/strftime (Depends-on): Remove dependency on tzset.
20191
20192 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20193
20194         Remove the dependency of the strftime module on the tzset module.
20195         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
20196         gl_FUNC_TZSET_CLOBBER.
20197
20198 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20199
20200         Remove the dependency of the strftime module on the tzset module.
20201         * lib/strftime.c (my_strftime)
20202         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
20203         Copy the input structure, to work around some of the bug with
20204         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
20205         Solaris releases, you should also use the tzset module, but we won't
20206         require it as a dependency any more since we don't want LGPLed code
20207         to depend on GPLed code.
20208
20209 2005-07-02  Jim Meyering  <jim@meyering.net>
20210
20211         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
20212         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
20213         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
20214         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
20215
20216 2005-07-02  Jim Meyering  <jim@meyering.net>
20217
20218         * lib/backupfile.c (backup_args): Change a `0' to NULL.
20219
20220 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20221
20222         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
20223         declares only 'struct timespec;' (!).
20224
20225 2005-07-01  Jim Meyering  <jim@meyering.net>
20226
20227         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
20228         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
20229         * lib/save-cwd.c, tempname.c:
20230         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
20231         and don't include <sys/file.h>).
20232
20233 2005-06-29  Jim Meyering  <jim@meyering.net>
20234
20235         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
20236         type name.  Use the variable name instead.
20237         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
20238         Likewise.
20239
20240 2005-06-28  Simon Josefsson  <jas@extundo.com>
20241
20242         * modules/check-version (Files): Add check-version.m4.
20243
20244 2005-06-28  Simon Josefsson  <jas@extundo.com>
20245
20246         * m4/check-version.m4: New file, suggested by Jim Meyering
20247         <jim@meyering.net>.
20248
20249 2005-06-28  Simon Josefsson  <jas@extundo.com>
20250
20251         * lib/check-version.h, lib/check-version.c: New files.
20252
20253 2005-06-28  Simon Josefsson  <jas@extundo.com>
20254
20255         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
20256         collision with global variable.  Better indentation.  Don't
20257         increment buffer pointer beyond buffer end.  Based on comments
20258         from Paul Eggert <eggert@cs.ucla.edu>.
20259
20260         * lib/base64.h: Indent.
20261
20262 2005-06-28  Simon Josefsson  <jas@extundo.com>
20263
20264         * doc/gnulib.texi (Library version handling): New section.
20265
20266 2005-06-28  Jim Meyering  <jim@meyering.net>
20267
20268         * check-module (find_included_lib_files): Hard-code another
20269         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
20270         but modules/fts-lgpl (correctly) does not list those files.
20271
20272         * modules/canonicalize (Files): Add lib/pathmax.h.
20273
20274 2005-06-25  Simon Josefsson  <jas@extundo.com>
20275
20276         * modules/check-version: New file.
20277
20278 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
20279
20280         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
20281         initializer of struct addrinfo, as an indication that we don't
20282         care how many members the structure has.
20283
20284 2005-06-24  Derek Price  <derek@ximbiot.com>
20285         and Bruno Haible  <bruno@clisp.org>
20286
20287         Remove stat module & update lstat.
20288         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
20289         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
20290         * m4/stat.m4: Remove this file.
20291
20292 2005-06-24  Derek Price  <derek@ximbiot.com>
20293         and Bruno Haible  <bruno@clisp.org>
20294
20295         Remove stat module & update lstat.
20296         * lib/stat.c: Remove this file...
20297         (slash_aware_lstat): ...moving this content and its support...
20298         * lib/lstat.c (rpl_lstat): ...into here.
20299         * lib/lstat.h: New file.
20300
20301 2005-06-24  Derek Price  <derek@ximbiot.com>
20302         and Bruno Haible  <bruno@clisp.org>
20303
20304         Remove stat module & update lstat.
20305         * config/srclist.txt (libc sources): Remove stat.
20306
20307 2005-06-24  Derek Price  <derek@ximbiot.com>
20308         and Bruno Haible  <bruno@clisp.org>
20309
20310         Remove stat module & update lstat.
20311         * MODULES.html.sh (stat): Remove.
20312         * MODULES.html: Regenerated.
20313         * modules/lstat (Description): Correct function name.
20314         (Files): Add "lstat.h".
20315         (Depends-on): Remove stat, add xalloc, stat-macros.
20316         * modules/stat: Remove this file.
20317         (Include): Add "lstat.h", remove <sys/stat.h>.
20318
20319 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
20320
20321         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
20322         (ranged_convert): Don't save conversion in a temporary struct.
20323         This causes a warning with GCC 4.0.0, and anyway in the typical
20324         case it's not worth the extra 100 bytes or so of code.
20325         (ranged_convert, __mktime_internal): When calling a function via a
20326         pointer P, use P () rather than (*P) (), as we now assume C89 or
20327         better.
20328
20329 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20330
20331         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
20332         "who -r" failed to give output.  Problem reported by Tim Waugh.
20333
20334         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
20335         (xcalloc): Use it to avoid needless tests.
20336         Problem reported by Jim Meyering.
20337
20338 2005-06-20  Derek Price  <derek@ximbiot.com>
20339
20340         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
20341         unnecessary for Autoconfs > 2.59c.
20342
20343 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20344
20345         * lib/argp.h (__option_is_short): Check upper limit of
20346         __key. Isprint() requires its argument to have the value
20347         of an unsigned char or EOF.
20348
20349 2005-06-16  Jim Meyering  <jim@meyering.net>
20350
20351         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
20352         when either N or S is zero.
20353
20354 2005-06-16  Derek Price  <derek@ximbiot.com>
20355
20356         * m4/bison.m4: Declare YACC & YFLAGS precious.
20357
20358 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
20359
20360         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
20361         multibyte string or pattern, fall back on unibyte matching.
20362         Problem reported by James Youngman.
20363
20364 2005-06-08  Bruno Haible  <bruno@clisp.org>
20365
20366         * modules/csharpcomp: New file.
20367         * MODULES.html.sh (C#): Add csharpcomp.
20368
20369 2005-06-08  Bruno Haible  <bruno@clisp.org>
20370
20371         * m4/csharpcomp.m4: New file, from GNU gettext.
20372
20373 2005-06-08  Bruno Haible  <bruno@clisp.org>
20374
20375         * lib/csharpcomp.h: New file, from GNU gettext.
20376         * lib/csharpcomp.c: New file, from GNU gettext.
20377         * lib/csharpcomp.sh.in: New file, from GNU gettext.
20378
20379 2005-06-08  Bruno Haible  <bruno@clisp.org>
20380
20381         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
20382         warning on mingw.
20383
20384 2005-06-07  Derek Price  <derek@ximbiot.com>
20385
20386         Sync from CVS.
20387         * lib/glob_.h: Indent nested #ifdef.
20388
20389 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20390
20391         Sync from coreutils.
20392         Use "file name" when talking about file names, instead of "filename"
20393         or "path", as per the GNU coding standards.
20394         * lib/mkdir-p.c: Renamed from makepath.c.
20395         (make_dir_parents): Renamed from make_path.  All callers changed.
20396         * lib/mkdir-p.h: Likewise.  All includers changed.
20397         * lib/filenamecat.c: Renamed from path-concat.c.
20398         (file_name_concat): Renamed from path_concat.  All callers changed.
20399         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
20400         * lib/filenamecat.h: Likewise.  All includers changed.
20401         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
20402         in comments or local variable names.
20403         * lib/basename.c: Likewise.
20404         * lib/canonicalize.c, canonicalize.h: Likewise.
20405         * lib/dirname.c, dirname.h: Likewise.
20406         * lib/euidaccess.c: Likewise.
20407         * lib/exclude.c: Likewise
20408         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
20409         * lib/fsusage.c, fsuage.h: Likewise.
20410         * lib/fts.c, fts_.h: Likewise.
20411         * lib/getcwd.c: Likewise.
20412         * lib/getloadavg.c: Likewise.
20413         * lib/mkstemp.c: Likewise.
20414         * lib/mountlist.c, mountlist.h: Likewise.
20415         * lib/openat.c, openat.h: Likewise.
20416         * lib/readlink-stub.c: Likewise.
20417         * lib/readutmp.c, readutmp.h: Likewise.
20418         * lib/rename.c: Likewise.
20419         * lib/rmdir.c: Likewise.
20420         * lib/same.c: Likewise.
20421         * lib/savedir.c: Likewise.
20422         * lib/stripslash.c: Likewise.
20423         * lib/tempname.c: Likewise.
20424         * lib/xreadlink.c: Likewise.
20425         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
20426         All uses changed.
20427         * lib/exclude.h: Likewise.
20428
20429         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
20430         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20431         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
20432         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20433         * lib/pathmax.h: Include <limits.h> unconditionally, since other
20434         files have been getting away with it for years (MORE/BSD 4.3
20435         is extinct now).
20436         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
20437         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20438
20439         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
20440         Define to 256, not 255, as per modern POSIX.
20441
20442 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20443
20444         Sync from coreutils.
20445         Use "file name" when talking about file names, instead of "filename"
20446         or "path", as per the GNU coding standards.
20447         * MODULES.html.sh: mkdir-p renamed from makepath.
20448         filenamecat renamed from path-concat.
20449         * modules/filenamecat: Renamed from modules/path-concat.
20450         (Files): filenamecat.h and filenamecat.c renamed from
20451         path-concat.h and path-concat.c.
20452         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
20453         (Include): filenamecat.h, not path-concat.h.
20454         * modules/mkdir-p: Renamed from modules/makepath.
20455         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
20456         makepath.c.
20457         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
20458         (Include): mkdir-p.h, not makepath.h.
20459
20460 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20461
20462         Sync from coreutils.
20463         * m4/mkdir-p.m4: Renamed from makepath.m4.
20464         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
20465         Rename files from makepath.c to mkdir-p.c, and from
20466         makepath.h to mkdir-p.h.
20467         * m4/filenamecat.m4: Renamed from path-concat.m4.
20468         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
20469         Rename files from path-concat.c to filenamecat.c,
20470         and from path-concat.h to filenamecat.h.
20471         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
20472         "file name" in local variables or comments.
20473         * m4/rename.m4: Likewise.
20474
20475 2005-06-01  Bruno Haible  <bruno@clisp.org>
20476
20477         * modules/csharpexec: New file.
20478         * MODULES.html.sh (C#): New section.
20479
20480 2005-06-01  Bruno Haible  <bruno@clisp.org>
20481
20482         * m4/csharp.m4: New file, from GNU gettext.
20483         * m4/csharpexec.m4: New file, from GNU gettext.
20484
20485 2005-06-01  Bruno Haible  <bruno@clisp.org>
20486
20487         * lib/csharpexec.h: New file, from GNU gettext.
20488         * lib/csharpexec.c: New file, from GNU gettext.
20489         * lib/csharpexec.sh.in: New file, from GNU gettext.
20490
20491 2005-05-31  Derek Price  <derek@ximbiot.com>
20492             Paul Eggert  <eggert@cs.ucla.edu>
20493
20494         Sync from cvs.
20495         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20496
20497 2005-05-31  Derek Price  <derek@ximbiot.com>
20498             Paul Eggert  <eggert@cs.ucla.edu>
20499
20500         Sync from cvs.
20501         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20502
20503 2005-05-29  Derek Price  <derek@ximbiot.com>
20504
20505         * config/srclist.txt (glob_.h, glob.c): Add these files.
20506
20507 2005-05-29  Derek Price  <derek@ximbiot.com>
20508
20509         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
20510         * modules/glob: New file.
20511         * modules/getlogin_r: Add link to POSIX spec in description.
20512
20513 2005-05-29  Derek Price  <derek@ximbiot.com>
20514             Paul Eggert  <eggert@cs.ucla.edu>
20515
20516         * m4/glob.m4: New file.
20517
20518 2005-05-29  Derek Price  <derek@ximbiot.com>
20519             Paul Eggert  <eggert@cs.ucla.edu>
20520
20521         * lib/glob_.h, lib/glob.c: New files.
20522
20523 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20524
20525         * modules/fts (Files): Remove m4/inttypes-pri.m4.
20526         * modules/fts-lgpl (Depends-on): Remove gettext.
20527
20528 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20529
20530         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
20531         and don't require gt_INTTYPES_PRI.
20532
20533 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20534
20535         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
20536
20537         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
20538         the configuration hassle isn't worth it.
20539         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
20540         (LONGEST_MODIFIER, PRIuMAX): Remove.
20541
20542 2005-05-27  Bruno Haible  <bruno@clisp.org>
20543
20544         * lib/getlogin_r.h: Remove second include of <stddef.h>.
20545
20546 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
20547
20548         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
20549         _POSIX_PTHREAD_SEMANTICS for Solaris.
20550
20551 2005-05-25  Derek Price  <derek@ximbiot.com>
20552
20553         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
20554
20555 2005-05-25  Derek Price  <derek@ximbiot.com>
20556             Paul Eggert  <eggert@cs.ucla.edu>
20557
20558         * modules/getlogin_r, m4/getlogin_r.m4: New files.
20559         * lib/getlogin_r.c, getlogin_r.h: New files.
20560
20561 2005-05-25  Bruno Haible  <bruno@clisp.org>
20562             Derek Price  <derek@ximbiot.com>
20563
20564         * lib/getlogin_r.h: Simplify API documentation.
20565
20566 2005-05-23  Derek Price  <derek@ximbiot.com>
20567
20568         * modules/minmax (Files): Add m4/minmax.m4.
20569         (configure.ac): Add gl_MINMAX.
20570
20571 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20572
20573         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
20574         so that unistd-safer.h (GPL'ed code) need not be included.
20575
20576 2005-05-22  Bruno Haible  <bruno@clisp.org>
20577
20578         * m4/minmax.m4: New file.
20579         Based on a patch by Derek Price <derek@ximbiot.com>.
20580
20581 2005-05-22  Bruno Haible  <bruno@clisp.org>
20582
20583         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
20584         (INT64_MIN): Fix definition.
20585         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
20586
20587         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
20588         NEED_SIGNED_INT_TYPES.
20589
20590         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
20591         HAVE_SYSTEM_INTTYPES.
20592
20593 2005-05-22  Bruno Haible  <bruno@clisp.org>
20594
20595         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
20596         Also include <sys/param.h> if it defines MIN, MAX.
20597         Based on a patch by Derek Price <derek@ximbiot.com>.
20598
20599 2005-05-21  Jim Meyering  <jim@meyering.net>
20600
20601         * modules/fts (Files): Add m4/inttypes-pri.m4.
20602         (Depends-on): Add lstat and remove gettext.  Alphabetize.
20603
20604 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20605
20606         New fts module.
20607         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
20608         (setup_dir, free_dir): New functions.
20609         (enter_dir, leave_dir): Define trivial
20610         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
20611         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
20612         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
20613         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
20614         Move to fts-cycle.c.
20615         (fts_open): Use setup_dir.
20616         (fts_close): Use free_dir.
20617         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
20618         This adds a label and some gotos, but the alternatives were messier.
20619         Check for memory allocation failure when entering a dir.
20620         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
20621         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
20622         (FTS): New member fts_cycle, that is a union that contains the
20623         old active_dir_ht and cycle_state.  All uses changed to mention
20624         fts_cycle.ht and fts_cycle.state.
20625         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
20626         fts.c, with the following changes:
20627         (setup_dir, free_dir): New functions.
20628         (enter_dir): Now returns bool.  Return true if successful, false
20629         if memory exhausted.  All callers changed.
20630         Do not bother partly cleaning up on
20631         memory allocation failure; that is free_dir's job.
20632         However, free ad if hash_insert fails, to avoid memory leak.
20633         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
20634         fts->fts_options to see which union member to use.
20635
20636 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20637
20638         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
20639         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
20640
20641 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20642
20643         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
20644
20645 2005-05-20  Jim Meyering  <jim@meyering.net>
20646
20647         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
20648         Now a macro, to pacify GCC.
20649
20650 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20651
20652         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
20653         of -1.
20654
20655 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20656
20657         * lib/chown.c (rpl_chown): Return -1 on failure.
20658
20659 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20660
20661         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
20662         Don't check for stddef.h.
20663         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
20664         don't use its results.
20665         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
20666         since we include them unconditionally.  Don't require
20667         AM_STDBOOL_H, since stdbool is a prerequisite.
20668         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
20669         since we assume C89 or better.
20670         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
20671         as we don't use their results.
20672         Don't check for fchdir, memmove, memset, strrchr, as we use
20673         them unconditionally.
20674         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
20675         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
20676
20677 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20678
20679         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
20680         Include <stddef.h> unconditionally, since we assume C89 now.
20681         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
20682         * lib/fts.c: Include fts_.h first, to check interface.
20683         Do not include intprops.h; no longer needed.
20684         Include cycle-check.h and hash.h, since fts_.h no longer does.
20685         Remove unnecessary casts of closedir to void.
20686         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
20687         decide whether to decrement nlinks.
20688         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
20689         (FTS): Use struct hash_table * instead of Hash_table, so that
20690         we no longer need to include hash.h here.
20691
20692 2005-05-18  Jim Meyering  <jim@meyering.net>
20693
20694         * modules/dirfd (License): Change to LGPL.  Most of the code
20695         is already in the public domain.
20696
20697 2005-05-18  Jim Meyering  <jim@meyering.net>
20698
20699         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
20700         Reported by Yoann Vandoorselaere.
20701
20702 2005-05-17  Jim Meyering  <jim@meyering.net>
20703
20704         * m4/fts.m4: New file, from coreutils.
20705
20706 2005-05-17  Jim Meyering  <jim@meyering.net>
20707
20708         * lib/fts.c, lib/fts_.h: New files, from coreutils.
20709
20710 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20711
20712         Sync from coreutils.
20713         * m4/unlinkdir.m4: New file.
20714
20715 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20716
20717         Sync from coreutils.
20718         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
20719         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
20720         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
20721         White space changes only.
20722         * lib/makepath.c (make_path): Port to hosts where leading "//" is
20723         special.
20724         * lib/yesno.c: Include getline.h, not ctype.h.
20725         (yesno): Don't remove leading white space; POSIX doesn't allow it.
20726         Use getline to remove arbitrary restriction on response length.
20727
20728 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20729
20730         * config/srclist-update: Spell out "Street" in FSF postal
20731         mail address; this is the style the FSF seems to prefer.
20732
20733         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
20734         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
20735         this updates FSF postal mail address.
20736
20737         Sync from coreutils.
20738         * modules/unlinkdir: New file.
20739         * modules/yesno (Depends-on): Add getline.
20740         * MODULES.html.sh (File system functions): Add unlinkdir.
20741
20742 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20743
20744         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
20745         lib/strsep.h:
20746         Change the initial comment to refer to GPL, not LGPL.
20747         gnulib-tool will change it to LGPL as needed.
20748
20749         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
20750         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
20751         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
20752         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
20753         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
20754         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
20755         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
20756         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
20757         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
20758         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
20759         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
20760         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
20761         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
20762         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
20763         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
20764         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
20765         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
20766         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
20767         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
20768         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
20769         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
20770         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
20771         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
20772         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
20773         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
20774         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
20775         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
20776         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
20777         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
20778         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
20779         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
20780         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
20781         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
20782         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
20783         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
20784         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
20785         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
20786         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
20787         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
20788         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
20789         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
20790         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
20791         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
20792         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
20793         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
20794         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
20795         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
20796         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
20797         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
20798         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
20799         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20800         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
20801         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
20802         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
20803         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
20804         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
20805         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
20806         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
20807         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
20808         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
20809         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
20810         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
20811         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
20812         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
20813         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
20814         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
20815         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
20816         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
20817         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
20818         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
20819         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
20820         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
20821         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
20822         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
20823         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
20824         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
20825         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
20826         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
20827         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
20828         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
20829         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
20830         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
20831         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
20832         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
20833         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
20834         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
20835         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
20836         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
20837         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
20838         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
20839         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
20840         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
20841         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
20842         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
20843         lib/yesno.c, lib/yesno.h:
20844         Update FSF postal mail address.
20845
20846 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20847
20848         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
20849         tests/test-memmem.c, tests/test-stpncpy.c:
20850         Update FSF postal mail address.
20851
20852 2005-05-13  Bruno Haible  <bruno@clisp.org>
20853
20854         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
20855         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
20856         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
20857         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
20858         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
20859         Add support for 64-bit integers in the MSVC compiler.
20860
20861 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20862
20863         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
20864
20865 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
20866
20867         * gnulib-tool (func_import): Sort and uniquify recommended includes.
20868
20869 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
20870
20871         * doc/getdate.texi (General date syntax): Don't say that date
20872         date --iso-8601=ns generates acceptable dates; it doesn't yet.
20873         Problem reported by Nic Ferrier.
20874
20875 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20876
20877         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
20878         specified in ai_socktype. Fix invalid ai_protocol
20879         check. ai_protocol is usually set to 0 or depending on
20880         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
20881         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
20882         ai_socktype / ai_protocol in the returned addrinfo structure.
20883
20884 2005-05-10  Simon Josefsson  <jas@extundo.com>
20885
20886         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
20887         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20888
20889 2005-05-10  Karl Berry  <karl@gnu.org>
20890
20891         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
20892         (from http://www.gnu.org/licenses).
20893         * doc/COPYING.LIB: also rename to COPYING.LESSER.
20894         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
20895         fdl.texi suffices.
20896
20897 2005-05-10  Karl Berry  <karl@gnu.org>
20898
20899         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
20900         (COPYING.DOC): remove.
20901
20902         * config/srclist-update: new FSF address.
20903
20904 2005-05-10  Derek Price  <derek@ximbiot.com>
20905
20906         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20907         possible.
20908
20909 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20910             Bruno Haible  <bruno@clisp.org>
20911
20912         * modules/inet_ntop: New file.
20913         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20914         inet_ntop.
20915
20916 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20917             Bruno Haible  <bruno@clisp.org>
20918
20919         * m4/inet_ntop.m4: New file.
20920
20921 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20922             Bruno Haible  <bruno@clisp.org>
20923
20924         * lib/inet_ntop.h: New file.
20925         * lib/inet_ntop.c: New file, from glibc with modifications.
20926
20927 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20928
20929         * modules/time_r (License): Change to LGPL.
20930         * modules/extensions (License): Change to LGPL.  Actually,
20931         the license is more permissive than that, but currently gnulib-tool
20932         doesn't know how to handle more-permissive licenses.
20933
20934         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20935         Problem reported by Dave Love.
20936
20937 2005-05-08  Jim Meyering  <jim@meyering.net>
20938
20939         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20940         blank.
20941
20942 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20943
20944         * modules/argmatch (Depends-on): Add stdbool.
20945         * modules/backupfile (Depends-on): Likewise.
20946         * modules/chdir-long (Depends-on): Likewise.
20947         * modules/closeout (Depends-on): Likewise.
20948         * modules/cycle-check (Depends-on): Likewise.
20949         * modules/dirname (Depends-on): Likewise.
20950         * modules/fnmatch (Depends-on): Likewise.
20951         * modules/fsusage (Depends-on): Likewise.
20952         * modules/fwriteerror (Depends-on): Likewise.
20953         * modules/getcwd (Depends-on): Likewise.
20954         * modules/getloadavg (Depends-on): Likewise.
20955         * modules/hard-locale (Depends-on): Likewise.
20956         * modules/makepath (Depends-on): Likewise.
20957         * modules/mountlist (Depends-on): Likewise.
20958         * modules/nanosleep (Depends-on): Likewise.
20959         * modules/posixtm (Depends-on): Likewise.
20960         * modules/quotearg (Depends-on): Likewise.
20961         * modules/readtokens (Depends-on): Likewise.
20962         * modules/readtokens0 (Depends-on): Likewise.
20963         * modules/readutmp (Depends-on): Likewise.
20964         * modules/save-cwd (Depends-on): Likewise.
20965         * modules/strftime (Depends-on): Likewise.
20966         * modules/userspec (Depends-on): Likewise.
20967         * modules/utimecmp (Depends-on): Likewise.
20968         * modules/xgetcwd (Depends-on): Likewise.
20969         * modules/xnanosleep (Depends-on): Likewise.
20970         * modules/xstrtod (Depends-on): Likewise.
20971         * modules/yesno (Depends-on): Likewise.
20972
20973 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20974
20975         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20976         needless checks.
20977
20978 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20979
20980         Merge from coreutils.  Among other things,
20981         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20982         * lib/fd-safer.c: New file.
20983         * lib/fcntl-safer.h, open-safer.c: Remove.
20984         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20985         * lib/dup-safer.c: Include unistd-safer.h first.
20986         Don't include errno.h.
20987         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20988         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20989         * lib/file-type.c: Rely on file-type.h change.
20990         * lib/getloadavg.c: Include unistd-safer.h.
20991         (getloadavg): Use safer open.
20992         * lib/getusershell.c: Include "stdio-safer.h".
20993         (getusershell): Use safer fopen.
20994         * lib/long-options.c (long_options): Use NULL rather than 0.
20995         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
20996         'free'.
20997         * lib/modechange.c: Likewise.
20998         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
20999         (MODE_DONE): New constant.
21000         (struct mode_change): Remove 'next' member.
21001         (make_node_op_equals): New function; like the old one of the
21002         same name, except it allocates an array.
21003         (mode_compile, mode_create_from_ref): Use it.
21004         (mode_compile): Allocate result as an array, not a linked list.
21005         Parse octal string ourself, so that we catch mistakes like "+0".
21006         (mode_adjust): Arg is an array, not a linked list.
21007         * lib/modechange.c: Include stat-macros.h, xalloc.h.
21008         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
21009         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
21010         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
21011         Remove.  This is now stat-macros.h's job.
21012         (talloc): Remove.  All callers replaced by xalloc, so that
21013         our invokers don't have to worry about reporting memory failures.
21014         (make_node_op_equals): Remove.
21015         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
21016         New constants.
21017         (struct mode_change): Moved here from modechange.h.
21018         (mode_append_entry): Remove.
21019         (mode_compile): Remove MASKED_OPS arg, since it encouraged
21020         apps to have incorrect behavior.  Use simpler algorithm for head
21021         and tail.  Don't futz with umask; that's now the job of mode_adjust.
21022         Detect more invalid usages rather than having somewhat-random behavior.
21023         Don't insert an "a=" action, as that leads to incorrect behavior.
21024         (mode_compile, mode_create_from_ref): Return NULL on error instead
21025         of an enum, since now there's only one way to have an error.  All
21026         callers changed.
21027         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
21028         at the correct time.  Simplify calculation of "+u" and its ilk.
21029         Don't mishandle "+X".
21030         (mode_free): Remove "register" and localize decls.
21031         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
21032         (struct mode_change): Move to modechange.c; callers don't
21033         need to see this stuff.
21034         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
21035         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
21036         (mode_change, mode_adjust): Reflect the new signatures noted above.
21037         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
21038         that might redefine system include files.
21039         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
21040         (my_usleep): Use NULL rather than (void *) 0.
21041         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
21042         Use siginterrupt to specify that system calls should be interrupted.
21043         (rpl_nanosleep): Move initialization of suspended closer to call of
21044         my_usleep.
21045         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
21046         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
21047         (desirable_utmp_entry): New function.
21048         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
21049         using x2nrealloc, to simplify logic.
21050         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
21051         size calculation.  Do not assume utmp file is a regular file.
21052         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
21053         (READ_UTMP_CHECK_PIDS): New constant.
21054         * lib/save-cwd.c: Include unistd-safer.h.
21055         (save_cwd): Use fd_safer.
21056         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
21057         [!_LIBC] Include "stat-macros.h" instead.
21058         * lib/unistd-safer.h (fd_safer): New decl.
21059
21060 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
21061
21062         * modules/getloadavg (Depends-on): Add unistd-safer.
21063         * modules/getusershell (Depends-on): Add stdio-safer.
21064         * modules/lstat (Depends-on): Remove xalloc.
21065         * modules/mkstemp (Depends-on): Add stat-macros.
21066         * modules/modechange (Depends-on): Remove xstrtol.
21067         Add stat-macros, xalloc.
21068         * modules/save-cwd (Depends-on): Add unistd-safer.
21069         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
21070         * modules/unistd-safer (Files): Add lib/fd-safer.c
21071         (Makefile.am): Remove lib_SOURCES.
21072
21073         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
21074         Remove fcntl-safer; unistd-safer supersedes it.
21075
21076 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
21077
21078         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
21079         AC_HEADER_STAT.
21080         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
21081         (gl_PREREQ_CHOWN): Remove.
21082         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
21083         it.  Don't require AC_HEADER_STAT.
21084         (gl_PREREQ_LSTAT): Remove.
21085         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
21086         Don't require AC_HEADER_STAT.
21087         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
21088         (gl_PREREQ_RMDIR): Remove.
21089         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
21090         mention stat-macros.h or AC_HEADER_STAT, since we'll make
21091         the stat-macros module a prerequisite.
21092         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
21093         * m4/filemode.m4 (gl_FILEMODE): Likewise.
21094         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
21095         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
21096         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
21097         variable names.
21098         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
21099         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
21100         variable prefixes.
21101         * m4/fcntl-safer.m4: Remove.
21102         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
21103         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
21104         Invoke gl_PREREQ_FD_SAFER.
21105         (gl_PREREQ_FD_SAFER): New macro.
21106         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
21107         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
21108         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
21109         Remove duplicate call to AC_LIBOBJ(readutmp).
21110         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
21111
21112         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
21113         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
21114
21115 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
21116
21117         * MODULES.html.sh (Misc): Add byteswap.
21118
21119 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
21120
21121         * modules/getcwd (Depends-on): Add extensions.
21122         * modules/openat (Depends-on): Likewise.
21123
21124 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
21125
21126         * modules/byteswap: New file.
21127
21128 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
21129
21130         * m4/byteswap.m4: New file.
21131
21132 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
21133
21134         * lib/byteswap_.h: New file.
21135
21136 2005-04-25  Karl Berry  <karl@gnu.org>
21137
21138         * m4/gettext.m4: Update from GNU gettext 0.14.4.
21139
21140 2005-04-25  Albert Chin  <china@thewrittenword.com>
21141
21142         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
21143         Toolkit C bug.
21144
21145 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
21146
21147         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
21148         (func_ln_if_changed) Remove forcibly for no error message
21149         in case file does not exist.
21150
21151 2005-04-19  Simon Josefsson  <jas@extundo.com>
21152
21153         * gnulib-tool (Options): Make --symlink mean --symbolic.
21154
21155 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
21156
21157         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
21158
21159 2005-04-16  Simon Josefsson  <jas@extundo.com>
21160
21161         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
21162
21163 2005-04-15  Simon Josefsson  <jas@extundo.com>
21164
21165         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
21166
21167 2005-04-15  Simon Josefsson  <jas@extundo.com>
21168
21169         * gnulib-tool: Rename --symlink to --symbolic.
21170
21171 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
21172
21173         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
21174         symbolic links to files instead of copying/moving.  Add --aux-dir,
21175         specifying directory relative --dir where auxiliary build tools
21176         are placed.
21177
21178 2005-04-14  Bruno Haible  <bruno@clisp.org>
21179
21180         * modules/allocsa (License): Change to LGPL.
21181         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21182
21183 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
21184
21185         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
21186         that "UTC +1 second" continues to work.  Problem reported
21187         by Dmitry V. Levin.
21188         (relunit_snumber): New rule.
21189         (relunit): Use it.
21190
21191 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
21192
21193         * lib/getdate.y (universal_time_zone_table): New constant.
21194         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
21195         universal_time_zone_table.
21196         (lookup_zone): Prefer universal_time_zone_table to
21197         local_time_zone_table, so that "GMT" time stamps are allowed in
21198         London during the summer.  Problem reported by Ian Abbott.
21199
21200 2005-04-12  Jim Meyering  <jim@meyering.net>
21201
21202         * lib/human.c (humblock): Set *options even when returning due to
21203         xstrtoumax conversion failure.  Thanks to a used-uninitialized
21204         warning from gcc-4.
21205
21206 2005-04-09  Jim Meyering  <jim@meyering.net>
21207
21208         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
21209         -Wuninitialized: initialize tm0.tm_year.
21210
21211 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
21212
21213         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
21214         count, since there's no maximum.  All uses changed.
21215         Add member dsts_seen.
21216         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
21217         not being INT_MAX.
21218         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
21219         Use pc_rels_seen to decide whther a date is absolute.
21220
21221         * lib/getdate.y (number): Don't overwrite year.
21222         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
21223         check.
21224
21225 2005-04-02  Simon Josefsson  <jas@extundo.com>
21226
21227         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
21228         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
21229
21230 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
21231
21232         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
21233         where no absolute path name can be longer than PATH_MAX.
21234
21235 2005-03-27  Jim Meyering  <jim@meyering.net>
21236
21237         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
21238
21239 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
21240
21241         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
21242         "one's complement" -> "ones' complement" in comment, as per Knuth.
21243         "value of type" -> "type or expression" in comment.
21244         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
21245
21246 2005-03-26  Jim Meyering  <jim@meyering.net>
21247
21248         Comment nits.
21249         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
21250         Correct typos: s/or/of/.
21251
21252 2005-03-26  Jim Meyering  <jim@meyering.net>
21253
21254         * modules/check-include-files: Move to ../ and rename to...
21255         * check-module: ...this.
21256
21257 2005-03-25  Jim Meyering  <jim@meyering.net>
21258
21259         * modules/xvasprintf (Files): Add xalloc.h.
21260
21261 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
21262
21263         * modules/gettext (Files): config/config.rpath ->
21264         build-aux/config.rpath
21265         * modules/iconv (Files): Likewise.
21266         Problem reported by Oskar Liljeblad.
21267
21268 2005-03-23  Jim Meyering  <jim@meyering.net>
21269
21270         * modules/check-include-files: New script to check for
21271         missing dependencies, multiple includes, etc.
21272
21273         * modules/c-strtold (Depends-on): Add xalloc.
21274         * modules/c-strtod (Depends-on): Add xalloc.
21275         * modules/hash (Depends-on): Add xalloc.
21276         (Files): Remove lib/xalloc.h.
21277
21278         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
21279         * modules/userspec (Files): Add lib/inttostr.h.
21280
21281 2005-03-23  Jim Meyering  <jim@meyering.net>
21282
21283         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
21284
21285 2005-03-22  Jim Meyering  <jim@meyering.net>
21286
21287         * modules/stat-macros: New module.
21288         * modules/canonicalize, modules/euidaccess, modules/file-type,
21289         * modules/filemode, modules/lchown, modules/makepath,
21290         * modules/rmdir, modules/stat: Depend on new stat-macros module
21291         rather than listing lib/stat-macros.h manually.
21292         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
21293
21294 2005-03-22  Jim Meyering  <jim@meyering.net>
21295
21296         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
21297
21298 2005-03-22  Bruno Haible  <bruno@clisp.org>
21299
21300         * config/srclist.txt: Replace target directory 'config' with
21301         'build-aux'.
21302         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
21303         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
21304         ../build-aux/.
21305
21306 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
21307
21308         * modules/chdir-long (Depends-on): Add mempcpy.
21309
21310         * modules/acl, modules/backupfile, modules/c-strtod,
21311         modules/c-strtold, modules/canon-host, modules/canonicalize,
21312         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
21313         modules/exclude, modules/exitfail, modules/file-type,
21314         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
21315         modules/getdate, modules/getline, modules/getpagesize,
21316         modules/getpass, modules/getugroups, modules/group-member,
21317         modules/hard-locale, modules/hash, modules/human, modules/idcache,
21318         modules/inttostr, modules/long-options, modules/makepath,
21319         modules/md5, modules/memcasecmp, modules/memcoll,
21320         modules/modechange, modules/mountlist, modules/path-concat,
21321         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
21322         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
21323         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
21324         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
21325         modules/strftime, modules/strndup, modules/strverscmp,
21326         modules/timespec, modules/unlocked-io, modules/userspec,
21327         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
21328         modules/yesno:
21329         Remove lib_SOURCES line from Makefile.am section, as this is now
21330         done automatically by the corresponding Autoconf macro.
21331
21332 2005-03-21  Jim Meyering  <jim@meyering.net>
21333
21334         Changes imported from coreutils.
21335
21336         * lib/cycle-check.c: Don't include xalloc.h.
21337
21338         * lib/path-concat.c: Don't include assert.h.
21339         (path_concat): Remove assertion that would have triggered
21340         for ABASE starting with more than one slash.
21341         Reported by Andreas Schwab.
21342
21343         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
21344         properly when ABASE is an absolute file name.
21345         Correct the description of this function.
21346         Include <assert.h>.
21347         Add an assertion and a test driver.
21348         This fixes a bug introduced on 2004-07-02.
21349         Andreas Schwab reported the resulting failure of cp --parents:
21350         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
21351
21352 2005-03-21  Jim Meyering  <jim@meyering.net>
21353
21354         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
21355         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
21356
21357 2005-03-21  Jim Meyering  <jim@meyering.net>
21358         and  Paul Eggert  <eggert@cs.ucla.edu>
21359
21360         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
21361         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
21362         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
21363         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
21364         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
21365         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
21366         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
21367         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
21368         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
21369         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
21370         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
21371         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
21372         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
21373         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
21374         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
21375         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
21376         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
21377         for these modules.
21378
21379 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
21380
21381         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
21382         (which shouldn't happen), generate nothing instead of returning 0
21383         immediately, so that nstrftime (NULL, ...) doesn't return 0.
21384
21385 2005-03-16  Bruno Haible  <bruno@clisp.org>
21386
21387         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
21388         HAVE_LONGLONG_64BIT.
21389
21390 2005-03-16  Bruno Haible  <bruno@clisp.org>
21391
21392         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
21393         HAVE_LONGLONG_64BIT.
21394
21395 2005-03-16  Bruno Haible  <bruno@clisp.org>
21396
21397         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
21398         HAVE_LONGLONG_64BIT.
21399
21400 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
21401
21402         * lib/strftime.c (my_strftime): Prepend space to format so that we can
21403         reliably distinguish strftime failure from empty output on POSIX
21404         hosts.
21405
21406 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
21407
21408         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
21409         (iconv_string): Don't guess a size-zero buffer, as that might cause
21410         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
21411         result would be 'too large', where 'too large' is (heuristically)
21412         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
21413         overflow concerns.  This will prevent some unwanted malloc failures
21414         when the inputs are very large.
21415
21416 2005-03-15  Karl Berry  <karl@gnu.org>
21417
21418         * config/srclist.txt (config.rpath): from gettext.
21419         * config/config.rpath: update.
21420
21421 2005-03-15  Bruno Haible  <bruno@clisp.org>
21422
21423         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
21424         to 'negate'.
21425
21426         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
21427         variable.
21428
21429         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
21430         results.
21431
21432 2005-03-14  Simon Josefsson  <jas@extundo.com>
21433
21434         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
21435         <fx@gnu.org>.
21436
21437 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
21438
21439         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
21440         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
21441         intprops.h.
21442         * lib/strtol.c: Likewise.
21443
21444 2005-03-14  Jim Meyering  <jim@meyering.net>
21445
21446         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
21447         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
21448         to be nonzero so that we (and caller) can detect the difference
21449         between a valid zero-length expansion and an error return, even
21450         when the underlying strftime fails before writing anything into
21451         that location.
21452
21453 2005-03-14  Bruno Haible  <bruno@clisp.org>
21454
21455         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
21456         Update from GNU gettext 0.14.3.
21457
21458 2005-03-10  Jim Meyering  <jim@meyering.net>
21459
21460         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
21461
21462 2005-03-10  Jim Meyering  <jim@meyering.net>
21463
21464         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
21465         so that this module works on systems without fchdir.
21466
21467 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
21468
21469         Factor int-properties macros into a single file, except for
21470         glibc-related files.
21471         * lib/intprops.h: New file.
21472         * lib/getloadavg.c: Include it instead of limits.h.
21473         (INT_STRLEN_BOUND): Remove.
21474         * lib/human.c: Include intprops.h.
21475         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
21476         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
21477         302/1000.
21478         * lib/inttostr.h: Include intprops.h instead of limits.h.
21479         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
21480         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
21481         for consistency with intprops.h.
21482         (time_t_is_integer, twos_complement_arithmetic): Use them.
21483         * lib/sig2str.h: Include <signal.h>, intprops.h.
21484         (INT_STRLEN_BOUND): Remove.
21485         * lib/strftime.c (TYPE_SIGNED): Remove.
21486         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
21487         * lib/strtol.c: Adjust comments to match intprops.h.
21488         * lib/userspec.c: Include intprops.h.
21489         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
21490         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
21491         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
21492         instead of rolling our own expressions.
21493         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
21494
21495         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
21496         instead of int.
21497         (my_strftime): Do not mishandle years close to INT_MAX, by doing
21498         the right thing even if adding 1900 would overflow.  Similarly
21499         for tm_mon + 1 and tm_yday + 1.
21500         Make %Y always equivalent to %C%y, and similarly for %G and %g.
21501         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
21502         (DO_SIGNED_NUMBER): New macro.
21503         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
21504
21505 2005-03-07  Bruno Haible  <bruno@clisp.org>
21506
21507         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
21508
21509 2005-03-07  Bruno Haible  <bruno@clisp.org>
21510
21511         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
21512
21513 2005-03-04  Derek R. Price  <derek@ximbiot.com>
21514
21515         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
21516         (func_import): Only replace files via --import when they have actually
21517         changed.
21518
21519 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21520
21521         * m4/mmap-anon.m4: New file.
21522         * m4/pagealign_alloc.m4: New file.
21523
21524 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21525             Bruno Haible  <bruno@clisp.org>
21526
21527         * modules/pagealign_alloc: New file.
21528         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
21529
21530 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21531             Bruno Haible  <bruno@clisp.org>
21532
21533         * lib/pagealign_alloc.h: New file.
21534         * lib/pagealign_alloc.c: New file.
21535
21536 2005-03-03  Bruno Haible  <bruno@clisp.org>
21537
21538         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
21539         Use an all-permissive copyright notice, recommended by RMS.
21540
21541 2005-03-02  Bruno Haible  <bruno@clisp.org>
21542
21543         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
21544         of AIX, the replacement has to be done only after <string.h> is
21545         included, therefore not in config.h. stpncpy.h does the replacement,
21546         and stpncpy.c uses it.
21547
21548 2005-03-02  Bruno Haible  <bruno@clisp.org>
21549
21550         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
21551         stpncpy.c uses it.
21552
21553 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21554
21555         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
21556         The workaround isn't strictly needed for POSIX conformance, and
21557         it's too much of a pain to configure and maintain.  We'll ask
21558         people to fix their kernels instead.
21559         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
21560         (NANOSLEEP_BUG_WORKAROUND): Remove.
21561         (xnanosleep): Remove the workaround.
21562
21563 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21564
21565         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
21566         Reported by Derek Price.
21567         (Include): Add "timespec.h".
21568
21569         * modules/xnanosleep (Depends-on): Remove gethrxtime.
21570
21571 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21572
21573         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
21574         to detect nanosleep bug.
21575
21576 2005-03-01  Bruno Haible  <bruno@clisp.org>
21577
21578         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
21579
21580 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21581
21582         * modules/gethrxtime: New file.
21583         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
21584         (Depends-on): Add gethrxtime.
21585         (configure.ac): Add gl_XNANOSLEEP.
21586         (Makefile.am): Remove lib_SOURCES line.
21587
21588 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21589
21590         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
21591         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
21592
21593 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21594
21595         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
21596         * lib/timespec.h (gettime): Return void, since it always
21597         succeeds now.  All uses changed.
21598         * lib/gettime.c (gettime) Likewise.
21599         [HAVE_NANOTIME]: Prefer nanotime.
21600         Assume gettimeofday succeeds, as POSIX requires.
21601         Assime time () succeeds, since other code already does.
21602         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
21603         (timespec_subtract): Remove.
21604         (NANOSLEEP_BUG_WORKAROUND): New constant.
21605         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
21606         things considerably.  Use it only on GNU/Linux hosts, since the
21607         workaround shouldn't be needed elsewhere.
21608
21609 2005-02-24  Bruno Haible  <bruno@clisp.org>
21610
21611         * modules/gettext (Files): Add m4/glibc2.m4.
21612
21613 2005-02-24  Bruno Haible  <bruno@clisp.org>
21614
21615         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
21616         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
21617         * m4/progtest.m4:
21618         Update from GNU gettext 0.14.2.
21619         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
21620
21621 2005-02-24  Bruno Haible  <bruno@clisp.org>
21622
21623         * lib/localcharset.c: Update from GNU gettext 0.14.2.
21624         * lib/config.charset: Update from GNU gettext 0.14.2.
21625
21626 2005-02-24  Bruno Haible  <bruno@clisp.org>
21627
21628         * lib/gettext.h: Update from GNU gettext 0.14.2.
21629
21630 2005-02-23  Simon Josefsson  <jas@extundo.com>
21631
21632         * m4/iconvme.m4: New file.
21633
21634 2005-02-23  Jim Meyering  <jim@meyering.net>
21635
21636         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
21637         change.
21638         Thanks to Bruno Haible for catching it.
21639
21640 2005-02-22  Simon Josefsson  <jas@extundo.com>
21641
21642         * modules/iconvme: New file.
21643
21644         * MODULES.html.sh: Add iconvme.
21645
21646 2005-02-22  Simon Josefsson  <jas@extundo.com>
21647
21648         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
21649
21650 2005-02-22  Simon Josefsson  <jas@extundo.com>
21651
21652         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
21653
21654 2005-02-22  Jim Meyering  <jim@meyering.net>
21655
21656         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
21657         s/ifndef/ifdef/.
21658
21659 2005-02-20  Neil Conway  <neilc@samurai.com>
21660
21661         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
21662         returned by OSX/Darwin if the specified buffer is not large
21663         enough for the hostname.
21664
21665 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21666
21667         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
21668         pass it to _help, otherwise the latter coredumps trying to
21669         dereference state.root_argp.
21670
21671 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21672
21673         * modules/chdir-long (Depends-on): Add memrchr.
21674         * modules/memrchr (Files): Add lib/memrchr.h.
21675         (Include): "memrchr.h".
21676
21677 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21678
21679         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
21680
21681 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21682
21683         * lib/memrchr.h: New file.
21684         * lib/chdir-long.c: Include it.
21685         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
21686         Don't bother including stddef.h.
21687
21688 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
21689
21690         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
21691         inclusion.
21692         Include <sys/types.h>, for dev_t.
21693         (ME_DUMMY, ME_REMOTE): Move from here....
21694         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
21695         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
21696         Dmitry V. Levin.
21697         Include mountlist.h first, to test the interface.
21698
21699 2005-01-29  Bruno Haible  <bruno@clisp.org>
21700
21701         * lib/progname.c (program_name): Initialize.
21702         Needed when linking statically on MacOS X.
21703
21704 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21705
21706         Sync from coreutils.
21707         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
21708         (Depends-on): Add c-strtod.
21709         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
21710
21711 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21712
21713         Sync from coreutils.
21714         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
21715
21716         Remove files that are specific to coreutils.
21717         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
21718
21719 2005-01-28  Bruno Haible  <bruno@clisp.org>
21720
21721         * modules/javacomp: New file.
21722         * MODULES.html.sh (Java): Add javacomp.
21723
21724 2005-01-28  Bruno Haible  <bruno@clisp.org>
21725
21726         * m4/javacomp.m4: New file, from GNU gettext.
21727
21728 2005-01-28  Bruno Haible  <bruno@clisp.org>
21729
21730         * lib/javacomp.sh.in: New file, from GNU gettext.
21731         * lib/javacomp.h: New file, from GNU gettext.
21732         * lib/javacomp.c: New file, from GNU gettext.
21733
21734 2005-01-26  Simon Josefsson  <jas@extundo.com>
21735
21736         * lib/gai_strerror.c: Use GPL in header.
21737
21738 2005-01-26  Bruno Haible  <bruno@clisp.org>
21739
21740         * modules/javaexec: New file.
21741         * MODULES.html.sh (Java): Add javaexec.
21742
21743 2005-01-26  Bruno Haible  <bruno@clisp.org>
21744
21745         * m4/javaexec.m4: New file, from GNU gettext.
21746
21747 2005-01-26  Bruno Haible  <bruno@clisp.org>
21748
21749         * lib/javaexec.sh.in: New file, from GNU gettext.
21750         * lib/javaexec.h: New file, from GNU gettext.
21751         * lib/javaexec.c: New file, from GNU gettext.
21752
21753 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21754
21755         * modules/lchown (Depends-on): Remove lchown.h
21756
21757 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21758
21759         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
21760         must be defined if the header file was not found, in order
21761         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
21762
21763 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21764
21765         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
21766         initializers for struct pentry_state.
21767         (__argp_error): Check return value of __asprintf
21768         (__argp_failure): Translate error message
21769
21770         * lib/argp-parse.c: Removed braces around the expansion of N_()
21771
21772 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21773
21774         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
21775         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
21776         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
21777         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
21778         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
21779         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
21780         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
21781         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
21782         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
21783         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
21784         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
21785         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
21786         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
21787         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
21788         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
21789         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
21790         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
21791         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
21792         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
21793         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
21794         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
21795         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
21796         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
21797         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
21798         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
21799         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
21800         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
21801         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
21802         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
21803         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
21804         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
21805         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
21806         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
21807         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
21808         xstrtol.m4, xstrtoumax.m4, yesno.m4:
21809         Use an all-permissive copyright notice, recommended by RMS.
21810
21811 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
21812
21813         * modules/chdir-long (Depends-on): Remove mempcpy.
21814
21815 2005-01-21  Jim Meyering  <jim@meyering.net>
21816
21817         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
21818         same value as for Solaris 9.
21819
21820         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
21821         component length.  This included changing the parameter to be
21822         of type `char *' rather than `char const *'.
21823         * lib/chdir-long.h (chdir_long): Update prototype.
21824
21825         * lib/openat.c (fdopendir, fstatat): New functions.
21826         * lib/openat.h: Include headers required for use of DIR and struct
21827         stat.
21828         [AT_SYMLINK_NOFOLLOW]: Define.
21829         (fdopendir, fstatat): Add prototypes.
21830
21831 2005-01-21  Bruno Haible  <bruno@clisp.org>
21832
21833         * modules/classpath: New file.
21834         * MODULES.html.sh (Java): Add classpath.
21835
21836 2005-01-21  Bruno Haible  <bruno@clisp.org>
21837
21838         * lib/classpath.h: New file, from GNU gettext.
21839         * lib/classpath.c: New file, from GNU gettext.
21840
21841 2005-01-20  Simon Josefsson  <jas@extundo.com>
21842
21843         * modules/version-etc-fsf: New file.
21844
21845 2005-01-20  Simon Josefsson  <jas@extundo.com>
21846
21847         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
21848         * lib/version-etc.c: Remove version_etc_copyright.
21849         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
21850         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
21851
21852 2005-01-20  Simon Josefsson  <jas@extundo.com>
21853
21854         * lib/base64.h (isbase64): Add.
21855
21856         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
21857         using a unsigned prototype, don't inline.
21858         (base64_decode): Use it.
21859
21860 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21861
21862         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
21863         it.
21864
21865 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21866
21867         * lib/save-cwd.c (save_cwd): Remove code to support the case
21868         where fchdir is missing or flaky.
21869
21870 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21871
21872         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
21873
21874 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21875
21876         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
21877         AC_LIBSOURCES now does this.
21878         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
21879         with new ullong_max module.
21880
21881 2005-01-19  Bruno Haible  <bruno@clisp.org>
21882
21883         * modules/sh-quote: New file.
21884         * MODULES.html.sh (Executing programs): Add sh-quote.
21885
21886 2005-01-19  Bruno Haible  <bruno@clisp.org>
21887
21888         * lib/sh-quote.h: New file, from GNU gettext.
21889         * lib/sh-quote.c: New file, from GNU gettext.
21890
21891 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21892
21893         Merge from coreutils.
21894         * m4/ullong_max.m4: New file.
21895         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
21896         (gl_MACROS): Assume localeconv exists.
21897
21898 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21899
21900         Merge changes from coreutils, as described below in several
21901         changelogs dated today.
21902
21903         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21904         (O_DIRECTORY): Remove; not needed here, since "." must be
21905         a directory.  All uses removed.
21906         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21907         universal on Suns, and we also need to test for IRIX.
21908         Revamp code to use 'if' rather than '#if'.
21909         Avoid unnecessary comparison of cwd->desc to 0.
21910
21911         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21912         for known valid error numbers rather than observed invalid ones.
21913
21914 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21915
21916         * modules/ullong_max: New file.
21917
21918         * modules/chdir-long, modules/openat: New files.
21919         * modules/save-cwd (Depends-on): Depend on chdir-long.
21920         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21921
21922 2005-01-18  Jim Meyering  <jim@meyering.net>
21923
21924         Merge from coreutils.
21925         * m4/chdir-long.m4, m4/openat.m4: New files.
21926         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21927         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21928         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21929         is sane and DOES follow symlinks.  Besides, testing 20 different
21930         systems found no broken chown implementations.
21931         Prompted by a change in rsync's copy of this macro.
21932         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21933
21934         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21935
21936         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21937         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21938         NULL-means-set-to-current-time semantics.
21939         Remove temporary file immediately, rather than waiting
21940         for configure's at-exit trap code to do it.
21941
21942 2005-01-18  Jim Meyering  <jim@meyering.net>
21943
21944         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21945
21946         * lib/utimens.c (futimens): Account for the fact that futimes
21947         can also fail with errno == ENOSYS or errno == ENOENT.
21948         Patch from Dmitry V. Levin.
21949
21950         Change the name of the robust chdir function from chdir to chdir_long.
21951         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21952         (restore_cwd): Use chdir_long, not chdir.
21953         * lib/chdir-long.c: Renamed from chdir.c.
21954         * lib/chdir-long.h: Renamed from chdir.h.
21955         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21956         Hurd.
21957
21958 2005-01-18  Bruno Haible  <bruno@clisp.org>
21959
21960         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21961         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21962         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21963         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21964         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21965         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21966         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21967         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21968         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21969         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21970         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21971         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21972         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21973         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21974         Use an all-permissive copyright notice, recommended by RMS.
21975
21976 2005-01-18  Bob Proulx  <bob@proulx.com>
21977
21978         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21979         simplify offsetof() macro construct to avoid compile failure with
21980         native HP-UX 11.0 ANSI C compiler.
21981
21982 2005-01-17  Bruno Haible  <bruno@clisp.org>
21983
21984         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21985         redundant because stpncpy.m4 takes care of it.
21986
21987 2005-01-17  Bruno Haible  <bruno@clisp.org>
21988
21989         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21990
21991 2005-01-17  Bruno Haible  <bruno@clisp.org>
21992
21993         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
21994         used.
21995
21996 2005-01-17  Bruno Haible  <bruno@clisp.org>
21997
21998         * lib/fwriteerror.h (fwriteerror): Change specification to include
21999         fclose.
22000         * lib/fwriteerror.c: Include <stdbool.h>.
22001         (fwriteerror): At the end, close the file stream. Record whether
22002         stdout was already closed.
22003
22004 2005-01-17  Bruno Haible  <bruno@clisp.org>
22005
22006         * lib/execute.c (environ): Declare if needed.
22007         * lib/pipe.c (environ): Likewise.
22008         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
22009
22010 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22011
22012         * modules/argp: Depend on vsnprintf
22013
22014 2005-01-10  Jim Meyering  <jim@meyering.net>
22015
22016         * modules/closeout (Depends-on): Add atexit.
22017
22018 2005-01-06  Bruno Haible  <bruno@clisp.org>
22019
22020         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
22021
22022 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
22023
22024         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
22025         definitions to be after all include files, to avoid collisions.
22026         Problem reported by Bob Proulx.
22027
22028 2005-01-04  Jim Meyering  <jim@meyering.net>
22029
22030         Changes imported from coreutils.
22031         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
22032         as the mkstemp template, use a temporary directory and an
22033         8.3-friendly template to avoid trouble on systems like DJGPP.
22034         Reported by Juan M. Guerrero via Stepan Kasal.
22035         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
22036         close. Remove the temporary directory right away, rather than waiting
22037         for configure's at-exit trap code to do it.
22038         Suggestion from Stepan Kasal.
22039
22040 2005-01-01  Simon Josefsson  <jas@extundo.com>
22041
22042         * gnulib-tool: Print #include directives when --import'ing.
22043
22044 2004-12-28  Simon Josefsson  <jas@extundo.com>
22045
22046         * tests/test-base64.c: Include required header files.  Remove
22047         unused variables.
22048
22049 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
22050
22051         * modules/error (Depends-on): Remove gettext.
22052
22053 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
22054
22055         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
22056         not needed.  This removes a dependency on the gettext module.
22057         [defined _LIBC]: Do not include <libintl.h>; not needed.
22058
22059 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
22060
22061         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
22062         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
22063
22064 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
22065
22066         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
22067         HAVE_DECL_STRTOLD.
22068
22069 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22070
22071         * modules/getdate (Depends-on): Remove alloca-opt.
22072
22073 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22074
22075         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
22076
22077 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22078
22079         * lib/argp-parse.c: Include <stddef.h>.
22080         (alignof, alignto): New macros.
22081         (parser_init): Don't assume that void * is aligned sufficiently
22082         for struct option.
22083
22084         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
22085         need to extend the stack.
22086         (YYINITDEPTH): New macro, so that the initial stack isn't overly
22087         large.
22088
22089 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22090
22091         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
22092
22093 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
22094
22095         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
22096         (2004-10-24) change.  Apparently this was a false alarm.
22097
22098         * modules/getdate: Depend on alloca-opt, not alloca.
22099
22100 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
22101
22102         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
22103         Remove now-obsolete comment about AIX.
22104         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
22105         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
22106         (YYMAXDEPTH): New macro.
22107
22108 2004-12-18  Simon Josefsson  <jas@extundo.com>
22109
22110         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
22111
22112 2004-12-18  Bruno Haible  <bruno@clisp.org>
22113
22114         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
22115
22116 2004-12-18  Bruno Haible  <bruno@clisp.org>
22117
22118         * lib/fatal-signal.c (fatal_signals): Make non-const.
22119         (init_fatal_signals): New function.
22120         (uninstall_handlers, install_handlers): Ignore signals that were set to
22121         SIG_IGN.
22122         (at_fatal_signal): Call init_fatal_signals.
22123         (init_fatal_signal_set): Likewise. Ignore signals that were set to
22124         SIG_IGN.
22125         Reported by Paul Eggert.
22126
22127 2004-12-18  Bruno Haible  <bruno@clisp.org>
22128
22129         * doc/alloca.texi: New file.
22130         * doc/alloca-opt.texi: New file.
22131
22132 2004-12-17  Jim Meyering  <jim@meyering.net>
22133
22134         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
22135         Otherwise, install-sh could exit with improper exit status when
22136         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
22137
22138 2004-12-16  Simon Josefsson  <jas@extundo.com>
22139
22140         * tests/test-base64.c: Add license.
22141
22142 2004-12-15  Stepan Kasal  <address@hidden>
22143
22144         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
22145
22146 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
22147
22148         * modules/getcwd (Files): Add m4/d-ino.m4.
22149         Suggested by Mark D. Baushke.
22150
22151 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
22152
22153         * lib/getdate.y (textint): New member "negative".
22154         (time_zone_hhmm): New function.
22155         Expect 14 shift-reduce conflicts, not 13.
22156         (o_colon_minutes): New rule.
22157         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
22158         (yylex): Set the "negative" member of signed numbers.
22159
22160 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
22161
22162         * doc/getdate.texi (Time of day items, Time zone items):
22163         Describe new formats +00:00, UTC+00:00.
22164
22165 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
22166
22167         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
22168         spurious "-l"s.  Problem reported by Stepan Kasal.
22169
22170 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
22171
22172         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
22173         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
22174
22175 2004-12-04  Simon Josefsson  <jas@extundo.com>
22176
22177         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
22178         Vandoorselaere <yoann@prelude-ids.org>.
22179
22180 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22181
22182         Changes imported from coreutils.
22183         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
22184         exist.
22185         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
22186
22187 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22188
22189         Changes imported from coreutils.
22190         * lib/hard-locale.c: Assume <locale.h> exists.
22191         Include "strdup.h".
22192         (GLIBC_VERSION): New macro.
22193         (hard_locale): Assume setlocale exists.
22194         Rewrite to avoid #ifdef.
22195         Use strdup rather than malloc + strcpy.
22196         * lib/human.c: Assume <locale.h> exists.
22197         (human_readable): Assume localeconv exists.
22198
22199 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22200
22201         * modules/hard-locale (Depends-on): Add strdup.
22202
22203 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
22204
22205         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
22206         convert T2, not T.  (Imported from libc.)
22207
22208 2004-11-30  Simon Josefsson  <jas@extundo.com>
22209
22210         * modules/restrict (License): Change to LGPL.
22211
22212 2004-11-30  Simon Josefsson  <jas@extundo.com>
22213
22214         * m4/restrict.m4: Add copyright and copying conditions.
22215
22216 2004-11-30  Simon Josefsson  <jas@extundo.com>
22217
22218         * m4/base64.m4: New file.
22219
22220 2004-11-30  Simon Josefsson  <jas@extundo.com>
22221
22222         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
22223         base64.
22224
22225         * tests/test-base64.c: New file.
22226
22227         * modules/base64: New file.
22228
22229 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
22230
22231         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
22232         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
22233
22234         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
22235
22236 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
22237
22238         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
22239         (__getcwd.c): Don't restore errno; glibc doesn't.
22240         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
22241         first, falling back to our code only if its results look suspicious.
22242         Ensure that the resulting buffer is only as large as necessary.
22243
22244         * lib/readutmp.c: Include readutmp.h first.
22245         Include <errno.h>, since readutmp.h no longer does that.
22246         * lib/readutmp.h: Don't include <errno.h>,
22247         <sys/param.h>, <time.h>; not needed to establish interface.
22248         (errno): Remove decl.
22249         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
22250         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
22251         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
22252
22253 2004-11-28  Simon Josefsson  <jas@extundo.com>
22254
22255         * lib/base64.h, base64.c: New file.
22256
22257 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
22258
22259         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
22260
22261 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
22262
22263         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
22264         (Depends-on): Remove pathmax, same.  Add mempcpy.
22265         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
22266         (Makefile.am): Append getcwd.h to lib_SOURCES.
22267         (Include): Add getcwd.h.
22268         (Maintainer): Change from Jim Meyering to "all, glibc",
22269         since getdate now uses intended-for-glibc code.
22270         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
22271         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
22272
22273 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
22274
22275         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
22276         HP's ANSI C compiler.
22277         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
22278         Declaring int functions causes warnings on some modern systems and
22279         shouldn't be needed to compile on ancient ones.
22280         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
22281         defined.
22282
22283         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
22284         with the following changes.
22285         (__set_errno): Parenthesize properly.
22286         Include <stdbool.h>.
22287         (MIN, MAX, MATCHING_INO): New macros.
22288         (__getcwd): Define with prototype, not K&R form.
22289         Use heuristics to allocate default buffer on stack if possible.
22290         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
22291         behavior, and to avoid the PATH_MAX limit when computing
22292         ../../../../...
22293         Use MATCHING_INO to compare inode number to file.
22294         Check for arithmetic overflow in size calculations.
22295         Fix bug in reallocation of dot array that caused getcwd to fail
22296         on directories nested deeper than 75.
22297         Be more careful about saving errno on error.
22298         Do not use realloc; use only free+malloc, as this is a bit
22299         more flexible and avoids a needless copy operation.
22300         Do not inspect st_dev and st_ino for symbolic links; POSIX
22301         doesn't specify the latter.
22302         Check for closedir errors.
22303         Avoid needless casts.
22304         Use "#ifdef weak_alias" around weak_alias, to be like other
22305         glibc code.
22306         The following changes to getcwd.c have effect only when used in
22307         gnulib; they have no effect inside glibc proper.
22308         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
22309         as alloca isn't used.
22310         (alloca, __alloca): Likewise.
22311         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
22312         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
22313         unconditionally, as gnulib assumes C89 or better.
22314         Do not include <sys/param.h>.
22315         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
22316         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
22317         better.
22318         (NULL) [!defined NULL]: Remove; we assume C89 or better.
22319         Include <dirent.h> in a way that is compatible with modern Autoconf.
22320         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
22321         New macros, if not already defined.
22322         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
22323         Use "_LIBC", not "defined _LIBC", for consistency.
22324         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
22325         a mempcpy module.
22326         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
22327         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
22328         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
22329         credit only to Jim Meyering and adjust the copyright dates.
22330         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
22331         <stdlib.h>, <unistd.h>, "pathmax.h".
22332         Instead, include "xgetcwd.h" (first) and "getcwd.h".
22333         (INITIAL_BUFFER_SIZE): Remove.
22334         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
22335
22336 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
22337
22338         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
22339         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
22340         Use the _ONCE methods, for efficiency.
22341         Check for fcntl.h.  In test program, include <errno.h>
22342         and <fcntl.h> if available.  Remove old K&R cruft from
22343         test program.  Check for common errors in GNU/Linux,
22344         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
22345         don't do AC_LIBOBJ, as that's getcwd.m4's job.
22346         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
22347         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
22348         name accordingly.
22349         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
22350         accommodate new getcwd.c.
22351         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
22352         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
22353         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
22354         that's all we need now.
22355
22356 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22357
22358         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
22359         argp-parse.c depends on getopt internals, that means we should
22360         always use our getopt, to be on the safe side.
22361         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
22362         order not to spoil the result of an eventual previous invocation
22363         of gl_GETOPT_SUBSTITUTE.
22364
22365 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22366
22367         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
22368         redefinition warnings. To avoid them, include the defines
22369         in `#if !defined __need_getopt ... #endif'. The only place
22370         where __getopt_argv_const is used is in definitions
22371         of getopt_long and getopt_long_only below, which are as well
22372         protected by `#ifndef __need_getopt'.
22373         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
22374         __need_getopt after including <stdio.h> and <unistd.h> These
22375         headers might have defined it.
22376
22377 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
22378
22379         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
22380
22381 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
22382
22383         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
22384         (futimens): New function, which uses futimes if available.
22385         (futimens, utimens): Support timespec==NULL, with same semantics
22386         as utime and utimens.
22387         * lib/utimens.h (futimens): New decl.
22388
22389 2004-11-23  Jim Meyering  <jim@meyering.net>
22390
22391         * lib/getopt_.h: Remove trailing blanks.
22392
22393 2004-11-23  Jim Meyering  <jim@meyering.net>
22394
22395         * lib/__fpending.c: Add comment.
22396
22397 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
22398
22399         * modules/canonicalize (Depends-on): Add xreadlink.
22400         Problem reported by James Youngman.
22401
22402 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22403
22404         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
22405         New macros.
22406         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
22407         optopt): Use them instead of invoking ## directly; otherwise, the
22408         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
22409
22410 2004-11-19  Bruno Haible  <bruno@clisp.org>
22411
22412         * lib/strtok_r.c: Move comments from here...
22413         * lib/strtok_r.h: ... to here.
22414
22415 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22416
22417         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
22418         implementations that mishandle size_t overflow.
22419
22420 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22421
22422         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
22423         might fail.  Problem reported by Yoann Vandoorselaere.
22424         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
22425         implementations that mishandle size_t overflow.
22426
22427 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22428
22429         * modules/canon-host (Depends-on): Add strdup.
22430
22431 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22432
22433         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
22434
22435 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22436
22437         * lib/canon-host.c: Include "strdup.h".
22438         (canon_host): Use getaddrinfo if available, so that IPv6 works.
22439         Use strdup instead of malloc/strcpy to duplicate strings.
22440
22441         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
22442         (human_space_before_unit): New constant.
22443         * lib/human.c (human_readable): Support it.
22444
22445         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
22446         (xgetcwd): Set errno correctly when failing.
22447         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
22448         the failure is actually due to a PATH_MAX problem.
22449
22450         Further getopt changes to make it more likely that glibc will
22451         buy the changes back.
22452         * lib/getopt.c (POSIXLY_CORRECT): New constant.
22453         (getopt): Use it, so to preserve glibc semantic
22454         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
22455         when compiling for libc.
22456         * lib/getopt_.h (__getopt_argv_const): Bring it back.
22457         (getopt_long, getopt_long_only): Use it.
22458
22459         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22460         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
22461         (getopt): Argv is now char * const *, as per standard.
22462         (_getopt_internal_r, _getopt_internal): Argv is now char **,
22463         not char *__getopt_argv_const *.
22464         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22465         _getopt_long_only_r): Likewise.
22466         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
22467         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22468         _getopt_long_r, _getopt_long_only_r): Likewise.
22469         * lib/getopt_.h (__getopt_argv_const): Remove.
22470         (getopt): Argv is now char * const *, as per standard.
22471
22472         * lib/getdate.y (tORDINAL): New token.
22473         (day, relunit): Allow it for relative times.
22474         (relative_time_table): Use tORDINAL for ordinals.
22475
22476 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22477
22478         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
22479         Document that "second" isn't allowed as an ordinal number.
22480
22481 2004-11-16  Jim Meyering  <jim@meyering.net>
22482
22483         * modules/closeout (Depends-on): Add fpending.
22484
22485 2004-11-15  Jim Meyering  <jim@meyering.net>
22486
22487         * lib/closeout.c: Include "__fpending.h" once again.
22488         Include <stdbool.h>.
22489         (close_stdout): Don't fail just because stdout was closed initially,
22490         since some programs don't write to stdout in the normal course of
22491         operation (other than --version and --help), and we don't want this
22492         function to make e.g. `touch file >&-' fail.
22493         But do fail if it was closed and someone has tried to write to it.
22494         E.g., `printf foo >&-' must fail.
22495
22496 2004-11-13  Jim Meyering  <jim@meyering.net>
22497
22498         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
22499
22500 2004-11-12  Simon Josefsson  <jas@extundo.com>
22501
22502         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
22503         small doc fix is still pending.
22504
22505 2004-11-11  Simon Josefsson  <jas@extundo.com>
22506
22507         * modules/strtok_r: New file.
22508
22509         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22510         strtok_r.
22511
22512 2004-11-11  Simon Josefsson  <jas@extundo.com>
22513
22514         * m4/strtok_r.m4: New file.
22515
22516         * m4/getopt.m4: Replace opterr.
22517
22518 2004-11-11  Simon Josefsson  <jas@extundo.com>
22519
22520         * lib/strtok_r.h, strtok_r.c: New file.
22521
22522 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22523
22524         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
22525         of replacing opterr, getopt, etc.  This should handle the
22526         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
22527
22528 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22529
22530         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
22531         we can stop lying to compilers about the constness of argv when we
22532         are compiled outside glibc.
22533         (getopt, getopt_long, getopt_long_only): Use it.
22534         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22535         _getopt_internal, getopt): Likewise.
22536         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22537         _getopt_long_only_r): Likewise.
22538         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22539         _getopt_long_r, _getopt_long_only_r): Likewise.
22540
22541         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
22542         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
22543         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
22544         the other external symbols.
22545         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
22546         declaration, since the above renaming now works around collisions.
22547
22548 2004-11-11  Jim Meyering  <jim@meyering.net>
22549
22550         * lib/linebreak.c: Remove trailing blanks.
22551         * lib/alloca_.h: Likewise.
22552         * lib/acosl.c: Likewise.
22553         * lib/euidaccess.c: Likewise.
22554         * lib/allocsa.h: Likewise.
22555
22556 2004-11-10  Simon Josefsson  <jas@extundo.com>
22557
22558         * m4/getaddrinfo.m4: New file.
22559
22560 2004-11-10  Simon Josefsson  <jas@extundo.com>
22561
22562         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
22563
22564 2004-11-10  Simon Josefsson  <jas@extundo.com>
22565
22566         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22567         getaddrinfo.
22568
22569         * modules/getaddrinfo: New file.
22570
22571 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22572
22573         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
22574
22575 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22576
22577         * lib/mktime.c (SHR): New macro, which is a portable
22578         substitute for >> that should work even on Crays.
22579         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
22580         Problem reported by Mark D. Baushke in
22581         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
22582         * lib/getdate.y (SHR): Likewise.
22583         (tm_diff): Use it.
22584         * lib/strftime.c (SHR): Likewise.
22585         (tm_diff): Use it.
22586         * lib/quotearg.c (struct quoting_options): Use unsigned int for
22587         quote_these_too, so that right shifts are well defined.  All uses
22588         changed.
22589
22590 2004-11-10  Jim Meyering  <jim@meyering.net>
22591
22592         Ensure that no close failure goes unreported.
22593         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
22594         return early when it seems there's nothing to flush.
22595         Don't include __fpending.h.
22596
22597 2004-11-10  Jim Meyering  <jim@meyering.net>
22598
22599         * modules/closeout (Depends-on): Remove fpending.
22600
22601 2004-11-10  Jim Meyering  <jim@meyering.net>
22602
22603         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
22604
22605 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22606
22607         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
22608         gl_FUNC_STRFTIME.
22609         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
22610         and AC_REQUIRE when possible, to avoid duplicate checks.
22611         Check for <wchar.h>.
22612
22613 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22614
22615         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
22616
22617 2004-11-09  Bruno Haible  <bruno@clisp.org>
22618
22619         * m4/sockpfaf.m4: New file.
22620
22621 2004-11-05  Bruno Haible  <bruno@clisp.org>
22622
22623         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
22624         Reported by Mark D. Baushke <mdb@cvshome.org>.
22625
22626 2004-11-04  Bruno Haible  <bruno@clisp.org>
22627
22628         2004-09-11  Bruno Haible  <bruno@clisp.org>
22629                 * allocsa.valgrind: New file.
22630         2004-02-06  Bruno Haible  <bruno@clisp.org>
22631                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
22632                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
22633                 Reported by Christopher Seip <chris.seip@hp.com>.
22634
22635 2004-11-04  Bruno Haible  <bruno@clisp.org>
22636
22637         * modules/allocsa (Files): Add lib/allocsa.valgrind.
22638         (Makefile.am): Distribute it.
22639
22640 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22641
22642         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
22643         with errno == ERANGE if the buffer is too small.
22644         Problem reported by Mark D. Baushke.
22645
22646 2004-11-03  Albert Chin  <china@thewrittenword.com>
22647             Paul Eggert  <eggert@cs.ucla.edu>
22648
22649         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
22650         equivalent, substitute $ac_type for equivalent type rather than
22651         blindly using uint32_t *always* which won't work if uint32_t is not
22652         available.  Define _UINT32_T to work around typedef of uint32_t if
22653         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
22654         2.5.1.
22655
22656 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22657
22658         * m4/jm-macros.m4: Sync from coreutils.
22659         (gl_MACROS): Check for mbrlen, for pathchk.
22660         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
22661
22662 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22663
22664         * lib/xreadlink.c (MAXSIZE): New macro.
22665         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
22666         size does not exceed MAXSIZE.  Avoid cast.
22667         As suggested by Mark D. Baushke in
22668         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
22669         if readlink fails with buffer size just under MAXSIZE, try again
22670         with MAXSIZE.
22671
22672 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22673
22674         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
22675
22676 2004-11-02  Derek R. Price  <derek@ximbiot.com>
22677         and  Paul Eggert  <eggert@cs.ucla.edu>
22678
22679         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
22680         (get_date): Overparenthesize to avoid GCC warning.
22681
22682 2004-11-02  Bruno Haible  <bruno@clisp.org>
22683
22684         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
22685         returns void.
22686
22687 2004-11-02  Bruno Haible  <bruno@clisp.org>
22688
22689         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
22690         function returns void.
22691
22692 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22693
22694         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
22695         fflush_unlocked, flockfile, funlockfile, funlockfile,
22696         fputs_unlocked, putc_unlocked.
22697
22698 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22699
22700         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22701         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
22702         already declared.
22703
22704 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22705
22706         * modules/getdate (Files): Add doc/getdate.texi.
22707         (Depends-on): Add setenv, xalloc.
22708
22709 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22710
22711         * lib/getdate.y: Add support for TZ="foo" within a date string.
22712         Fix some bugs near time_t boundaries.  Reject dates with
22713         out-of-range components, e.g., "Sept 31".
22714         Include <stdlib.h>, "setenv.h", "xalloc.h".
22715         (ISDIGIT_LOCALE): Remove; unused.
22716         Note that the TZ and time functions used here are not reentrant.
22717         (mktime_ok, get_tz): New functions.
22718         (TZBUFSIZE): New constant.
22719         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
22720         This requires that we sometimes generate our own TZ="XXX..." setting.
22721
22722 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22723
22724         * doc/getdate.texi: New file, from coreutils with modifications for
22725         the new TZ parsing.
22726
22727 2004-10-27  Derek R. Price  <derek@ximbiot.com>
22728
22729         * lib/mktime.c (not_equal_tm): Remove redundant check.
22730
22731 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22732
22733         * modules/regex (lib_SOURCES): Add regex.c.
22734         Reported by James Youngman in
22735         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
22736
22737 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22738
22739         * lib/getdate.y: Use Bison 1.875 features, and some minor
22740         code cleanups.  This change does not affect semantics.
22741         Don't include <stdlib.h>; no longer needed.
22742         Don't include unlocked-io.h; only the "#if TEST" code uses
22743         stdio, and performance isn't crucial there.
22744         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
22745         Bison 1.875 features as described below.
22746         All uses of "PC." replaced by "pc->".
22747         (YYSTYPE): Add a forward declaration.
22748         (yylex, yyerror): Use full prototypes in forward decls.
22749         Use "%pure-parser" rather than obsolescent "%pure_parser".
22750         Use %parse-param and %lex-param instead of obsolescent
22751         YYPARSE_PARAM and YYLEX_PARAM.
22752         (meridian_table, month_and_day_table, time_units_table,
22753         relative_time_table, time_zone_table, military_table,
22754         lookup_zone, lookup_word, get_date):
22755         Use NULL instead of 0 where appropriate.
22756         (to_hour): Avoid abort (), to avoid a dependency on
22757         stdlib.h.
22758         (yyerror, yylex): Now accepts parser_control * arg.
22759         (main) [TEST]: Use '\0' rather than 0 for char.
22760
22761 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22762
22763         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
22764
22765 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22766
22767         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
22768         It's now the caller's responsibility to handle the case where
22769         !HAVE_GETPAGESIZE && !defined getpagesize.
22770
22771         * lib/mktime.c (leapyear): Arg is long int, not int.
22772
22773 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
22774
22775         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
22776
22777 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22778
22779         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
22780         missing.  Problem reported by James Youngman.
22781
22782 2004-10-16  Simon Josefsson  <jas@extundo.com>
22783
22784         * gnulib-tool: Fix comments.  Fix parse problem.
22785         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
22786
22787 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
22788
22789         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
22790         implementation of getopt_long.  Problem reported by Alexander Taler in:
22791         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
22792
22793 2004-10-15  Bruno Haible  <bruno@clisp.org>
22794
22795         * gnulib-tool: Untabify. Initialize supplied_libname.
22796         (func_usage): More homogenous output.
22797         (func_modules_transitive_closure, func_modules_to_filelist,
22798         func_emit_lib_Makefile_am): New functions.
22799         (func_import): New function, extracted from big case statement. Use
22800         func_get_license, func_modules_transitive_closure,
22801         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
22802         opt_lgpl. Don't use test -a, as it's not portable.
22803         (func_create_testdir): Use func_modules_transitive_closure,
22804         func_modules_to_filelist, func_emit_lib_Makefile_am.
22805
22806 2004-10-15  Bruno Haible  <bruno@clisp.org>
22807
22808         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
22809
22810 2004-10-15  Bruno Haible  <bruno@clisp.org>
22811
22812         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
22813         the portions belonging to each module.
22814         Suggested by Derek Robert Price <derek@ximbiot.com>.
22815
22816 2004-10-12  Simon Josefsson  <jas@extundo.com>
22817
22818         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22819         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
22820         to real functions.
22821
22822 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22823
22824         * modules/vsnprintf: New file.
22825
22826 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22827
22828         * m4/vsnprintf.m4: New file.
22829
22830 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22831
22832         * lib/vsnprintf.h: New file.
22833         * lib/vsnprintf.c: New file.
22834
22835 2004-10-11  Bruno Haible  <bruno@clisp.org>
22836
22837         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
22838         vsnprintf.
22839
22840 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22841
22842         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
22843
22844 2004-10-07  Bruno Haible  <bruno@clisp.org>
22845
22846         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
22847         fits into the provided buffer.
22848
22849 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22850
22851         * lib/diacrit.c, diacrit.h: Add GPL notice.
22852
22853         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
22854         notice.
22855         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
22856         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
22857         This avoids a potential constant-folding bug.
22858
22859 2004-10-05  Bruno Haible  <bruno@clisp.org>
22860
22861         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
22862         for the declaration of strsep.
22863
22864 2004-10-05  Bruno Haible  <bruno@clisp.org>
22865
22866         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
22867
22868 2004-10-04  Simon Josefsson  <jas@extundo.com>
22869
22870         * modules/memmem: New file.
22871         * tests/test-memmem.c: New file.
22872         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
22873
22874 2004-10-04  Simon Josefsson  <jas@extundo.com>
22875
22876         * m4/memmem.m4: New file.
22877
22878 2004-10-04  Simon Josefsson  <jas@extundo.com>
22879
22880         * lib/memmem.h: New file.
22881         * lib/memmem.c: New file, taken from glibc.
22882
22883 2004-10-04  Simon Josefsson  <jas@extundo.com>
22884
22885         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
22886         '#ifdef USE_UNLOCKED_IO'.
22887
22888 2004-10-04  Simon Josefsson  <jas@extundo.com>
22889
22890         * config/srclist.txt: Add memmem from glibc.
22891
22892 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22893
22894         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
22895
22896         * modules/argmatch, modules/argp, modules/closeout, modules/error,
22897         modules/exclude, modules/getdate, modules/getline,
22898         modules/getndelim2, modules/getpass, modules/getpass-gnu,
22899         modules/getusershell, modules/linebuffer, modules/md5,
22900         modules/mountlist, modules/posixtm, modules/readtokens,
22901         modules/readutmp, modules/regex, modules/sha1,
22902         modules/version-etc, modules/yesno:
22903         Remove dependency on unlocked-io.
22904
22905 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22906
22907         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22908
22909         * m4/unlocked-io.m4: Add copyright notice.
22910         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22911
22912 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22913
22914         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22915         * lib/xmalloc.c (xmemdup): Likewise.
22916         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22917         XFREE): Remove these long-obsolescent macros.
22918         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22919         * lib/xstrdup.c: Remove.
22920
22921         * lib/regex.c (re_comp): Cast gettext return value to char *,
22922         Problem reported by Martin Neitzel via Mark D. Baushke.
22923
22924 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22925
22926         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22927         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22928         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22929         regex.c, sha1.c, version-etc.c, yesno.c:
22930         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22931         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22932         the includer's responsibility.
22933
22934         Sync from coreutils.
22935
22936         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22937         points to the start of a string, as the C Standard says the
22938         resulting behavior is undefined.
22939
22940         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22941         simple -> simple_backups, numbered_existing ->
22942         numbered_existing_backups, numbered -> numbered_backups
22943         to avoid shadowing problems.  All uses changed.
22944         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22945         * lib/backupfile.c (check_extension, numbered_backup):
22946         Rename locals to avoid shadowing 'basename'.
22947         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22948         once.
22949
22950         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22951         * lib/.cvsignore: Add getopt.h.
22952
22953 2004-10-04  Bruno Haible  <bruno@clisp.org>
22954
22955         * modules/README: New file.
22956         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22957         not a module.
22958
22959 2004-10-02  Jim Meyering  <jim@meyering.net>
22960
22961         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22962
22963 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22964
22965         * modules/strsep: New file.
22966
22967 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22968
22969         * m4/strsep.m4: New file.
22970
22971 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22972
22973         * lib/strsep.h: New file.
22974         * lib/strsep.c: New file.
22975
22976 2004-10-01  Simon Josefsson  <jas@extundo.com>
22977
22978         * lib/snprintf.c (snprintf): Handle size==0.
22979
22980 2004-10-01  Simon Josefsson  <jas@extundo.com>
22981             Bruno Haible  <bruno@clisp.org>
22982
22983         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22984         (snprintf): Declare 'args'.
22985
22986 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22987
22988         * lib/snprintf.c: Remove comments as to why each header is needed.
22989
22990 2004-10-01  Bruno Haible  <bruno@clisp.org>
22991
22992         * MODULES.html.sh: Add strsep.
22993
22994 2004-09-30  Simon Josefsson  <jas@extundo.com>
22995
22996         * modules/snprintf: New file.
22997
22998 2004-09-30  Simon Josefsson  <jas@extundo.com>
22999
23000         * m4/snprintf.m4: New file.
23001
23002 2004-09-30  Simon Josefsson  <jas@extundo.com>
23003
23004         * lib/snprintf.h, lib/snprintf.c: New files.
23005
23006 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23007
23008         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
23009         (hol_entry_help): Never translate an empty string.
23010         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
23011         * lib/argp.h (OPTION_NO_TRANS): New option.
23012
23013 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
23014
23015         * modules/argp (Maintainer): Replace Simon Josefsson
23016         by Sergey Poznyakoff.
23017
23018 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
23019
23020         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
23021         changes merged back into glibc.
23022
23023 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
23024
23025         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
23026
23027 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
23028
23029         * lib/xvasprintf.c: Include xalloc.h.
23030         (xvasprintf): Use xalloc_die, not xmalloc_die.
23031
23032 2004-09-29  Bruno Haible  <bruno@clisp.org>
23033
23034         * modules/alloca-opt: New file, derived from modules/alloca.
23035         * modules/allocsa: Depend on alloca-opt instead of alloca.
23036         * modules/setenv: Likewise.
23037         * modules/vasnprintf: Likewise.
23038         * MODULES.html.sh: Add alloca-opt.
23039
23040 2004-09-28  Simon Josefsson  <jas@extundo.com>
23041
23042         * gnulib-tool: New parameter --lgpl, to asseert that modules are
23043         LGPL, and to replace license template from GPL to LGPL.
23044
23045 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
23046
23047         * modules/dummy: Change license to LGPL.
23048
23049 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
23050
23051         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
23052
23053 2004-09-24  Simon Josefsson  <jas@extundo.com>
23054
23055         * modules/minmax (License): Change from GPL to LGPL.
23056
23057 2004-09-23  Simon Josefsson  <jas@extundo.com>
23058
23059         * gnulib-tool (--import): Typo.
23060
23061 2004-09-23  Simon Josefsson  <jas@extundo.com>
23062
23063         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
23064
23065 2004-09-22  Bruno Haible  <bruno@clisp.org>
23066
23067         * modules/*: Add 'License' field.
23068         * gnulib-tool: Accept --extract-license option.
23069         (func_get_license): New function.
23070
23071 2004-09-21  Bruno Haible  <bruno@clisp.org>
23072
23073         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
23074         Reported by Simon Josefsson.
23075
23076 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23077
23078         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
23079         gl_AC_TYPE_LONG_LONG.
23080
23081 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23082
23083         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
23084
23085 2004-09-18  Simon Josefsson  <jas@extundo.com>
23086         and  Paul Eggert  <eggert@cs.ucla.edu>
23087
23088         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
23089         calls with autoreconf.  Define GL_LIB.
23090
23091 2004-09-14  Karl Berry  <karl@gnu.org>
23092
23093         * config/srclist.txt: unsync setenv.c, sigh.
23094
23095 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
23096
23097         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
23098         Problem reported by Bruno Haible in:
23099         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
23100
23101 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
23102
23103         * config/srclist.txt: Comment out argp-pvh.c.
23104
23105 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
23106
23107         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
23108         in case some system header has #define'd it.  Problem reported by
23109         Soeren D. Schulze in
23110         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
23111
23112 2004-09-09  Karl Berry  <karl@gnu.org>
23113
23114         * regex.[ch]: delete from the root.  These were supposed to be
23115                 synced with emacs cvs, but this has not happened for about
23116                 a year, and anyway nothing else uses emacs regex.[ch].
23117                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
23118                 lib/regex[.ch] is untouched.
23119
23120 2004-09-09  Bruno Haible  <bruno@clisp.org>
23121
23122         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
23123
23124 2004-09-09  Bruno Haible  <bruno@clisp.org>
23125
23126         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
23127         modifications.
23128         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
23129
23130 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
23131
23132         * modules/xvasprintf: New file.
23133         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
23134
23135 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
23136
23137         * lib/xvasprintf.h: New file.
23138         * lib/xvasprintf.c: New file.
23139         * lib/xasprintf.c: New file.
23140
23141 2004-09-08  Bruno Haible  <bruno@clisp.org>
23142
23143         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
23144
23145 2004-09-08  Bruno Haible  <bruno@clisp.org>
23146
23147         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
23148         length is > INT_MAX.
23149         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
23150         more.
23151
23152 2004-09-08  Bruno Haible  <bruno@clisp.org>
23153
23154         * lib/stdint_.h: New file, taken from GNU clisp.
23155
23156 2004-09-08  Bruno Haible  <bruno@clisp.org>
23157             Oskar Liljeblad  <oskar@osk.mine.nu>
23158
23159         * modules/stdint: New file.
23160         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
23161
23162 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23163
23164         Import from coreutils.
23165         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
23166         strings on unbounded length.  alloca's performance benefits aren't
23167         that important here.
23168         (V_STRDUP): Remove.
23169         (parse_with_separator): New function, with most of the internals
23170         of the old parse_user_spec.  Allow user to omit both user and group,
23171         for compatibility with FreeBSD.
23172         Clone only the user name, not the entire spec.
23173         Do not set *uid, *gid unless entirely successful.
23174         Avoid memory leak in some failing cases.
23175         Fix regression for USER.GROUP reported by Dmitry V. Levin in
23176         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
23177         (parse_user_spec): Rewrite to use parse_with_separator.
23178
23179 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23180
23181         * modules/userspec: Don't depend on alloca.
23182
23183 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23184
23185         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
23186
23187 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23188
23189         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
23190         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
23191         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
23192
23193 2004-08-16  Simon Josefsson  <jas@extundo.com>
23194
23195         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
23196         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
23197         Add --dry-run for --import.
23198         Let user provided command line parameters override configure.ac
23199         settings.
23200
23201 2004-08-12  Simon Josefsson  <jas@extundo.com>
23202
23203         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
23204         as discussed with Paul Eggert in threads rooted at
23205         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
23206         and
23207         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
23208         Before, the test was empty, and relied on ELIDE_CODE in source
23209         code.)
23210         (gl_PREREQ_GETOPT): New macro.
23211         (gl_GETOPT): Use them.
23212
23213 2004-08-12  Simon Josefsson  <jas@extundo.com>
23214
23215         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
23216         * lib/getopt_.h: Renamed from getopt.h.
23217
23218 2004-08-12  Simon Josefsson  <jas@extundo.com>
23219
23220         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
23221         Change default library name from libfoo to libgnu.
23222         Now, if you have a configure.ac that says:
23223                 gl_SOURCE_BASE(gl)
23224                 gl_M4_BASE(gl/m4)
23225                 gl_MODULES(error getopt etcetera)
23226                 gl_INIT
23227         you can import all you need by running:
23228                 ../gnulib/gnulib-tool --import
23229
23230         * modules/getopt (Files): Rename getopt.h to getopt_.h.
23231         (Makefile.am): Rewrite, use logic from argz.
23232         (Include): Use <getopt.h> instead of "getopt.h".
23233
23234 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23235
23236         * modules/argp (Files): Add m4/unlocked-io.m4.
23237         (Depends-on): Add extensions.
23238
23239 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23240
23241         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
23242         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
23243         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
23244         Check for program_invocation_name, program_invocation_short_name,
23245         flockfile, funlockfile, features.h, _getopt_long_only_r.
23246
23247 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23248
23249         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
23250         its complicated substitute.
23251         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
23252         and program_invocation_name.
23253         (__argp_basename) [!_LIBC]: Remove; the only use was
23254         replaced by its body.
23255         (__argp_short_program_name): Change condition from
23256         !defined __argp_short_program_name to
23257         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
23258         to match argp-namefrob.h.
23259         (__argp_failure): Don't assume strerror_r returns char *.
23260         * lib/argp-parse.c (N_): Define unconditionally.
23261         (argp_default_options): Fill out initializers with 0 to avoid
23262         gcc warnings.
23263
23264 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23265
23266         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
23267         getopt1.c.
23268
23269 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23270
23271         Merge from coreutils.
23272
23273         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
23274
23275         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
23276         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
23277
23278 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23279
23280         Merge from coreutils.
23281
23282         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
23283         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
23284         for Reliant Unix 5.43.
23285
23286         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
23287         (union fooround): Use uintmax_t, not long int.
23288         The rest is a merge from libc:
23289         [defined _LIBC]: Include <shlib-compat.h>.
23290         (_obstack) [defined _LIBC]: Remove after 2.3.4.
23291
23292         * lib/settime.c (settime): Recode to avoid warning with
23293         Sun Forte C 6U2.
23294
23295         * lib/strverscmp.c: Convert to UTF-8.
23296
23297 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23298
23299         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
23300         m4/uintmax_t.m4.
23301
23302 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23303
23304         * modules/xalloc-die: New file.
23305         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
23306
23307         * modules/md5 (Files): Add m4/uint32_t.m4.
23308         * modules/sha1: Renamed from modules/sha.
23309         (Files):
23310         Rename lib/sha.h to lib/sha1.h.
23311         Rename lib/sha.c to lib/sha1.c.
23312         Rename m4/sha.m4 to m4/sha1.m4.
23313         (lib_SOURCES): Likewise.
23314         (configure.ac): Rename gl_SHA to gl_SHA1.
23315         (Include): sha.h -> sha1.h.
23316
23317 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23318
23319         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
23320         * m4/sha1.m4: Renamed from sha.m4.
23321         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
23322
23323 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23324
23325         * lib/obstack.h (obstack_empty_p):
23326         Don't assume that chunk->contents is suitably aligned.
23327         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
23328         Likewise. Problem reported by Benno in
23329         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
23330
23331         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
23332         readable.  This could be improved further but it'd take some work.
23333
23334 2004-08-08  Simon Josefsson  <jas@extundo.com>
23335
23336         * modules/xgethostname (Depends-on): Remove exit and error (not
23337         used).
23338
23339         * modules/getpass-gnu: Add getpass.h.
23340         (Depends-on): Add stdbool.
23341         * modules/getpass: Add getpass.h.
23342
23343 2004-08-08  Simon Josefsson  <jas@extundo.com>
23344
23345         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
23346         Check getpass declaration.
23347
23348 2004-08-08  Simon Josefsson  <jas@extundo.com>
23349
23350         * lib/xgethostname.c: Don't include error.h (not used).
23351
23352         * lib/getpass.h: Add.
23353         * lib/getpass.c: Include getpass.h first.
23354
23355 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
23356
23357         * lib/xalloc-die.c: New file.
23358         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
23359         All uses removed.
23360         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
23361         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
23362         xalloc-die.c.
23363         (_, N_, xalloc_die): Move to xalloc-die.c.
23364         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
23365         so that we needn't mess with xalloc_msg_memory_exhausted.
23366
23367         * lib/sha1.h: Renamed from sha.h.
23368         (SHA1_H): Renamed from _SHA_H.
23369         (sha1_ctx): Renamed from sha_ctx.
23370         (sha1_init_ctx): Renamed from sha_init_ctx.
23371         (sha1_process_block): Renamed from sha_process_block.
23372         (sha1_process_bytes): Renamed from sha_process_bytes.
23373         (sha1_finish_ctx): Renamed from sha_finish_ctx.
23374         (sha1_read_ctx): Renamed from sha_read_ctx.
23375         (sha1_stream): Renamed from sha_stream.
23376         (sha1_buffer): Renamed from sha_buffer.
23377         * lib/sha1.c: Likewise; renamed from sha.c.
23378         Do not include <sys/types.h>.
23379         Include <stddef.h> rather than <stdlib.h>.
23380
23381 2004-08-08  Bruno Haible  <bruno@clisp.org>
23382
23383         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
23384         FILESYSTEM_PREFIX_LEN.
23385         * lib/progreloc.c: Likewise.
23386         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
23387
23388 2004-08-06  Simon Josefsson  <jas@extundo.com>
23389
23390         * modules/progname (Depends-on): Don't depend on stdbool.
23391
23392 2004-08-06  Simon Josefsson  <jas@extundo.com>
23393
23394         * modules/getsubopt: New file.
23395         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23396         getsubopt.
23397
23398 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23399
23400         More merge from coreutils.
23401
23402         * m4/utimens.m4, m4/utimecmp.m4: New files.
23403         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
23404         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
23405         prereq.m4, sha.m4: Import changes from coreutils.
23406
23407 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23408
23409         More merge from coreutils.
23410         * modules/raise, modules/readtokens0, modules/utimens:
23411         * modules/utimecmp, module/xnanosleep: New files.
23412         * modules/strftime: Add lib/strftime.h.
23413         Change include from <time.h> to "strftime.h".
23414         * modules/yesno: Add lib/yesno.h.
23415         * modules/backupfile: Remove lib/addext.c.
23416         * modules/euidaccess: Add stat-macros.h.
23417         * modules/canonicalize, modules/euidaccess,
23418         modules/filemode, modules/lchown, modules/makepath,
23419         modules/rmdir, modules/stat: Likewise.
23420
23421 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23422
23423         Merge from tar.
23424         * lib/argp-help.c (make_hol, hol_append): Don't assume that
23425         SIZE_MAX is a valid preprocessor constant.
23426         (__argp_basename): Change from "#ifndef _LIBC"
23427         to "#ifndef __argp_short_program_name", so that
23428         we don't compile these functions for tar.
23429
23430         More merges from coreutils.
23431         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
23432         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
23433         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
23434         * lib/addext.c: Remove; no longer needed.
23435         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
23436         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
23437         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
23438         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
23439         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
23440         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
23441         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
23442         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
23443         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
23444         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
23445         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
23446         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
23447         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
23448         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
23449         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
23450         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
23451         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
23452         Import changes from coreutils.
23453
23454 2004-08-05  Simon Josefsson  <jas@extundo.com>
23455
23456         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
23457
23458 2004-08-05  Simon Josefsson  <jas@extundo.com>
23459
23460         * m4/getsubopt.m4: New file.
23461
23462 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23463
23464         Merge from coreutils.
23465
23466         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
23467         * m4/getcwd-path-max.m4: New files.
23468
23469         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
23470         FILESYSTEM_PREFIX_LEN ->
23471         FILE_SYSTEM_PREFIX_LEN.
23472         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
23473         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
23474         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
23475         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
23476
23477         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
23478         prerequisite modules now handle the DOS stuff.
23479         Don't check for unistd.h.
23480
23481 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23482
23483         Merge from coreutils.
23484
23485         * lib/.gdb-history: Remove; this doesn't belong here.
23486
23487         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
23488         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
23489         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
23490         * lib/getcwd.c: New files.
23491
23492         * lib/dirname.h: Include <stdbool.h>.
23493         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
23494         for consistency with POSIX terminology.  All uses changed.
23495         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
23496         (strip_trailing_slashes): Use bool for booleans.
23497         * lib/stripslash.c (strip_trailing_slashes): Likewise.
23498
23499         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
23500         sometimes returns a positive errno value even when it succeeds.
23501         (print_errno_message) [!LIBC]: Fall back on strerror if
23502         __strerror_r fails.
23503
23504         * lib/path-concat.c (mempcpy): Don't define if a system header defines
23505         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
23506         (longest_relative_suffix): New function.
23507         (path_concat): Use it.  Assume first argument is not NULL.
23508         Port to DOS.  Omit redundant separators.
23509         Report an error instead of returning NULL.
23510         Use mempcpy instead of memcpy.
23511         (xpath_concat): Remove: not declared or used.
23512
23513         * lib/same.h: Include <stdbool.h>
23514         (same_name): Return bool, not int.
23515         * lib/same.c (same_name): Likewise.
23516         (errno): Don't declare; we assume C89 or better now.
23517
23518         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
23519         if not already defined.
23520
23521         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
23522         * lib/dup-safer.c (errno): Likewise.
23523
23524 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23525
23526         Merge from coreutils.
23527         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
23528         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
23529         * modules/path-concat: Don't depend on strdup.
23530
23531 2004-08-03  Simon Josefsson  <jas@extundo.com>
23532
23533         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
23534         * lib/progname.h: Don't include stdbool.h.
23535
23536 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23537
23538         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
23539         * MODULES.html.sh (func_all_modules): Remove fatal.
23540
23541 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23542
23543         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
23544
23545 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23546
23547         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
23548         working.
23549
23550 2004-08-02  Simon Josefsson  <jas@extundo.com>
23551
23552         * lib/getsubopt.h: New file, with comments from Bruno Haible.
23553         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
23554         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
23555
23556 2004-08-01  Simon Josefsson  <jas@extundo.com>
23557
23558         * lib/xgetdomainname.c: Include stdlib.h, for free().
23559
23560 2004-07-19  Bruno Haible  <bruno@clisp.org>
23561
23562         * MODULES.html.sh (func_all_modules): Add dummy.
23563
23564 2004-07-16  Simon Josefsson  <jas@extundo.com>
23565
23566         * modules/dummy: New file.
23567
23568 2004-07-16  Simon Josefsson  <jas@extundo.com>
23569
23570         * lib/dummy.c: New file.
23571
23572 2004-07-16  Bruno Haible  <bruno@clisp.org>
23573
23574         * lib/backupfile.h: Add extern "C" for C++.
23575         * lib/closeout.h: Likewise.
23576         * lib/copy-file.h: Likewise.
23577         * lib/findprog.h: Likewise.
23578         * lib/full-write.h: Likewise.
23579         * lib/pathname.h: Likewise.
23580         * lib/progname.h: Likewise.
23581         * lib/stpcpy.h: Likewise.
23582         * lib/stpncpy.h: Likewise.
23583         * lib/strcase.h: Likewise.
23584         * lib/strstr.h: Likewise.
23585         * lib/xalloc.h: Likewise.
23586
23587         * lib/mbswidth.h: Add extern "C" for C++.
23588         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
23589
23590 2004-07-13  Robert Millan  <robertmh@gnu.org>
23591
23592         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
23593
23594 2004-07-09  Simon Josefsson  <jas@extundo.com>
23595
23596         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
23597         failed without this.)
23598
23599 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23600
23601         * modules/chown (Files): Add lib/fchown-stub.c, since
23602         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
23603
23604 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23605
23606         * lib/fchown-stub.c: New file.
23607
23608 2004-06-24  Jim Meyering  <jim@meyering.net>
23609
23610         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
23611
23612 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23613
23614         * modules/argz: Omit "#include".
23615
23616         * MODULES.html.sh (func_all_modules): Add calloc, to match
23617         2004-06-01 addition of calloc module.
23618
23619 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23620
23621         * m4/argz.m4: New file, which is autoupdated from libtool.
23622
23623 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23624
23625         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
23626         libtool.
23627
23628 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23629
23630         * config/srclist-update: Don't insist on "USA." before the
23631         close-comment, as libtool omits the period and puts the */ on a
23632         separate line.
23633         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
23634         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
23635
23636 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
23637
23638         * modules/argz: New file.
23639         * MODULES.html.sh (func_all_modules): Add argz.
23640
23641 2004-06-12  Jim Meyering  <jim@meyering.net>
23642         and  Paul Eggert  <eggert@cs.ucla.edu>
23643
23644         * modules/hash (Files): Add lib/xalloc.h.
23645         * modules/pipe (Depends-on): Add wait-process.
23646         * modules/stat (Depends-on): Add xalloc.
23647         * modules/userspec (Files): Add lib/userspec.h.
23648         * modules/xstrto
23649
23650         Upgrade from gettext-0.13.
23651         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
23652         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
23653         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
23654
23655 2004-06-10  Jim Meyering  <jim@meyering.net>
23656
23657         * lib/calloc.c: New file.
23658
23659 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23660
23661         * lib/getdate.y (yylex): Allow space between sign and number.
23662         Problem reported by Dan Jacobson.
23663
23664 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23665
23666         Merge from coreutils CVS.
23667
23668         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
23669         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
23670         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
23671         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
23672         xstrtol.m4: Fix copyright date and/or serial number.
23673
23674         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
23675         See if we need an fchown replacement.
23676         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
23677         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
23678         and use the replacement function if we detect either defect.
23679
23680         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
23681         gl_UTIMECMP.
23682
23683 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23684         and  Jim Meyering  <jim@meyering.net>
23685
23686         Merge from coreutils CVS.
23687
23688         * lib/stat-macros.h: New file, with contents from file-type.h
23689         and coreutils' system.h.
23690         * lib/file-type.c: Include "stat-macros.h".
23691         * lib/file-type.h (file_type): Move all macro definitions to new file,
23692         stat-macros.h.
23693
23694         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
23695         Wrap old code with this conditional.
23696         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
23697         function that does not dereference symlinks.
23698         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
23699
23700         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
23701         dependency problems.
23702         (xreadlink): Accept new arg SIZE, for efficiency.
23703         All decls and uses changed.
23704         * lib/xreadlink.h: Include <stddef.h>, for size_t.
23705
23706         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
23707         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
23708
23709         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
23710         sysexits.h.
23711
23712 2004-06-01  Jim Meyering  <jim@meyering.net>
23713
23714         * m4/calloc.m4: New file.
23715
23716 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
23717
23718         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
23719         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
23720         Also, fix a typo in a diagnostic.
23721
23722 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23723
23724         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
23725         or AC_FUNC_REALLOC.
23726
23727 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23728
23729         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
23730         macros to be defined.
23731         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
23732         the allocator returns NULL because the requested size is zero.
23733
23734 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23735
23736         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
23737         var.  Add comment explaining why libc still defines it.  This
23738         merges the following patch from glibc:
23739         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
23740
23741 2004-05-20  Andreas Schwab  <schwab@suse.de>
23742
23743         * m4/free.m4: Replace free if it not known to work, not the other
23744         way round.
23745
23746 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23747
23748         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
23749         present in glibc since revision 1.1 of this file.
23750         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
23751         obstack_alignment_mask, obstack_alloc, obstack_base,
23752         obstack_blank, obstack_blank_fast, obstack_chunk_size,
23753         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
23754         obstack_grow0, obstack_init, obstack_int_grow,
23755         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
23756         obstack_next_free, obstack_object_size, obstack_ptr_grow,
23757         obstack_ptr_grow_fast, obstack_room): Remove declarations of
23758         nonexistent functions.
23759
23760 2004-05-18  Karl Berry  <karl@gnu.org>
23761
23762         * config/srclist.txt: break link for vasnprintf.c.
23763
23764 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23765
23766         Port obstack to the AS/400, where pointers are 16 bytes wide and
23767         you cannot cast an integer to a valid pointer.  This patch is
23768         currently waiting to be integrated into glibc; see
23769         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
23770
23771         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
23772         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
23773         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
23774         (struct obstack): temp member is now a union of a pointer and
23775         an integer, instead of an integer.  All integer uses changed.
23776         This does not affect the physical layout of struct obstack,
23777         except on hosts (like the AS/400) where the size or alignment of
23778         void * is greater than that of ptrdiff_t.
23779         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
23780         __STDC__)]: Store temporary in pointer member of union, not
23781         integer member.
23782         * lib/obstack.c: Include <stddef.h>, for offsetof.
23783         (struct fooalign): Remove; it doesn't need a name.
23784         (union fooround): Change double to long double, and add void *.
23785         (DEFAULT_ALIGNMENT): Use offsetof to compute.
23786         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
23787         not a macro.  Hence the values are always int; so remove all
23788         casts-to-int in uses.
23789
23790 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23791
23792         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
23793         we can get this patch merged into glibc.
23794
23795 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23796             Paul Eggert  <eggert@cs.ucla.edu>
23797
23798         * m4/argp: Depend on alloca.
23799
23800 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23801             Paul Eggert  <eggert@cs.ucla.edu>
23802
23803         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
23804         freecoding.
23805
23806 2004-05-17  Bruno Haible  <bruno@clisp.org>
23807
23808         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
23809         precision that consists of a '.' followed by an empty digit string.
23810         Patch by Tor Lillqvist <tml@iki.fi>.
23811
23812 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23813
23814         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
23815         for backward compatibility with older code.  We need our own
23816         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
23817         it under some other name, and our alloca.h will define it.
23818
23819 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23820             Derek Price  <derek@ximbiot.com>
23821
23822         * lib/alloca.c: Include <alloca.h>, to get our interface.
23823         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
23824         include <alloca.h> first.  Use C89 prototype for alloca; this
23825         requires including <stddef.h> for size_t.  Use extern "C" if C++.
23826         Use #elif for simplicity, since we can assume C89 now.
23827         Don't try to source the system alloca.h since it will not be found
23828         and to prevent recursively including its replacement.
23829         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
23830         * lib/regex.c: Likewise.
23831
23832 2004-05-16  Derek Price  <derek@ximbiot.com>
23833             Paul Eggert  <eggert@cs.ucla.edu>
23834
23835         getline cleanup.  This changes the getndelim2 API: both order of
23836         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
23837         no delimiter).
23838
23839         * lib/getline.c: Don't include stddef.h or stdio.h, since our
23840         interface does that.
23841         (getline): Always use getdelim, so that we don't have two
23842         copies of this code.
23843         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
23844         if available.
23845         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
23846         (GETNDELIM2_MAXIMUM): New macro.
23847         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
23848         instead of the old practice of delim2==0.  All callers changed.
23849         Return -1 on overflow, instead of returning junk.
23850         Do not set *linesize unless allocation succeeds.
23851         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
23852         that we include sys/types.h.
23853         * lib/getnline.h: Likewise.
23854         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
23855         (getndelim2): Reorder arguments.
23856         * lib/getnline.c (getnline, getndelim):
23857         Don't discard the NMAX argument.
23858         (getnline): Invoke getndelim, to avoid code duplication.
23859         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
23860         of (size_t) -1 by callers of the getnline family.
23861
23862 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23863
23864         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
23865         Check for gettimeofday.
23866         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
23867         Check for settimeofday, stime.
23868
23869 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23870
23871         * lib/nanosleep.c (suspended): Change its type from int to
23872         sig_atomic_t volatile.
23873         (first_call): Make it private to rpl_nanosleep, and have it
23874         be zero initially as that's a bit faster.
23875         (my_usleep): Round up fractional times instead of truncating them,
23876         as this is the usual meaning for 'sleep'.
23877
23878         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
23879         doesn't work.
23880         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
23881         (ENOSYS): Define if not defined.
23882         (settime): Fall back on stime if it exists and settimeofday fails.
23883         But don't bother with fallbacks if a method fails with errno == EPERM.
23884
23885 2004-05-11  Jim Meyering  <jim@meyering.net>
23886
23887         Prior to this change, the save_cwd caller required read access to the
23888         current directory on most systems (ones with the fchdir function).
23889
23890         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
23891         fails, try write-only, and finally, resort to using xgetcwd.
23892
23893 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23894
23895         * lib/obstack.c, obstack.h: Import changes from libc.
23896
23897 2004-04-28  Bruno Haible  <bruno@clisp.org>
23898
23899         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
23900         also implicitly appends .exe to executables.
23901         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23902         accepts Windows pathnames.
23903         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23904         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23905         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23906         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23907         Reported by Derek Robert Price <derek@ximbiot.com>.
23908
23909 2004-04-21  Karl Berry  <karl@gnu.org>
23910
23911         * config/srclist.txt (localcharset.c): break sync.
23912
23913 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23914
23915         * m4/host-os.m4: Add a copyright notice.
23916
23917 2004-04-20  Jim Meyering  <jim@meyering.net>
23918
23919         Change UTILS_ to gl_ in AC_DEFINE'd names.
23920         Change utils_- and jm_-prefixed variables, too.
23921         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23922         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23923         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23924
23925         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23926         Don't emit trailing blanks.
23927         Also rename jm_-prefixed variables to have gl_ prefix.
23928
23929         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23930         Also rename jm_-prefixed variables to have gl_ prefix.
23931
23932         * m4/jm-macros.m4: Reflect the renamings.
23933         * m4/prereq.m4: Likewise.
23934
23935 2004-04-20  Jim Meyering  <jim@meyering.net>
23936
23937         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23938         memory.
23939
23940 2004-04-20  Jim Meyering  <jim@meyering.net>
23941             Bruno Haible  <bruno@clisp.org>
23942
23943         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23944         memory when realloc fails.
23945
23946 2004-04-19  Jim Meyering  <jim@meyering.net>
23947
23948         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23949         now that readutmp.c may call `free (0)'.
23950
23951 2004-04-19  Bruno Haible  <bruno@clisp.org>
23952
23953         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23954         * m4/inttypes_h.m4: Likewise.
23955         * m4/stdint_h.m4: Likewise.
23956         * m4/intmax_t.m4: Likewise.
23957         * m4/uintmax_t.m4: Likewise.
23958
23959 2004-04-18  Jim Meyering  <jim@meyering.net>
23960
23961         * m4/prereq.m4: Don't forbid jm_ prefix.
23962
23963         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23964         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23965         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23966         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23967         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23968         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23969         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23970         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23971         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23972         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23973         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23974         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23975         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23976         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23977         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23978         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23979         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23980         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23981         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23982
23983 2004-04-18  Jim Meyering  <jim@meyering.net>
23984
23985         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23986         failure, don't leak memory and do call END_UTMP_ENT.
23987
23988 2004-04-16  Jim Meyering  <jim@meyering.net>
23989
23990         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
23991         coreutils' stat program.
23992         (gl_PREREQ): Don't require jm_PREREQ_STAT.
23993
23994 2004-04-11  Paul Eggert  <eggert@twinsun.com>
23995
23996         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
23997         C89.
23998         (CHAR_BIT): Remove, since we assume C89.
23999         Include <stdint.h> if available, as per current Autoconf CVS advice.
24000
24001 2004-03-31  Jim Meyering  <jim@meyering.net>
24002
24003         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
24004         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
24005         * m4/xalloc.m4: Likewise.
24006
24007 2004-03-30  Paul Eggert  <eggert@twinsun.com>
24008
24009         Merge from coreutils.
24010
24011         * m4/inttostr.m4: New file.
24012         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
24013         Require AM_STDBOOL_H and gl_TIMESPEC instead.
24014         Require gl_CLOCK_TIME.
24015         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
24016
24017 2004-03-30  Paul Eggert  <eggert@twinsun.com>
24018
24019         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
24020         not bool, to be more consistent with Unix conventions.
24021         Suggested by Bruno Haible.
24022
24023         Merge from coreutils.
24024
24025         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
24026         * lib/umaxtostr.c: New files.
24027
24028         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
24029         the usual <time.h> dance.
24030         (get_date): Change signature to support fractional time stamps.
24031         All callers changed.
24032         * lib/getdate.y: Include "getdate.h" first, as we can now
24033         assume C89 and don't need to worry about 'const'.
24034         Similarly, include "unlocked-io.h" near start, not in middle.
24035         Include <limits.h>.
24036         (textint.value): Use long int rather than int.
24037         (textint.digits): Use size_t rather than int.
24038         (BILLION, LOG10_BILLION): New constants.
24039         (parser_control): New member rel_ns.  Members day_ordinal,
24040         time_zone, month, day, hour, minutes, rel_year, rel_month,
24041         rel_day, rel_hour, rel_minutes, rel_seconds
24042         are now long int, not int.  Member seconds is now struct timespec,
24043         not int.  New member timespec_seen.  Members dates_seen, days_seen,
24044         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
24045         not int.
24046         (%union.intval): Now long int, not int.
24047         New member timespec.
24048         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
24049         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
24050         (spec): Now is a timespec or an item list.
24051         (timespec, items): New nonterminals.
24052         (time, rel, relunit, number, get_date):
24053         Add support for fractional seconds.
24054         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
24055         (gmtime, localtime, mktime): Remove decls; not needed with C89.
24056         (to_hour): First arg is now long int, not int.
24057         (to_year): Returns long int, not int.
24058         Don't treat year -70 like 70.
24059         (tm_diff): Returns long int, not int.
24060         (lookup_word): Use bool instead of int when appropriate.
24061         (yylex): Use size_t for count, not int.
24062         Detect overflow when parsing large integer constants.
24063         Add support for fractions.
24064         (get_date): Make pointers 'const' if possible.
24065         Use more-portable code to detect integer overflow.
24066         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
24067         Don't use ctime; it's not reliable if the year has >4 digits.
24068
24069         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
24070         This is for compatibility with BSD.
24071
24072         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
24073         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
24074         From coreutils' system.h.
24075
24076         * lib/userspec.c: Don't include "posixver.h".
24077         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
24078         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
24079         compatible extension.  Simplify code by removing a boolean int
24080         that was always nonzero if a string was nonnull.
24081
24082 2004-03-30  Jim Meyering  <jim@meyering.net>
24083
24084         Merge from coreutils.
24085
24086         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
24087         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
24088         on some systems one must include <grp.h> before it.
24089         Reported by Christian Krackowizer.
24090
24091 2004-03-30  Jim Meyering  <jim@meyering.net>
24092
24093         Merge from coreutils.
24094
24095         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
24096
24097         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
24098         an empty input stream.
24099
24100         * lib/readtokens.c: Include <stdbool.h>.
24101         (readtoken): Use `size_t' rather than int/long.
24102         All callers adjusted.
24103         Use `bool' rather than `int' where appropriate.
24104         Use memset rather than an explicit loop.
24105         Use x2nrealloc rather than xrealloc.
24106         Allow the use of `\0' as a delimiter.
24107         (readtokens): Likewise.
24108         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
24109
24110 2004-03-30  Jim Meyering  <jim@meyering.net>
24111
24112         * m4/realloc.m4: Remove file, since now it does no more than
24113         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
24114         the `configure.ac' section of module/realloc.
24115         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
24116
24117 2004-03-30  Bruno Haible  <bruno@clisp.org>
24118
24119         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
24120         nonnull.
24121
24122 2004-03-29  Paul Eggert  <eggert@twinsun.com>
24123
24124         Merge changes to getloadavg.c from coreutils and Emacs.
24125
24126         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
24127         Define to an expression, not to the empty string.
24128         Include cloexec.h and xalloc.h.
24129         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
24130         Use set_cloexec_flag rather than rolling our own.
24131         * lib/cloexec.c, lib/cloexec.h: New files.
24132
24133 2004-03-29  Paul Eggert  <eggert@twinsun.com>
24134
24135         * m4/cloexec.m4: New file.
24136
24137 2004-03-18  Paul Eggert  <eggert@twinsun.com>
24138
24139         * lib/getopt.h: Sync with libc CVS.
24140
24141 2004-03-18  Paul Eggert  <eggert@twinsun.com>
24142             Bruno Haible  <bruno@clisp.org>
24143
24144         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
24145         mbswidth.
24146
24147 2004-03-18  Paul Eggert  <eggert@twinsun.com>
24148             Bruno Haible  <bruno@clisp.org>
24149
24150         * lib/mbswidth.h: Include <wchar.h> only if
24151         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
24152         <wchar.h>.
24153         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
24154
24155 2004-03-09  Paul Eggert  <eggert@twinsun.com>
24156
24157         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
24158         Sync with libc CVS.
24159         * lib/getopt_int.h: New file, also synced from libc.
24160
24161 2004-03-09  Paul Eggert  <eggert@twinsun.com>
24162
24163         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
24164         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
24165         Bring back getopt.c, getopt.h, getopt1.c.
24166
24167 2004-03-07  Paul Eggert  <eggert@twinsun.com>
24168
24169         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
24170         All uses changed.  Check for sa_sigaction member; this fixes
24171         a bug first reported by Jason Andrade in
24172         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
24173
24174 2004-03-07  Paul Eggert  <eggert@twinsun.com>
24175
24176         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
24177         '#if' expressions.  Unlike the code it replaces, it does not
24178         depend on (defined _SC_PAGESIZE).  However, it does depend on
24179         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
24180         first reported by Jason Andrade in
24181         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
24182
24183 2004-02-25  Simon Josefsson  <jas@extundo.com>
24184
24185         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
24186
24187 2004-02-25  Simon Josefsson  <jas@extundo.com>
24188
24189         * lib/strdup.h: New file.
24190         * lib/strdup.c: Include it.
24191         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
24192         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
24193
24194 2004-02-23  Karl Berry  <karl@gnu.org>
24195
24196         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
24197         (from fencepost.gnu.org:/gd/gnuorg).
24198
24199 2004-02-23  Karl Berry  <karl@gnu.org>
24200
24201         * config/srclistvars.sh (GNUORG) [karl]: redefine.
24202         * config/srclist.txt: add maintain/standards documents.
24203
24204 2004-02-18  Bruno Haible  <bruno@clisp.org>
24205
24206         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
24207         Reported by Derek Robert Price <derek@ximbiot.com>.
24208
24209 2004-02-16  Karl Berry  <karl@gnu.org>
24210
24211         * config/mkinstalldirs, install-sh: update from automake.
24212
24213 2004-02-06  Karl Berry  <karl@gnu.org>
24214
24215         * m4/po.m4: update from gettext 0.14.1.
24216
24217 2004-02-06  Karl Berry  <karl@gnu.org>
24218
24219         * lib/config.charset: update from gettext 0.14.1.
24220
24221 2004-02-05  Paul Eggert  <eggert@twinsun.com>
24222
24223         Add comments and code, prompted by suggestions from Bruno Haible
24224         for sh-quote.
24225         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
24226         describing the enum quoting_style values.
24227         * lib/quotearg.c (quotearg_alloc): New function.
24228         (quotearg_buffer_restyled): Treat lone { and } as special.
24229         Treat = as special.  Work around bug with older shells
24230         that "see" a '\' that is really the 2nd byte of a multibyte char.
24231         Quote empty string with shell_quoting_style.
24232
24233 2004-02-03  Bruno Haible  <bruno@clisp.org>
24234
24235         * m4/pipe.m4: New file, from GNU gettext.
24236
24237 2004-02-03  Bruno Haible  <bruno@clisp.org>
24238
24239         * lib/pipe.h: New file, from GNU gettext.
24240         * lib/pipe.c: New file, from GNU gettext.
24241
24242 2004-01-27  Bruno Haible  <bruno@clisp.org>
24243
24244         * m4/execute.m4: New file, from GNU gettext.
24245
24246 2004-01-27  Bruno Haible  <bruno@clisp.org>
24247
24248         * lib/execute.h: New file, from GNU gettext.
24249         * lib/execute.c: New file, from GNU gettext.
24250         * lib/w32spawn.h: New file, from GNU gettext.
24251
24252 2004-01-24  Paul Eggert  <eggert@twinsun.com>
24253
24254         Merge from diffutils.
24255
24256         * lib/file-type.c (file_type): Add typed memory objects.
24257         * lib/file-type.h (S_TYPEISTMO): New macro.
24258
24259         * lib/c-stack.h (c_stack_action): Remove argv argument.
24260         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
24261         (die): Don't calculate message unless segv_action returns.
24262         (get_stack_location, min_address_from_argv, max_address_from_argv,
24263         volatile stack_base, volatile_stack_size): Remove.
24264         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
24265         that every segmentation violation is a stack overflow.  (Ouch!)
24266         See Debian bug 136249 (still outstanding) for more info about why
24267         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
24268
24269 2004-01-24  Paul Eggert  <eggert@twinsun.com>
24270
24271         Exit-status fix from coreutils.
24272
24273         Use exit_failure consistently in place of EXIT_FAILURE,
24274         so that program exit statuses are consistent on failure.
24275
24276         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
24277         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
24278         * lib/argmatch.h: Comment fix to match the above.
24279         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
24280         Now a macro referring to exit_failure, instead of a separate
24281         variable.  Include "exitfail.h" to get it.
24282         * lib/xstrtol.h: Include "exitfail.h".
24283         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
24284
24285         * lib/long-options.c (parse_long_options): Use prototype
24286         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
24287         for clarity.
24288
24289 2004-01-21  Jim Meyering  <jim@meyering.net>
24290
24291         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
24292         so as not to conflict with a different-sized __mktime_internal
24293         function in GNU libc.
24294         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
24295         Problem building statically-linked `ls' reported by Michael Brunnbauer.
24296
24297 2004-01-20  Karl Berry  <karl@gnu.org>
24298
24299         * config/config.guess: update from config.
24300
24301         * config/srclistvars.sh: GNUWWWLICENSES for karl.
24302
24303 2004-01-20  Bruno Haible  <bruno@clisp.org>
24304
24305         Safer stack allocation.
24306         * lib/setenv.c: Include allocsa.h.
24307         (alloca): Remove fallback definition.
24308         (freea): Remove macro.
24309         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
24310         instead of freea.
24311
24312 2004-01-20  Bruno Haible  <bruno@clisp.org>
24313
24314         * m4/eealloc.m4: New file, from GNU gettext.
24315
24316 2004-01-20  Bruno Haible  <bruno@clisp.org>
24317
24318         * m4/allocsa.m4: New file, from GNU gettext.
24319
24320 2004-01-20  Bruno Haible  <bruno@clisp.org>
24321
24322         * lib/xallocsa.h: New file, from GNU gettext.
24323         * lib/xallocsa.c: New file, from GNU gettext.
24324
24325 2004-01-20  Bruno Haible  <bruno@clisp.org>
24326
24327         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
24328
24329 2004-01-20  Bruno Haible  <bruno@clisp.org>
24330
24331         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
24332         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
24333         specially.
24334
24335 2004-01-20  Bruno Haible  <bruno@clisp.org>
24336
24337         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
24338         patch.
24339
24340 2004-01-20  Bruno Haible  <bruno@clisp.org>
24341
24342         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
24343
24344 2004-01-20  Bruno Haible  <bruno@clisp.org>
24345
24346         * lib/eealloc.h: New file.
24347
24348 2004-01-20  Bruno Haible  <bruno@clisp.org>
24349
24350         * lib/binary-io.h: Avoid warnings on Cygwin.
24351
24352 2004-01-20  Bruno Haible  <bruno@clisp.org>
24353
24354         * lib/allocsa.h: New file, from GNU gettext.
24355         * lib/allocsa.c: New file, from GNU gettext.
24356
24357 2004-01-18  Karl Berry  <karl@gnu.org>
24358
24359         * doc/gpl.texi, doc/lgpl.texi: new files.
24360
24361 2004-01-18  Karl Berry  <karl@gnu.org>
24362
24363         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
24364         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
24365
24366 2004-01-15  Paul Eggert  <eggert@twinsun.com>
24367
24368         Merge from coreutils.
24369
24370         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
24371         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
24372         (gl_DEFAULT_POSIX2_VERSION): Move
24373         the documentation from 'configure' into 'config.hin',
24374         so that 'configure --help' isn't burdened by it and
24375         we don't have to worry about its formatting there.
24376         Reword the documentation so that it's more succinct
24377         and can be run together into a single paragraph.
24378         * m4/same.m4 (gl_SAME): Check for pathconf.
24379
24380 2004-01-15  Paul Eggert  <eggert@twinsun.com>
24381
24382         Merge from coreutils.
24383
24384         * lib/posixver.c: Include posixver.h.
24385
24386         * lib/same.c: Include <stdbool.h>, <limits.h>.
24387         (_POSIX_NAME_MAX): Define if not defined.
24388         (MIN): New macro.
24389         (same_name): If file names are silently truncated, report
24390         that the file names are the same if they are the same after
24391         the silent truncation.
24392
24393         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
24394         conversion function.
24395         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
24396         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
24397         longer needed.
24398
24399 2004-01-15  Jim Meyering  <jim@meyering.net>
24400
24401         Merge from coreutils.
24402
24403         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
24404         if no library is required.
24405         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
24406         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
24407         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
24408         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
24409         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
24410         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
24411         value, $ac_cv_search_crypt, if it's "none required".
24412         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
24413         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
24414         not gl_FUNC_GETLOADAVG.
24415         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
24416         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
24417
24418 2004-01-15  Jim Meyering  <jim@meyering.net>
24419
24420         Merge from coreutils.
24421
24422         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
24423         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
24424         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
24425
24426         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
24427         optional configure-time default.
24428
24429         * lib/version-etc.c (version_etc_copyright): Update copyright date.
24430
24431         * lib/xreadlink.c (xreadlink): Correct outdated comment.
24432
24433 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
24434
24435         Merge from coreutils.
24436
24437         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
24438         value, $ac_cv_search_nanosleep, if it's "none required".
24439
24440 2004-01-14  Paul Eggert  <eggert@twinsun.com>
24441
24442         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
24443         with like-named macro in fnmatch.c.
24444         (EXT): Use an internal constant instead.
24445
24446         Merge fnmatch patches from glibc.
24447         * lib/fnmatch.c (mbsinit): Remove define.
24448         Add libc_hidden_ver (__fnmatch, fnmatch).
24449         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
24450         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
24451
24452 2004-01-14  Karl Berry  <karl@gnu.org>
24453
24454         * config/install-sh: update from automake.
24455
24456 2004-01-13  Karl Berry  <karl@gnu.org>
24457
24458         * config/install-sh: update from automake.
24459
24460 2004-01-09  Karl Berry  <karl@gnu.org>
24461
24462         * config/install-sh: update from automake.
24463
24464 2004-01-05  Karl Berry  <karl@gnu.org>
24465
24466         * config/config.{sub,guess}: update from config.
24467
24468 2003-12-31  Karl Berry  <karl@gnu.org>
24469
24470         * config/depcomp: update from automake.
24471
24472 2003-12-14  Karl Berry  <karl@gnu.org>
24473
24474         * lib/config.charset: update from gettext-runtime.
24475
24476 2003-12-03  Paul Eggert  <eggert@twinsun.com>
24477
24478         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
24479         Bug reported by Alfred M. Szmidt.
24480
24481 2003-12-03  Bruno Haible  <bruno@clisp.org>
24482
24483         * m4/gettext.m4: Upgrade from gettext-0.13.
24484         * m4/po.m4: Upgrade from gettext-0.13.
24485         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
24486         * m4/intmax.m4: New file, from gettext-0.13.
24487         * m4/printf-posix.m4: New file, from gettext-0.13.
24488
24489 2003-11-29  Karl Berry  <karl@gnu.org>
24490
24491         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
24492
24493 2003-11-25  Paul Eggert  <eggert@twinsun.com>
24494             Bruno Haible  <bruno@clisp.org>
24495
24496         * lib/printf-parse.h: Don't include sys/types.h.
24497         (ARG_NONE): New macro.
24498         (char_directive): Change type of *arg_index fields to size_t.
24499         * lib/printf-parse.c: Don't include sys/types.h.
24500         (SSIZE_MAX): Remove macro.
24501         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
24502         Remove unnecessary overflow check.
24503         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
24504         fields.
24505
24506 2003-11-25  Bruno Haible  <bruno@clisp.org>
24507
24508         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
24509
24510 2003-11-25  Bruno Haible  <bruno@clisp.org>
24511
24512         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
24513         gt_TYPE_SSIZE_T.
24514
24515 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24516
24517         * modules/alloca: Remove dependency on xalloc.
24518
24519 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24520
24521         * lib/alloca.c: Remove dependency on xalloc module.
24522         (xalloc_die): Remove.
24523         (memory_full) [!defined emacs]: New macro.
24524         [!defined emacs]: Don't include xalloc.h.
24525         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
24526         address arithmetic overflows.  Change datatypes a bit to avoid
24527         unnecessary casts.
24528
24529 2003-11-22  Jim Meyering  <jim@meyering.net>
24530
24531         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
24532         s/size/size_t/.
24533
24534 2003-11-21  Karl Berry  <karl@gnu.org>
24535
24536         * config/config.{sub,guess}: update from config.
24537
24538 2003-11-18  Karl Berry  <karl@gnu.org>
24539
24540         * config/config.{sub,guess}: update from config.
24541
24542         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
24543
24544 2003-11-17  Paul Eggert  <eggert@twinsun.com>
24545
24546         * README: Mention that S+T cannot overflow if S is the size of
24547         an existing object and T is sufficiently small.
24548
24549 2003-11-17  Jim Meyering  <jim@meyering.net>
24550
24551         On systems without utime and without a utimes function capable of
24552         dealing with a NULL struct utimbuf* argument, this utime replacement
24553         could -- in unusual circumstances -- leak a file descriptor.
24554         * lib/utime.c: Include <unistd.h> and <errno.h>.
24555         (utime_null): Be sure to close `fd' and to preserve errno.
24556         Reported by Geoff Collyer via Arnold Robbins.
24557
24558 2003-11-17  Bruno Haible  <bruno@clisp.org>
24559
24560         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
24561         (Depends-on): Add xsize.
24562
24563 2003-11-17  Bruno Haible  <bruno@clisp.org>
24564
24565         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
24566
24567 2003-11-17  Bruno Haible  <bruno@clisp.org>
24568
24569         * lib/vasnprintf.c (alloca): Remove fallback definition.
24570         (freea): Remove definition.
24571         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
24572         Reported by Paul Eggert.
24573
24574 2003-11-16  Paul Eggert  <eggert@twinsun.com>
24575             Bruno Haible  <bruno@clisp.org>
24576
24577         Protect against address arithmetic overflow.
24578         * lib/printf-args.h: Include stddef.h.
24579         (arguments): Change type of field 'count' to size_t.
24580         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
24581         'unsigned int' where appropriate.
24582         * lib/printf-parse.h: Include sys/types.h.
24583         (char_directive): Change type of *arg_index fields to ssize_t.
24584         (char_directives): Change type of fields 'count', max_*_length to
24585         size_t.
24586         * lib/printf-parse.c: Include sys/types.h and xsize.h.
24587         (SSIZE_MAX): Define fallback value.
24588         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
24589         instead of 'int' where appropriate. Check a_allocated, d_allocated
24590         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
24591         * lib/vasnprintf.c: Include xsize.h.
24592         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
24593         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
24594         overflow. Avoid wraparound when converting a width or precision from
24595         decimal to binary.
24596
24597 2003-11-16  Bruno Haible  <bruno@clisp.org>
24598
24599         Update from GNU gettext.
24600         * lib/printf-parse.c: Generalize to it can be compiled for wide
24601         strings.
24602         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
24603         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
24604         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
24605         SNPRINTF): New macros.
24606         Don't include <alloca.h> if the file is used inside libintl.
24607         (local_wcslen): New function, for Solaris 2.5.1.
24608         (VASNPRINTF): Use it instead of wcslen.
24609
24610 2003-11-16  Bruno Haible  <bruno@clisp.org>
24611
24612         * lib/xsize.h (xmax): New function.
24613         (xsum, xsum3, xsum4): Declare as "pure" functions.
24614
24615 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24616
24617         * modules/xalloc (Files): Undo latest change, since xalloc.h
24618         no longer needs SIZE_MAX or PTRDIFF_MAX.
24619
24620 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24621
24622         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
24623         gl_PTRDIFF_MAX.
24624
24625 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24626
24627         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
24628         "return", to pacify some unknown compiler.  Problem reported
24629         by Joerg Schilling.
24630
24631 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24632
24633         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
24634         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
24635         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
24636         heuristic is just as accurate as far as we know, and it removes a
24637         dependency on size_max.m4 and ptrdiff_max.m4.
24638
24639 2003-11-11  Bruno Haible  <bruno@clisp.org>
24640
24641         * modules/xsize (Files): Add m4/size_max.m4.
24642         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
24643
24644 2003-11-11  Bruno Haible  <bruno@clisp.org>
24645
24646         * m4/size_max.m4: New file.
24647         * m4/ptrdiff_max.m4: New file.
24648         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
24649         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
24650         (gl_XALLOC): Invoke it.
24651
24652 2003-11-11  Bruno Haible  <bruno@clisp.org>
24653
24654         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
24655         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
24656         defined.
24657
24658 2003-11-10  Paul Eggert  <eggert@twinsun.com>
24659
24660         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
24661         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
24662         rejected some allocations of exactly SIZE_MAX - 2 bytes.
24663         From Bruno Haible.
24664         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
24665         not (size_t) -1, since it's defined here.
24666
24667 2003-11-09  Karl Berry  <karl@gnu.org>
24668
24669         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
24670
24671 2003-11-06  Paul Eggert  <eggert@twinsun.com>
24672
24673         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
24674         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
24675         Reject sizes of exactly SIZE_MAX bytes.
24676         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
24677         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
24678
24679 2003-11-05  Bruno Haible  <bruno@clisp.org>
24680
24681         * lib/xsize.h: Include limits.h, to avoid a possible collision with
24682         SIZE_MAX defined in <limits.h> on Solaris.
24683
24684 2003-11-04  Jim Meyering  <jim@meyering.net>
24685
24686         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
24687         variable names, rather than @VAR@.
24688         * modules/poll: Likewise.
24689
24690 2003-11-04  Bruno Haible  <bruno@clisp.org>
24691
24692         * modules/xsize: New file.
24693         * modules/linebreak: Depend on xsize.
24694         * MODULES.html.sh (func_all_modules): Add xsize.
24695
24696 2003-11-04  Bruno Haible  <bruno@clisp.org>
24697
24698         * m4/xsize.m4: New file.
24699
24700 2003-11-04  Bruno Haible  <bruno@clisp.org>
24701
24702         * lib/xsize.h: New file.
24703         * lib/linebreak.c: Include xsize.h.
24704         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
24705         argument for overflow.
24706         Suggested by Paul Eggert.
24707
24708 2003-11-03  Karl Berry  <karl@gnu.org>
24709
24710         * config/config.{guess,sub}: update from config.
24711
24712 2003-11-03  Jim Meyering  <jim@meyering.net>
24713
24714         * modules/userspec (lib_SOURCES): Add userspec.h.
24715         (Include): Add "userspec.h".
24716         Improve description.
24717
24718 2003-11-03  Jim Meyering  <jim@meyering.net>
24719
24720         * lib/userspec.c: Include "userspec.h".
24721         * lib/userspec.h: New file.
24722
24723 2003-11-03  Bruno Haible  <bruno@clisp.org>
24724
24725         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
24726
24727 2003-11-03  Bruno Haible  <bruno@clisp.org>
24728
24729         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
24730         available, to avoid (extremely rare) race condition.
24731         Suggested by Paul Eggert.
24732
24733 2003-11-02  Karl Berry  <karl@gnu.org>
24734
24735         * config/srclist.txt (vasprintf.c): sync broken, sigh.
24736
24737 2003-10-31  Paul Eggert  <eggert@twinsun.com>
24738
24739         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
24740         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
24741         (read_filesystem_list): Set and use me_type_malloced.
24742         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
24743         whatever the type happens to be), for brevity and consistency.
24744         Check for size calculation overflow on Alphas running OSF/1.
24745
24746 2003-10-31  Jim Meyering  <jim@meyering.net>
24747
24748         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
24749
24750         * lib/linebuffer.c: Include <string.h> for declaration of memset.
24751
24752 2003-10-30  Paul Eggert  <eggert@twinsun.com>
24753             Bruno Haible  <bruno@clisp.org>
24754
24755         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
24756         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
24757
24758 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24759
24760         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
24761         netbsd*-gnu*.  Suggested by Robert Millan.
24762
24763 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24764
24765         * modules/group-member: Depend on stdbool.
24766
24767 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24768
24769         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
24770
24771 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24772
24773         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
24774         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
24775         after the 'gnu' in these cases.  This fixes some bugs in the
24776         previous change, and is based on suggestions by Robert Millan.
24777
24778 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24779
24780         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
24781         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
24782         no longer needed.
24783         * lib/quotearg.c (quotearg_n_options): Use it.
24784         * lib/group-member.c: Include <stdbool.h>.
24785         (free_group_info): Arg is now const *; don't free arg.
24786         (get_group_info): Now returns bool and accepts struct group_info *,
24787         rather than returning a malloc'ed struct group_info *.
24788         All uses changed.  Check for overflow in internal size calculation.
24789
24790         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
24791         rather than xmalloc/xrealloc.
24792         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
24793         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
24794         conformance bug: the old code used a pointer after freeing the
24795         storage that it addressed.
24796         * lib/hash.c (hash_initialize): Simplify the code by using
24797         xalloc_oversized rather than doing it by hand.
24798         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
24799         the buffer preserved.  Use free and xmalloc instead.
24800         * lib/quotearg.c (quotearg_n_options): Likewise.
24801         Use a simpler test for size overflow.  Don't use xalloc_oversized
24802         because unsigned int might be wider than size_t (!); this suggests
24803         that we should switch from unsigned int to size_t for slot numbers.
24804
24805 2003-10-28  Paul Eggert  <eggert@twinsun.com>
24806
24807         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
24808         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
24809         NetBSD kernels.  Requested by Richard Stallman.
24810
24811 2003-10-27  Paul Eggert  <eggert@twinsun.com>
24812
24813         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
24814         to allocate the returned structure.  Do not allocate a subarray,
24815         as x2nrealloc will do that.
24816         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
24817         instead of xnrealloc.
24818         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
24819
24820 2003-10-27  Bruno Haible  <bruno@clisp.org>
24821
24822         * lib/stdbool_.h: Better support for BeOS.
24823
24824 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24825
24826         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
24827         now uses inline.
24828
24829 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24830
24831         * lib/xalloc.h (xalloc_oversized): New static inline function, for
24832         callers that want to do their own size-overflow checking.  Include
24833         <stdbool.h>, since xalloc_oversized returns bool.
24834         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
24835         to use xalloc_oversized.
24836
24837         Add two functions x2realloc, x2nrealloc, for programs that grow
24838         arrays dynamically by doubling their sizes.
24839         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
24840         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
24841         New functions.
24842
24843         Port to C99 semantics for 'inline' of external functions.
24844         Bug reported by Bruno Haible.
24845         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
24846         with the old contents of xnmalloc.
24847         (xnmalloc, xmalloc): Use it.
24848         (xnrealloc_inline): New static inline function,
24849         with the old contents of xnrealloc.
24850         (xnrealloc, xrealloc): Use it.
24851
24852         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
24853         that.
24854
24855 2003-10-26  Karl Berry  <karl@gnu.org>
24856
24857         * config/srclist.txt (COPYING.DOC): no longer available from
24858         /gd/gnuorg; don't know where the ultimate source is.
24859
24860 2003-10-25  Paul Eggert  <eggert@twinsun.com>
24861
24862         Fix several address-calculation bugs in the hash modules,
24863         plus some minor code cleanup.
24864
24865         * lib/hash.h: Include <stdbool.h>, for bool.
24866         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
24867         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
24868         hash_get_n_entries, hash_get_max_bucket_length,
24869         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
24870         hash_rehash): Use size_t rather than unsigned.
24871         * lib/hash.c (struct hash_table, hash_get_n_buckets,
24872         hash_get_n_buckets_used, hash_get_n_entries,
24873         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
24874         hash_get_entries, hash_do_for_each, hash_string, is_prime,
24875         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
24876         Likewise.
24877         (SIZE_MAX): Define if not defined.
24878         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
24879         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
24880         hash_print):
24881         Use const * when possible.
24882         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
24883         (check_tuning): Fix bug: if tuning parameters were very close to
24884         0 or 1, rounding errors could have caused subscript violations.
24885         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
24886         (hash_initialize): Add 'fail:' label
24887         to free table and return NULL, and use it to simplify code.
24888         Use calloc rather than clearing the storage ourself.
24889         (hash_initialize, hash_rehash): Check for arithmetic overflow in
24890         buffer size calculations.
24891         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
24892         Include <stddef.h>, for size_t.
24893         * lib/hash-pjw.c (hash_pjw): Likewise.
24894         Switch to method described by Bruno Haible.
24895         Include <limits.h>, for CHAR_BIT.
24896         (SIZE_BITS): New macro.
24897
24898 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24899
24900         * m4/getline.m4 (AM_FUNC_GETLINE):
24901         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24902         hosts.  Problem reported by Derek Robert Price in
24903         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24904         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24905         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24906
24907 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24908
24909         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24910         ceiling the allocation at NMAX bytes rather than silently
24911         discarding input bytes before NMAX is reached.  This makes
24912         a difference only if NMAX exceeds SIZE_MAX / 2.
24913
24914         * lib/obstack.c: Merge from glibc.
24915         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24916         Add libc_hidden_def (_obstack_newchunk).
24917         (_obstack_free) [! defined _LIBC]: Remove.
24918         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24919         a clone of the function body.
24920         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24921         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24922
24923         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24924         glibc.
24925         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24926         arg to memcpy.
24927
24928         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24929         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24930         Don't use lvalue casts, as GCC plans to remove support for them
24931         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24932         was also present in the non-GCC version, indicating that this
24933         code had always been buggy and had never been widely used.
24934         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24935         Use the fast variant of each macro, rather than copying the
24936         definiens of the fast variant; that way, we'll be more likely to
24937         catch future bugs in the fast variants.
24938
24939 2003-10-20  Bruno Haible  <bruno@clisp.org>
24940
24941         * modules/wait-process: New file.
24942         * MODULES.html.sh (func_all_modules): Add wait-process.
24943
24944 2003-10-20  Bruno Haible  <bruno@clisp.org>
24945
24946         * m4/wait-process.m4: New file.
24947
24948 2003-10-20  Bruno Haible  <bruno@clisp.org>
24949
24950         * lib/wait-process.h: New file, from GNU gettext.
24951         * lib/wait-process.c: New file, from GNU gettext.
24952
24953 2003-10-19  Jim Meyering  <jim@meyering.net>
24954
24955         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24956         HPUX 10.20.
24957
24958 2003-10-18  Karl Berry  <karl@gnu.org>
24959
24960         * config/config.guess: update from config.
24961
24962 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24963
24964         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24965         (getgroups): First arg is int, not size_t.
24966         Don't let 'free' mangle errno.
24967
24968 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24969
24970         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24971
24972 2003-10-16  Karl Berry  <karl@gnu.org>
24973
24974         * config/config.{guess,sub}: update from config.
24975
24976 2003-10-16  Jim Meyering  <jim@meyering.net>
24977
24978         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24979         memcpy.
24980
24981 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24982
24983         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24984         (SIZE_MAX): Remove.
24985         (new_exclude, add_exclude_file): Initial size no longer needs to
24986         be a power of 2.
24987         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24988         our own address arithmetic overflow checking.
24989
24990         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
24991         (fnmatch): Do not alloca more than 2000 wide characters;
24992         instead, use malloc for large buffers.
24993         Check for address arithmetic overflow, and return -1
24994         with errno set to ENOMEM in that case.
24995         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
24996         (NEW_PATTERN): Do not alloca more than 8000 bytes;
24997         instead, return -1.  Check for address arithmetic overflow.
24998
24999 2003-10-14  Paul Eggert  <eggert@twinsun.com>
25000
25001         Handle invalid suffixes and overflow independently, so that
25002         callers can treat them independently as needed.  Fix some bugs in
25003         suffix handling, e.g., "100k@" was not diagnosed as an invalid
25004         suffix for a human-readable blocksize.  The major caller-visible
25005         change is the addition of a new
25006         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
25007         that both overflow and suffix chars were found.
25008
25009         * lib/human.c (humblock): Don't check separately for invalid suffix
25010         char; that is xstrtoumax's job (now that its bug is fixed).
25011         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
25012         INTMAX_MAX]: New macros.
25013         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
25014         TYPE_MAXIMUM): New macros.
25015         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
25016         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
25017         if overflow occurs, as it's what __strtol does and it's more useful
25018         in practice.
25019         (__xstrtol): If __strtol reports some error other than ERANGE,
25020         reflect it to the caller as LONGINT_INVALID.  If it reports
25021         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
25022         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
25023         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
25024         value.
25025         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
25026         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
25027         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
25028         [defined UINTMAX_MAX]: New macros.
25029
25030 2003-10-14  Bruno Haible  <bruno@clisp.org>
25031
25032         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
25033
25034 2003-10-14  Bruno Haible  <bruno@clisp.org>
25035
25036         * m4/sig_atomic_t: New file, from GNU gettext.
25037         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
25038
25039 2003-10-14  Bruno Haible  <bruno@clisp.org>
25040
25041         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
25042         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
25043         Also use volatile where needed.
25044
25045 2003-10-12  Paul Eggert  <eggert@twinsun.com>
25046
25047         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
25048         Change maintainer from Bruno Haible to 'all'.
25049
25050 2003-10-12  Paul Eggert  <eggert@twinsun.com>
25051
25052         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
25053
25054 2003-10-12  Paul Eggert  <eggert@twinsun.com>
25055
25056         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
25057         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
25058         and define in terms of the other primitives.
25059         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
25060         (SIZE_MAX): Define if not already defined.
25061         (array_size_overflow): New function.
25062         (xalloc_die): Abort instead of exiting if 'error' returns.
25063         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
25064         (xmalloc, xrealloc): Use them.
25065         (xcalloc): Check for address arithmetic overflow.
25066         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
25067         a bit faster than strcpy.
25068
25069 2003-10-10  Simon Josefsson  <jas@extundo.com>
25070
25071         * modules/argp (Depends-on): Add restrict and strcase.
25072
25073 2003-10-10  Simon Josefsson  <jas@extundo.com>
25074
25075         * m4/argp.m4: Add AC_C_INLINE.
25076
25077 2003-10-08  Paul Eggert  <eggert@twinsun.com>
25078
25079         Merge getpass from libc, plus a few fixes.
25080
25081         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
25082         Include <stdbool.h>.
25083         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
25084         __fsetlocking to empty.
25085         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
25086         do include <bits/libc-lock.h>.
25087         Do not include <fcntl.h>; not needed.
25088         [_LIBC]: Include <wchar.h>.
25089         (NOTCANCEL_MODE): New macro.
25090         (flockfile, funlockfile) [_LIBC]: New macros.
25091         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
25092         [!_LIBC]: New macros.
25093         (call_fclose): New function.
25094         (getpass): Use it.  Save tty stream separately; this simplifies the
25095         code and makes it more reliable if stdin happens to equal stdout.
25096         Invoke __fsetlocking on tty.
25097         Handle thread cancellation if needed.
25098         Namespace cleanup (use __tcgetattr, __getline).
25099         Use bool for Booleans.
25100         [USE_IN_LIBIO]: Handle wide streams.
25101         [!_LIBC]: Unconditionally do the fseek, since we don't know what
25102         stream might go where.
25103
25104         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
25105         doesn't have to include <stdio.h> before us.
25106         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
25107         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
25108         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
25109         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
25110         if not declared, so that we can use getpass.c code from libc without
25111         rewriting it.
25112         (flockfile, ftrylockfile, funlockfile): New macros.
25113
25114 2003-10-08  Paul Eggert  <eggert@twinsun.com>
25115
25116         * modules/getpass: Depend on stdbool.
25117
25118 2003-10-08  Paul Eggert  <eggert@twinsun.com>
25119
25120         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
25121
25122 2003-10-07  Karl Berry  <karl@gnu.org>
25123
25124         * config/config.{guess,sub}: update from config.
25125
25126 2003-10-06  Jim Meyering  <jim@meyering.net>
25127             Bruno Haible  <bruno@clisp.org>
25128
25129         This lets translators provide better translations for the
25130         "Written by ..." part of --version output.
25131         * lib/version-etc.h: Include stdarg.h.
25132         (version_etc_copyright): Declare as readonly.
25133         (version_etc): Make this function variadic with a NULL-terminated list
25134         of author name strings.
25135         (version_etc_va): New declaration.
25136         * lib/version-etc.c: Include stdarg.h, stdlib.h.
25137         (version_etc_copyright): Declare as readonly.
25138         (version_etc_va): New function. Provide a different translatable string
25139         for each possible number of authors < 10. Abbreviate when there are 10
25140         authors or more.
25141         (version_etc): Make this function variadic. Call version_etc_va.
25142         Suggestion from Gary V. Vaughan.
25143
25144         * lib/long-options.h (parse_long_options): Change prototype: the
25145         authors string is moved to the end and becomes variadic.
25146         * lib/long-options.c: Include stdarg.h.
25147         (parse_long_options): Make this function variadic, too.
25148         Call version_etc_va, not version_etc.
25149
25150 2003-10-06  Bruno Haible  <bruno@clisp.org>
25151
25152         * modules/version-etc-2: Remove file.
25153         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
25154
25155 2003-10-06  Bruno Haible  <bruno@clisp.org>
25156
25157         * modules/fatal-signal: New file.
25158         * MODULES.html.sh (func_all_modules): Add fatal-signal.
25159
25160 2003-10-06  Bruno Haible  <bruno@clisp.org>
25161
25162         * m4/fatal-signal.m4: New file.
25163         * m4/signalblocking.m4: New file, from GNU gettext.
25164
25165 2003-10-06  Bruno Haible  <bruno@clisp.org>
25166
25167         * lib/version-etc-2.h: Remove file.
25168         * lib/version-etc-2.c: Remove file.
25169
25170 2003-10-06  Bruno Haible  <bruno@clisp.org>
25171
25172         * lib/fatal-signal.h: New file, from GNU gettext.
25173         * lib/fatal-signal.c: New file, from GNU gettext.
25174
25175 2003-10-05  Paul Eggert  <eggert@twinsun.com>
25176
25177         * README: Rework advice for preventing empty .o files.
25178         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
25179         not <sys/types.h>.
25180
25181 2003-10-04  Karl Berry  <karl@gnu.org>
25182
25183         * lib/argp*: update from libc.
25184
25185 2003-10-04  Karl Berry  <karl@gnu.org>
25186
25187         * config/config.{guess,sub}: update from config.
25188
25189 2003-10-02  Bruno Haible  <bruno@clisp.org>
25190
25191         * modules/lchown (Include): Add lchown.h.
25192         * modules/time_r (Include): Use "..." syntax.
25193         * modules/xgetdomainname (Include): Add xgetdomainname.h.
25194
25195 2003-10-01  Simon Josefsson  <jas@extundo.com>
25196
25197         * MODULES.html.sh (func_all_modules): Move gethostname from section
25198         'based on' to section 'lacking' POSIX:2001.
25199
25200 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
25201
25202         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
25203         to output mode on the same stream.
25204
25205 2003-09-29  Paul Eggert  <eggert@twinsun.com>
25206
25207         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
25208         Fix arg typo in previous patch.
25209
25210 2003-09-28  Jim Meyering  <jim@meyering.net>
25211
25212         * lib/error.c: Correct cpp indentation.
25213
25214 2003-09-27  Paul Eggert  <eggert@twinsun.com>
25215
25216         * modules/free: New file.
25217
25218 2003-09-27  Paul Eggert  <eggert@twinsun.com>
25219
25220         * m4/free.m4: New file.
25221
25222 2003-09-27  Paul Eggert  <eggert@twinsun.com>
25223
25224         * lib/minmax.h (MIN, MAX)
25225         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
25226         Omit the special code that used __typeof__, since we worry that
25227         it could be more trouble than it's worth.  See:
25228         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
25229         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
25230
25231         * lib/free.c: New file.
25232
25233 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
25234
25235         Trivial fixes to Makefile.am parts of module listings.
25236         * modules/strstr: Append strstr.h to lib_SOURCES.
25237         * modules/strcase: Likewise, for strcase.h.
25238
25239 2003-09-27  Karl Berry  <karl@gnu.org>
25240
25241         * config/mkinstalldirs: update from automake.
25242
25243 2003-09-26  Paul Eggert  <eggert@twinsun.com>
25244
25245         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
25246         (error_tail): Do not loop, reallocating temporary buffer, since
25247         the output cannot contain more wide characters than the input
25248         contains bytes, the size must be big enough already.  This avoids
25249         one potential size overflow calculation.  Check for size overflow
25250         when calculating temporary buffer size.  Free temporary buffer
25251         when done, if it was allocated with malloc; this plugs a memory
25252         leak.  Remove casts from void * to pointers, that are no longer
25253         needed now that we're assuming C89 or better.
25254
25255         Merge error changes from glibc.
25256
25257         * lib/error.c, error.h: Update copyright notice header to match glibc.
25258         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
25259         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
25260         Disable cancellation while printing error.
25261         * lib/error.h: Prepend __ to parameter names.
25262
25263 2003-09-26  Jim Meyering  <jim@meyering.net>
25264
25265         * lib/error.c (error_tail): Move some declarations
25266         into inner scope where the local variables are used.
25267
25268 2003-09-26  Bruno Haible  <bruno@clisp.org>
25269
25270         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
25271         stpncpy().
25272         Don't define stpncpy through config.h; it's now done through stpncpy.h.
25273
25274 2003-09-26  Bruno Haible  <bruno@clisp.org>
25275
25276         * lib/stpncpy.h (gnu_stpncpy): New declaration.
25277         (stpncpy): Define as alias for gnu_stpncpy.
25278         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
25279
25280 2003-09-25  Simon Josefsson  <jas@extundo.com>
25281
25282         * lib/xgetdomainname.h: New file.
25283         * lib/xgetdomainname.c: New file.
25284
25285 2003-09-25  Simon Josefsson  <jas@extundo.com>
25286             Bruno Haible  <bruno@clisp.org>
25287
25288         * modules/getdomainname: New file.
25289         * modules/xgetdomainname: New file.
25290         * MODULES.html.sh (func_all_modules): Add getdomainname,
25291         xgetdomainname.
25292
25293 2003-09-25  Simon Josefsson  <jas@extundo.com>
25294             Bruno Haible  <bruno@clisp.org>
25295
25296         * m4/getdomainname.m4: New file.
25297
25298 2003-09-25  Simon Josefsson  <jas@extundo.com>
25299             Bruno Haible  <bruno@clisp.org>
25300
25301         * lib/getdomainname.h: New file.
25302         * lib/getdomainname.c: New file.
25303
25304 2003-09-25  Karl Berry  <karl@gnu.org>
25305
25306         * lib/argp-fmtstream.c, argp-help.c: update from libc.
25307
25308 2003-09-25  Karl Berry  <karl@gnu.org>
25309
25310         * config/install-sh: update from automake.
25311
25312 2003-09-25  Bruno Haible  <bruno@clisp.org>
25313
25314         * modules/version-etc-2: New file, from modules/version-etc with
25315         modifications.
25316         * MODULES.html.sh (func_all_modules): Add version-etc-2.
25317
25318 2003-09-25  Bruno Haible  <bruno@clisp.org>
25319
25320         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
25321         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
25322
25323 2003-09-24  Simon Josefsson  <jas@extundo.com>
25324
25325         * modules/xgethostname: Add xgethostname.h.
25326
25327 2003-09-24  Paul Eggert  <eggert@twinsun.com>
25328
25329         * lib/linebuffer.c (freebuffer): Don't free the argument, just
25330         the buffer associated with the argument.  Bug reported by
25331         Simon Josefsson.
25332
25333 2003-09-24  Paul Eggert  <eggert@twinsun.com>
25334
25335         * README: Document assumptions that 'int' is at least 32 bits
25336         wide, that integer arithmetic is 2's complement without overflow,
25337         that there are no holes in integer values, that adding sizes of
25338         two nonoverlapping objects can't overflow, and that all-bits-zero
25339         yields scalar zero.  Fix spelling and capitalization typos.
25340
25341 2003-09-19  Karl Berry  <karl@gnu.org>
25342
25343         * lib/argp.h: update from libc.
25344
25345 2003-09-17  Paul Eggert  <eggert@twinsun.com>
25346
25347         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
25348         to avoid spurious warnings like "AC_RUN_IFELSE was called before
25349         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
25350
25351 2003-09-17  Paul Eggert  <eggert@twinsun.com>
25352
25353         * gnulib-tool: Use "test -h", not "test -L", for portability
25354         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
25355         (tags_regexp): Remove, since \| doesn't conform to POSIX.
25356         (sed_extract_prog): Issue s commands one-by-one, rather than
25357         using \| in one s command.
25358
25359 2003-09-16  Paul Eggert  <eggert@twinsun.com>
25360
25361         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
25362         input error, instead of returning NULL the next time we are called
25363         (and therefore losing track of errno).
25364
25365 2003-09-16  Bruno Haible  <bruno@clisp.org>
25366
25367         * gnulib-tool (func_create_testdir): Warn about duplicated
25368         dependencies.
25369
25370 2003-09-15  Paul Eggert  <eggert@twinsun.com>
25371
25372         * modules/argmatch, modules/fatal, modules/obstack,
25373         modules/xalloc, modules/xgethostname: Sort dependencies by
25374         importance, not alphabetically.
25375
25376 2003-09-15  Paul Eggert  <eggert@twinsun.com>
25377
25378         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
25379         fails, so that the caller gets the proper errno.
25380
25381         * lib/readutmp.c (read_utmp): Likewise.
25382         Check for fstat error.  Close stream and free storage
25383         when failing.
25384
25385 2003-09-14  Karl Berry  <karl@gnu.org>
25386
25387         * config/srclist.txt (strdup.c): disable for c89 changes.
25388
25389 2003-09-14  Jim Meyering  <jim@meyering.net>
25390
25391         * lib/getloadavg.c: Correct cpp indentation.
25392         * lib/strdup.c: Likewise.
25393         * lib/vasnprintf.c: Likewise.
25394
25395 2003-09-14  Bruno Haible  <bruno@clisp.org>
25396
25397         * modules/fwriteerror: New file.
25398         * MODULES.html.sh (func_all_modules): Add fwriteerror.
25399
25400 2003-09-14  Bruno Haible  <bruno@clisp.org>
25401
25402         * lib/fwriteerror.h: New file.
25403         * lib/fwriteerror.c: New file.
25404
25405 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25406
25407         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
25408         modules/xgethostname, modules/xalloc: Depend on exit.
25409
25410 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25411
25412         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
25413
25414         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
25415         and AC_MINIX, too, so that their extensions are available.
25416
25417         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
25418         This macro has been superseded by gl_BACKUPFILE.
25419
25420         More patches to assume C89 or better.
25421
25422         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
25423
25424         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
25425         unconditionally.
25426         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
25427         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
25428         Include <string.h>, <stdlib.h> unconditionally.
25429         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
25430         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
25431         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
25432         headers or for string.h.
25433         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
25434         or strtoul.
25435
25436         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
25437         headers.
25438         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
25439         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25440         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
25441         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
25442         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25443         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
25444         memcpy, memset.
25445         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
25446         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
25447         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
25448         strtol.
25449         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
25450         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
25451         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
25452         strtoul.
25453
25454 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25455
25456         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
25457         * lib/obstack.c [!defined _LIBC]: Likewise.
25458         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
25459         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
25460         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
25461
25462         More changes to assume C89 or better.
25463
25464         * lib/error.c (error_tail): Assume vprintf.
25465
25466         * lib/argmatch.c (getenv): Remove decl.
25467         * lib/progreloc.c (get_full_program_name): Define via prototype.
25468         * lib/setenv.c (clearenv): Likewise.
25469         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
25470         needed.
25471         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
25472         (malloc, memcpy): Remove decls.
25473         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
25474         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
25475         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25476         (memcpy): Remove macro.
25477         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
25478         (__P): Remove.  All uses removed.
25479         (PTR): Remove.  All uses changed to void *.
25480         (CHAR_BIT, NULL): Remove.
25481         (spaces, zeros, memset_space, memset_zero)
25482         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
25483         Remove.
25484         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
25485         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
25486         Define with prototype.
25487         Remove now-unnecessary prototype decl.
25488         (extra_args_spec): Assume ANSI C.  All uses changed.
25489         (extra_args_spec_iso): Remove.
25490         (my_strftime, emacs_strftimeu): Define via prototype.
25491         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
25492         unconditionally.
25493         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
25494         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
25495         (strtoul, strtol): Remove decls.
25496         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
25497         LONG_MAX): Remove.
25498         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25499         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
25500         (LOCALE_PARAM_PROTO): New macro.
25501         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
25502         (INTERNAL (strtol), strtol): Define with a prototype.
25503         (PARAMS): Remove.  All uses removed.
25504         * lib/tempname.c: Include <string.h> unconditionally.
25505         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
25506         * lib/xgethostname.c (main): Define with a prototype.
25507         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
25508         Include <stdlib.h> unconditionally.
25509         (calloc, malloc, realloc, free): Remove decls.
25510         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
25511         Include <stdlib.h> unconditionally.  Sort include file names.
25512         (strtod): Remove.
25513         (xstrtod): Define with a prototype.
25514         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
25515         (strtol, strtoul): Remove decls.
25516
25517 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25518
25519         More patches to assume C89 or better.
25520         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
25521         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
25522         string.h, memchr, STDC_HEADERS.
25523
25524 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25525
25526         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
25527         Include <stdlib.h>, <string.h> unconditionally.
25528         Remove now-unnecessary cast to char *.
25529         * lib/strnlen.c: Include <string.h> unconditionally.
25530         * lib/yesno.c (yesno): Define with a prototype.
25531
25532 2003-09-11  Bruno Haible  <bruno@clisp.org>
25533
25534         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
25535
25536 2003-09-10  Jim Meyering  <jim@meyering.net>
25537
25538         * lib/error.c: Correct indentation of cpp directives.
25539
25540 2003-09-10  Bruno Haible  <bruno@clisp.org>
25541
25542         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
25543         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
25544         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
25545         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
25546         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
25547         <stdlib.h> and <string.h> checks.
25548         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
25549         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
25550
25551 2003-09-10  Bruno Haible  <bruno@clisp.org>
25552
25553         * lib/strcspn.c: Include <string.h> unconditionally.
25554         * lib/strpbrk.c: Include <string.h> unconditionally.
25555         * lib/strstr.c: Include <string.h> unconditionally.
25556         * lib/unicodeio.c: Include <string.h> unconditionally.
25557         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
25558         * lib/unsetenv.c: Likewise.
25559         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
25560         * lib/yesno.c: Include <stdlib.h> unconditionally.
25561         (rpmatch): Add prototype.
25562
25563 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25564
25565         More patches to assume C89 or better.
25566         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
25567         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
25568         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
25569         or for string.h.
25570         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
25571         stdlib.h.
25572         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
25573         C headers.
25574         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
25575         string.h.
25576         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
25577         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
25578         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
25579         or for string.h.
25580         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
25581         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
25582         C headers.
25583         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
25584         memcpy.
25585         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
25586         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
25587         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
25588         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
25589         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
25590         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
25591         string.h, free.
25592         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
25593         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
25594         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
25595         C headers, or for string.h.
25596         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
25597         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
25598         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
25599         headers, memory.h, stdlib.h, string.h, strings.h.
25600         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
25601         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
25602         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
25603         strchr.
25604         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
25605         headers, memory.h, string.h.
25606         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
25607         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
25608         free.
25609         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
25610         headers.
25611         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
25612         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
25613         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
25614         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
25615         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
25616
25617 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25618
25619         More K&R removal.
25620
25621         * lib/acosl.c (main): Use a prototype.
25622         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
25623         tanl.c: Likewise.
25624
25625         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
25626
25627         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
25628         (getopt, etopt_long, getopt_long_only, _getopt_internal)
25629         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
25630         with a prototype.
25631         * lib/getopt.c (const): Remove macro.
25632         Include <string.h> unconditionally.
25633         (my_index): Remove; all uses changed to strchr.
25634         (strlen): Remove decl.
25635         (exchange): Remove forward decl; no longer needed.
25636         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
25637         Define with prototype.
25638         * lib/getopt1.c (const): Remove macro.
25639         (getopt_long, getopt_long_only, main): Define with prototype.
25640
25641         * lib/getugroups.c: Include <string.h> unconditionally.
25642
25643         * lib/getusershell.c: Include <stdlib.h> unconditionally.
25644         (getusershell, setusershell, endusershell, readname, main):
25645         Define with prototypes.
25646
25647         * lib/group-member.c: Include group-member.h first.
25648         Include <stdlib.h> unconditionally.
25649
25650         * lib/hard-locale.c: Include hard-locale.h first.
25651         Include <stdlib.h>, <string.h> unconditionally.
25652
25653         * lib/hash.c (free, malloc): Remove decls.
25654         Include <stdlib.h> unconditionally.
25655
25656         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
25657         (getenv): Do not declare.
25658
25659         * lib/idcache.c: Include <string.h> unconditionally.
25660
25661         * lib/long-options.c: Include long-options.h first, to test interface.
25662         Include <stdlib.h> unconditionally.
25663
25664         * lib/makepath.c: Include makepath.h first, to test interface.
25665         Include <stdlib.h> and <string.h> unconditionally.
25666
25667         * lib/linebuffer.c: Include <stdlib.h>.
25668         (free): Remove decl.
25669
25670         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
25671         stddef.h. rpl_malloc returns void *, not char *.
25672         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
25673         prototype.
25674
25675         * lib/md5.h: Include <limits.h> unconditionally.
25676         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
25677         (__P): Remove; all uses removed.
25678         * lib/md5.c: Include "md5.h" first.
25679         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
25680         md5_buffer, md5_process_bytes, md5_process_block):
25681         Define with prototypes.
25682         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
25683         * lib/sha.c: Include "sha.h" first.
25684         Include <stdlib.h>, <string.h> unconditionally.
25685
25686         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
25687         * lib/memcmp.c (__ptr_t): Likewise.
25688         * lib/memrchr.c (__ptr_t): Likewise.
25689         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
25690         Include <string.h> unconditionally.
25691         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
25692         * lib/memchr.c: Include <stdlib.h> unconditionally.
25693         * lib/memchr.c (LONG_MAX): Remove.
25694         * lib/memrchr.c (LONG_MAX): Likewise.
25695         * lib/memchr.c (__memchr): Define via a prototype.
25696         * lib/memrchr.c (__memrchr): Likewise.
25697         * lib/memcmp.c (__P): Remove, and remove all uses.
25698         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
25699         Remove forward decls; no longer needed.
25700         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
25701         Use types required by C89 in prototype.
25702
25703         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
25704         * lib/savedir.c: Likewise.
25705         * lib/mkdir.c (free): Remove decl.
25706         * lib/rmdir.c (rmdir): Define with a prototype.
25707         * lib/savedir.c: Include savedir.h first, to test interface.
25708
25709         * lib/mktime.c (STDC_HEADERS): Remove.
25710         Include <stdlib.h>, <string.h> unconditionally.
25711
25712         * lib/modechange.c: Include <stdlib.h> unconditionally.
25713         (malloc): Remove decl.
25714
25715         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
25716         (free): Remove decl.
25717
25718         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
25719         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
25720         (This type really should be intptr_t, but that's a C99ism.)
25721         (_obstack_memcpy): Remove: all uses changed to memcpy.
25722         Include <string.h> unconditionally.
25723         (struct obstack): Assume __STDC__ for types of members
25724         chunkfun, freefun, extra_arg.
25725         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
25726         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
25727         obstack_begin, obstack_specify_allocation,
25728         obstack_specify_allocation_with_arg, obstack_chunkfun,
25729         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
25730         Remove unprototyped decls and the macros that use them.
25731         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
25732         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
25733         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
25734         (defined __STDC__ && __STDC__)]:
25735         Remove nonprototyped code.
25736         Include <stdlib.h> unconditionally.
25737         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
25738         _obstack_allocated_p, _obstack_free, obstack_free,
25739         _obstack_memory_used, print_and_abort):
25740         Define using prototypes.
25741         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
25742         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
25743         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
25744         obstack_next_free, obstack_object_size, obstack_room) [0]:
25745         Remove unused, unprototyped code.
25746
25747         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
25748
25749         * lib/physmem.c (physmem_total, physmem_available, main): Define
25750         with prototypes.
25751
25752         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
25753         (main): Define with a prototype.
25754
25755         * lib/posixver.c (getenv): Remove decl.
25756
25757         * lib/putenv.c (malloc): Returns void *, not char *.
25758         Include <string.h> unconditionally.
25759         (strchr, memcpy, NULL): Do not define.
25760
25761         * lib/readtokens.c: Include readtokens.h first, to test interface.
25762         Include <stdlib.h>, <string.h> unconditionally.
25763         (init_tokenbuffer): Define with a prototype.
25764
25765         * lib/regex.c (PARAMS): Remove.  All uses removed.
25766         All uses of _RE_ARGS removed, too.
25767         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25768         unconditionally.
25769         (bzero): Assume memset exists.
25770         (memcmp, memcpy, NULL): Remove.
25771         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
25772         char, or assignments to local vars of type signed char.
25773         (init_syntax_once, PREFIX(extract_number_and_incr),
25774         PREFIX(print_partial_compiled_pattern),
25775         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
25776         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
25777         PREFIX(regex_grow_registers), PREFIX(regex_compile),
25778         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
25779         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
25780         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
25781         wcs_compile_range, byte_compile_range, truncate_wchar,
25782         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
25783         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
25784         count_mbs_length, wcs_re_match_2_internal,
25785         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
25786         PREFIX(alt_match_null_string_p),
25787         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
25788         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
25789         regfree, PREFIX(extract_number)): Define with prototype.  Remove
25790         now-unnecessary declaration, if any.
25791         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
25792         regcomp, regexec):
25793         Remove now-unnecessary casts among pointer types.
25794         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
25795
25796         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
25797         (free): Remove decl.
25798
25799         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
25800
25801         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
25802         (free): Remove decl.
25803
25804         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
25805         * lib/xgetcwd.c: Likewise.
25806
25807         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
25808         (free): Remove decl.
25809
25810         * lib/strchrnul.c (strchrnul): Define with a prototype.
25811         Fix bug: c_in was not converted to char before searching.
25812
25813         The following changes are not K&R related:
25814
25815         * lib/group-member.h: Include <sys/types.h>, so that this file is
25816         self-contained.
25817         * lib/makepath.h: Likewise.
25818
25819         * lib/getusershell.c (readname, default_index, line_size, readname):
25820         Use size_t, not int, for sizes.
25821         (readname): If the size overflows, report an error instead of
25822         looping forever.
25823
25824 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25825
25826         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
25827         libc.
25828
25829 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25830
25831         * README: New section: portability guidelines.
25832
25833 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25834
25835         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
25836         C89 spec.
25837
25838 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25839
25840         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
25841
25842 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25843
25844         Assume C89 or better; remove K&R cruft.
25845         A few of these changes were first proposed by Derek Robert Price
25846         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
25847
25848         * lib/addext.c: Include <string.h> unconditionally.
25849         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
25850         Don't declare getenv or malloc.
25851
25852         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
25853         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
25854         (NULL): Remove.
25855         (find_stack_direction, alloca): Use prototypes.
25856
25857         * lib/atexit.c (atexit): Define using a prototype.
25858
25859         * lib/basename.c, dirname.c, stripslash.c:
25860         Include <string.h> unconditionally.
25861
25862         * lib/bcopy.c: Include <stddef.h>.
25863         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
25864
25865         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
25866
25867         * lib/error.h (error, error_at_line, error_print_progname)
25868         [! (defined (__STDC__) && __STDC__)]: Remove decls.
25869         * lib/error.c: Include error.h first, to check interface.
25870         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25871         (VA_START): Remove; all uses changeed to va_start.
25872         (exit, strerror): Remove decls.
25873         (error_print_progname): Prototype uncondionally.
25874         Don't include <errno.h>; no longer needed.
25875         (private_strerror): Remove.
25876         (error_tail): Always define.
25877         (error, error_at_line): Assume C89 or better; always use prototypes.
25878         * lib/fatal.c: Include "fatal.h" first, to test interface.
25879         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25880         (VA_START): Remove; all uses changed to va_start.
25881         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
25882         this case.
25883         (exit): Remove decl.
25884         (fatal): Prototype unconditionally.  Assume va_start works.
25885         Abort at end, to pacify gcc.
25886
25887         * lib/euidaccess.c (main): Define with a prototype.
25888
25889         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
25890
25891         * lib/exitfail.c: Include <stdlib.h> unconditionally.
25892
25893         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
25894         prototypes.
25895         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
25896         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
25897         (getenv): Remove decl.
25898         (fnmatch): Define using a prototype.
25899         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
25900         (FCT): Define using a prototype.
25901
25902         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25903
25904         * lib/gethostname.c: Include <stddef.h>.
25905         (gethostname): Define with prototype.  Length is size_t, not int.
25906
25907 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25908
25909         Assume C89 or better; remove K&R cruft.
25910         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25911         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25912         string.h, getenv, malloc.
25913         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25914         headers.
25915         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25916         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25917         do not check for strerror.
25918         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25919         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25920         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25921         do not check for doprnt or vprintf.
25922         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25923         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25924
25925 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25926
25927         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25928         getversion.c should have been removed then, but was accidentally
25929         preserved.
25930
25931         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25932         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25933
25934 2003-09-08  Karl Berry  <karl@gnu.org>
25935
25936         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25937                 config, forget about prep.
25938
25939         * config/depcomp, missing: update from automake.
25940
25941 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25942
25943         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25944         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25945
25946 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25947
25948         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25949         copy_tm_result.  Bug reported by Simon Josefsson in
25950         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25951
25952 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25953
25954         * m4/time_r.m4: New file.
25955         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25956         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25957         is. Check for timegm declaration.
25958         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25959         Do not check for gmtime_r.
25960         Replace mktime if __mktime_internal does not exist and if mktime
25961         hasn't been replaced already.
25962
25963 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25964
25965         * lib/time_r.c, lib/time_r.h: New files.
25966
25967         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25968         __localtime_r.
25969         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25970         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25971
25972         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25973         __gmtime_r.
25974         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25975         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25976         Include <time_r.h>.
25977
25978         * lib/timegm.c: Switch to glibc implementation, with the following
25979         changes:
25980         [defined HAVE_CONFIG_H]: Include <config.h>.
25981         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25982         (__mktime_internal) [!defined _LIBC]: New decl.
25983         (__gmtime_r) [!defined _LIBC]: New macro and function.
25984         (timegm): Use a prototype, since gnulib assumes C89.
25985         Do not bother declaring tmp to be const, as it's not really usefu.
25986         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25987         (timegm): Declare only if HAVE_DECL_TIMEGM.
25988
25989 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25990
25991         * MODULES.html.sh (func_all_modules): Add time_r.
25992         * modules/time_r: New file.
25993         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
25994         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
25995
25996 2003-09-03  Paul Eggert  <eggert@twinsun.com>
25997
25998         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
25999         Bug reported by Lute Kamstra in
26000         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
26001
26002         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
26003         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
26004         course with correspondingly smaller numbers for tomorrow and
26005         yesterday.  From Tadayoshi Funaba.  Originally installed into
26006         sh-utils on 1999-08-07, but the patch got lost (I guess during the
26007         coreutils merge?).
26008
26009 2003-08-31  Simon Josefsson  <jas@extundo.com>
26010
26011         * modules/timegm: New file.
26012         * MODULES.html.sh (func_all_modules): Add timegm.
26013
26014 2003-08-31  Simon Josefsson  <jas@extundo.com>
26015
26016         * m4/timegm.m4: New file.
26017
26018 2003-08-31  Simon Josefsson  <jas@extundo.com>
26019
26020         * lib/timegm.h: New file.
26021         * lib/timegm.c: New file.  Based on
26022         wget-1.8.2/src/http.c:mktime_from_utc.
26023
26024 2003-08-31  Karl Berry  <karl@gnu.org>
26025
26026         * lib/argp.h: update from libc.
26027
26028 2003-08-28  Bruno Haible  <bruno@clisp.org>
26029
26030         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
26031         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
26032         followed by '#define fnmatch fnmatch_posix' gives an error.
26033
26034 2003-08-28  Bruno Haible  <bruno@clisp.org>
26035
26036         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
26037         warning on QNX, which defines O_BINARY to 000000.
26038
26039 2003-08-27  Jim Meyering  <jim@meyering.net>
26040
26041         * m4/mkstemp.m4: Require that the system mkstemp be able to create
26042         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
26043         would fail after 32.  Reported by Danny Levinson.  Details here:
26044         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
26045
26046 2003-08-24  Bruno Haible  <bruno@clisp.org>
26047
26048         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
26049         MSVC7 <stdio.h> is included later.
26050
26051 2003-08-22  Simon Josefsson  <jas@extundo.com>
26052
26053         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
26054
26055 2003-08-20  Karl Berry  <karl@gnu.org>
26056
26057         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
26058
26059 2003-08-20  Bruno Haible  <bruno@clisp.org>
26060
26061         * modules/progname: New file.
26062         * MODULES.html.sh (func_all_modules): Add progname.
26063
26064 2003-08-20  Bruno Haible  <bruno@clisp.org>
26065
26066         * lib/progname.h: New file, from GNU gettext.
26067         * lib/progname.c: New file, from GNU gettext.
26068         * lib/progreloc.c: New file, from GNU gettext.
26069
26070 2003-08-19  Jim Meyering  <jim@meyering.net>
26071
26072         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
26073         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
26074
26075 2003-08-19  Bruno Haible  <bruno@clisp.org>
26076
26077         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
26078         more.
26079
26080 2003-08-19  Bruno Haible  <bruno@clisp.org>
26081
26082         * lib/xstrdup.c: Assume <string.h> exists.
26083
26084 2003-08-18  Paul Eggert  <eggert@twinsun.com>
26085
26086         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
26087         in makefile rules.
26088
26089 2003-08-18  Jim Meyering  <jim@meyering.net>
26090
26091         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
26092         * m4/lib-ld.m4: Likewise.
26093
26094 2003-08-18  Jim Meyering  <jim@meyering.net>
26095
26096         * lib/setenv.h: Indent nested cpp directive.
26097         * lib/vasnprintf.c: Remove trailing blanks.
26098
26099 2003-08-17  Simon Josefsson  <jas@extundo.com>
26100
26101         * modules/xstrndup: New file.
26102         * MODULES.html.sh (func_all_modules): Add xstrndup.
26103
26104 2003-08-17  Simon Josefsson  <jas@extundo.com>
26105
26106         * modules/argp: Fix autoconf macro name. Add more dependencies.
26107
26108 2003-08-17  Simon Josefsson  <jas@extundo.com>
26109
26110         * m4/xstrndup.m4: New file.
26111
26112 2003-08-17  Simon Josefsson  <jas@extundo.com>
26113
26114         * m4/argp.m4: New file.
26115
26116 2003-08-17  Simon Josefsson  <jas@extundo.com>
26117             Bruno Haible  <bruno@clisp.org>
26118
26119         * lib/xstrndup.h: New file.
26120         * lib/xstrndup.c: New file.
26121
26122 2003-08-17  Bruno Haible  <bruno@clisp.org>
26123
26124         * modules/strndup (Files, Include): Add lib/strndup.h.
26125
26126 2003-08-17  Bruno Haible  <bruno@clisp.org>
26127
26128         * modules/euidaccess (Files): Add lib/euidaccess.h.
26129
26130 2003-08-17  Bruno Haible  <bruno@clisp.org>
26131
26132         * lib/strndup.h: New file.
26133
26134 2003-08-17  Bruno Haible  <bruno@clisp.org>
26135
26136         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
26137         like AC_GNU_SOURCE.
26138         * modules/extensions (configure.ac): Comment out the invocation of
26139         gl_USE_SYSTEM_EXTENSIONS.
26140
26141 2003-08-16  Paul Eggert  <eggert@twinsun.com>
26142
26143         Merges from coreutils, etc.
26144         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
26145         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
26146         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
26147         fixing a typo.
26148         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
26149         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
26150
26151 2003-08-16  Paul Eggert  <eggert@twinsun.com>
26152
26153         Document merge from coreutils.
26154         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
26155         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
26156         * modules/utime: Add m4/utimes-null.m4.
26157
26158 2003-08-16  Paul Eggert  <eggert@twinsun.com>
26159
26160         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
26161         space, undoing this 2003-08-12 change:
26162         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
26163
26164 2003-08-16  Paul Eggert  <eggert@twinsun.com>
26165
26166         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
26167         strtoul.c from libc, undoing this 2003-08-12 change:
26168         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
26169
26170 2003-08-16  Jim Meyering  <jim@meyering.net>
26171
26172         Merges from coreutils.
26173         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
26174         prefix.  Adjust cache variables similarly.  Create 500 rather than
26175         just 300 files, to exercise bug on Darwin6.5, too.
26176         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
26177         $missing_dir.
26178         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
26179         AM_SYS_POSIX_TERMIOS.
26180         Reported by mkc@mathdogs.com.
26181         Also change use of $am_cv_sys_posix_termios
26182         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
26183         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
26184         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
26185         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
26186         in /proc/mounts until it finds one with matching device number.  This
26187         is unnecessary when the FILE argument *is* a mount point.  No stat call
26188         is necessary in that case.  So, disable the statvfs-testing code on
26189         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
26190         as RedHat bug# 84846.
26191         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
26192         to 1MB, so as not to render systems with no stack size limit (e.g.,
26193         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
26194         Include <unistd.h>.  On some systems,
26195         it is required for the definition of _SC_PAGESIZE.
26196
26197 2003-08-16  Jim Meyering  <jim@meyering.net>
26198
26199         Merge from coreutils.
26200         * lib/xstrtoimax.c: #else #if -> #elif.
26201         * lib/xstrtoumax.c: Likewise.
26202
26203 2003-08-16  Jim Meyering  <jim@meyering.net>
26204
26205         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
26206         * m4/utimes.m4: Removed.
26207         * m4/utimes-null.m4: Renamed from utimes.m4.
26208
26209         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
26210         to 1MB, so as not to render systems with no stack size limit (e.g.,
26211         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
26212         Include <unistd.h>.  On some systems,
26213         it is required for the definition of _SC_PAGESIZE.
26214
26215 2003-08-16  Jim Meyering  <jim@meyering.net>
26216         and Paul Eggert  <eggert@cs.ucla.edu>
26217
26218         Merges from coreutils, etc.
26219
26220         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
26221         using the latest version from cvs.  This avoids problems with #line
26222         directives using a vendor (Sun) compiler.
26223         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
26224         Don't set GETGROUPS_LIB here; now it's
26225         done via getgroups.m4's wrapper function.
26226         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
26227         rather than just in sh-util/configure.in, so that the
26228         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
26229         same.
26230         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
26231         AC_FUNC_GETLOADAVG where to find getloadavg.c.
26232         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
26233         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
26234         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
26235         Remove code that is now done by the newly-required macros.
26236         Append $(EXEEXT) to DF_PROG.
26237         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
26238         Do not invoke or require the following here,
26239         since prereq.m4 or some gnulib .m4 now does this for us:
26240         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
26241         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
26242         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
26243         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
26244         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
26245         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
26246         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
26247         AC_FUNC_OBSTACK.
26248         Do not replace the following functions, as this is now the job
26249         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
26250         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
26251         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
26252         atexit getpass, strdup, getpagesize.
26253         Replace 'raise'.
26254         Do not check for the following functions, as this is now the job
26255         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
26256         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
26257         setregid.
26258         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
26259         Check for sys/sysctl.h.
26260         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
26261         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
26262         of checking for ssize_t ourselves.
26263
26264         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
26265         Require every macro that gnulib/modules/* suggests for us.
26266         (jm_PREREQ_ADDEXT): New macro.
26267         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
26268         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
26269
26270         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
26271         (gl_PHYSMEM): Use it.
26272         Also check for `table' function.
26273         Check for new headers and functions.
26274         Add check for sys/sysmp.h.
26275         With suggestions from Kaveh Ghazi.
26276         Ignore headers that are present but cannot be compiled.  This
26277         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
26278         C 5.4.
26279
26280 2003-08-15  Paul Eggert  <eggert@twinsun.com>
26281
26282         Document merge from coreutils.
26283         * modules/userspec: Depend on posixver.
26284         * modules/strftime: Depend on tzset.
26285
26286 2003-08-15  Paul Eggert  <eggert@twinsun.com>
26287
26288         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
26289         rather than tab, after '#' in shell-script copyright notices.
26290         Suggested by Bruno Haible.
26291
26292 2003-08-15  Paul Eggert  <eggert@twinsun.com>
26293
26294         * config/srclist-update: Use three spaces, rather than tab, after '#'
26295         in shell-script copyright notices.  Suggested by Bruno Haible.
26296         Remove unnecessary parenthesization in regular expression.
26297
26298 2003-08-15  Jim Meyering  <jim@meyering.net>
26299
26300         Merge from coreutils.
26301         * lib/xgethostname.c: Include <stdlib.h>.
26302         (xghostname): Don't exit for anything other than memory-related
26303         failure; just return NULL.
26304         * lib/userspec.c: Include "posixver.h".
26305         (parse_user_spec): Accept `.' as a separator only
26306         in pre-POSIX-200112 mode.
26307         * lib/strtoimax.c: Use #elif rather than #else #if.
26308         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
26309         Remove function, now that we can rely on a working tzset function.
26310         [!_LIBC]: Ensure that the required autoconf test has been run.
26311         [!defined _NL_CURRENT && HAVE_STRFTIME]:
26312         Use underlying_strftime for %r.
26313         * lib/sha.c: Merge in some clean-up and optimization changes from
26314         glibc.
26315         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
26316         Ensure that it is a multiple of 64.
26317         Rearrange loop exit tests so as to avoid performing an
26318         additional fread after encountering an error or EOF.
26319         * lib/realloc.c: Update copyright date.
26320
26321 2003-08-15  Jim Meyering  <jim@meyering.net>
26322         and Paul Eggert  <eggert@twinsun.com>
26323
26324         Merge from coreutils.
26325         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
26326         member but strut utmpx does not.  Needed for AIX 4.3.3.
26327         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
26328
26329 2003-08-15  Jim Meyering  <jim@meyering.net>
26330         and Paul Eggert  <eggert@cs.ucla.edu>
26331
26332         Merges from coreutils, etc.
26333         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
26334         Require gl_FUNC_TZSET_CLOBBER.
26335         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
26336         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
26337         members.
26338
26339 2003-08-14  Paul Eggert  <eggert@twinsun.com>
26340
26341         Help the merge from coreutils.
26342         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
26343         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
26344         * m4/tzset.m4: Use it too.
26345
26346 2003-08-14  Paul Eggert  <eggert@twinsun.com>
26347
26348         * modules/tzset: New file.
26349
26350 2003-08-14  Jim Meyering  <jim@meyering.net>
26351
26352         Merges from coreutils.
26353         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
26354         variable names, rather than @FNMATCH_H@.
26355         * modules/alloca: Likewise for $(ALLOCA_H).
26356
26357         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
26358         the three copies of the literal target, `fnmatch.h'.
26359         * modules/alloca (alloca.h): Likewise.
26360
26361 2003-08-14  Jim Meyering  <jim@meyering.net>
26362
26363         Merge from coreutils.
26364         * m4/tzset.m4: New file.
26365         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
26366         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
26367         otherwise, AIX 5.1 systems would end up using the latter.
26368         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
26369         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
26370         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
26371         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
26372
26373 2003-08-14  Jim Meyering  <jim@meyering.net>
26374
26375         Merge from coreutils.
26376         * lib/obstack.h: Whitespace changes.
26377         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
26378         and xcalloc return values.
26379         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
26380         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
26381         hang on OSF/1 5.1 for DIR on both local and remote file systems.
26382         Reported by (and fix confirmed by) Nelson H. F. Beebe.
26383         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26384         error from mntctl.
26385         Use mntctl's return value to drive the entry-processing loop, since
26386         we can't rely on the value of the vmt_length member in the last
26387         entry.  On some systems doing so could result in exhausting
26388         virtual memory.  Based in part on a patch from Mike Jetzer.
26389
26390 2003-08-14  Jim Meyering  <jim@meyering.net>
26391         and Paul Eggert  <eggert@twinsun.com>
26392
26393         Merges from coreutils, plus other fixes.
26394         * lib/physmem.c: Merge in portability changes from gcc/libiberty
26395         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
26396         for credits and details.  Thanks to Kaveh Ghazi for helping
26397         to keep these files in sync.
26398         (ARRAY_SIZE): Define it.
26399         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
26400         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
26401         (memcasecmp): Don't assume size_t fits in unsigned int.
26402         Remove casts and duplicate code.
26403         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
26404         (memcpy): Remove definition.
26405         Merge in some clean-up and optimization changes from glibc.
26406         [BLOCKSIZE]: Move definition to top of file.
26407         Ensure that it is a multiple of 64.
26408         Rearrange loop exit tests so as to avoid performing an
26409         additional fread after encountering an error or EOF.
26410         * lib/md5.h (md5_uintptr): Define.
26411         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
26412         return to the initial working directory.  Preserve errno
26413         for caller.
26414         * lib/idcache.c: Include "xalloc.h".
26415         (xmalloc, xrealloc): Remove decls.
26416         (getuser): Remove casts no longer required in C89.
26417         * lib/human.c: Include stdio.h, for sprintf.
26418         * lib/group-member.c: Include "xalloc.h".
26419         (xmalloc, xrealloc): Remove decls.
26420         (get_group_info): Remove casts no longer required in C89.
26421         * lib/getusershell.c (readname): Remove casts no longer required in
26422         C89.
26423         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
26424         * lib/getline.c: Whitespace fix, from coreutils.
26425
26426 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26427
26428         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
26429         Check for isascii.
26430
26431         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26432         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26433         Undo previous (whitespace-only) change.
26434
26435 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26436
26437         * lib/exclude.c: Include <ctype.h>
26438         (IN_CTYPE_DOMAIN): New macro.
26439         (is_space): New fn.
26440         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
26441         and empty lines.
26442
26443         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26444         Undo previous (whitespace-only) change.
26445
26446 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26447
26448         * config/srclist-update: Change update back to the old behavior,
26449         leaving whitespace alone.  Use one 'sed' command rather than a
26450         pipeline.
26451         (fixlicense): Now a variable, not a function.
26452         (remove_trailing_blanks): Remove.
26453         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
26454         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26455         Undo previous (whitespace-only) change.
26456
26457 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26458
26459         Merge from coreutils.
26460         * modules/euidaccess: Add lib_SOURCES, include for new
26461         file euidaccess.h
26462
26463 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26464
26465         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26466         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26467         Normalize leading white space and remove trailing white space.
26468
26469         Merge from coreutils
26470         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
26471
26472         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
26473         0.12.1.  These files are now being upgraded automatically by
26474         ../config/srclist-update.
26475
26476 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26477
26478         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26479         Normalize leading white space and remove trailing white space.
26480         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
26481         notice, as per ../config/srclist-update.
26482
26483         Merge from coreutils.
26484         * lib/euidaccess.h: New file.
26485         * lib/euidaccess.c: Include it.
26486         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
26487         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
26488         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
26489
26490 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26491
26492         * config/srclist-update: Add copyright notice.
26493         (remove_id_lines, remove_trailing_blanks): New constants.
26494         (fixfile): Use them to normalize spacing a bit in copied files.
26495         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26496         Normalize leading white space and remove trailing white space.
26497
26498         * config/texinfo.tex: Sync with texinfo.
26499
26500         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
26501         strtoul.c from libc, to merge coreutils whitespace changes.
26502
26503         * config/srclist.txt: Get the following m4 files from gettext:
26504         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
26505         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
26506         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
26507         wint_t.m4.
26508
26509 2003-08-12  Karl Berry  <karl@gnu.org>
26510
26511         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
26512         been made.
26513
26514 2003-08-11  Paul Eggert  <eggert@twinsun.com>
26515
26516         * modules/gnu-source, m4/gnu-source.m4:
26517         Remove; we're assuming Autoconf 2.54 or later now.
26518         Suggested by Bruno Haible.
26519         * MODULES.html.sh (func_all_modules): Remove gnu-source.
26520
26521 2003-08-11  Bruno Haible  <bruno@clisp.org>
26522
26523         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
26524
26525 2003-08-11  Bruno Haible  <bruno@clisp.org>
26526
26527         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
26528         (vasnprintf): Use it instead of wcslen.
26529
26530 2003-08-11  Bruno Haible  <bruno@clisp.org>
26531
26532         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
26533         value to ensure that _Bool promotes to int. Use #define for _Bool when
26534         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
26535
26536 2003-08-10  Karl Berry  <karl@gnu.org>
26537
26538         * lib/regex.h: update from libc (whitespace fix).
26539
26540 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26541
26542         Merge some files from coreutils.  These changes were
26543         originally made by Jim Meyering.
26544         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
26545         many older Unixes require this.
26546         * lib/alloca.c (alloca): Remove cast to argument of free;
26547         no longer needed in C89.
26548         * lib/alloca_.h, regex.h: Fix white space to match
26549         what GNU indent does.
26550
26551 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26552
26553         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
26554         apparently Emacs's Unicode mode got confused before my 2003-08-05
26555         checkin.
26556
26557 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26558
26559         * m4/extensions.m4: New file.
26560         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
26561         Require gl_USE_SYSTEM_EXTENSIONS.
26562         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
26563         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
26564
26565 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26566
26567         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
26568         * modules/extensions, modules/gnu-source: New files.
26569         * modules/timespec, modules/unlocked-io: Depend on extensions.
26570
26571 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26572
26573         * modules/restrict: New file.
26574         * MODULES.html.sh (func_all_modules): Add restrict.
26575         * modules/regex: Depend on restrict.
26576
26577 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26578
26579         * m4/restrict.m4: New file.
26580         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
26581
26582 2003-08-07  Bruno Haible  <bruno@clisp.org>
26583
26584         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
26585         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
26586
26587 2003-08-07  Bruno Haible  <bruno@clisp.org>
26588
26589         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
26590         makes the module 'getndelim2' compatible with the module 'getline'.
26591
26592 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26593
26594         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
26595         byte with "\201" to avoid glitches when editing that source file
26596         with multi-gnome-terminal.
26597
26598 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26599
26600         * lib/bumpalloc.h: Remove.
26601
26602 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26603
26604         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
26605         * modules/bumpalloc: Remove.
26606
26607 2003-08-04  Paul Eggert  <eggert@twinsun.com>
26608
26609         * lib/getloadavg.c: Change copyright notice and spacing to conform to
26610         GNU coding style.
26611
26612         Merge from coreutils.
26613         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
26614         1. From glibc.
26615         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
26616         from Karl Berry, implemented by Jim Meyering.
26617         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
26618         from Dmitry V. Levin.
26619         Remove anachronistic cast of xrealloc.
26620         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
26621         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
26622         type. Otherwise, it wouldn't compile with at least /bin/cc on
26623         ymp-cray-unicos9.0.2.X.
26624         Combine two mostly-identical uses of alloca into one.
26625         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
26626
26627 2003-08-04  Dave Love  <d.love@dl.ac.uk>
26628
26629         [From Emacs.]
26630
26631         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
26632         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
26633         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
26634         obsolete NLIST_NAME_UNION.
26635         [__GNU__]: Undef BSD and FSCALE.
26636         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
26637
26638 2003-08-03  Paul Eggert  <eggert@twinsun.com>
26639
26640         * lib/stdbool_.h (_Bool): Make it signed char, instead of
26641         an enum type, so that it's guaranteed to promote to int.  See:
26642         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
26643
26644 2003-08-03  Karl Berry  <karl@gnu.org>
26645
26646         * config/depcomp: update from automake.
26647
26648 2003-07-31  Paul Eggert  <eggert@twinsun.com>
26649
26650         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
26651         (strerror): Don't assume that a printable int fits in 14 bytes.
26652
26653 2003-07-31  Bruno Haible  <bruno@clisp.org>
26654
26655         * modules/getpass-gnu: New file.
26656         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
26657
26658 2003-07-31  Bruno Haible  <bruno@clisp.org>
26659
26660         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
26661
26662 2003-07-24  Karl Berry  <karl@gnu.org>
26663
26664         * config/missing: update from automake.
26665
26666 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
26667             Bruno Haible  <bruno@clisp.org>
26668
26669         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
26670         * lib/getline.c (getline, getdelim): Likewise.
26671         Remove _GNU_SOURCE define; now it's defined in config.h through
26672         m4/getline.m4.
26673
26674 2003-07-23  Karl Berry  <karl@gnu.org>
26675
26676         * config/config.sub: update from prep.
26677
26678 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26679
26680         * modules/xalloc (Depends-on): Add exitfail.
26681         * modules/xmemcoll: Likewise.
26682
26683 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26684
26685         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
26686         over-parenthesization in macros.
26687
26688         Sync with coreutils.
26689
26690         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
26691         required by C99.
26692
26693         Use `exit_failure' for xalloc and xmemcoll instead of their own
26694         private exit-failure variables.
26695         * lib/xalloc.h (xalloc_exit_failure): Remove.
26696         * lib/xmalloc.c: Likewise.  Include exitfail.h.
26697         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
26698         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
26699         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
26700         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
26701
26702 2003-07-20  Jim Meyering  <jim@meyering.net>
26703
26704         * modules/closeout (Depends-on): Add exitfail.
26705         Suggestion from Bruno Haible.
26706
26707 2003-07-19  Karl Berry  <karl@gnu.org>
26708
26709         * config/config.sub: update from prep.
26710
26711 2003-07-18  Paul Eggert  <eggert@twinsun.com>
26712
26713         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
26714         Remove.
26715         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
26716         to test that it can stand by itself.  Include "exitfail.h".
26717         Clients should set exit_failure instead.
26718         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
26719
26720 2003-07-18  Bruno Haible  <bruno@clisp.org>
26721
26722         * modules/getndelim2: New file.
26723         * modules/getline: Share files with module getndelim2.
26724         * modules/getnline: Depend on getndelim2 instead of sharing files with
26725         it. Add getnline.c to lib_SOURCES.
26726         * MODULES.html.sh (func_all_modules): Add getndelim2.
26727
26728 2003-07-18  Bruno Haible  <bruno@clisp.org>
26729
26730         * m4/getndelim2.m4: New file.
26731         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
26732         invoke gl_PREREQ_GETNDELIM2.
26733         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
26734         gl_PREREQ_GETNDELIM2.
26735         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
26736         gl_GETNDELIM2.
26737
26738 2003-07-18  Bruno Haible  <bruno@clisp.org>
26739
26740         * lib/getndelim2.h: New file.
26741         * lib/getndelim2.c: Make into a module of its own. Include config.h,
26742         getndelim2.h.
26743         (getndelim2): Make non-static. Change return type to ssize_t.
26744         * lib/getline.h: Change argument names.
26745         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
26746         * lib/getnline.c: Include getndelim2.h.
26747
26748 2003-07-18  Andreas Schwab  <schwab@suse.de>
26749
26750         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
26751
26752 2003-07-17  Karl Berry  <karl@gnu.org>
26753
26754         * config/config.sub: update from prep.
26755
26756 2003-07-17  Bruno Haible  <bruno@clisp.org>
26757
26758         * modules/getnline: New file.
26759         * modules/getline: Add lib/getndelim2.c to source file list.
26760         * MODULES.html.sh (func_all_modules): Add getnline.
26761
26762 2003-07-17  Bruno Haible  <bruno@clisp.org>
26763
26764         * m4/getnline.m4: New file.
26765
26766 2003-07-17  Bruno Haible  <bruno@clisp.org>
26767
26768         * m4/Makefile.am.in: Remove file.
26769         * m4/Makefile.am: Remove file.
26770         * m4/Makefile.in: Remove file.
26771
26772 2003-07-17  Bruno Haible  <bruno@clisp.org>
26773
26774         * lib/getnline.h: New file.
26775         * lib/getnline.c: New file.
26776         * lib/getndelim2.c: New file, extracted from getline.c.
26777         (getndelim2): Renamed from getdelim2, with added nmax argument.
26778         * lib/getline.c: Include getndelim2.c.
26779         (getdelim2): Moved out to getndelim2.c.
26780         (getline, getdelim): Update.
26781
26782 2003-07-17  Bruno Haible  <bruno@clisp.org>
26783
26784         * lib/Makefile.am: Remove file.
26785         * lib/Makefile.in: Remove file.
26786
26787 2003-07-17  Bruno Haible  <bruno@clisp.org>
26788
26789         * configure.in: Remove file.
26790         * Makefile.in: Remove file.
26791
26792 2003-07-17  Bruno Haible  <bruno@clisp.org>
26793
26794         * MODULES.html.sh: Put the </BODY> right before </HTML>.
26795
26796 2003-07-16  Karl Berry  <karl@gnu.org>
26797
26798         * config/srclist-update: was running fixlicense twice, which caused
26799                 texinfo.tex to be nullified for some reason.  Simplify,
26800                 $gplsrc is no longer needed as far as I can see?
26801
26802 2003-07-16  Jim Meyering  <jim@meyering.net>
26803
26804         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
26805
26806 2003-07-15  Paul Eggert  <eggert@twinsun.com>
26807
26808         * config/srclist.txt: Get the following files from gettext-runtime/intl
26809         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
26810         ref-del.sin.  From Bruno Haible.
26811         * config/srclist-update (fixfile): Change grep pattern again, since the
26812         previous fix didn't work (there was another trailing $).  Use
26813         '[$]' to escape the $s.
26814
26815 2003-07-15  Karl Berry  <karl@gnu.org>
26816
26817         * lib/vasnprintf.c: update from gettext.
26818
26819 2003-07-15  Karl Berry  <karl@gnu.org>
26820
26821         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
26822         gets expanded when surrounded by '$'.
26823
26824 2003-07-15  Jim Meyering  <jim@meyering.net>
26825
26826         * modules/save-cwd: Don't depend on error.  From Derek Price.
26827
26828 2003-07-15  Jim Meyering  <jim@meyering.net>
26829
26830         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
26831
26832 2003-07-14  Simon Josefsson  <jas@extundo.com>
26833
26834         * modules/mempcpy: New file.
26835         * MODULES.html.sh (func_all_modules): Add mempcpy.
26836
26837 2003-07-14  Simon Josefsson  <jas@extundo.com>
26838
26839         * m4/mempcpy.m4: New file.
26840
26841 2003-07-14  Simon Josefsson  <jas@extundo.com>
26842
26843         * lib/mempcpy.h: New file.
26844         * lib/mempcpy.c: New file.
26845
26846 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26847
26848         * modules/getdate, modules/posixtm: Depend on mktime.
26849
26850 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26851
26852         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
26853         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
26854         unicodeio.c, unicodeio.h, unlocked-io.h:
26855         Switch from LGPL to GPL.
26856
26857 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26858
26859         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
26860         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
26861         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
26862         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
26863         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
26864         updated automatically by ../config/srclist-update.  This changes
26865         their license from LPGL to GPL.
26866
26867 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26868
26869         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
26870         assumed to refer to the root of the most recent stable gettext version.
26871         * config/srclistvars.sh: Add defaults for eggert.
26872         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
26873         Match "This program" as well as "The program".  This is needed
26874         for gettext.
26875
26876 2003-07-14  Jim Meyering  <jim@meyering.net>
26877
26878         Don't emit diagnostics.  Let callers do that.
26879         * lib/save-cwd.c: Don't include "error.h".
26880         (save_cwd): Don't call error.  Ensure that errno is valid
26881         when returning nonzero.
26882
26883         * lib/save-cwd.h (restore_cwd): Update prototype.
26884         * lib/save-cwd.c (restore_cwd): Remove two parameters.
26885         Simplify.  Don't call error upon failure.  Let callers do that.
26886         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
26887         when auditing is enabled.  But don't bother updating the #if.
26888
26889 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
26890
26891         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
26892         it breaks C++ compilation.
26893         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
26894
26895 2003-07-10  Simon Josefsson  <jas@extundo.com>
26896
26897         * modules/strchrnul (Makefile.am): Add strchrnul.h.
26898
26899 2003-07-10  Jim Meyering  <jim@meyering.net>
26900
26901         * m4/clock_time.m4: Remove trailing blank.
26902         * m4/intmax_t.m4: Likewise.
26903
26904 2003-07-10  Jim Meyering  <jim@meyering.net>
26905
26906         * lib/vasnprintf.c: Remove trailing blanks.
26907         Make cpp indentation consistent.
26908
26909 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26910
26911         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26912         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26913         Switch from LGPL to GPL.
26914
26915 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26916
26917         * config/srclist.txt: Sort sublists.  Add
26918         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26919         that differ from gnulib for one reason or another; we'd like this list
26920         to be smaller but for now let's document what we have.
26921
26922 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26923
26924         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26925         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26926         and sweeter "eval x=$x".
26927         * config/srclist.txt: Get lib/argp* from glibc.
26928
26929 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26930
26931         * lib/mktime.c: Fix some boundary cases and remove need for floating
26932         point.
26933
26934         Issue a compile-time diagnostic if time_t is floating point, or if
26935         two's complement arithmetic is not in effect, or if arithmetic
26936         right shift does not propagate the sign.  These assumptions were
26937         all in the original code but they weren't checked.
26938
26939         (TIME_T_MIDPOINT, verify): New macros.
26940         (__isleap): Remove; it has integer overflow problems.
26941         (leapyear): New function, without those problems.
26942         (ydhms_tm_diff): Remove; splitting into two parts.
26943         (ydhms_diff): New function, containing the arithmetic part of
26944         the old ydhms_tm_diff function.  Issue a compile-time
26945         diagnostic if we are not using C99 integer division.
26946         Avoid casts when possible.
26947         (guess_time_tm): New function, containing the checking part of
26948         the old ydhms_tm_diff function.  Return the new value, rather than
26949         the difference between it and the old.  Accept a new argument T
26950         so that *T specifies the old value.  Check for overflow in the result.
26951
26952         (__mktime_internal): Use a time_t offset, not a long int offset.
26953         This undoes the 2003-06-04 change, which is no longer needed now
26954         that we have better overflow checking.
26955         (localtime_offset): Likewise.
26956
26957         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26958         and long are 64-bit but int is only 32-bit.
26959         (ydhms_diff): Use long int to store year1 and yday1.
26960         Issue a compile-time diagnostic if long int is not wide enough.
26961
26962         (__mktime_internal): Use long int to store adjusted year and yday.
26963         Use plain C rather than preprocessor commands, if that doesn't
26964         affect efficiency.
26965         Check for overflow (and try to repair) after each probe
26966         rather than checking only at the very end.  This avoids some bugs
26967         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26968         does not equal GMT offset at maximum time).
26969         Use integer to check for overflow rather than floating point; this
26970         is more portable to non-IEEE hosts, and is a tad faster.
26971         When we detect that we are oscillating between two values,
26972         don't check whether tm_isdst has the requested value, since
26973         we already know the answer.  When tm_isdst has the wrong value,
26974         use a different heuristic to find the right one, based on the
26975         extreme values actually observed in practice in tz2003a,
26976         rather than the (overly optimistic) "previous 3 calendar quarters".
26977
26978         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26979         "T const" to accommodate glibc style.
26980         (check_result): Use less-confusing report format.  "long" -> "long int.
26981         (main): Likewise.
26982         Don't loop if the iteration overflows time_t.
26983         Allow a negative step in the iteration.
26984
26985 2003-07-06  Karl Berry  <karl@gnu.org>
26986
26987         * config/depcomp: update from automake.
26988         * config/config.sub: update from prep.
26989
26990 2003-07-03  Karl Berry  <karl@gnu.org>
26991
26992         * config/config.guess: update from prep.
26993
26994 2003-07-01  Paul Eggert  <eggert@twinsun.com>
26995
26996         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
26997         xreadlink.c now includes it unconditionally.
26998
26999 2003-07-01  Paul Eggert  <eggert@twinsun.com>
27000
27001         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
27002         having it depend on HAVE_SYS_TYPES_H.
27003
27004 2003-07-01  Bruno Haible  <bruno@clisp.org>
27005
27006         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
27007         <sys/types.h> should be sufficient.
27008         Reported by Paul Eggert.
27009
27010 2003-06-26  Karl Berry  <karl@gnu.org>
27011
27012         * config/depcomp: update from automake.
27013
27014 2003-06-26  Bruno Haible  <bruno@clisp.org>
27015
27016         * modules/human: Depend on module stdbool.
27017
27018 2003-06-25  Bruno Haible  <bruno@clisp.org>
27019
27020         * modules/readlink: New file.
27021         * modules/xreadlink: Depend on it.
27022         * MODULES.html.sh (func_all_modules): Add readlink.
27023
27024 2003-06-25  Bruno Haible  <bruno@clisp.org>
27025
27026         * m4/readlink.m4: New file.
27027
27028 2003-06-25  Bruno Haible  <bruno@clisp.org>
27029
27030         * lib/readlink.c: New file.
27031
27032 2003-06-22  Karl Berry  <karl@gnu.org>
27033
27034         * config/srclist.txt: update mkinstalldirs from automake.
27035         * config/mkinstalldirs: update.
27036
27037 2003-06-22  Bruno Haible  <bruno@clisp.org>
27038
27039         Portability to mingw32.
27040         * m4/ssize_t.m4: New file, from GNU gettext.
27041         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
27042         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
27043
27044 2003-06-22  Bruno Haible  <bruno@clisp.org>
27045
27046         * modules/safe-read: Add m4/ssize_t.m4.
27047         * modules/xreadlink: Add m4/ssize_t.m4.
27048
27049 2003-06-20  Bruno Haible  <bruno@clisp.org>
27050
27051         Assume C89, so PARAMS isn't needed.
27052         * lib/unicodeio.h (PARAMS): Remove.
27053         * lib/unicodeio.c: Don't use PARAMS.
27054
27055 2003-06-18  Karl Berry  <karl@gnu.org>
27056
27057         * config/config.{guess,sub}: update from prep.
27058
27059 2003-06-18  Jim Meyering  <jim@meyering.net>
27060
27061         Merge changes from coreutils.
27062         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
27063         Remove explicit declarations of xmalloc and realloc.
27064         Include xalloc.h.
27065         (read_utmp): Remove anachronistic cast of xmalloc.
27066
27067 2003-06-17  Paul Eggert  <eggert@twinsun.com>
27068
27069         Assume C89, so PARAMS isn't needed.
27070         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
27071         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
27072         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
27073         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
27074         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
27075         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
27076         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
27077         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
27078         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
27079         lib/xstrtod.h, lib/xstrtol.h: Likewise.
27080         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
27081         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
27082         no longer needed. Anyway, config.h should always be included before any
27083         other file.
27084
27085 2003-06-11  Simon Josefsson  <jas@extundo.com>
27086
27087         * modules/sysexits: New file.
27088         * MODULES.html.sh (func_all_modules): Add sysexits.
27089
27090 2003-06-11  Simon Josefsson  <jas@extundo.com>
27091
27092         * lib/sysexit_.h: New file.
27093
27094 2003-06-11  Derek Price  <derek@ximbiot.com>
27095
27096         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
27097         necessary.
27098
27099 2003-06-11  Bruno Haible  <bruno@clisp.org>
27100
27101         * m4/sysexits.m4: New file.
27102
27103 2003-06-10  Simon Josefsson  <jas@extundo.com>
27104
27105         * lib/argp.h: New file, from glibc.
27106         * lib/argp-ba.c: New file, from glibc.
27107         * lib/argp-eexst.c: New file, from glibc.
27108         * lib/argp-fmtstream.c: New file, from glibc.
27109         * lib/argp-fmtstream.h: New file, from glibc.
27110         * lib/argp-fs-xinl.c: New file, from glibc.
27111         * lib/argp-help.c: New file, from glibc.
27112         * lib/argp-namefrob.h: New file, from glibc.
27113         * lib/argp-parse.c: New file, from glibc.
27114         * lib/argp-pv.c: New file, from glibc.
27115         * lib/argp-pvh.c: New file, from glibc.
27116         * lib/argp-xinl.c: New file, from glibc.
27117
27118 2003-06-10  Simon Josefsson  <jas@extundo.com>
27119
27120         * modules/strchrnul: New file.
27121
27122 2003-06-10  Simon Josefsson  <jas@extundo.com>
27123
27124         * modules/argp: New file.
27125
27126 2003-06-10  Simon Josefsson  <jas@extundo.com>
27127
27128         * m4/strchrnul.m4: New file.
27129
27130 2003-06-10  Simon Josefsson  <jas@extundo.com>
27131
27132         * lib/strchrnul.h: New file.
27133         * lib/strchrnul.c: New file.
27134
27135 2003-06-10  Bruno Haible  <bruno@clisp.org>
27136
27137         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
27138
27139 2003-06-07  Karl Berry  <karl@gnu.org>
27140
27141         * config/config.{guess,sub}: update from prep.
27142
27143 2003-06-07  Jim Meyering  <jim@meyering.net>
27144
27145         * modules/strtod: Use $(...) notation, not @...@ for
27146         AC_REPLACE'd variables.
27147         * modules/localcharset: Likewise.
27148
27149 2003-06-07  Jim Meyering  <jim@meyering.net>
27150
27151         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
27152         in place of my name in the copyright comment.
27153         Remove definition and uses of __P.
27154
27155         From coreutils.
27156         * lib/stat.c: Don't declare xmalloc explicitly.
27157         Instead, include "xalloc.h".
27158         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
27159         xrealloc, and xcalloc return values.
27160         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
27161         Improve comment.
27162         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
27163
27164 2003-06-07  Bruno Haible  <bruno@clisp.org>
27165
27166         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
27167         avoid AC_CONFIG_LINKS.
27168         * modules/fnmatch (Makefile.am): Use explicit creation rule for
27169         fnmatch.h, to avoid AC_CONFIG_LINKS.
27170         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
27171
27172 2003-06-07  Bruno Haible  <bruno@clisp.org>
27173
27174         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
27175         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
27176         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
27177         directory.
27178         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
27179         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
27180         directory.
27181
27182 2003-06-06  Jim Meyering  <jim@meyering.net>
27183
27184         Merge from coreutils.
27185         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
27186         Consolidate declarations and initializations of *_base* locals.
27187
27188         Merge from coreutils.
27189         This avoids a core dump on systems without GNU putenv,
27190         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
27191         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
27192         (unsetenv): New static function, from GNU libc.
27193         (rpl_putenv): Use it.
27194
27195         * lib/modechange.c: Remove trailing blanks.
27196
27197         Merge from coreutils.
27198         * lib/fsusage.c: Remove declaration of statfs.
27199         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
27200
27201         * lib/posixtm.c: Include <stdbool.h> unconditionally.
27202
27203 2003-06-06  Jim Meyering  <jim@meyering.net>
27204
27205         * lib/stdbool_.h: Renamed from stdbool.h.in.
27206
27207 2003-06-06  Jim Meyering  <jim@meyering.net>
27208             Bruno Haible  <bruno@clisp.org>
27209
27210         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
27211         Adjust Makefile.am snippet not to redirect directly to target.
27212         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
27213
27214 2003-06-05  Paul Eggert  <eggert@twinsun.com>
27215
27216         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
27217         mismatch, look in future quarters as well as past.  This fixes a
27218         bug when processing fall-backwards gaps immediately after a long
27219         period of daylight-saving time.
27220
27221         * lib/mktime.c: Assume freestanding C89 or better.
27222         (HAVE_LIMITS_H): Remove.  Assume it's 1.
27223         (__P): Remove; not used.
27224         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
27225         (mktime, not_equal_tm, print_tm, check_result,
27226         main): Use prototypes.  Use const * where appropriate.
27227         (main): Fix typo in testing code that uncovered by above changes.
27228         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
27229
27230 2003-06-04  Paul Eggert  <eggert@twinsun.com>
27231
27232         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
27233         locale.h, localeconv.  This merges changes from coreutils.
27234
27235         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
27236         It can be removed after the next Autoconf is released.
27237         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
27238         needed.
27239
27240 2003-06-04  Paul Eggert  <eggert@twinsun.com>
27241
27242         * lib/mktime.c: Fix Debian bug 177940
27243         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
27244         (localtime_offset): Now long int, not time_t, because we want it
27245         to be guaranteed to be signed.  All uses changed.
27246         (__mktime_internal): If overflow would occur when adding offset,
27247         don't add it.
27248
27249         Merge 'human' changes from coreutils.  Rewrite to support
27250         locale-specific notations like thousands separators.
27251         * lib/human.c: Simplify authorship notice.
27252         Include human.h immediately after config.h.
27253         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
27254         <limits.h>: Do not include, since human.h does.
27255         (SIZE_MAX, UINTMAX_MAX): New macros.
27256         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
27257         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
27258         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
27259         (power_letter): Renamed from suffixes.
27260         (generate_suffix_backwards): Remove.
27261         (adjust_value): Now takes int style (because of human.h changes)
27262         and long double value (for greater precision on some platforms).
27263         (group_number): New function.
27264         (human_readable): Use it.  Use integer options, not enum.
27265         Put the options before the sizes in the arg list.
27266         Support all the new options.
27267         The old human_readable function has been removed;
27268         use inttostr.h instead.
27269         (human_readable, default_block_size, humblock):
27270         Use uintmax_t, not int, for block sizes.
27271         (human_readable_inexact, block_size_types): Remove.
27272         (block_size_opts): New constant.
27273         (human_options): Renamed from human_block_size, with new signature
27274         that allows block sizes up to UINTMAX_MAX.  All callers changed.
27275         * lib/human.h: Add copyright and authorship notice.
27276         Include <limits.h> and <stdbool.h> unconditionally.
27277         (PARAMS): Remove.  All uses removed.
27278         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
27279         (enum human_inexact_style): Remove tag; now a nameless enum.
27280         (human_floor, human_ceiling, human_round_to_even): Now have
27281         values 2, 0, 1 rather than -1, 1, 0.
27282         (human_group_digits, human_suppress_point_zero, human_autoscale,
27283         human_base_1024, human_SI, human_B): New constants.
27284         (human_readable_inexact, human_block_size): Remove.
27285         (human_readable): Size args are now uintmax_t, not int.
27286         (human_options): New decl.
27287
27288         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
27289         unnecessary now that we assume C89 or better.  This change
27290         imported from coreutils.
27291
27292         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
27293         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
27294         in the 2003-05-30 sync from glibc.
27295
27296         .h files should stand alone, but we shouldn't include <sys/types.h>
27297         if we can get away with just <stddef.h>.
27298
27299         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
27300         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
27301         rather than <sys/types.h>, as we merely need size_t.
27302         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
27303         to get size_t.
27304         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
27305         Include <stdio.h>, to get FILE.
27306         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
27307         memcasecmp.h has included <stddef.h> and all we need is size_t.
27308         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
27309         our interface, instead of including <sys/types.h>
27310
27311 2003-06-04  Paul Eggert  <eggert@twinsun.com>
27312
27313         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
27314         now, as glibc mktime is buggy on non-glibc systems.
27315
27316 2003-06-03  Karl Berry  <karl@gnu.org>
27317
27318         * config/config.sub: update from prep.
27319
27320 2003-06-02  Paul Eggert  <eggert@twinsun.com>
27321
27322         [from coreutils]
27323         Fix some minor time-related bugs with POSIX time arguments.
27324         Some valid time stamps were being rejected (notably -1, and
27325         time stamps before 1900 on 64-bit hosts).  And some invalid
27326         time stamps were being accepted, e.g. September 31.
27327
27328         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
27329         that we can return (time_t) -1 successfully.
27330         * lib/posixtm.c: Likewise.
27331         [HAVE_STDBOOL_H]: Include <stdbool.h>.
27332         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
27333         (t): Remove static var.
27334         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
27335         of static var.  All uses changed.
27336         (year): Do not reject years before 1900; they can occur with
27337         64-bit time_t.
27338         (posix_time_parse): Do not check for out-of-range components;
27339         that is now the caller's responsibility, since our checks were
27340         only approximations.
27341         (posixtime): Use mktime to check for out-of-range components,
27342         since it knows them exactly.
27343         If mktime returns (time_t) -1, check whether an error actually occurred
27344         by invoking localtime on -1.
27345         (main) [TEST_POSIXTIME]: Check for input data errors, and report
27346         posixtime failures better.
27347         Improve the test data (in comments only).
27348
27349 2003-06-02  Karl Berry  <karl@gnu.org>
27350
27351         * config/mkinstalldirs (version): new variable.
27352         (--version): new option.
27353         (usage): improve message.
27354
27355 2003-05-30  Karl Berry  <karl@gnu.org>
27356
27357         * lib/mktime.c: update from libc.
27358
27359 2003-05-30  Bruno Haible  <bruno@clisp.org>
27360
27361         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
27362         * config/config.rpath: Upgrade to gettext-0.12.1.
27363
27364 2003-05-30  Bruno Haible  <bruno@clisp.org>
27365
27366         * m4/gettext.m4: Upgrade to gettext-0.12.1.
27367         * m4/nls.m4: New file, from gettext-0.12.1.
27368         * m4/po.m4: New file, from gettext-0.12.1.
27369         * m4/progtest.m4: Upgrade to gettext-0.12.1.
27370
27371 2003-05-30  Bruno Haible  <bruno@clisp.org>
27372
27373         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
27374         * lib/localcharset.h: Likewise.
27375         * lib/localcharset.c: Likewise.
27376
27377 2003-05-29  Karl Berry  <karl@gnu.org>
27378
27379         * config/config.rpath: update from gettext.
27380
27381 2003-05-28  Paul Eggert  <eggert@twinsun.com>
27382
27383         Assume the headers required for C89 freestanding compilers.
27384         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
27385         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
27386         * m4/human.m4 (gl_HUMAN): Likewise.
27387         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
27388         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
27389         * m4/userspec.m4 (gl_USERSPEC): Likewise.
27390         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
27391         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27392         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
27393
27394 2003-05-28  Paul Eggert  <eggert@twinsun.com>
27395
27396         Assume the headers required for C89 freestanding compilers.
27397         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
27398         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
27399         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
27400         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
27401         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
27402         define, since <limits.h> is guaranteed to do that.
27403         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
27404         * lib/exclude.c: Include <stdbool.h> unconditionally.
27405         * lib/tempname.c: Include <stddef.h> unconditionally.
27406         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
27407         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
27408         <stddef.h> does that.
27409         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
27410         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
27411         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
27412         needed.
27413         * lib/xstrtol.c: Likewise.
27414         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
27415         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
27416
27417         * lib/addext.c (addext): Use assignment rather than cast, to avoid
27418         warnings on some platforms.
27419
27420         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
27421         arbitrarily.
27422
27423 2003-05-26  Jim Meyering  <jim@meyering.net>
27424
27425         Merge in a change from coreutils:
27426         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
27427         that is guaranteed to be `no'.  Use `no_such_member' to indicate
27428         that condition, rather than `-1' which is slightly misleading.
27429         Change the name of the cache variable to have the gl_ prefix.
27430         Prompted by a patch from Richard Dawe for DJGPP.
27431
27432 2003-05-24  Karl Berry  <karl@gnu.org>
27433
27434         * config/config.guess: update from prep.
27435
27436 2003-05-22  Karl Berry  <karl@gnu.org>
27437
27438         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
27439
27440 2003-05-20  Karl Berry  <karl@gnu.org>
27441
27442         * config/config.guess: update from prep.
27443
27444 2003-05-18  Karl Berry  <karl@gnu.org>
27445
27446         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
27447         might actually be set by the user.
27448
27449         * config/depcomp, install-sh, mdate-sh: update from automake.
27450
27451 2003-05-17  Bruno Haible  <bruno@clisp.org>
27452
27453         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
27454         invalid expansion for AC_EGREP_CPP.
27455         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
27456         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
27457         Suggested by Akim Demaille <akim@epita.fr> in
27458         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
27459
27460 2003-05-12  Jim Meyering  <jim@meyering.net>
27461
27462         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
27463         the space-padded-by-default conversion specifiers, %e, %k, %l.
27464
27465 2003-05-12  Bruno Haible  <bruno@clisp.org>
27466
27467         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
27468         the string is longer than 4 KB.
27469
27470 2003-05-11  Karl Berry  <karl@gnu.org>
27471
27472         * config/config.{guess,sub}: update from prep.
27473
27474 2003-05-09  Bruno Haible  <bruno@clisp.org>
27475
27476         * modules/error: Add m4/strerror_r.m4 to file list.
27477
27478 2003-05-03  Bruno Haible  <bruno@clisp.org>
27479
27480         Upgrade to Unicode-4.0.
27481         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
27482         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
27483         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
27484         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
27485         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
27486         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
27487         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
27488         Change width of U+E0100..U+E01EF from 1 to 0.
27489
27490 2003-04-25  Jim Meyering  <jim@meyering.net>
27491
27492         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
27493         of type size_t, not int.
27494
27495 2003-04-25  Bruno Haible  <bruno@clisp.org>
27496
27497         * lib/copy-file.c: Include <stddef.h>, for size_t.
27498
27499 2003-04-21  Paul Eggert  <eggert@twinsun.com>
27500
27501         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
27502         code which expansion is under static control.  Patch imported from
27503         Akim Demaille's patch to Bison; see
27504         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
27505
27506 2003-04-14  Bruno Haible  <bruno@clisp.org>
27507
27508         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
27509
27510 2003-04-11  Jim Meyering  <jim@meyering.net>
27511
27512         Merge changes from Coreutils.
27513
27514         2003-03-22  Jim Meyering  <jim@meyering.net>
27515
27516         * lib/strftime.c (widen): Cast alloca return value to proper type.
27517
27518         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
27519
27520         From GNU libc.
27521         * lib/strftime.c (my_strftime): Handle very large width
27522         specifications for numeric values correctly.  Improve checks for
27523         overflow.
27524
27525         2003-01-19  Jim Meyering  <jim@meyering.net>
27526
27527         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
27528         definitions.
27529         (nl_get_alt_digit) [! defined my_strftime]: Define.
27530         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
27531         _nl_get_alt_digit and _nl_get_walt_digit.
27532
27533         * lib/strftime.c (my_strftime): Merge in locale-related changes from
27534         libc. These changes have no effect outside of _LIBC.
27535
27536 2003-04-10  Bruno Haible  <bruno@clisp.org>
27537
27538         * modules/findprog: New file.
27539         * MODULES.html.sh (func_all_modules): Add it.
27540
27541 2003-04-10  Bruno Haible  <bruno@clisp.org>
27542
27543         * m4/findprog.m4: New file.
27544         * m4/eaccess.m4: New file.
27545
27546 2003-04-10  Bruno Haible  <bruno@clisp.org>
27547
27548         * lib/findprog.h: New file, from GNU gettext.
27549         * lib/findprog.c: New file, from GNU gettext.
27550
27551 2003-04-05  Jim Meyering  <jim@meyering.net>
27552
27553         Merge changes from Coreutils.
27554
27555         * lib/exclude.h (PARAMS): Remove definition and uses.
27556         * lib/exclude.c: Remove uses of `PARAMS'.
27557
27558         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
27559         Add test-cases for DOS filenames. Declare program_name.
27560         (main): Set up program_name.  Patch by Rich Dawe.
27561
27562         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27563         error from mntctl.
27564         Use mntctl's return value to drive the entry-processing loop, since
27565         we can't rely on the value of the vmt_length member in the last
27566         entry.  On some systems doing so could result in exhausting
27567         virtual memory.  Based in part on a patch from Mike Jetzer.
27568
27569 2003-04-04  Bruno Haible  <bruno@clisp.org>
27570
27571         * modules/linebreak: New file.
27572         * MODULES.html.sh (func_all_modules): Add it.
27573
27574 2003-04-04  Bruno Haible  <bruno@clisp.org>
27575
27576         * m4/linebreak.m4: New file.
27577
27578 2003-04-04  Bruno Haible  <bruno@clisp.org>
27579
27580         * lib/linebreak.h: New file, from GNU gettext.
27581         * lib/linebreak.c: New file, from GNU gettext with slight
27582         modifications.
27583         * lib/lbrkprop.h: New file, from GNU gettext.
27584
27585 2003-04-03  Bruno Haible  <bruno@clisp.org>
27586
27587         * modules/utf8-ucs4: New file.
27588         * modules/utf16-ucs4: New file.
27589         * modules/ucs4-utf8: New file.
27590         * modules/ucs4-utf16: New file.
27591         * MODULES.html.sh (func_all_modules): Add them.
27592
27593 2003-04-03  Bruno Haible  <bruno@clisp.org>
27594
27595         * m4/utf-ucs4.m4: New file.
27596         * m4/ucs4-utf.m4: New file.
27597
27598 2003-04-03  Bruno Haible  <bruno@clisp.org>
27599
27600         * lib/utf8-ucs4.h: New file, from GNU gettext.
27601         * lib/utf16-ucs4.h: New file, from GNU gettext.
27602         * lib/ucs4-utf8.h: New file, from GNU gettext.
27603         * lib/ucs4-utf16.h: New file, from GNU gettext.
27604
27605 2003-04-02  Bruno Haible  <bruno@clisp.org>
27606
27607         * modules/binary-io: New file.
27608         * MODULES.html.sh (func_all_modules): Add it.
27609
27610 2003-04-02  Bruno Haible  <bruno@clisp.org>
27611
27612         * lib/binary-io.h: New file, from GNU gettext.
27613
27614 2003-04-01  Bruno Haible  <bruno@clisp.org>
27615
27616         * modules/pathname: New file.
27617         * MODULES.html.sh (func_all_modules): Add it.
27618
27619 2003-04-01  Bruno Haible  <bruno@clisp.org>
27620
27621         * lib/pathname.h: New file, from GNU gettext.
27622         * lib/concatpath.c: New file, from GNU gettext.
27623
27624 2003-03-30  Bruno Haible  <bruno@clisp.org>
27625
27626         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
27627
27628 2003-03-30  Bruno Haible  <bruno@clisp.org>
27629
27630         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
27631         function chown() doesn't exist.
27632
27633 2003-03-28  Bruno Haible  <bruno@clisp.org>
27634
27635         * modules/copy-file: New file.
27636         * MODULES.html.sh (func_all_modules): Add it.
27637
27638 2003-03-28  Bruno Haible  <bruno@clisp.org>
27639
27640         * m4/copy-file.m4: New file.
27641
27642 2003-03-28  Bruno Haible  <bruno@clisp.org>
27643
27644         * lib/copy-file.h: New file, from GNU gettext.
27645         * lib/copy-file.c: New file, from GNU gettext.
27646
27647 2003-03-18  Jim Meyering  <jim@meyering.net>
27648
27649         * lib/quote.c (quote_n): Fix typo in comment.
27650
27651 2003-03-18  Bruno Haible  <bruno@clisp.org>
27652
27653         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
27654         checking.
27655         * m4/onceonly_2_57.m4: Likewise.
27656
27657 2003-03-17  Bruno Haible  <bruno@clisp.org>
27658
27659         * m4/onceonly.m4: Require autoconf 2.54 or newer.
27660         (m4_quote): Remove macro.
27661         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
27662
27663 2003-03-14  Jim Meyering  <jim@meyering.net>
27664
27665         Merge changes from Coreutils.
27666         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
27667         to be const, in order to avoid warnings.
27668         (obstack_room): Likewise.
27669         (obstack_empty_p): Likewise.
27670
27671 2003-03-14  Bruno Haible  <bruno@clisp.org>
27672
27673         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
27674         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
27675
27676 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27677
27678         Merge changes from Bison.
27679         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
27680         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
27681         when compiling Bison 1.875's `bitset bset = obstack_alloc
27682         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
27683         * lib/hash.c: Include <stdbool.h> unconditionally.
27684
27685 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27686
27687         * m4/onceonly.m4 (m4_quote): New macro.
27688         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
27689         Quote AC_FOREACH variable-expansions properly.
27690
27691 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27692
27693         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
27694
27695 2003-03-09  Paul Eggert  <eggert@twinsun.com>
27696
27697         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
27698         Reported by Bruce Becker; see:
27699         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
27700
27701 2003-03-03  Paul Eggert  <eggert@twinsun.com>
27702             Bruno Haible  <bruno@clisp.org>
27703
27704         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
27705         Reported by John Hughes, see
27706         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
27707
27708 2003-02-20  Bruno Haible  <bruno@clisp.org>
27709
27710         * MODULES.html.sh (func_all_modules): Add poll.
27711
27712 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27713
27714         * modules/poll: New file.
27715
27716 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27717
27718         * lib/poll_.h: New file.
27719         * lib/poll.c: New file.
27720
27721 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27722
27723         * m4/poll.m4: New file.
27724
27725 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27726
27727         * modules/mathl: New file.
27728
27729 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27730
27731         * lib/mathl.h: New file.
27732         * lib/acosl.c: New file.
27733         * lib/asinl.c: New file.
27734         * lib/atanl.c: New file.
27735         * lib/ceill.c: New file.
27736         * lib/cosl.c: New file.
27737         * lib/expl.c: New file.
27738         * lib/floorl.c: New file.
27739         * lib/frexpl.c: New file.
27740         * lib/ldexpl.c: New file.
27741         * lib/logl.c: New file.
27742         * lib/sincosl.c: New file.
27743         * lib/sinl.c: New file.
27744         * lib/sqrtl.c: New file.
27745         * lib/tanl.c: New file.
27746         * lib/trigl.c: New file.
27747         * lib/trigl.h: New file.
27748
27749 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27750
27751         * m4/mathl.m4: New file.
27752
27753 2003-02-18  Bruno Haible  <bruno@clisp.org>
27754
27755         * MODULES.html.sh (func_all_modules): Add mathl.
27756
27757 2003-02-17  Bruno Haible  <bruno@clisp.org>
27758
27759         * modules/mkdtemp: New module.
27760         * MODULES.html.sh (func_all_modules): Add it.
27761
27762 2003-02-17  Bruno Haible  <bruno@clisp.org>
27763
27764         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
27765
27766 2003-02-17  Bruno Haible  <bruno@clisp.org>
27767
27768         * lib/mkdtemp.h: New file, from GNU gettext.
27769         * lib/mkdtemp.c: New file, from GNU gettext.
27770
27771 2003-02-02  Jim Meyering  <jim@meyering.net>
27772
27773         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
27774         e.g. glibc-2.2.93.
27775
27776 2003-01-31  Bruno Haible  <bruno@clisp.org>
27777
27778         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
27779         'rpl_rename'.
27780         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
27781         'rpl_strnlen'.
27782         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
27783         'rpl_strtod'.
27784         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
27785         'rpl_utime'.
27786
27787 2003-01-31  Bruno Haible  <bruno@clisp.org>
27788
27789         * lib/rename.c: #undef rename before defining rpl_rename.
27790         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
27791
27792 2003-01-30  Bruno Haible  <bruno@clisp.org>
27793
27794         * modules/vasnprintf, modules/vasprintf: New modules.
27795         * MODULES.html.sh (func_all_modules): Add them.
27796
27797 2003-01-30  Bruno Haible  <bruno@clisp.org>
27798
27799         * m4/signed.m4: New file, from GNU gettext.
27800         * m4/longdouble.m4: New file, from GNU gettext.
27801         * m4/wchar_t.m4: New file, from GNU gettext.
27802         * m4/wint_t.m4: New file, from GNU gettext.
27803         * m4/vasnprintf.m4: New file.
27804         * m4/vasprintf.m4: New file.
27805
27806 2003-01-30  Bruno Haible  <bruno@clisp.org>
27807
27808         * lib/printf-args.h: New file, from GNU gettext.
27809         * lib/printf-args.c: New file, from GNU gettext.
27810         * lib/printf-parse.h: New file, from GNU gettext.
27811         * lib/printf-parse.c: New file, from GNU gettext.
27812         * lib/vasnprintf.h: New file, from GNU gettext.
27813         * lib/vasnprintf.c: New file, from GNU gettext.
27814         * lib/asnprintf.c: New file, from GNU gettext.
27815         * lib/vasprintf.h: New file, from GNU gettext with modifications.
27816         * lib/vasprintf.c: New file, from GNU gettext.
27817         * lib/asprintf.c: New file, from GNU gettext.
27818
27819 2003-01-29  Bruno Haible  <bruno@clisp.org>
27820
27821         * modules/stpncpy: New module.
27822         * MODULES.html.sh (func_all_modules): Add it.
27823
27824 2003-01-29  Bruno Haible  <bruno@clisp.org>
27825
27826         * m4/stpncpy.m4: New file.
27827
27828 2003-01-29  Bruno Haible  <bruno@clisp.org>
27829
27830         * lib/stpncpy.h: New file, from GNU gettext with modifications.
27831         * lib/stpncpy.c: New file, from GNU gettext with modifications.
27832
27833 2003-01-28  Bruno Haible  <bruno@clisp.org>
27834
27835         * modules/c-ctype: New module.
27836         * MODULES.html.sh (func_all_modules): Add it.
27837
27838 2003-01-28  Bruno Haible  <bruno@clisp.org>
27839
27840         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
27841         Paul Eggert.
27842         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
27843         Paul Eggert.
27844
27845 2003-01-27  Bruno Haible  <bruno@clisp.org>
27846
27847         * modules/xsetenv: New module.
27848         * MODULES.html.sh (func_all_modules): Add it.
27849
27850 2003-01-27  Bruno Haible  <bruno@clisp.org>
27851
27852         * lib/xsetenv.h: New file, from GNU gettext.
27853         * lib/xsetenv.c: New file, from GNU gettext.
27854
27855 2003-01-23  Jim Meyering  <jim@meyering.net>
27856
27857         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
27858         from working on systems without dirfd (at least Irix and OSF1/Tru64).
27859
27860 2003-01-23  Bruno Haible  <bruno@clisp.org>
27861
27862         * modules/minmax: New module.
27863         * MODULES.html.sh (func_all_modules): Add it.
27864
27865 2003-01-23  Bruno Haible  <bruno@clisp.org>
27866
27867         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
27868         Eggert.
27869
27870 2003-01-22  Bruno Haible  <bruno@clisp.org>
27871
27872         * modules/exit: New module.
27873         * MODULES.html.sh (func_all_modules): Add it.
27874
27875 2003-01-22  Bruno Haible  <bruno@clisp.org>
27876
27877         * lib/exit.h: New file, from GNU gettext.
27878
27879 2003-01-19  Bruno Haible  <bruno@clisp.org>
27880
27881         * gnulib-tool: Recognize option --extract-maintainer.
27882         (func_get_maintainer): New function.
27883         * modules/*: Add Maintainer entry.
27884
27885 2003-01-16  Jim Meyering  <jim@meyering.net>
27886
27887         * m4/regex.m4: The `regex' struct is both input and output.
27888         Initialize it before each use.  Patch by Tim Waugh.
27889
27890 2003-01-16  Bruno Haible  <bruno@clisp.org>
27891
27892         * MODULES.html.sh: Add a table of contents. Add the module name as
27893         leftmost column. Add hyperlinks.
27894
27895 2003-01-15  Bruno Haible  <bruno@clisp.org>
27896
27897         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
27898
27899 2003-01-15  Bruno Haible  <bruno@clisp.org>
27900
27901         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27902         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27903         suffix.
27904
27905 2003-01-15  Bruno Haible  <bruno@clisp.org>
27906
27907         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27908
27909 2003-01-15  Bruno Haible  <bruno@clisp.org>
27910
27911         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27912         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27913
27914 2003-01-14  Jim Meyering  <jim@meyering.net>
27915
27916         * lib/same.c (same_name): Tweak a comment.
27917
27918 2003-01-14  Bruno Haible  <bruno@clisp.org>
27919
27920         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27921         when a string comparison is sufficient.
27922
27923 2003-01-14  Bruno Haible  <bruno@clisp.org>
27924
27925         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27926         'unsigned int'.
27927
27928 2003-01-14  Bruno Haible  <bruno@clisp.org>
27929
27930         * lib/hash-pjw.c: Add comment about low quality of this function.
27931
27932 2003-01-13  Bruno Haible  <bruno@clisp.org>
27933
27934         * modules/stpcpy: Distribute lib/stpcpy.h.
27935         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27936
27937 2003-01-13  Bruno Haible  <bruno@clisp.org>
27938
27939         * modules/*: Add a description.
27940         * modules/strpbrk: Fix Makefile.am snippet.
27941         * modules/strtoimax: Fix dependencies.
27942         * modules/strtoumax: Likewise.
27943
27944 2003-01-13  Bruno Haible  <bruno@clisp.org>
27945
27946         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27947         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27948         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27949
27950 2003-01-13  Bruno Haible  <bruno@clisp.org>
27951
27952         * gnulib-tool (func_create_testdir): Store config/* files in the main
27953         directory.
27954         * config.rpath: Move to ...
27955         * config/config.rpath: ... here.
27956         * modules/gettext: Contains config/config.rpath, not config.rpath.
27957         * modules/iconv: Likewise.
27958
27959 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27960
27961         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27962         to avoid collisions with libcurses and libreadline.
27963
27964         * m4/getstr.m4: Remove.
27965         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27966
27967 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27968
27969         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27970         to avoid collisions with libcurses and libreadline.
27971
27972         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27973         * lib/getstr.h, getstr.c: Remove.
27974         * lib/getline.c: Include "getline.h", to check interface.
27975         Move body of old getstr.c here: this defines MIN_CHUNK and
27976         declares getdelim2, which is renamed from getstr.
27977         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27978
27979         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27980         All uses changed.
27981         * lib/linebuffer.h: Likewise.
27982         (readline): Remove backward-compatibility macro.
27983
27984 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27985
27986         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27987         to avoid collisions with libcurses and libreadline.
27988         * getstr: Remove.
27989         * MODULES.html.sh: Remove getstr.
27990         * modules/getline: Depend on unlocked-io, not getstr.
27991
27992 2003-01-12  Jim Meyering  <jim@meyering.net>
27993
27994         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
27995
27996 2003-01-10  Bruno Haible  <bruno@clisp.org>
27997
27998         * modules/alloca: Change Makefile.am requirements. Simplify Include
27999         requirements. Add lib/alloca_.h to file list.
28000
28001 2003-01-10  Bruno Haible  <bruno@clisp.org>
28002
28003         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
28004
28005 2003-01-10  Bruno Haible  <bruno@clisp.org>
28006
28007         * lib/alloca_.h: New file.
28008         * lib/getdate.y: Unconditionally include alloca.h.
28009         * lib/makepath.c: Likewise.
28010         * lib/setenv.c: Likewise.
28011         * lib/userspec.c: Likewise.
28012
28013 2003-01-09  Karl Berry  <karl@gnu.org>
28014
28015         * MODULES.html.sh: include `dirname $0` in PATH, to find
28016         gnulib-tool.
28017
28018 2003-01-09  Bruno Haible  <bruno@clisp.org>
28019
28020         * modules/stdbool: Change configure.ac, Makefile.am requirements.
28021         Simplify Include requirements. Add lib/stdbool.h.in to file list.
28022
28023 2003-01-09  Bruno Haible  <bruno@clisp.org>
28024
28025         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
28026
28027 2003-01-09  Bruno Haible  <bruno@clisp.org>
28028
28029         * lib/stdbool.h.in: New file.
28030
28031 2003-01-09  Bruno Haible  <bruno@clisp.org>
28032
28033         * gnulib-tool (func_all_modules): Ignore files ending in ~.
28034         * MODULES.html.sh: Likewise.
28035
28036 2003-01-08  Jim Meyering  <jim@meyering.net>
28037
28038         * lib/full-write.c: Undefine and define-away `const' after inclusion
28039         of errno.h, not before.  Suggestion from Bruno Haible.
28040
28041 2003-01-08  Bruno Haible  <bruno@clisp.org>
28042
28043         * modules/full-read: Depend on full-write.
28044
28045 2003-01-08  Bruno Haible  <bruno@clisp.org>
28046
28047         * lib/safe-read.c: Include specification header first, to ensure its
28048         selfcontainedness.
28049         * lib/full-write.c: Likewise.
28050
28051 2003-01-07  Jim Meyering  <jim@meyering.net>
28052
28053         * lib/full-write.c: Rework so that it may serve to define full_read,
28054         too.
28055         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
28056
28057 2003-01-07  Bruno Haible  <bruno@clisp.org>
28058
28059         * lib/strtoimax.c: Include <stdint.h> as an alternative to
28060         <inttypes.h>.
28061         * lib/xstrtol.h: Likewise.
28062         * lib/xstrtoimax.c: Likewise.
28063         * lib/xstrtoumax.c: Likewise.
28064         * lib/human.h: Likewise.
28065
28066         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
28067         on systems that have <inttypes.h> but not <stdint.h>.
28068
28069 2003-01-07  Bruno Haible  <bruno@clisp.org>
28070
28071         * MODULES.html.sh: Add copyright notice.
28072         (missed_files): Omit CVS directory entries.
28073         (func_module): Make it work with sed-3.02.
28074         * MODULES.txt: Remove file.
28075
28076 2003-01-06  Jim Meyering  <jim@meyering.net>
28077
28078         * lib/version-etc.c: Update year in translatable copyright string.
28079
28080 2003-01-03  Karl Berry  <karl@gnu.org>
28081
28082         * config/config.{guess,sub}: update from prep.
28083
28084 2003-01-02  Karl Berry  <karl@gnu.org>
28085
28086         * doc/COPYING.DOC: belatedly updated to 1.2.
28087
28088 2003-01-01  Karl Berry  <karl@gnu.org>
28089
28090         * gnulib-tool (func_verify_module): report module name $module in
28091         error message, not $1.
28092         * gnulib-tool (create-testdir): don't complain if destdir couldn't
28093         be created, only if it doesn't exist.
28094         * gnulib-tool (last_checkin_date): don't expand the $Date here.
28095
28096 2002-12-31  Paul Eggert  <eggert@twinsun.com>
28097
28098         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
28099
28100 2002-12-31  Paul Eggert  <eggert@twinsun.com>
28101
28102         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
28103         memcmp if strcoll doesn't work.
28104
28105 2002-12-31  Bruno Haible  <bruno@clisp.org>
28106
28107         * lib/utime.c (utime_null): No need to call ftruncate if the file was
28108         nonempty.
28109
28110 2002-12-31  Bruno Haible  <bruno@clisp.org>
28111
28112         * lib/memcoll.c (STRCOLL): New macro.
28113         (memcoll): Use it.
28114
28115 2002-12-31  Bruno Haible  <bruno@clisp.org>
28116
28117         * lib/localcharset.h: New file.
28118         * lib/localcharset.c: Include it.
28119         * lib/unicodeio.c: Likewise.
28120
28121 2002-12-31  Bruno Haible  <bruno@clisp.org>
28122
28123         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
28124         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
28125
28126 2002-12-31  Bruno Haible  <bruno@clisp.org>
28127
28128         * lib/getline.h: Include <stddef.h>, for size_t.
28129
28130         * lib/unicodeio.h: Include <stddef.h>, for size_t.
28131         * lib/unicodeio.c: Don't include <stddef.h>.
28132
28133 2002-12-31  Bruno Haible  <bruno@clisp.org>
28134
28135         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
28136         HAVE_TM_ZONE.
28137
28138 2002-12-24  Karl Berry  <karl@gnu.org>
28139
28140         * config/config.guess: update from prep.
28141
28142 2002-12-24  Bruno Haible  <bruno@clisp.org>
28143
28144         General infrasructure.
28145         * m4/README: Rewritten.
28146         * m4/onceonly.m4: New file.
28147         * m4/onceonly_2_57.m4: New file.
28148
28149         Module atexit.
28150         * m4/atexit.m4: New file.
28151
28152         Module strtod.
28153         * m4/strtod.m4: New file.
28154
28155         Module strtol.
28156         * m4/strtol.m4: New file.
28157
28158         Module strtoul.
28159         * m4/strtoul.m4: New file.
28160
28161         Module memchr.
28162         * m4/memchr.m4: New file.
28163
28164         Module memcmp.
28165         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
28166         (jm_FUNC_MEMCMP): Invoke it.
28167
28168         Module memcpy.
28169         * m4/memcpy.m4: New file.
28170
28171         Module memmove.
28172         * m4/memmove.m4: New file.
28173
28174         Module memset.
28175         * m4/memset.m4: New file.
28176
28177         Module strcspn.
28178         * m4/strcspn.m4: New file.
28179
28180         Module strpbrk.
28181         * m4/strpbrk.m4: New file.
28182
28183         Module strstr.
28184         * m4/strstr.m4: New file.
28185
28186         Module strerror.
28187         * m4/strerror.m4: New file.
28188
28189         Module mktime.
28190         * m4/mktime.m4: Renamed from jm-mktime.m4.
28191         (gl_PREREQ_MKTIME): New macro.
28192         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
28193
28194         Module malloc.
28195         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
28196         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
28197         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
28198
28199         Module realloc.
28200         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
28201         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
28202         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
28203
28204         Module strftime.
28205         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
28206         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
28207         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
28208         gl_TM_GMTOFF.
28209         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
28210
28211         Module xalloc.
28212         * m4/xalloc.m4: New file.
28213
28214         Module alloca.
28215         * m4/alloca.m4: New file.
28216
28217         Module putenv.
28218         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
28219         (jm_FUNC_PUTENV): Invoke it.
28220
28221         Module setenv.
28222         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
28223         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
28224         when invoked twice.
28225         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
28226         gt_FUNC_SETENV.
28227
28228         Module memrchr.
28229         * m4/memrchr.m4: New file.
28230
28231         Module stpcpy.
28232         * m4/stpcpy.m4: New file.
28233
28234         Module strcase.
28235         * m4/strcase.m4: New file.
28236
28237         Module strdup.
28238         * m4/strdup.m4: New file.
28239
28240         Module strnlen.
28241         * m4/strnlen.m4: New file.
28242
28243         Module strndup.
28244         * m4/strndup.m4: New file.
28245
28246         Module xstrtod.
28247         * m4/xstrtod.m4: New file.
28248
28249         Module xstrtol.
28250         * m4/xstrtol.m4: New file.
28251
28252         Module getdate.
28253         * m4/getdate.m4: New file.
28254
28255         Module unlocked-io.
28256         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
28257         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
28258         * m4/jm-glibc-io.m4n: Remove file.
28259
28260         Module long-options.
28261         * m4/long-options.m4: New file.
28262
28263         Module md5.
28264         * m4/md5.m4: New file.
28265
28266         Module sha.
28267         * m4/sha.m4: New file.
28268
28269         Module getstr.
28270         * m4/getstr.m4: New file.
28271
28272         Module getline.
28273         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
28274         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
28275         <sys/types.h>, for size_t. Use the function name gnu_getline, not
28276         simply getline. Infoke gl_PREREQ_GETLINE.
28277
28278         Module obstack.
28279         * m4/obstack.m4: New file.
28280
28281         Module hash.
28282         * m4/hash.m4: New file.
28283
28284         Module readtokens.
28285         * m4/readtokens.m4: New file.
28286
28287         Module strverscmp.
28288         * m4/strverscmp.m4: New file.
28289
28290         Module stdbool.
28291         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
28292         OSF/1.
28293
28294         Module strtoll.
28295         * m4/strtoll.m4: New file.
28296
28297         Module strtoull.
28298         * m4/strtoull.m4: New file.
28299
28300         Module strtoimax.
28301         * m4/strtoimax.m4: New file.
28302
28303         Module strtoumax.
28304         * m4/strtoumax.m4: New file.
28305
28306         Module xstrtoimax.
28307         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
28308         jm_AC_PREREQ_XSTRTOIMAX.
28309         Moved the strtol prerequisites to strtol.m4.
28310         Moved the strtoll prerequisites to strtoll.m4.
28311         Moved the strtoimax prerequisites to strtoimax.m4.
28312
28313         Module xstrtoumax.
28314         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
28315         jm_AC_PREREQ_XSTRTOUMAX.
28316         Moved the strtoul prerequisites to strtoul.m4.
28317         Moved the strtoull prerequisites to strtoull.m4.
28318         Moved the strtoumax prerequisites to strtoumax.m4.
28319
28320         Module chown.
28321         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
28322         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
28323
28324         Module dup2.
28325         * m4/dup2.m4: New file.
28326
28327         Module ftruncate.
28328         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
28329         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
28330
28331         Module getgroups.
28332         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
28333         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
28334
28335         Module gettimeofday.
28336         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
28337         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
28338         gl_PREREQ_GETTIMEOFDAY.
28339
28340         Module mkdir.
28341         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
28342         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
28343
28344         Module mkstemp.
28345         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
28346         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
28347         jm_AC_TYPE_UINTMAX_T.
28348         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
28349
28350         Module stat.
28351         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
28352         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
28353
28354         Module lstat.
28355         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
28356         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
28357
28358         Module timespec.
28359         * m4/timespec.m4 (gl_TIMESPEC): New macro.
28360         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
28361         * m4/st_mtim.m4: Indentation.
28362
28363         Module nanosleep.
28364         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
28365         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
28366         gl_PREREQ_NANOSLEEP.
28367
28368         Module regex.
28369         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
28370         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
28371         (gl_REGEX): New macro.
28372
28373         Module rename.
28374         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
28375         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
28376
28377         Module rmdir.
28378         * m4/rmdir.m4: New file.
28379
28380         Module utime.
28381         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
28382         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
28383         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
28384
28385         Module dirname.
28386         * m4/dirname.m4: New file.
28387
28388         Module getopt.
28389         * m4/getopt.m4: New file.
28390
28391         Module unistd-safer.
28392         * m4/unistd-safer.m4: New file.
28393
28394         Module fnmatch.
28395         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
28396         declaration.
28397         (gl_PREREQ_FNMATCH_EXTRA): New macro.
28398         (gl_FUNC_FNMATCH_POSIX): New macro.
28399         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
28400         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
28401         simply fnmatch.
28402
28403         Module exclude.
28404         * m4/exclude.m4: New file.
28405
28406         Module human.
28407         * m4/human.m4: New file.
28408
28409         Module acl.
28410         * m4/acl.m4: Nop.
28411
28412         Module backupfile.
28413         * m4/backupfile.m4: New file.
28414         * m4/d-ino.m4: Indentation.
28415
28416         Module fsusage.
28417         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
28418         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
28419         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
28420
28421         Module dirfd.
28422         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
28423         requirements.
28424
28425         Module euidaccess.
28426         * m4/euidaccess.m4: New file.
28427
28428         Module file-type.
28429         * m4/file-type.m4: New file.
28430
28431         Module fileblocks.
28432         * m4/fileblocks.m4: New file.
28433
28434         Module filemode.
28435         * m4/filemode.m4: New file.
28436
28437         Module isdir.
28438         * m4/isdir.m4: New file.
28439
28440         Module lchown.
28441         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
28442         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
28443
28444         Module makepath.
28445         * m4/makepath.m4: New file.
28446
28447         Module modechange.
28448         * m4/modechange.m4: New file.
28449
28450         Module mountlist.
28451         * m4/mountlist.m4: New file.
28452         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
28453         Indentation.
28454
28455         Module path-concat.
28456         * m4/path-concat.m4: New file.
28457
28458         Module pathmax.
28459         * m4/pathmax.m4: New file.
28460
28461         Module same.
28462         * m4/same.m4: New file.
28463
28464         Module save-cwd.
28465         * m4/save-cwd.m4: New file.
28466
28467         Module savedir.
28468         * m4/savedir.m4: New file.
28469
28470         Module xgetcwd.
28471         * m4/xgetcwd.m4: New file.
28472         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
28473
28474         Module xreadlink.
28475         * m4/xreadlink.m4: New file.
28476
28477         Module safe-read.
28478         * m4/safe-read.m4: New file.
28479
28480         Module safe-write.
28481         * m4/safe-write.m4: New file.
28482
28483         Module closeout.
28484         * m4/closeout.m4: New file.
28485
28486         Module stdio-safer.
28487         * m4/stdio-safer.m4: New file.
28488
28489         Module getpass.
28490         * m4/getpass.m4: New file.
28491
28492         Module getugroups.
28493         * m4/getugroups.m4: New file.
28494
28495         Module group-member.
28496         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
28497         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
28498
28499         Module idcache.
28500         * m4/idcache.m4: New file.
28501
28502         Module userspec.
28503         * m4/userspec.m4: New file.
28504
28505         Module gettime.
28506         * m4/clock_time.m4: New file.
28507         * m4/gettime.m4: New file.
28508
28509         Module settime.
28510         * m4/settime.m4: New file.
28511
28512         Module posixtm.
28513         * m4/posixtm.m4: New file.
28514
28515         Module gethostname.
28516         * m4/gethostname.m4: New file.
28517
28518         Module canon-host.
28519         * m4/canon-host.m4: New file.
28520
28521         Module gettext.
28522         * m4/codeset.m4: New file, from gettext-0.11.5.
28523         * m4/gettext.m4: New file, from gettext-0.11.5.
28524         * m4/glibc21.m4: New file, from gettext-0.11.5.
28525         * m4/iconv.m4: New file, from gettext-0.11.5.
28526         * m4/intdiv0.m4: New file, from gettext-0.11.5.
28527         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
28528         * m4/inttypes.m4: New file, from gettext-0.11.5.
28529         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
28530         * m4/isc-posix.m4: New file, from gettext-0.11.5.
28531         * m4/lcmessage.m4: New file, from gettext-0.11.5.
28532         * m4/lib-ld.m4: New file, from gettext-0.11.5.
28533         * m4/lib-link.m4: New file, from gettext-0.11.5.
28534         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
28535         * m4/progtest.m4: New file, from gettext-0.11.5.
28536         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
28537         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
28538         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
28539
28540         Module localcharset.
28541         * m4/localcharset.m4: New file.
28542
28543         Module hard-locale.
28544         * m4/hard-locale.m4: New file.
28545
28546         Module mbswidth.
28547         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
28548         onceonly macros.
28549         * m4/mbrtowc.m4: Add comment.
28550
28551         Module memcasecmp.
28552         * m4/memcasecmp.m4: New file.
28553
28554         Module memcoll.
28555         * m4/memcoll.m4: New file.
28556
28557         Module unicodeio.
28558         * m4/unicodeio.m4: New file.
28559
28560         Module rpmatch.
28561         * m4/rpmatch.m4: New file.
28562
28563         Module yesno.
28564         * m4/yesno.m4: New file.
28565
28566         Module exitfail.
28567         * m4/exitfail.m4: New file.
28568
28569         Module c-stack.
28570         * m4/c-stack.m4 (gl_C_STACK): New macro.
28571         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
28572
28573         Module error.
28574         * m4/error.m4 (gl_ERROR): New macro.
28575         (jm_PREREQ_ERROR): Use onceonly macros.
28576
28577         Module fatal.
28578         * m4/fatal.m4: New file.
28579
28580         Module getloadavg.
28581         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
28582         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
28583
28584         Module getpagesize.
28585         * m4/getpagesize.m4: New file.
28586
28587         Module getusershell.
28588         * m4/getusershell.m4: New file.
28589
28590         Module physmem.
28591         * m4/physmem.m4: New file.
28592
28593         Module posixver.
28594         * m4/posixver.m4: New file.
28595
28596         Module quotearg.
28597         * m4/quotearg.m4: New file.
28598
28599         Module quote.
28600         * m4/quote.m4: New file.
28601
28602         Module readutmp.
28603         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
28604
28605         Module sig2str.
28606         * m4/sig2str.m4: New file.
28607
28608         Other.
28609         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
28610         ulonglong.m4.
28611         * m4/intmax_t.m4: New file.
28612         * m4/d-type.m4: Indentation.
28613         * m4/jm-macros.m4: Update.
28614         * m4/prereq.m4 (jm_PREREQ): Update.
28615         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
28616         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
28617         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
28618         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
28619         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
28620         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
28621         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
28622         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
28623         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
28624         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
28625         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
28626         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
28627         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
28628         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
28629         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
28630         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
28631         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
28632         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
28633         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
28634
28635 2002-12-24  Bruno Haible  <bruno@clisp.org>
28636
28637         * MODULES.txt: Update according to m4/ changes.
28638
28639         Module gettext.
28640         * config.rpath: New file, from gettext-0.11.5.
28641
28642         * modules/*: New module descriptions.
28643         * gnulib-tool: New file.
28644         * MODULES.html.sh: New file.
28645
28646 2002-12-21  Karl Berry  <karl@gnu.org>
28647
28648         * doc/fdl.texi: update to version 1.2.
28649
28650 2002-12-19  Karl Berry  <karl@gnu.org>
28651
28652         * config/config.guess: update from prep.
28653
28654 2002-12-18  Bruno Haible  <bruno@clisp.org>
28655
28656         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
28657         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
28658
28659 2002-12-17  Bruno Haible  <bruno@clisp.org>
28660
28661         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
28662         stdlib.h, string.h.
28663
28664 2002-12-17  Bruno Haible  <bruno@clisp.org>
28665
28666         * lib/canon-host.c (strdup): Remove unused declaration.
28667
28668         * lib/fsusage.c: Include full_read.h.
28669         (get_fs_usage): Use full_read instead of safe_read.
28670
28671         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
28672
28673 2002-12-12  Karl Berry  <karl@gnu.org>
28674
28675         * config/config.guess: update from prep.
28676
28677 2002-12-11  Bruno Haible  <bruno@clisp.org>
28678
28679         * m4/setenv.m4: New file, from gettext-0.11.5.
28680
28681 2002-12-11  Bruno Haible  <bruno@clisp.org>
28682
28683         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
28684         not unsetenv().
28685         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
28686         modifications:
28687
28688         2002-12-11  Bruno Haible  <bruno@clisp.org>
28689
28690                 * setenv.c (alloca): Fall back to malloc.
28691                 (freea): New macro.
28692                 (setenv): Use freea() to free memory allocated with alloca().
28693
28694         2002-11-13  Bruno Haible  <bruno@clisp.org>
28695
28696                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
28697                 function declarations.
28698                 * unsetenv.c (unsetenv): Likewise.
28699
28700         2002-03-04  Bruno Haible  <bruno@clisp.org>
28701
28702                 Portability to AIX 4.3.3.
28703                 * unsetenv.c: New file, extracted from setenv.c.
28704                 * setenv.c: Move the unsetenv() function to unsetenv.c.
28705
28706         2001-12-20  Bruno Haible  <bruno@clisp.org>
28707
28708                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
28709                 use malloc instead. For SunOS 4.
28710
28711         2001-12-11  Bruno Haible  <bruno@clisp.org>
28712
28713                 * setenv.c: Declare alloca.
28714                 (compar_fn_t): New typedef.
28715                 (KNOWN_VALUE, STORE_VALUE): Use it.
28716
28717         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
28718         setenv.h.
28719
28720 2002-12-10  Paul Eggert  <eggert@twinsun.com>
28721
28722         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
28723         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
28724         Choose values that are less likely to collide with system fnmatch
28725         options.
28726         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
28727         defined (e.g., a pure POSIX system).
28728         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
28729         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
28730
28731 2002-12-06  Paul Eggert  <eggert@twinsun.com>
28732
28733         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
28734         a pain in practice to deal with generated m4 files.  This change
28735         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
28736
28737         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
28738         and jm-glibc-io.m4, as they are no longer a special case.
28739         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
28740         kludge and the auto-generation stuff.  Check only whether the
28741         functions are declared, not whether they exist, since older hosts
28742         that don't declare the functions can't use the optimization anyway.
28743
28744 2002-12-06  Jim Meyering  <jim@meyering.net>
28745
28746         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
28747
28748         Merge in changes from libc's misc/error.c, in preparation
28749         for the merge of gnulib's changes back into libc.
28750
28751         * lib/error.c (_): Define only if not already defined.
28752         Move definition to follow all #include directives.
28753         Include unlocked-io.h only if !_LIBC.
28754         [_LIBC]: Include <libio/libioP.h>.
28755         [USE_IN_LIBIO]: Include <libio/iolibio.h>
28756         (fflush): Tweak definition to use INTUSE.
28757         (putc): Define.
28758
28759 2002-12-05  Paul Eggert  <eggert@twinsun.com>
28760
28761         * lib/alloca.c [defined emacs]: Include "lisp.h".
28762         (xalloc_die) [defined emacs]: New macro.
28763         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
28764         [! defined emacs]: Include <xalloc.h>.
28765         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
28766         (pointer): Typedef to POINTER_TYPE *.
28767         (malloc): Remove decl; we now always use xmalloc.
28768         (alloca): Use old-style definition, since Emacs needs this.
28769         Check for arithmetic overflow when computing combined size.
28770
28771 2002-12-04  Paul Eggert  <eggert@twinsun.com>
28772
28773         Do not generate unlocked-io.h automatically, since it's easier to
28774         maintain it by hand.
28775
28776         * lib/unlocked-io.h: New file, from GNU diffutils,
28777         but with proper copyright notice and attribution.
28778         * lib/gen-uio: Remove.
28779         * lib/Makefile.am: Add copyright notice.
28780         (libfetish_a_SOURCES): Add unlocked-io.h.
28781         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
28782         (DISTCLEANFILES, io_functions): Remove macros.
28783         (EXTRA_DIST): Remove gen_uio.
28784         (unlocked-io.h): Remove rule.
28785
28786 2002-12-04  Jim Meyering  <jim@meyering.net>
28787
28788         Reflect the fact that stat.c and lstat.c are no longer generated.
28789         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
28790         (DISTCLEANFILES): Likewise.
28791         (EXTRA_DIST): Likewise.
28792         (all_local): Don't depend on stat.c or lstat.c.
28793         (stat.c, lstat.c): Remove rules.
28794         (EXTRA_DIST): Remove xstat.in.
28795
28796         * lib/xstat.in: Remove file.  Contents moved into stat.c.
28797         * lib/stat.c: New file.  Contents mostly from xstat.in.
28798         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
28799         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
28800
28801         * lib/safe-read.c: Rework so that it may serve to define safe_write,
28802         too.
28803         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
28804
28805 2002-12-03  Jim Meyering  <jim@meyering.net>
28806
28807         * lib/safe-read.c, safe-write.c: Change variable names and comments,
28808         but not semantics, to minimize the differences between these two files.
28809         (safe_read): Change comment to mention SAFE_READ_ERROR.
28810
28811         * lib/safe-read.c (IS_EINTR): Define.
28812         (safe_read): Use IS_EINTR in place of in-function cpp directives.
28813
28814 2002-12-02  Jim Meyering  <jim@meyering.net>
28815
28816         * lib/safe-read.c (EINTR): Define.
28817         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28818         (INT_MAX): Provide fallback.
28819         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
28820
28821         * lib/safe-read.h (SAFE_READ_ERROR): Define.
28822
28823 2002-12-02  Bruno Haible  <bruno@clisp.org>
28824
28825         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
28826         Define, taken from safe-read.c.
28827         (INT_MAX): Provide fallback.
28828         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
28829         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
28830
28831         * lib/safe-read.c (EINTR): Remove definition.
28832         (safe_read): Don't use EINTR if it is absent.
28833
28834 2002-12-01  Jim Meyering  <jim@meyering.net>
28835
28836         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
28837         zero.
28838         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
28839
28840 2002-11-27  Paul Eggert  <eggert@twinsun.com>
28841
28842         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
28843         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
28844         with `if (! (value < limit)) abort ();', for readability.
28845
28846 2002-11-26  Karl Berry  <karl@gnu.org>
28847
28848         * lib/strdup.c: copy from libc again, with jim's ok.
28849         * lib/.cppi-disable: re-add strdup.c
28850
28851 2002-11-25  Karl Berry  <karl@gnu.org>
28852
28853         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
28854         instead of "strtol.c".
28855
28856 2002-11-25  Karl Berry  <karl@gnu.org>
28857
28858         * config/install-sh: update from automake for variable quoting, $0 in
28859         error msgs, etc.
28860
28861         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
28862         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
28863         entry.
28864
28865 2002-11-25  Jim Meyering  <jim@meyering.net>
28866
28867         * lib/mktime.c: Sync from libc, now that it has the latest fix.
28868
28869 2002-11-24  Karl Berry  <karl@gnu.org>
28870
28871         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
28872         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
28873
28874 2002-11-24  Jim Meyering  <jim@meyering.net>
28875
28876         Update from coreutils:
28877
28878         * lib/mktime.c: Merge in changes from libc.
28879
28880         Avoid a link-time failure on some Linux systems.
28881         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
28882         (otherwise).
28883         (__mon_yday): Declare with the STATIC attribute.
28884         (__mktime_internal): Likewise.
28885         Based on a report from Greg Schafer.
28886
28887 2002-11-23  Jim Meyering  <jim@meyering.net>
28888
28889         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
28890         Use `unsigned', not `int', as type of index.
28891
28892         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
28893
28894         * lib/fsusage.c: Remove unneeded parentheses around operands of
28895         `defined'.
28896
28897 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28898
28899         * lib/quotearg.h: Allow multiple inclusion by surrounding with
28900         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
28901         so that we can be included first.
28902         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28903         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28904         No need to include stddef.h or sys/types.h any more.
28905         Surround local include files with "", not "<>".
28906         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28907         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28908         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28909         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28910         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28911         (ISPRINT): Remove; no longer needed now that we assume C89.
28912
28913         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28914         Preserve errno.
28915
28916         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28917         quotearg_char): Use SIZE_MAX rather than
28918         (size_t) -1 when we are talking about "infinity".
28919
28920         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28921
28922 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28923
28924         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28925         hint that one should use `if (! x) abort ();' rather than `assert
28926         (x);', and anyway it's one less thing to worry about configuring.
28927         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28928         hash_rehash, hash_insert): Use abort rather than assert.
28929
28930 2002-11-22  Bruno Haible  <bruno@clisp.org>
28931
28932         * lib/safe-read.h: Assume C89. Add comments.
28933         (safe_read): Change return type to size_t.
28934         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28935         byte counts > SSIZE_MAX correctly.
28936         * lib/safe-write.h: New file.
28937         * lib/safe-write.c: New file.
28938         * lib/full-read.h: New file.
28939         * lib/full-read.c: New file.
28940         * lib/full-write.h: Assume C89. Add comments.
28941         * lib/full-write.c: Include safe-write.h.
28942         (full_write): Rewritten to use safe_write.
28943         Suggested by Jim Meyering and Paul Eggert.
28944
28945 2002-11-21  Jim Meyering  <jim@meyering.net>
28946
28947         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28948
28949         Merge in changes from the coreutils.
28950
28951         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28952         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28953         <stdint.h>.
28954         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28955         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28956         int.  Work more efficiently if X is the same width as uintmax_t.
28957         Do not compare X to -1, to avoid bogus compiler warning.
28958         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28959         Don't assume that f_frsize and f_bsize are the same type.
28960
28961         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28962         warning on FreeBSD.
28963
28964         * lib/makepath.c (make_path): Restore umask *before* creating the final
28965         component.
28966         (make_path): Minor reformatting.
28967
28968         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28969         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28970         HAVE_MALLOC/HAVE_REALLOC.
28971
28972         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28973         dummy ones.  At least on GNU/Linux systems, `auto' means something
28974         else.
28975         From Michael Stone.
28976
28977 2002-11-21  Bruno Haible  <bruno@clisp.org>
28978
28979         Remove case insensitive option matching.
28980         * lib/argmatch.h (argcasematch): Remove declaration.
28981         (ARGCASEMATCH): Remove macro.
28982         (__xargmatch_internal): Remove case_sensitive argument.
28983         (XARGMATCH): Update.
28984         (XARGCASEMATCH): Remove macro.
28985         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28986         case_sensitive argument.
28987         (argcasematch): Remove function.
28988         (__xargmatch_internal): Remove case_sensitive argument.
28989         (main): Use XARGMATCH instead of XARGCASEMATCH.
28990
28991         * lib/xmalloc.c: Change compile-time error message. Add comment about
28992         required autoconf version.
28993
28994 2002-11-20  Paul Eggert  <eggert@twinsun.com>
28995
28996         Merge argmatch cleanups from Bison.  Assume C89.
28997
28998         * lib/argmatch.c: Include config.h here, not in argmatch.h.
28999         Include stdlib.h, for EXIT_FAILURE.
29000         Always include <string.h>, since we assume C89.
29001         (EXIT_FAILURE): Remove pre-C89 bug workaround.
29002         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
29003         Include <stddef.h> instead, since it's all we need for size_t.
29004         (PARAMS): Remove.  All uses removed.
29005         (ARRAY_CARDINALITY): Do not bother to #undef.
29006         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
29007         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
29008         Remove unnecessary parentheses.
29009         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
29010         Insert necessary parentheses.
29011         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
29012         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
29013
29014 2002-11-19  Bruno Haible  <bruno@clisp.org>
29015
29016         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
29017         * lib/mbswidth.h: Include <stddef.h>, for size_t.
29018
29019         * lib/mbswidth.h (PARAMS): Remove macro.
29020         (mbswidth, mbsnwidth): Use ANSI C function declarations.
29021         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
29022
29023         * lib/gcd.h (PARAMS): Remove macro.
29024         (gcd): Use ANSI C function declarations.
29025         * lib/gcd.c (gcd): Likewise.
29026
29027 2002-11-15  Bruno Haible  <bruno@clisp.org>
29028
29029         * lib/strcspn.c: Include <stddef.h>.
29030         (strcspn): Use ANSI C function declaration. Change return type to
29031         size_t. Use NULL.
29032         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
29033         (strpbrk): Use NULL.
29034         * lib/strpbrk.h (PARAMS): Remove macro.
29035         (strpbrk): Use ANSI C function declaration.
29036         * lib/strstr.c: Don't include <sys/types.h>.
29037         * lib/strstr.h (PARAMS): Remove macro.
29038         (strstr): Use ANSI C function declarations.
29039
29040 2002-11-14  Karl Berry  <karl@gnu.org>
29041
29042         * config/mkinstalldirs: `do' on separate line, instead of
29043         `for var; do'.
29044
29045 2002-11-06  Bruno Haible  <bruno@clisp.org>
29046
29047         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
29048         * lib/gcd.c (gcd): Likewise.
29049
29050 2002-11-05  Bruno Haible  <bruno@clisp.org>
29051
29052         * lib/gcd.h: New file, from gettext-0.11.5.
29053         * lib/gcd.c: New file, from gettext-0.11.5.
29054
29055 2002-11-05  Bruno Haible  <bruno@clisp.org>
29056
29057         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
29058         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
29059         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
29060         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
29061
29062         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
29063         <libintl.h>.
29064         * lib/makepath.c: Include gettext.h instead of <locale.h> and
29065         <libintl.h>.
29066
29067         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
29068         * lib/human.c: Include gettext.h instead of <libintl.h>.
29069         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
29070         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
29071         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
29072         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
29073         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
29074         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
29075         (textdomain): Remove definition.
29076         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
29077
29078         * lib/long-options.c: Remove include of <libintl.h> and definition of
29079         _.
29080         * lib/same.c: Remove include of <libintl.h> and definition of _.
29081
29082 2002-11-04  Owen Taylor  <otaylor@redhat.com>
29083
29084         * lib/config.charset: A few additions for Solaris.
29085
29086 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
29087
29088         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
29089         * lib/localcharset.c (locale_charset): Declare as extern "C".
29090
29091 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
29092
29093         * lib/config.charset: msdos in uk_UA uses CP1125.
29094
29095 2002-11-04  Bruno Haible  <bruno@clisp.org>
29096
29097         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
29098         * lib/strcase.h: New file, from GNU gettext-0.11.5.
29099         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
29100         * lib/strstr.h: New file, from GNU gettext-0.11.5.
29101         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
29102
29103 2002-11-04  Bruno Haible  <bruno@clisp.org>
29104
29105         * lib/localcharset.c (locale_charset): Don't return an empty string.
29106
29107 2002-11-04  Bruno Haible  <bruno@clisp.org>
29108
29109         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
29110         aliases.
29111
29112 2002-11-04  Bruno Haible  <bruno@clisp.org>
29113
29114         * lib/config.charset: Update for newest glibc. Add canonical names
29115         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
29116
29117 2002-11-04  Bruno Haible  <bruno@clisp.org>
29118
29119         * lib/config.charset: Add support for NetBSD.
29120
29121 2002-11-04  Bruno Haible  <bruno@clisp.org>
29122
29123         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
29124
29125 2002-11-01  Bruno Haible  <bruno@clisp.org>
29126
29127         * configure.in: Add AC_CONFIG_AUX_DIR call.
29128         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
29129         test/Makefile.
29130         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
29131
29132 2002-09-28  Karl Berry  <karl@gnu.org>
29133
29134         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
29135         installed automake until the next release, since changes have been
29136         made.
29137
29138 2002-09-25  Karl Berry  <karl@gnu.org>
29139
29140         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
29141         * lib/getopt*: copy from libc/posix.
29142         * lib/gettext.h: copy from gettext.
29143         * lib/.cppi-disable: add strdup.c, gettext.h.
29144
29145 2002-09-25  Karl Berry  <karl@gnu.org>
29146
29147         * config/srclist.txt: enable gettext.h check.
29148         * config/config.{guess,sub}: update from prep.
29149         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
29150                 from automake 1.6.3.
29151         See srclist*.
29152
29153 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
29154
29155         * regex.c (PATFETCH): Remove the translating fetch.
29156         (PATFETCH_RAW): Rename to PATFETCH.
29157         (set_image_of_range): New fun.
29158         (SET_RANGE_TABLE_WORK_AREA): Use it.
29159         (regex_compile): Don't translate the pattern chars so eagerly.
29160         Only do it when inserting an `exactn' bytecode or when handling
29161         a char-range.
29162         (mutually_exclusive_p): Avoid empty statement.
29163
29164 2002-07-06  Jim Meyering  <meyering@lucent.com>
29165
29166         * m4/README: Don't mention Makefile.am.in.
29167         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
29168
29169 2002-07-01  Jim Meyering  <meyering@lucent.com>
29170
29171         * lib/c-stack.c: Include sys/time.h.
29172         From Volker Borchert.
29173
29174 2002-06-26  Paul Eggert  <eggert@twinsun.com>
29175
29176         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
29177
29178 2002-06-26  Paul Eggert  <eggert@twinsun.com>
29179
29180         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
29181         New macro.  Use it uniformly instead of
29182         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
29183         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
29184         reported by Vin Shelton.
29185
29186 2002-06-22  Paul Eggert  <eggert@twinsun.com>
29187
29188         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
29189         Do not assume SA_SIGINFO behavior.
29190         Bug reported by Jim Meyering on NetBSD 1.5.2.
29191
29192 2002-06-22  Jim Meyering  <meyering@lucent.com>
29193
29194         * m4/c-stack.m4: New file, from diffutils-2.8.2.
29195         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
29196
29197         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
29198         now that configure.ac uses AC_GNU_SOURCE.
29199         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
29200         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
29201
29202         Update to latest tools.  Suggestions from Paul Eggert.
29203         * m4/stdbool.m4: New file, from diffutils-2.8.2.
29204         * m4/gnu-source.m4: Update from diffutils-2.8.2.
29205         * m4/fnmatch.m4: Likewise.
29206         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
29207         to AC_HEADER_STDBOOL
29208
29209 2002-06-22  Jim Meyering  <meyering@lucent.com>
29210
29211         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
29212         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
29213
29214 2002-06-22  Jim Meyering  <meyering@lucent.com>
29215
29216         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
29217
29218         * lib/exitfail.c, exitfail.h: Likewise.
29219         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
29220
29221         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
29222         of fnmatch.h.
29223         (EXTRA_DIST): Add fnmatch_loop.c.
29224         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
29225
29226         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
29227         * lib/fnmatch.c: Update from diffutils-2.8.2.
29228         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
29229         * lib/fnmatch.h: Remove file.
29230
29231 2002-06-21  Jim Meyering  <meyering@lucent.com>
29232
29233         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
29234         * m4/mbrtowc.m4: Likewise.
29235
29236         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
29237         * m4/mbswidth.m4: Reflect name change:
29238         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
29239         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29240
29241         * m4/lib-link.m4: Update from gettext-0.11.2.
29242         * m4/gettext.m4: Likewise.
29243
29244         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
29245         From Alfred M. Szmidt.
29246
29247 2002-06-18  Paul Eggert  <eggert@twinsun.com>
29248
29249         * lib/file-type.h: Report an error if neither S_ISREG nor
29250         S_IFREG is defined, instead of using a test specific to glibc
29251         2.2.  This should be safe, since POSIX requires S_ISREG and
29252         Unix Version 7 had S_IFREG.  We don't need to check for
29253         <sys/types.h> since we don't use any symbols that it defines.
29254
29255 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
29256
29257         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
29258         $@-t, so that each temporary file name is unique and valid in the first
29259         8 characters, for operation under DOS.
29260
29261 2002-06-15  Paul Eggert  <eggert@twinsun.com>
29262
29263         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
29264
29265 2002-06-15  Jim Meyering  <meyering@lucent.com>
29266
29267         Work even with DJGPP 2.03, which lacks support for symlinks.
29268         From Richard Dawe.
29269         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
29270         is defined.
29271         * lib/lchown.c (S_ISLNK): Likewise.
29272
29273 2002-06-15  Jim Meyering  <meyering@lucent.com>
29274
29275         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
29276         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
29277         have been included before this file.
29278
29279 2002-06-14  Jim Meyering  <meyering@lucent.com>
29280
29281         * lib/file-type.h: Use the version from diffutils-2.8.2.
29282         * lib/file-type.c: Likewise.
29283
29284 2002-06-07  Jim Meyering  <meyering@lucent.com>
29285
29286         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
29287         They're needed at least for NetBSD 1.5.2.
29288         ($statxfs_includes): Include those same headers.
29289         ($statxfs_includes): Include sys/vfs.h if available.
29290         ($statxfs_includes): Likewise for sys/statvfs.h.
29291         Check for the following members in both structs statfs and statvfs:
29292         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
29293
29294 2002-06-01  Jim Meyering  <meyering@lucent.com>
29295
29296         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
29297         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
29298
29299 2002-05-28  Jim Meyering  <meyering@lucent.com>
29300
29301         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
29302         Reported by Volker Borchert.
29303
29304 2002-05-27  Jim Meyering  <meyering@lucent.com>
29305
29306         Fix a problem seen only on nonconforming systems whereby ls.c's
29307         use of localtime, and then of gettimeofday would cause trouble:
29308         the localtime call used to initialize rpl_gettimeofday's save
29309         mechanism would clobber ls's current local time information so
29310         that in any long listing the first file would always be listed
29311         with date 1970-01-01.  Analysis by Volker Borchert.
29312
29313         * lib/gettimeofday.c (localtime): Undefine.
29314         (rpl_localtime): New function.
29315
29316 2002-05-27  Jim Meyering  <meyering@lucent.com>
29317
29318         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
29319         localtime.
29320
29321         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
29322         use the replacement function; it wouldn't resolve at link time.
29323         Reported by Volker Borchert.
29324
29325 2002-05-22  Jim Meyering  <meyering@lucent.com>
29326
29327         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
29328         file-type.h.
29329         * lib/file-type.h: New file.
29330         * lib/file-type.c (file_type): New file/function.  Extracted from
29331         diffutils.
29332
29333 2002-04-30  Jim Meyering  <meyering@lucent.com>
29334
29335         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
29336
29337 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29338
29339         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
29340
29341 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29342
29343         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
29344         Do not check for alloca.h (no longer used) or stdbool.h (was never
29345         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
29346
29347 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29348
29349         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
29350
29351 2002-04-29  Jim Meyering  <meyering@lucent.com>
29352
29353         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
29354         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
29355         Use AC_FUNC_STRNLEN here instead.
29356
29357         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
29358         With autoconf-2.53a, it's part of AC_PROG_CC.
29359
29360 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29361
29362         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
29363         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
29364
29365 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29366
29367         * lib/sig2str.h, lib/sig2str.c: New files.
29368         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
29369
29370 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29371
29372         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
29373         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
29374         of 127, since 64 is the largest conceivable number for ancient
29375         nonstandard hosts.
29376         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
29377
29378 2002-04-28  Jim Meyering  <meyering@lucent.com>
29379
29380         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
29381
29382 2002-04-24  Jim Meyering  <meyering@lucent.com>
29383
29384         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
29385         (jm_PREREQ): Use it.
29386
29387         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
29388         mach/mach.h fcntl.h.
29389         Check for this function: setlocale.
29390
29391 2002-04-24  Jim Meyering  <meyering@lucent.com>
29392
29393         * lib/gettext.h: New file, from Gettext.
29394         * lib/Makefile.am (INCLUDES): Remove -I../intl.
29395         (libfetish_a_SOURCES): Add gettext.h.
29396
29397 2002-04-16  Jim Meyering  <meyering@lucent.com>
29398
29399         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
29400         ut_pid, ut_id, ut_exit.
29401
29402 2002-04-16  Jim Meyering  <meyering@lucent.com>
29403
29404         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
29405         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
29406         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
29407
29408 2002-04-12  Jim Meyering  <meyering@lucent.com>
29409
29410         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
29411         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
29412         existence of the getmntinfo function.  Needed for Darwin 5.3.
29413
29414         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
29415         This is necessary at least on Darwin 5.3.
29416
29417         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
29418         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
29419         strnlen.o in the library, and that makes some versions of ranlib
29420         object.
29421
29422 2002-04-12  Jim Meyering  <meyering@lucent.com>
29423
29424         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
29425
29426 2002-04-09  Jim Meyering  <meyering@lucent.com>
29427
29428         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
29429         to be more precise.  Rather than saying we're checking whether the
29430         function `works', say what we're testing.
29431         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
29432         Reported by Bruno Haible.
29433
29434 2002-03-10  Jim Meyering  <meyering@lucent.com>
29435
29436         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
29437         Suggestion from Santiago Vila.
29438
29439 2002-03-08  Jim Meyering  <meyering@lucent.com>
29440
29441         * lib/rename.c: Mention that this wrapper is needed also on
29442         mips-dec-ultrix4.4 systems.
29443
29444 2002-03-02  Jim Meyering  <meyering@lucent.com>
29445
29446         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
29447         not HAVE_CLOCK_SETTIME.
29448
29449 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29450
29451         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
29452         Check for clock_settime.
29453
29454 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29455
29456         * lib/nanosleep.h: Rename to....
29457         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
29458
29459         * lib/gettime.c: New file.
29460         * lib/settime.c: New file.
29461         * lib/stime.c: Remove.
29462
29463         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
29464         timespec.h.  Remove nanosleep.h.
29465
29466 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29467
29468         * m4/acl.m4: New file.
29469         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
29470         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
29471
29472 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29473
29474         * lib/acl.c, lib/acl.h: New files.
29475         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
29476
29477 2002-02-24  Jim Meyering  <meyering@lucent.com>
29478
29479         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
29480         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
29481         cause trouble.  Reported by Nelson Beebe.
29482
29483 2002-02-23  Paul Eggert  <eggert@twinsun.com>
29484
29485         * lib/path-concat.c (xpath_concat): Reorder code to pacify
29486         compilers that don't know that xalloc_die never returns.
29487
29488 2002-02-20  Jim Meyering  <meyering@lucent.com>
29489
29490         * lib/getdate.c: Regenerate using bison-1.33.
29491
29492 2002-02-17  Jim Meyering  <meyering@lucent.com>
29493
29494         * config/config.guess (main): Don't use `head -1'; it's no longer
29495         portable. Use `sed 1q' instead.
29496
29497 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
29498
29499         * m4/codeset.m4: Upgrade to gettext-0.11.
29500         * m4/gettext.m4: Upgrade to gettext-0.11.
29501         * m4/glibc21.m4: Upgrade to gettext-0.11.
29502         * m4/iconv.m4: Upgrade to gettext-0.11.
29503         * m4/isc-posix.m4: Upgrade to gettext-0.11.
29504         * m4/lcmessage.m4: Upgrade to gettext-0.11.
29505         * m4/lib-ld.m4: New file, from gettext-0.11.
29506         * m4/lib-link.m4: New file, from gettext-0.11.
29507         * m4/lib-prefix.m4: New file, from gettext-0.11.
29508         * m4/progtest.m4: Upgrade to gettext-0.11.
29509
29510 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29511
29512         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
29513         (jm_PREREQ): Use it.
29514
29515 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29516
29517         * lib/posixver.c, lib/posixver.h: New files.
29518         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29519
29520 2002-02-02  Paul Eggert  <eggert@twinsun.com>
29521             Bruno Haible  <bruno@clisp.org>
29522
29523         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
29524         (fwrite_success_callback): New declaration.
29525         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
29526         print_unicode_char. Call failure callback instead of error.
29527         (fwrite_success_callback): New function.
29528         (exit_failure_callback): New function.
29529         (fallback_failure_callback): New function.
29530         (print_unicode_char): Call unicode_to_mb.
29531
29532 2002-01-26  Jim Meyering  <meyering@lucent.com>
29533
29534         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
29535         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
29536
29537 2002-01-26  Jim Meyering  <meyering@lucent.com>
29538
29539         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
29540
29541 2002-01-22  Paul Eggert  <eggert@twinsun.com>
29542
29543         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
29544
29545 2002-01-22  Jim Meyering  <meyering@lucent.com>
29546
29547         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
29548         Otherwise, some versions of automake would omit the rule that makes
29549         Makefile from Makefile.in.
29550
29551 2002-01-21  Paul Eggert  <eggert@twinsun.com>
29552
29553         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
29554         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29555         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
29556         (memcoll): Set errno to zero if there is no error.
29557
29558         * lib/quotearg.c (quotearg_buffer_restyled):
29559         Fix bug with quoting buffers containing NUL when backslashing escapes.
29560         This bug was exposed by the other changes in this patch.
29561         (quotearg_n_options): New arg ARGSIZE.
29562         All callers changed.
29563         (quoting_options_from_style): New function.
29564         (quotearg_n_style): Use it.
29565         (quotearg_n_style_mem): New function.
29566
29567         * lib/quotearg.h (quotearg_n_style_mem): New function.
29568
29569 2002-01-19  Jim Meyering  <meyering@lucent.com>
29570
29571         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
29572         Remove useless quotes: DF_PROG="df".
29573         * m4/strnlen.m4: New file.
29574
29575 2002-01-16  Paul Eggert  <eggert@twinsun.com>
29576
29577         * lib/backupfile.c (ISDIGIT): Comment fix.
29578         * lib/getdate.y (ISDIGIT): Likewise.
29579         * lib/posixtm.c (ISDIGIT, year): Likewise.
29580         * lib/strverscmp.c (ISDIGIT): Likewise.
29581         * lib/userspec.c (ISDIGIT): Likewise.
29582
29583 2002-01-16  Jim Meyering  <meyering@lucent.com>
29584
29585         * lib/getdate.y: Add three semicolons, each just before a closing
29586         brace. Bison (as of version 1.31) no longer papers over that mistake.
29587
29588 2002-01-05  Jim Meyering  <meyering@lucent.com>
29589
29590         * lib/version-etc.c (version_etc_copyright): Update copyright year.
29591
29592 2001-12-19  Paul Eggert  <eggert@twinsun.com>
29593
29594         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
29595         not silently exit merely because the output buffer happens to
29596         have nothing pending.
29597
29598 2001-12-18  Paul Eggert  <eggert@twinsun.com>
29599
29600         See the big note in ../ChangeLog.
29601         * lib/human.c (suffixes): Prefer K to k for 1024.
29602         (generate_suffix_backwards): New function.
29603         (human_readable_inexact): Use it.
29604         * lib/xstrtol.c (__xstrtol): If there is no number but there
29605         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
29606         Accept 'K' as well as 'k'.
29607
29608 2001-12-15  Jim Meyering  <meyering@lucent.com>
29609
29610         * lib/regex.h (__restrict_arr): Update from libc.
29611
29612         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
29613         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
29614         (STREQ): Define.
29615
29616 2001-12-14  Jim Meyering  <meyering@lucent.com>
29617
29618         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
29619         Suggestion from Bruno Haible.
29620
29621 2001-12-10  Jim Meyering  <meyering@lucent.com>
29622
29623         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
29624         xrealloc, Instead, include "xalloc.h".
29625         (initbuffer): Don't cast xmalloc return value to char*.
29626         (readline): Reword comment.
29627         Don't cast xrealloc return value to char*
29628         Return NULL, not 0.
29629
29630 2001-12-09  Jim Meyering  <meyering@lucent.com>
29631
29632         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
29633         about `signed and unsigned type in conditional expression'.
29634         * lib/posixtm.c (posix_time_parse): Likewise.
29635
29636         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
29637
29638         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
29639         to avoid a pedantic warning.
29640
29641         * lib/getstr.c: Don't include assert.h.
29642         (getstr): Remove warning-evoking assertions.
29643         Return -1 if offset parameter is out of bounds.
29644         Change the type of a local from int to size_t.
29645
29646         * lib/strftime.c (my_strftime_localtime_r): Include this function
29647         definition in the `#if ! HAVE_TM_GMTOFF' block.
29648
29649         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
29650         Include xalloc.h instead.
29651
29652 2001-12-02  Jim Meyering  <meyering@lucent.com>
29653
29654         * lib/tempname.c: Don't declare getenv, thus reverting the change of
29655         2001-11-18.  It's no longer necessary, now that stdlib.h is always
29656         included.
29657
29658         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
29659         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
29660
29661 2001-11-30  Akim Demaille  <akim@epita.fr>
29662
29663         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
29664         before being defined.
29665
29666 2001-11-27  Paul Eggert  <eggert@twinsun.com>
29667
29668         * lib/quotearg.h (quotearg_n, quotearg_n_style):
29669         First arg is int, not unsigned.
29670         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
29671         (SIZE_MAX, UINT_MAX): New macros.
29672         (quotearg_n_options): Abort if N is negative.
29673         Avoid overflow check on hosts where size_t is 64 bits and int
29674         is 32 bits, as overflow is impossible there.
29675         Fix off-by-one typo that caused unnecessary reallocation.
29676
29677 2001-11-27  Jim Meyering  <meyering@lucent.com>
29678
29679         * lib/tempname.c: Merge with version from libc.
29680         * lib/regex.c: Likewise.
29681
29682         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
29683         systems for which STDC_HEADERS is 0, it was not included, resulting in
29684         a warning about an integer-to-pointer conversion problem with getenv.
29685         Reported by Volker Borchert.
29686
29687 2001-11-26  Jim Meyering  <meyering@lucent.com>
29688
29689         * lib/gtod.h: Remove file.
29690         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
29691         * lib/gettimeofday.c: Don't include gtod.h.
29692         (GTOD_init): Remove function.
29693         (rpl_gettimeofday): Do its job here instead, rather than aborting.
29694         Suggestion from Volker Borchert.
29695
29696 2001-11-23  Jim Meyering  <meyering@lucent.com>
29697
29698         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
29699         it.
29700         * lib/hash.c (struct hash_table): Define it here instead.
29701
29702 2001-11-22  Jim Meyering  <meyering@lucent.com>
29703
29704         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
29705
29706 2001-11-20  Jim Meyering  <meyering@lucent.com>
29707
29708         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
29709         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
29710
29711 2001-11-19  Jim Meyering  <meyering@lucent.com>
29712
29713         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
29714         directory.  Use "conftestXXXXXX" as the template.
29715         Suggestion from Paul Eggert.
29716
29717         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
29718         immediately, so the test doesn't mistakenly hit the max-open-files
29719         limit.
29720
29721 2001-11-18  Paul Eggert  <eggert@twinsun.com>
29722
29723         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
29724         (TEMPORARIES): New macro.
29725         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
29726         removes an artificial limitation (e.g. HP-UX 10.20, where
29727         TMP_MAX is 17576).
29728
29729 2001-11-18  Jim Meyering  <meyering@lucent.com>
29730
29731         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
29732
29733 2001-11-18  Jim Meyering  <meyering@lucent.com>
29734
29735         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
29736         on SunOS 4.
29737
29738         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
29739         files will be created before anything else.
29740
29741 2001-11-17  Paul Eggert  <eggert@twinsun.com>
29742
29743         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
29744         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
29745
29746 2001-11-17  Jim Meyering  <meyering@lucent.com>
29747
29748         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
29749         Prompted by a report from Bob Proulx.
29750
29751         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
29752         Instead, require UTILS_FUNC_MKSTEMP.
29753
29754 2001-11-17  Jim Meyering  <meyering@lucent.com>
29755
29756         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
29757         Now, that's done as part of AC_FUNC_STRTOD.
29758
29759 2001-11-17  Jim Meyering  <meyering@lucent.com>
29760
29761         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
29762         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
29763         rather than group writable.  Patch by Juan F. Codagnone.
29764
29765         * lib/readtokens.c: Remove explicit declarations of xmalloc and
29766         xrealloc, Instead, include "xalloc.h".
29767
29768         * lib/mountlist.c: Include unlocked-io.h after all system headers.
29769         Remove explicit declarations of xmalloc, xrealloc,
29770         and xstrdup.  Instead, include "xalloc.h".
29771
29772         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
29773         unlocked-io.h.
29774         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
29775         Likewise.
29776         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
29777
29778         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
29779         Reported by Padraig Brady.
29780
29781         * lib/mkstemp.c: #undef mkstemp.
29782         Include config.h.
29783         (rpl_mkstemp): Rename from mkstemp.
29784         Protoize.
29785
29786 2001-11-16  Jim Meyering  <meyering@lucent.com>
29787
29788         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
29789         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
29790         determine the amount of total physical memory, use pstat_getstatic.
29791         HPUX-11 doesn't define _SC_PHYS_PAGES.
29792         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
29793         If sysconf couldn't be used to determine the amount of available
29794         physical memory, use both pstat_getstatic and pstat_getdynamic.
29795         Based on a patch from Bob Proulx.
29796
29797 2001-11-10  Jim Meyering  <meyering@lucent.com>
29798
29799         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
29800         (jm_PREREQ): Use it.
29801
29802 2001-11-09  Jim Meyering  <meyering@lucent.com>
29803
29804         * m4/jm-macros.m4: Require autoconf-2.52f.
29805         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
29806         Use these AC_-prefixed names, not the AM_-prefixed ones.
29807
29808         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
29809
29810 2001-11-05  Jim Meyering  <meyering@lucent.com>
29811
29812         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
29813
29814 2001-11-04  Jim Meyering  <meyering@lucent.com>
29815
29816         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
29817         $DEFS.
29818
29819 2001-11-03  Jim Meyering  <meyering@lucent.com>
29820
29821         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
29822         of AC_DEFUN.
29823
29824         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
29825         know the name of the variable in the macro definition.
29826
29827 2001-11-03  Jim Meyering  <meyering@lucent.com>
29828
29829         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
29830         in argmatch_to_argument call.
29831
29832         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
29833         argument.
29834
29835         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
29836         e.g., a fault due to an attempt to free a NULL pointer.
29837
29838 2001-11-01  Jim Meyering  <meyering@lucent.com>
29839
29840         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
29841         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
29842
29843 2001-11-01  Jim Meyering  <meyering@lucent.com>
29844
29845         * lib/dirfd.c, lib/dirfd.h: New files.
29846         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
29847
29848         * lib/hash.c (hash_print) [TESTING]: Clean up.
29849
29850 2001-10-22  Paul Eggert  <eggert@twinsun.com>
29851
29852         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
29853         to avoid a warning if -Wall.
29854
29855 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
29856
29857         * README: New file
29858         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
29859         (per RMS's instructions, this is now the canonical source)
29860         * lgpl/, gpl/: New directories.
29861
29862 2001-10-21  Paul Eggert  <eggert@twinsun.com>
29863
29864         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
29865
29866 2001-10-21  Jim Meyering  <meyering@lucent.com>
29867
29868         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
29869         this code would end up calling gettext even in packages built
29870         with --disable-nls.
29871         * lib/getopt.c (_): Likewise.
29872         * lib/regex.c (_): Likewise.
29873
29874 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29875
29876         * m4/error.m4 (jm_PREREQ_ERROR):
29877         Do not invoke AC_CHECK_FUNCS with strerror_r, as
29878         AC_FUNC_STRERROR_R does that.
29879         Check for strerror declaration.
29880
29881         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
29882         are supposed to have them these days.
29883         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
29884         Merge changes from latest Autoconf CVS.
29885         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
29886         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
29887         POSIX decided to standardize on the int flavor of strerror_r.
29888
29889 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29890
29891         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
29892         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
29893         Use strerror_r that is only a macro, even if it is not a function.
29894         (strerror): Check for HAVE_DECL_STRERROR before declaring.
29895         (private_strerror): Use prototypes, not old-style function definition.
29896         (print_errno_message): New function.
29897         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
29898         char*-flavored one.
29899         (error_tail, error, error_at_line): Use it.
29900
29901 2001-10-11  Jim Meyering  <meyering@lucent.com>
29902
29903         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29904         and quote_n (1, ... to avoid clobbering a buffer.
29905
29906 2001-10-05  Jim Meyering  <meyering@lucent.com>
29907
29908         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29909         hash-pjw.h.
29910         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29911         * lib/hash-pjw.h: New file.
29912
29913 2001-09-30  Jim Meyering  <meyering@lucent.com>
29914
29915         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29916         `struct fsstat' has the `f_fstypename' member.
29917         Use that to define FS_TYPE, which is now used to make
29918         the getfsstat link test tighter.
29919
29920 2001-09-30  Jim Meyering  <meyering@lucent.com>
29921
29922         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29923         Include <sys/ucred.h>, for Apple Darwin.
29924         Include sys/mount.h and sys/fs_types.h only if available.
29925         (FS_TYPE): Define.
29926         (read_filesystem_list): Use FS_TYPE.
29927
29928 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29929
29930         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29931         a boolean context.
29932
29933 2001-09-29  Jim Meyering  <meyering@lucent.com>
29934
29935         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29936         [one-argument getmntent function]): Include stdio.h before mntent.h.
29937         SunOS 4.1.x needs it for the declaration of `FILE'.
29938         Patch by Volker Borchert.
29939
29940         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29941         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29942         sys/fs_types.h, and make the link-test for getfsstat guard #include
29943         directives with appropriate #if HAVE_*_H tests so that we can
29944         detect getfsstat on Apple Darwin1.3.7 systems.
29945         Reported by Nelson Beebe.
29946         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29947
29948 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29949
29950         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29951         #defines strtoimax.  Also treat the other strto* functions
29952         like strtoimax.
29953
29954         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29955         Check for strtoul and strtoumax,
29956         as those declarations are made even in the signed case.
29957         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29958         Likewise, for strtol and strtoimax.
29959
29960 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29961
29962         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29963         #defines strtoimax.  Also treat the other strto* functions
29964         like strtoimax.
29965
29966         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29967         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29968         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29969
29970 2001-09-26  Jim Meyering  <meyering@lucent.com>
29971
29972         Most macros in unlocked-io.h had the wrong number of arguments.
29973         * lib/gen-uio: New script.
29974         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29975         * lib/unlocked-io.hin: Remove file.
29976         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29977         rather than trying to embed it here.
29978         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29979         Reported by Padraig Brady.
29980
29981 2001-09-25  Volker Borchert  <bt@teknon.de>
29982
29983         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29984         `result'.
29985
29986 2001-09-24  Jim Meyering  <meyering@lucent.com>
29987
29988         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29989
29990 2001-09-23  Jim Meyering  <meyering@lucent.com>
29991
29992         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
29993         instead of the mere test for existence of mntent.h.  The latter
29994         would get a false-positive on AIX 3.4 systems.
29995         In the outer getmntent if-block, don't die if neither of the getmntent
29996         tests succeeds.  Instead, just fall through and continue with the
29997         remaining tests.
29998
29999 2001-09-23  Jim Meyering  <meyering@lucent.com>
30000
30001         * lib/mountlist.c: Remove useless parentheses in #if directives.
30002         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
30003         the deprecated MOUNTED symbol is no longer defined in mntent.h.
30004
30005 2001-09-22  Jim Meyering  <meyering@lucent.com>
30006
30007         * m4/gettext.m4: New file.  From gettext.
30008         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
30009         * m4/progtest.m4: Likewise
30010         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
30011         * m4/glibc21.m4: Likewise.
30012
30013         * m4/libintl.m4: Remove.  No longer used.
30014
30015 2001-09-22  Jim Meyering  <meyering@lucent.com>
30016
30017         * lib/localcharset.c: Update from latest gettext.
30018         * lib/config.charset: Likewise.
30019
30020 2001-09-20  Jim Meyering  <meyering@lucent.com>
30021
30022         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
30023         strtoimax.
30024         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
30025         strtoumax.
30026
30027 2001-09-20  Jim Meyering  <meyering@lucent.com>
30028
30029         * lib/xstrtol.c (strtoimax): Guard declaration with
30030         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
30031         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
30032         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
30033         (strtoumax): Likewise, for completeness (it wasn't necessary).
30034
30035 2001-09-17  Paul Eggert  <eggert@twinsun.com>
30036
30037         * lib/strtoimax.c (HAVE_LONG_LONG):
30038         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
30039         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
30040         to work around bug in IBM C compiler.
30041
30042 2001-09-17  Jim Meyering  <meyering@lucent.com>
30043
30044         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
30045         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
30046         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
30047         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
30048         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
30049         whenever the right hand side need not be expanded by the shell.
30050
30051 2001-09-16  Paul Eggert  <eggert@twinsun.com>
30052
30053         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
30054         library.  It's not correct, as some older glibcs are buggy.
30055         fnmatch wasn't fixed until glibc 2.2.
30056
30057         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
30058         special shell magic here.
30059
30060 2001-09-16  Jim Meyering  <meyering@lucent.com>
30061
30062         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
30063         * m4/jm-macros.m4: Require it.
30064
30065 2001-09-16  Jim Meyering  <meyering@lucent.com>
30066
30067         * lib/mkdir.c: New file.
30068
30069 2001-09-15  Jim Meyering  <meyering@lucent.com>
30070
30071         * m4/jm-macros.m4: Check for help2man.
30072
30073 2001-09-11  Jim Meyering  <meyering@lucent.com>
30074
30075         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
30076         The body, by Paul Eggert, was moved here from configure.in.
30077         * m4/jm-macros.m4: Require UTILS_HOST_OS.
30078
30079 2001-09-04  Paul Eggert  <eggert@twinsun.com>
30080
30081         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
30082         (jm_PREREQ): Use it.
30083
30084 2001-09-04  Paul Eggert  <eggert@twinsun.com>
30085
30086         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
30087         Use ssize_t, not int, to store result of readlink.
30088         Check for ssize_t overflow as well as size_t overflow,
30089         as POSIX says the result of readlink is implementation-defined
30090         when ssize_t overflows.
30091         Remove unnecessary cast to char*.
30092         Use free+malloc instead of realloc, as the storage doesn't need
30093         to be preserved and it's clearer and can be more efficient that way.
30094         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
30095         * lib/xreadlink.h (xreadlink): Update prototype.
30096
30097 2001-09-04  Paul Eggert  <eggert@twinsun.com>
30098
30099         * lib/xgetcwd.c: Revert some of the previous change; intead,
30100         fix the HAVE_GETCWD_NULL code to behave more like the
30101         !HAVE_GETCWD_NULL code used to.
30102
30103         Include "xalloc.h".
30104         (xgetcwd): Do not return NULL when memory is exhausted; instead,
30105         invoke xalloc_die.
30106
30107 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30108
30109         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
30110         sys/param.h, as pathmax.h includes them.
30111
30112 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30113
30114         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
30115         (jm_PREREQ_XGETCWD): New macro.
30116
30117         * m4/getcwd.m4: New file.
30118
30119 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30120
30121         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
30122         like the HAVE_GETCWD_NULL code.
30123         Include pathmax.h if not HAVE_GETCWD.
30124         Do not include xalloc.h.
30125         (INITIAL_BUFFER_SIZE): New symbol.
30126         Do not use xmalloc / xrealloc, since the caller is responsible for
30127         handling errors.  Preserve errno around `free' during failure.
30128         Do not overrun buffer when using getwd.
30129
30130 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30131
30132         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
30133         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
30134         getcwd (NULL, 0).
30135
30136 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30137
30138         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
30139         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
30140         spotted by Jim Meyering.
30141
30142 2001-09-03  Jim Meyering  <meyering@lucent.com>
30143
30144         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
30145         failure.
30146
30147 2001-09-02  Jim Meyering  <meyering@lucent.com>
30148
30149         * lib/error.c: Update from GNU libc.
30150
30151 2001-09-01  Jim Meyering  <meyering@lucent.com>
30152
30153         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
30154         Used by df.
30155
30156 2001-09-01  Jim Meyering  <meyering@lucent.com>
30157
30158         * lib/xreadlink.c: New file.
30159         * lib/xreadlink.h: New file.
30160         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
30161         xreadlink.h.
30162
30163         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
30164         doesn't conflict with sparc Solaris 7's definition in
30165         /usr/include/sys/int_types.h.
30166
30167         * lib/exclude.c: Use `""', not `<>' to #include non-system header
30168         files.
30169         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
30170         and strncasecmp as r-values.  Unixware didn't have declarations.
30171
30172 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30173
30174         * lib/xstrtol.h: Add copyright notice.
30175         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
30176         LONGINT_INVALID_SUFFIX_CHAR.
30177
30178 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30179
30180         * lib/xstrtol.c (strtoimax): New decl.
30181
30182 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30183
30184         * lib/xgetcwd.c: Don't include pathmax.h.
30185         Include stdlib.h and unistd.h if available.
30186         Include xalloc.h.
30187         (xmalloc, xstrdup, free): Remove decls.
30188         (xgetcwd): Don't assume sizes fit in unsigned.
30189         Check for overflow when computing sizes.
30190         Simplify reallocation code.
30191
30192 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30193
30194         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
30195         a directory's st_size can have an arbitrary value, so the old
30196         usage could waste an arbitrary amount of memory.  All uses
30197         changed.
30198         * lib/savedir.h: Update prototype.
30199
30200 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30201
30202         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
30203
30204         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
30205         old strtoimax.c.
30206
30207         Also, make the following further changes to make this file's
30208         configuration more similar to that of strtol.c:
30209         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
30210         (strtoumax, uintmax_t, strtoull, strtol): Remove.
30211         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
30212         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
30213         changed to signed values.
30214
30215         And make the following changes as well:
30216         Fix copyright notice, as 1999 was missing.
30217         (verify): New macro.
30218         (strtoimax): Check sizes at compile-time, not run-time.
30219         Prefer strtol to strtoll if both work.
30220         (main): Remove; it was not that useful and was a pain to maintain.
30221
30222         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
30223
30224 2001-08-31  Jim Meyering  <meyering@lucent.com>
30225
30226         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
30227         Use an initial, malloc'd, buffer of length 128 rather than
30228         a statically allocated one of length 1024.
30229
30230 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30231
30232         Simplify code, partly by assuming autoconf 2.52 semantics.
30233
30234         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
30235
30236         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
30237         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
30238         All uses removed.
30239         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
30240         Move AC_REQUIRE to next-to-top level, to avoid confusion.
30241         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
30242         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
30243         jm_AC_HEADER_INTTYPES_H.
30244         * m4/jm-macros.m4 (jm_MACROS): Likewise.
30245
30246         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
30247
30248         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
30249         Quote first arg of AC_DEFUN.
30250         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
30251         since they are needed to parse the include file even if we need
30252         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
30253         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
30254         but with opposite signedness.
30255
30256 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30257
30258         Merge 'exclude' changes from tar 1.13.22.
30259         This fixes one or two unlikely storage allocation overflow bugs,
30260         but doesn't change user-visible behavior otherwise.
30261
30262 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30263
30264         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
30265         (jm_PREREQ_EXCLUDE): New macro.
30266
30267 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30268
30269         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
30270         tm to be declared.
30271
30272 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30273
30274         * lib/hash.c: Remove '2001' from copyright notice.
30275
30276 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30277
30278         * lib/full-write.h: New file.
30279         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
30280         * lib/full-write.c: Correct credits, as cccp.c no longer
30281         exists and anyway it was so heavily changed from the old cccp
30282         code as to be unrecognizable.  Include full-write.h.
30283         (full_write) Return size_t, with short writes meaning failure.
30284         All callers changed.  This fixes a bug with large buffers
30285         on 64-bit hosts.
30286         * lib/utime.c: Include full-write.h.
30287
30288 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30289
30290         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
30291         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
30292         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
30293         Include if available.
30294         (<xalloc.h>): Include
30295         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
30296         (verify): New macro.  Use it to verify that EXCLUDE macros do not
30297         collide with FNM macros.
30298         (struct patopts): New struct.
30299         (struct exclude): Use it, as exclude patterns now come with options.
30300         (new_exclude): Support above changes.
30301         (new_exclude, add_exclude_file):
30302         Initial size must now be a power of two to simplify overflow checking.
30303         (free_exclude, fnmatch_no_wildcards): New function.
30304         (excluded_filename): No longer requires options arg, as the options
30305         are determined by add_exclude.  Now returns bool, not int.
30306         (excluded_filename, add_exclude):
30307         Add support for the fancy new exclusion options.
30308         (add_exclude, add_exclude_file): Now takes int options arg.
30309         Check for arithmetic overflow when computing sizes.
30310         (add_exclude_file): xrealloc might modify errno, so don't
30311         realloc until after errno might be used.
30312
30313         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
30314         New macros.
30315         (free_exclude): New decl.
30316         (add_exclude, add_exclude_file): Now takes int options arg.
30317         (excluded_filename): No longer requires options arg, as the options
30318         are determined by add_exclude.  Now returns bool, not int.
30319
30320 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30321
30322         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
30323
30324 2001-08-27  Jim Meyering  <meyering@lucent.com>
30325
30326         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
30327
30328         * lib/version-etc.c (N_): Remove definition.
30329         Revert most of last change.
30330         Instead, simply don't mark the `Copyright...' string for translation.
30331         Based on advice from Paul Eggert.
30332
30333         * lib/strtoxmax.c: Tweak comment.
30334
30335 2001-08-26  Jim Meyering  <meyering@lucent.com>
30336
30337         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
30338
30339         * m4/xstrtoimax.m4: New file.
30340         * m4/xstrtoumax.m4: Add comments explaining why we
30341         AC_REPLACE_FUNCS(strtol).
30342
30343 2001-08-26  Jim Meyering  <meyering@lucent.com>
30344
30345         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
30346         of copyright with `%s' so translators don't get an untranslated
30347         message in 2002.
30348         (COPYRIGHT_YEAR): Define.
30349         (version_etc): Use fprintf rather than fputs.
30350         Suggestion from Ulrich Drepper.
30351
30352         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
30353
30354         * lib/strtoll.c: New file, from GNU libc.
30355         * lib/xstrtoimax.c: New file.
30356
30357         * lib/xstrtol.h: Add xstrtoimax.
30358         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
30359         * lib/strtoimax.c: New file.  Likewise, but first define
30360         STRTOUXMAX_SIGNED.
30361
30362         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
30363         ...
30364         * lib/strtoxmax.c: ... then renamed to this.
30365
30366 2001-08-18  Paul Eggert  <eggert@twinsun.com>
30367
30368         * m4/inttypes.m4: Add AC_PREREQ(2.13).
30369         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
30370         (jm_AC_TYPE_INTMAX_T): New macro.
30371         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
30372
30373         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
30374
30375         * m4/longlong.m4: Renamed from ulonglong.m4.
30376         * m4/inttypes.m4: Renamed from inttypes_h.m4.
30377         * m4/uintmax_t.m4: Removed.
30378
30379 2001-08-13  Paul Eggert  <eggert@twinsun.com>
30380
30381         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
30382         Port to Solaris 8, where 'sed' requires a space after the 'r'
30383         command, and where sh dislikes "$/".  Clean up the spacing a bit.
30384         Redirect output to $tmp just once.
30385
30386 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
30387
30388         * lib/addext.c (<errno.h>): Include.
30389         (errno): Declare if not defined.
30390         (addext): Work correctly when pathconf returns -1 and leaves
30391         errno alone because there is no limit.  Also, work even if
30392         pathconf returns a value greater than SIZE_MAX.
30393
30394 2001-08-12  Jim Meyering  <meyering@lucent.com>
30395
30396         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
30397         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
30398         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
30399         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
30400         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
30401         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
30402         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
30403         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
30404         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
30405         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
30406         utime.m4, utimes.m4, xstrtoumax.m4:
30407         Quote the first argument in each use of AC_DEFUN.
30408
30409 2001-08-12  Jim Meyering  <meyering@lucent.com>
30410
30411         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
30412         Simply `return getcwd (NULL, 0);'.
30413         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
30414         Use 1300 as initial value for length, not PATH_MAX.
30415
30416         * lib/pathmax.h: Clean up cpp syntax.
30417
30418 2001-08-12  Jim Meyering  <meyering@lucent.com>
30419
30420         * lib/gettimeofday.c: New file.
30421         * lib/gtod.h: New file.
30422         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
30423
30424 2001-08-05  Jim Meyering  <meyering@lucent.com>
30425
30426         * m4/jm-macros.m4: Require autoconf-2.52.
30427
30428 2001-08-04  Jim Meyering  <meyering@lucent.com>
30429
30430         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
30431         stmt, to get in sync with glibc.
30432
30433 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30434
30435         The following changes are from gettext 0.10.39 as maintained by
30436         Bruno Haible.
30437
30438         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
30439         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
30440         with inverted sense.  All uses changed.
30441
30442         * lib/mbswidth.c: Don't include <limits.h>.
30443         Include <stdlib.h> and <string.h> unconditionally.
30444         (iswcntrl, mbsinit, ISCNTRL): New macros.
30445         (mbsnwidth): Use K&R style function declarations.
30446         Don't bother checking for MB_LEN_MAX == 1, since the compiler
30447         can optimize it when MB_CUR_MAX == 1.
30448         The width of control characters is zero, not 1.
30449
30450 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30451
30452         The following changes are from gettext 0.10.39 as maintained by
30453         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
30454
30455         * m4/codeset.m4: Upgrade to serial AM1.
30456         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
30457         all uses changed.  Quote first arg of AC_DEFUN.
30458         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
30459
30460         * m4/iconv.m4: Upgrade to serial AM2.
30461         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
30462         Add --with-libconv-prefix.
30463         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
30464         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
30465         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
30466         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
30467         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
30468
30469         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
30470         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
30471         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
30472         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
30473         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
30474         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
30475         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
30476         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
30477         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
30478
30479         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
30480         string.h any more.
30481
30482         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
30483         not the default value.
30484
30485         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
30486         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
30487         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
30488         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
30489         Also check for iswcntrl, used for wcwidth fallback.
30490         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
30491         to Autoconf 2.13.
30492
30493 2001-08-03  Jim Meyering  <meyering@lucent.com>
30494
30495         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
30496         as it was in the original.  Reported by Paul Eggert.
30497
30498 2001-07-16  Jim Meyering  <meyering@lucent.com>
30499
30500         * m4/gettimeofday.m4: New file.
30501         Prompted by a report from Bernhard Baehr.
30502
30503 2001-07-15  Jim Meyering  <meyering@lucent.com>
30504
30505         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
30506         stuff. Now it's in ../Makefile.cfg.
30507
30508 2001-07-15  Jim Meyering  <meyering@lucent.com>
30509
30510         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
30511         (BUILT_SOURCES): Add unlocked-io.h.
30512         (io_functions): Define.
30513         (unlocked-io.h): New rule.
30514         (DISTCLEANFILES): Add unlocked-io.h.
30515         (all-local): Depend on unlocked-io.h, to ensure it is created.
30516
30517         * lib/unlocked-io.hin: New file
30518
30519         * lib/regex.c: Update from glibc.
30520
30521 2001-07-05  Jim Meyering  <meyering@lucent.com>
30522
30523         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
30524         recommendation.
30525         (libfetish_a_SOURCES): Put all .h files here instead.
30526         Remove a thus-exposed (better checks in automake) duplicate and
30527         two unnecessary .h files.
30528
30529 2001-07-04  Jim Meyering  <meyering@lucent.com>
30530
30531         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
30532         that generates jm-glibc-io.m4 so that it doesn't trigger any make
30533         distcheck failure.
30534
30535 2001-07-02  Jim Meyering  <meyering@lucent.com>
30536
30537         The following changes were prompted by suggestions from Bruno Haible.
30538
30539         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
30540         is now generated.
30541         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
30542         definition of EXTRA_DIST.
30543         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
30544         ensure that the generated file is created/updated whenever the list
30545         of $(unlocked_functions) is changed.
30546         (jm-glibc-io.m4): New rule.
30547         (unlocked-io.h): New rule -- currently unused.
30548
30549 2001-06-24  Jim Meyering  <meyering@lucent.com>
30550
30551         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
30552         unmatched right bracket, rather than kludging it with an extra,
30553         falsely-matching quote in a comment.  Patch by Akim Demaille.
30554
30555 2001-06-11  Jim Meyering  <meyering@lucent.com>
30556
30557         * lib/regex.c: Update from GNU libc.
30558
30559 2001-05-27  Jim Meyering  <meyering@lucent.com>
30560
30561         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
30562         Check for ut_type in struct utmp.
30563
30564 2001-05-27  Jim Meyering  <meyering@lucent.com>
30565
30566         * lib/readutmp.h (UT_TYPE): Define.
30567
30568 2001-05-24  Jim Meyering  <meyering@lucent.com>
30569
30570         * lib/argmatch.c: Include "quote.h".
30571         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
30572         quote function.  Reported by Gƶran Uddeborg.
30573
30574 2001-05-22  Jim Meyering  <meyering@lucent.com>
30575
30576         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
30577         now that we use the package-supplied version unconditionally.
30578         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
30579
30580 2001-05-21  Jim Meyering  <meyering@lucent.com>
30581
30582         * m4/regex.m4: Change a couple backticks to single quotes to avoid
30583         shell syntax errors.
30584
30585 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30586
30587         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
30588
30589 2001-05-20  Paul Eggert  <eggert@twinsun.com>
30590
30591         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
30592         Don't bother to check library strftime, since
30593         we'll be using our own my_strftime function anyway.
30594         Define my_strftime instead of strftime.
30595
30596 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
30597
30598         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
30599         which is not yet declared.
30600
30601 2001-05-15  Jim Meyering  <meyering@lucent.com>
30602
30603         * m4/regex.m4: Use proper quoting so brackets appear in the test
30604         program.
30605         Reported by, and with help from, Bruno Haible.
30606
30607 2001-05-13  Jim Meyering  <meyering@lucent.com>
30608
30609         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
30610         undefined.
30611
30612 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30613
30614         dirname code cleanup.  base_name now behaves more compatibly
30615         with POSIX basename when given file names that have trailing
30616         slashes, and similarly for dir_name.  Add new primitives
30617         base_len and dir_len.  Put the directory-name-related decls
30618         into dirname.h.
30619
30620         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
30621         * lib/backupfile.c (base_name): Likewise.
30622         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
30623         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
30624         * lib/makepath.c (strip_trailing_slashes): Likewise.
30625         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
30626         ISSLASH): Likewise.
30627         * lib/rename.c (strip_trailing_slashes): Likewise.
30628         * lib/same.c (base_name): Likewise.
30629         * lib/stripslash.c (ISSLASH): Likewise.
30630
30631         * lib/addext.c: Include <dirname.h> after size_t is defined.
30632         * lib/backupfile.c: Likewise.
30633
30634         * lib/addext.c (addext): Use base_len to trim redundant
30635         trailing slashes instead of doing it ourselves.
30636         But do not trim the last slash if it is not redundant.
30637
30638         * lib/backupfile.c (find_backup_file_name,
30639         max_backup_version): Use base_len instead of rolling it ourselves.
30640         Handle the case of "" and (on DOS) "C:" correctly.
30641
30642         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
30643         needed. Include <string.h>, <dirname.h>.
30644         (base_name): Allow file names ending in slashes, other than names
30645         that are all slashes.  In this case, return the basename followed
30646         by the slashes.  This is more general, and can be used in places
30647         where the original base_name purposely had an assertion failure.
30648         (base_len): New function.
30649
30650         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
30651         Do not include <assert.h>; no longer needed.
30652         Include xalloc.h.
30653         (memrchr): Remove decl.
30654         (dir_name_r): Remove.
30655         (dir_len): Renamed from dirlen.  All callers changed.
30656         Rewrite in terms of base_name, for simplicity and consistency.
30657         (dir_name): Never return NULL.  All callers changed.
30658         Do not include <stdlib.h> in test program; no longer needed.
30659         return 0; is fine for test program.
30660
30661         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
30662         New macros.
30663         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
30664
30665         * lib/path-concat.c (path_concat): Use base_len to compute
30666         base length, not strlen; this means we cannot rely on memcpy
30667         to null-terminate.
30668
30669         * lib/same.c (STREQ): Remove.
30670         (same_name): Handle the case where the basename ends in trailing '/'.
30671
30672         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
30673         a slash was stripped.  Do not strip the last slash after a
30674         file system prefix.
30675
30676 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30677
30678         * lib/Makefile.am (libfetish_a_SOURCES):
30679         Add strftime.c, since we now compile it on all hosts.
30680
30681         * lib/strftime.c (my_strftime):
30682         Define to nstrftime if emacs, but only if my_strftime is not defined.
30683         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
30684         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
30685         Add one more extra argument: a nanoseconds value.
30686         All uses changed.
30687         (ns): New macro.
30688         (my_strftime function): Add %N format.
30689         (emacs_strftimeu): Renamed from emacs_strftime,
30690         with extra ut argument.
30691
30692 2001-05-09  Paul Eggert  <eggert@twinsun.com>
30693
30694         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
30695
30696 2001-04-21  Jim Meyering  <meyering@lucent.com>
30697
30698         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
30699         doesn't interfere.
30700
30701 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30702
30703         * m4/ftruncate.m4: Check for chsize.
30704         Link with ftruncate.o unconditionally if ftruncate is missing.
30705         This was required when cross-compiling to i586-mingw32msvc.
30706
30707 2001-04-08  Jim Meyering  <meyering@lucent.com>
30708
30709         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
30710         recomputed; that's necessary when the offset spans a DST transition.
30711         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
30712
30713 2001-04-02  Jim Meyering  <meyering@lucent.com>
30714
30715         * lib/regex.h, regex.c: Update from GNU libc.
30716
30717 2001-03-24  Jim Meyering  <meyering@lucent.com>
30718
30719         * m4/jm-macros.m4: Require autoconf-2.49d.
30720
30721 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
30722
30723         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
30724
30725 2001-03-19  Paul Eggert  <eggert@twinsun.com>
30726
30727         * lib/version-etc.c (version_etc_copyright): Update to 2001.
30728
30729 2001-03-17  Jim Meyering  <meyering@lucent.com>
30730
30731         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
30732         now that the version in autoconf is equivalent.
30733         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
30734
30735         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
30736         Suggestion from Akim Demaille.
30737
30738         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
30739         (jm_PREREQ_TEMPNAME): New function.
30740
30741 2001-03-16  Paul Eggert  <eggert@twinsun.com>
30742
30743         * lib/tempname.c (uint64_t): Define to uintmax_t if
30744         not defined, and if UINT64_MAX is not defined.
30745         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
30746         Reported by John David Anglin.
30747
30748 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
30749
30750         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
30751         resolve alias if codeset is empty.
30752         * lib/config.charset (BeOS): Use wildcard syntax.
30753
30754 2001-03-13  Jim Meyering  <meyering@lucent.com>
30755
30756         * lib/path-concat.c (path_concat)
30757         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
30758         concatenating e.g., `C:' and `foo'.
30759         From Bruno Haible.
30760
30761 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30762
30763         * lib/localcharset.c (locale_charset): Don't use
30764         setlocale(LC_CTYPE,NULL). Don't return NULL.
30765         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
30766
30767 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30768
30769         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
30770         support for DOS/DJGPP.
30771
30772 2001-03-01  Paul Eggert  <eggert@twinsun.com>
30773
30774         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
30775         lacks mkstemp.  Compile our own tempname.c if we compile our own
30776         mkstemp.c, as mkstemp relies on tempname.
30777
30778 2001-03-01  Jim Meyering  <meyering@lucent.com>
30779
30780         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
30781         AH_VERBATIM really does output its argument verbatim.
30782
30783 2001-02-28  Paul Eggert  <eggert@twinsun.com>
30784
30785         * lib/Makefile.am (libfetish_a_SOURCES):
30786         Add dup-safer.c, fopen-safer.c.
30787         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
30788
30789         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
30790         * lib/unistd-safer.h: New files.
30791
30792 2001-02-25  Paul Eggert  <eggert@twinsun.com>
30793
30794         The mkstemp replacement is taken from glibc 2.2.2, with some
30795         portability fixes for use outside glibc, as follows:
30796
30797         * lib/tempname.c (struct_stat64): New macro.
30798         (direxists, __gen_tempname): Use it.
30799         This avoids a portability problem with Solaris 8.
30800
30801         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
30802         (<stddef.h>, <stdint.h>, <string.h>):
30803         Include only if STDC_HEADERS || _LIBC.
30804         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
30805         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
30806         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
30807         (__set_errno): Define this macro if <errno.h> doesn't.
30808         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
30809         Define these macros if <stdio.h> doesn't.
30810         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
30811         Define these macros if <sys/stat.h>
30812         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
30813         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
30814         __xstat64): Define if not _LIBC.
30815         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
30816         (__gen_tempname): Invoke gettimeofday only if
30817         HAVE_GETTIMEOFDAY || _LIBC;
30818         otherwise, fall back on plain "time".
30819         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
30820
30821         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
30822
30823         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
30824
30825 2001-02-18  Paul Eggert  <eggert@twinsun.com>
30826
30827         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
30828
30829 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30830
30831         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
30832         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
30833         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
30834         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30835
30836 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30837
30838         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
30839         Remove workaround macros for hosts that have mbrtowc but not
30840         mbstate_t, as we now insist on proper declarations for both
30841         before using mbrtowc.
30842
30843 2001-02-17  Jim Meyering  <meyering@lucent.com>
30844
30845         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
30846         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
30847         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
30848         UnixWare 7.1.1.
30849
30850         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
30851         rather than AC_CACHE_VAL.
30852
30853 2001-02-17  Jim Meyering  <meyering@lucent.com>
30854
30855         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
30856         around included file name.
30857
30858         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
30859
30860         * lib/strftime.c: Update from GNU libc (the only changes were to
30861         comments).
30862
30863 2001-02-17  Jim Meyering  <meyering@lucent.com>
30864
30865         * lib/regex.c: Update from libc.
30866
30867 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
30868
30869         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
30870         clash.
30871
30872 2001-02-16  Paul Eggert  <eggert@twinsun.com>
30873
30874         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
30875         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
30876         Reported by Mark Hounschell via Paul Eggert.
30877
30878 2001-02-07  Jim Meyering  <meyering@lucent.com>
30879
30880         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
30881
30882 2001-02-05  Jim Meyering  <meyering@lucent.com>
30883
30884         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
30885         it includes the patch required for `large file' support with at least
30886         HP-UX's 10.20 /bin/cc.
30887
30888 2001-02-03  Jim Meyering  <meyering@lucent.com>
30889
30890         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
30891         AS_IF, now that it works once again (mysteriously).
30892         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30893
30894 2001-01-30  Jim Meyering  <meyering@lucent.com>
30895
30896         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
30897         * m4/chown.m4: Rename conftestchown to conftest.chown.
30898         * m4/rename.m4: s/conftestdir/conftest.d1/ and
30899         s/conftestdir2/conftest.d2/.
30900         * m4/utimes.m4: s/conftestdata/conftest.data/
30901         Inspired by Pavel Roskin's change in autoconf.
30902
30903 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30904
30905         * lib/config.charset: Update for FreeBSD 4.2.
30906
30907 2001-01-27  Jim Meyering  <meyering@lucent.com>
30908
30909         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30910         a use of AS_IF.
30911         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30912
30913 2001-01-26  Jim Meyering  <meyering@lucent.com>
30914
30915         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30916         quotearg.c includes it.
30917
30918 2001-01-26  Jim Meyering  <meyering@lucent.com>
30919
30920         * lib/quotearg.c: Include stddef.h.
30921         * lib/quote.c: Include stddef.h.
30922         Reported by Axel Kittenberger.
30923
30924         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30925         line in double quotes so that it evokes a better diagnostic.
30926         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30927         Reported by Axel Kittenberger.
30928
30929 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30930
30931         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30932         as if it was a `charset'.
30933
30934 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30935
30936         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30937         has const.
30938
30939 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30940
30941         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30942         to avoid a warning.  Add back 'const' to inptr.
30943
30944 2001-01-20  Jim Meyering  <meyering@lucent.com>
30945
30946         Be sure that headers are checked before used in code compiled
30947         for the type checks.
30948         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30949         In place of that, invoke jm_CHECK_ALL_TYPES.
30950         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30951         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30952         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30953         The check for ssize_t was mistakenly run before the test for unistd.h.
30954
30955         The configure-time check for stdbool.h was missing.
30956         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30957         (jm_PREREQ_HASH): New function.
30958
30959 2001-01-17  Jim Meyering  <meyering@lucent.com>
30960
30961         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30962         for autoconf-2.49c.
30963         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30964
30965 2001-01-16  Jim Meyering  <meyering@lucent.com>
30966
30967         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30968         From Bruno Haible.
30969
30970 2001-01-14  Jim Meyering  <meyering@lucent.com>
30971
30972         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30973         foo and bar.  Create conftestdir/ in the script, not in the C code.
30974         Remove directories in the script, not in the C code.
30975         Remove conftestdir{,2} before trying to create the directory.
30976         Make the entire configure script fail if the mkdir fails.
30977
30978 2001-01-14  Jim Meyering  <meyering@lucent.com>
30979
30980         * lib/rename.c: New file.  From Volker Borchert.
30981         Include stdlib.h, string.h or strings.h, and xalloc.h.
30982         Use strip_trailing_slashes rather than open-coding it.
30983
30984 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30985
30986         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30987
30988 2001-01-03  Jim Meyering  <meyering@lucent.com>
30989
30990         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
30991         of local `inptr' to avoid warning with some system declarations of
30992         iconv.
30993
30994 2001-01-02  Volker Borchert  <bt@teknon.de>
30995
30996         * m4/rename.m4: New file.
30997         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
30998
30999 2001-01-01  Jim Meyering  <meyering@lucent.com>
31000
31001         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
31002         even on systems with utmpx.h.  It's necessary for the declaration of
31003         utmp's ut_user member.  Reported by Andreas Jaeger.
31004
31005         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
31006         available. They are required for the declarations of getgrgid and
31007         getpwuid resp.
31008         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
31009         Reported by Andreas Jaeger.
31010
31011 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
31012
31013         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
31014         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
31015         so `make install' also works in VPATH builds.
31016
31017 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
31018
31019         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
31020         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
31021         can be used in subdirectories.
31022
31023 2000-12-29  Paul Eggert  <eggert@twinsun.com>
31024
31025         * lib/modechange.c: Do not assume that mode_t uses the
31026         traditional octal encoding.  E.g. "chmod 1 FOO" should set
31027         the other-execute bit of FOO even if S_IXOTH != 1.
31028
31029         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
31030         WOTH, XOTH, ALLM): New macros.
31031         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
31032          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
31033         Use them.
31034         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
31035         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
31036         (mode_compile):
31037         No need to use uintmax_t; unsigned long is long enough.
31038         Don't bother to get suffix since we don't use it.
31039
31040 2000-12-26  Jim Meyering  <meyering@lucent.com>
31041
31042         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
31043         better with autoheader.
31044
31045 2000-12-24  Jim Meyering  <meyering@lucent.com>
31046
31047         * lib/hash.c (is_prime): Return explicit boolean values.
31048         (hash_get_first): Return NULL to appease Irix5.6's 89.
31049         Reported by Nelson Beebe.
31050
31051 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
31052
31053         * lib/localcharset.c (locale_charset): Add support for Win32.
31054
31055 2000-12-18  Paul Eggert  <eggert@twinsun.com>
31056
31057         * lib/physmem.h, lib/physmem.c: New files.
31058
31059         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
31060         (noinst_HEADERS): Add physmem.h.
31061
31062         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
31063         't' for compatibility with Solaris 8 sort.
31064
31065 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
31066
31067         * lib/config.charset: Add support for BeOS.
31068
31069 2000-12-17  Jim Meyering  <meyering@lucent.com>
31070
31071         * m4/dos.m4 (jm_AC_DOS): New file and macro.
31072         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
31073
31074 2000-12-16  Jim Meyering  <meyering@lucent.com>
31075
31076         This bug had a serious impact on chown: `chown N:M FILE' (for integer
31077         N and M) would have treated it like `chown N:N FILE'.
31078
31079         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
31080
31081 2000-12-16  Jim Meyering  <meyering@lucent.com>
31082
31083         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
31084         SHELLS_FILE to a file name that's useful on djgpp systems.
31085         Include stdlib.h.
31086         (ADDITIONAL_DEFAULT_SHELLS): Define.
31087         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
31088         Based mostly on a patch from Prashant TR.
31089
31090 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
31091
31092         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
31093         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
31094         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
31095
31096 2000-12-08  Andreas Schwab  <schwab@suse.de>
31097
31098         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
31099         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
31100
31101 2000-12-07  Jim Meyering  <meyering@lucent.com>
31102
31103         * lib/stripslash.c (ISSLASH): Define.
31104         (strip_trailing_slashes): Use ISSLASH rather than comparing against
31105         `/'.
31106         From Prashant TR.
31107
31108         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
31109         (dir_name_r): Declare this function as static.
31110         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
31111         manifest itself on a name containing a mix of slashes and
31112         backslashes.
31113         Make this function work with names starting with a DOS-style
31114         drive letter and colon prefix.
31115         (dir_name): Append `.' if necessary.
31116         Based mostly on patches from Prashant TR and Eli Zaretskii.
31117
31118         * lib/dirname.h (dir_name_r): Remove prototype.
31119
31120 2000-12-06  Paul Eggert  <eggert@twinsun.com>
31121
31122         * m4/off_t-format.m4: Remove this file.
31123         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
31124
31125 2000-12-06  Jim Meyering  <meyering@lucent.com>
31126
31127         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
31128         replacement strtoull, we may well need the replacement strtoul, too.
31129         Check for declarations of strtoul and strtoull.
31130         Check for strtol.  Mainly as a cue to cause automake to include
31131         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
31132         Check for limits.h -- strtol.c needs it.
31133
31134 2000-12-05  Jim Meyering  <meyering@lucent.com>
31135
31136         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
31137
31138 2000-12-04  Jim Meyering  <meyering@lucent.com>
31139
31140         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
31141         Also include memory.h, stdlib.h, unistd.h if appropriate.
31142         Reported by Andreas Jaeger (conflicting declaration of malloc).
31143
31144 2000-12-02  Jim Meyering  <meyering@lucent.com>
31145
31146         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
31147         * m4/jm-macros.m4 (jm_MACROS): require it.
31148
31149 2000-12-02  Jim Meyering  <meyering@lucent.com>
31150
31151         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
31152
31153 2000-12-01  Paul Eggert  <eggert@twinsun.com>
31154
31155         * lib/memrchr.c: Include <config.h> before any system include file.
31156
31157 2000-11-30  Jim Meyering  <meyering@lucent.com>
31158
31159         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
31160
31161 2000-11-30  Jim Meyering  <meyering@lucent.com>
31162
31163         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
31164
31165 2000-11-29  Paul Eggert  <eggert@twinsun.com>
31166
31167         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
31168
31169 2000-11-26  Jim Meyering  <meyering@lucent.com>
31170
31171         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
31172
31173 2000-11-22  Paul Eggert  <eggert@twinsun.com>
31174
31175         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
31176         size of (size_t) -1; it's not portable.
31177
31178 2000-11-17  Jim Meyering  <meyering@lucent.com>
31179
31180         * lib/strstr.c: Update from GNU libc.
31181
31182 2000-11-17  Akim Demaille  <akim@epita.fr>
31183
31184         * lib/obstack.h: Formatting changes.
31185         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
31186         prevent type checking.
31187         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
31188         cast the value to (void *): assigning a `foo *' to a `void *'
31189         variable is valid.
31190         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
31191
31192 2000-11-16  Jim Meyering  <meyering@lucent.com>
31193
31194         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
31195
31196 2000-11-11  Jim Meyering  <meyering@lucent.com>
31197
31198         * lib/error.c: Add a couple #includes, merging from GNU libc version.
31199
31200 2000-11-10  Jim Meyering  <meyering@lucent.com>
31201
31202         * lib/obstack.h: Update from GNU libc.
31203         * lib/obstack.c: Likewise.
31204
31205 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
31206
31207         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
31208
31209 2000-11-06  Paul Eggert  <eggert@twinsun.com>
31210
31211         * lib/getusershell.c (setusershell): Use rewind rather than
31212         fseek/fseeko, to avoid configuration hassles with fseeko.
31213         Don't bother opening SHELLS_FILE if shellstream is NULL;
31214         it's not necessary.
31215
31216 2000-11-05  Jim Meyering  <meyering@lucent.com>
31217
31218         * lib/makepath.h (make_dir): Declare.
31219         * lib/makepath.c (make_dir): Remove `static' attribute.
31220         Tweak a comment.
31221
31222 2000-11-04  Jim Meyering  <meyering@lucent.com>
31223
31224         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
31225
31226 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
31227
31228         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
31229         last one in a bucket, advance to the next bucket.
31230
31231 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
31232
31233         * lib/fnmatch.c: Do not comment out all the code if we are using
31234         the GNU C library, because in some cases we are replacing buggy
31235         code in the GNU C library itself.
31236
31237 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
31238
31239         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
31240         (regex_compile): Catch bogus \(\1\).
31241
31242 2000-10-30  Paul Eggert  <eggert@twinsun.com>
31243
31244         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
31245         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
31246         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
31247
31248 2000-10-30  Paul Eggert  <eggert@twinsun.com>
31249
31250         * lib/error.h, getline.h, modechange.h:
31251         Remove "2000" from Copyright line, as the file hasn't been
31252         changed this year other than in the copyright notice.
31253
31254         * lib/xalloc.h: Add "2000" to Copyright line, as this file
31255         was changed this year.
31256
31257 2000-10-29  Jim Meyering  <meyering@lucent.com>
31258
31259         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
31260         renaming.
31261         * m4/ls-mntd-fs.m4: Likewise
31262
31263 2000-10-29  Jim Meyering  <meyering@lucent.com>
31264
31265         * lib/xstat.in: Fix grammar in comment.
31266
31267 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
31268
31269         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
31270         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
31271         doesn't define __restrict_arr.
31272
31273 2000-10-28  Jim Meyering  <meyering@lucent.com>
31274
31275         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
31276         (jm_PREREQ_MEMCHR): New function.
31277
31278 2000-10-28  Jim Meyering  <meyering@lucent.com>
31279
31280         * lib/memchr.c: Update from libc.
31281         Adjust for portability:
31282         [HAVE_STDLIB_H]: Include stdlib.h.
31283         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
31284         Undef __memchr, too.
31285         [!weak_alias]: Define __memchr to memchr.
31286
31287         * lib/regex.c: Update from libc.
31288         * lib/regex.h: Likewise.
31289         * lib/getopt1.c: Likewise.
31290         * lib/memcmp.c: Likewise.
31291
31292         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
31293         Avoid using fseek, when possible -- it's broken by design.
31294         Patch by Ulrich Drepper.
31295
31296 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
31297
31298         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
31299         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
31300         Giving in to popular pressure to shut up the compiler with casts.
31301
31302 2000-10-26  Jim Meyering  <meyering@lucent.com>
31303
31304         * lib/strftime.c: Update from libc.
31305
31306 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
31307
31308         * regex.c: More `unsigned char' -> `re_char' changes.
31309         Also change several `int' into `re_wchar_t'.
31310         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
31311         (PUSH_FAILURE_POINTER): Don't cast any more.
31312         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
31313         We want GCC to complain, since this piece of code makes
31314         re_match non-reentrant, which *should* be fixed.
31315         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
31316         (EXTEND_BUFFER): Use RETALLOC.
31317         (SET_LIST_BIT): Don't cast.
31318         (re_wchar_t): New type.
31319         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
31320         that those two functions will always properly return.
31321         (IMMEDIATE_QUIT_CHECK): Cast to void.
31322         (analyse_first): Use recursion rather than an explicit stack.
31323         (re_compile_fastmap): Can't fail anymore.
31324         (re_search_2): Don't check re_compile_fastmap for failure.
31325         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
31326         Now also sets the new value (passed in a new argument).
31327         (re_match_2_internal): Use it.
31328         Also, use a new var `reg' of type size_t when looping through regs
31329         rather than reuse the inappropriate `mcnt'.
31330
31331 2000-10-25  Jim Meyering  <meyering@lucent.com>
31332
31333         * lib/obstack.c: Update from libc.
31334
31335 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
31336
31337         * regex.c (regex_compile): Change the way of handling a range from
31338         a char less than 256 to a char not less than 256.
31339
31340 2000-10-24  Andrew Innes  <andrewi@gnu.org>
31341
31342         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
31343         NT-Emacs only.
31344         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
31345         so that re_search functions only quit when callers expect them to.
31346
31347 2000-10-23  Jim Meyering  <meyering@lucent.com>
31348
31349         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
31350         wrong.  That set_locale call must not have any side effects.
31351         From Paul Eggert.
31352
31353 2000-10-22  Jim Meyering  <meyering@lucent.com>
31354
31355         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
31356         [CYCLIC]: Remove now-unused definition.
31357
31358         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
31359         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
31360         Suggestion from Ulrich Drepper.
31361
31362 2000-10-21  Jim Meyering  <meyering@lucent.com>
31363
31364         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
31365         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
31366         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
31367
31368 2000-10-21  Jim Meyering  <meyering@lucent.com>
31369
31370         * lib/dirname.c (memrchr): Declare if necessary.
31371         (dir_name): Remove the restriction that there be no
31372         trailing slashes.  Now, this code skips past them, effectively
31373         ignoring them.
31374         [TEST_DIRNAME] (main): New unit tests.
31375
31376         * lib/memrchr.c: New file from GNU libc.
31377         Undef __memrchr, too.
31378         [!weak_alias]: Define __memrchr to memrchr.
31379         Guard weak_alias use with `#ifdef weak_alias'.
31380
31381 2000-10-21  Jim Meyering  <meyering@lucent.com>
31382
31383         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
31384         (dir_name): Use dir_name_r.
31385         * lib/dirname.h (dir_name_r): Declare it.
31386
31387 2000-10-17  Jim Meyering  <meyering@lucent.com>
31388
31389         * lib/quote.h (PARAMS): Define and use.
31390         Reported by Akim Demaille.
31391
31392         * lib/getopt.c: Update from libc.
31393
31394 2000-10-16  Jim Meyering  <meyering@lucent.com>
31395
31396         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
31397         setlocale.
31398         From Jan Fedak.
31399
31400 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
31401
31402         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
31403
31404 2000-09-25  Jim Meyering  <meyering@lucent.com>
31405
31406         * lib/md5.h (rol): Define (from GnuPG).
31407
31408         * lib/sha.c: Give credit (GnuPG) where due.
31409         (M): Use rol rather than open-coding it.
31410         Add a FIXME comment.
31411
31412 2000-09-21  Jim Meyering  <meyering@lucent.com>
31413
31414         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
31415         Reported by Michael Stone.
31416
31417 2000-09-20  Jim Meyering  <meyering@lucent.com>
31418
31419         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
31420         (noinst_HEADERS): Add sha.h.
31421         Based on code from Scott G. Miller and from GnuPG.
31422
31423 2000-09-18  Jim Meyering  <meyering@lucent.com>
31424
31425         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
31426         LIBS. Otherwise, everyone ends up linking with -lelf for some
31427         configurations.
31428         Reported by Mike Stone.
31429
31430 2000-09-15  Jim Meyering  <meyering@lucent.com>
31431
31432         * lib/regex.c: Update from libc.
31433
31434 2000-09-10  Jim Meyering  <meyering@lucent.com>
31435
31436         * lib/getopt.c (_getopt_internal): Update from glibc.
31437
31438 2000-09-09  Jim Meyering  <meyering@lucent.com>
31439
31440         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
31441         think it should be used as a general replacement for isascii.
31442         * lib/fnmatch.c: Likewise.
31443         * lib/mbswidth.c: Likewise
31444         * lib/regex.c: Likewise.
31445
31446         Don't use atoi.
31447         * lib/userspec.c: Include sys/param.h and limits.h.
31448         Include xstrtol.h.
31449         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
31450         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
31451         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
31452         UID, GID.  Check range.
31453
31454 2000-09-06  Jim Meyering  <meyering@lucent.com>
31455
31456         * lib/getopt.c (_getopt_internal): Update from glibc.
31457
31458 2000-08-30  Jim Meyering  <meyering@lucent.com>
31459
31460         * lib/strftime.c: Merge in changes from GNU libc.
31461
31462 2000-08-26  Jim Meyering  <meyering@lucent.com>
31463
31464         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
31465         * m4/fpending.m4: New file.
31466
31467 2000-08-26  Jim Meyering  <meyering@lucent.com>
31468
31469         * lib/closeout.c: Include "__fpending.h".
31470         (close_stdout_status): Return right away if there's nothing to flush.
31471
31472         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
31473         * lib/__fpending.c: New file.
31474         * lib/__fpending.h: New file.
31475
31476 2000-08-20  Jim Meyering  <meyering@lucent.com>
31477
31478         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
31479         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
31480         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
31481
31482 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
31483
31484         Improve fileutils installation on systems where running
31485         programs (like install) can't be unlinked.
31486         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
31487         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
31488
31489 2000-08-07  Paul Eggert  <eggert@twinsun.com>
31490
31491         Standardize on "memory exhausted" instead of "Memory exhausted"
31492         or "virtual memory exhausted".
31493         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
31494         "virtual memory exhausted".
31495         * lib/same.c (same_name): Invoke xalloc_die instead of printing
31496         our own message.
31497         * lib/userspec.c (parse_user_spec): Likewise.
31498         * lib/bumpalloc.h: comment fix
31499         * lib/same.c, userspec.c: Include xalloc.h.
31500
31501         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
31502         not char *const and pointing to a constant array.
31503         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
31504         (xrealloc): Comment fix.
31505
31506         * lib/userspec.c (parse_user_spec):
31507         Don't translate a message until just before returning,
31508         to avoid unnecessary translation.
31509
31510 2000-08-07  Jim Meyering  <meyering@lucent.com>
31511
31512         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
31513         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
31514         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
31515         getgroups.c, gethostname.c, getopt.h, group-member.c,
31516         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
31517         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
31518         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
31519         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
31520         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
31521         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
31522         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
31523         yesno.c: Back out Copyright date changes for each file with no change
31524         this year.  This eases coordination with other programs using the same
31525         source code modules.  From Paul Eggert.
31526
31527 2000-08-06  Paul Eggert  <eggert@twinsun.com>
31528
31529         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
31530         not char, for compatibility with glibc 2.1.3 strftime.c.
31531
31532 2000-08-03  Greg McGary  <greg@mcgary.org>
31533
31534         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
31535         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
31536         (EXTEND_BUFFER): Use them.
31537
31538 2000-08-01  Jim Meyering  <meyering@lucent.com>
31539
31540         * lib/dirname.c (ISSLASH): Define.
31541         (BACKSLASH_IS_PATH_SEPARATOR): Define.
31542         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
31543         both `\' and `/' may be use as path separators.
31544         Based on a patch from Prashant TR.
31545
31546 2000-07-31  Paul Eggert  <eggert@twinsun.com>
31547
31548         * lib/quotearg.c (quotearg_n_options): Don't make the initial
31549         slot vector a constant, since it might get modified.
31550
31551 2000-07-31  Jim Meyering  <meyering@lucent.com>
31552
31553         * lib/xmalloc.c: Use `virtual memory exhausted', not
31554         `Memory exhausted'.
31555         * lib/obstack.c (print_and_abort): Likewise.
31556
31557 2000-07-30  Paul Eggert  <eggert@twinsun.com>
31558
31559         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
31560         buffer, so that the caller can always quote one small
31561         component of a "memory exhausted" message in slot 0.
31562         From a suggestion by Jim Meyering.
31563
31564 2000-07-30  Jim Meyering  <meyering@lucent.com>
31565
31566         * lib/makepath.c (make_path): Quote the other instance, too.
31567
31568         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
31569         (STATIC_BUF_SIZE): Define.
31570         (quotearg_n_options): Use only statically allocated storage when
31571         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
31572         than STATIC_BUF_SIZE.
31573
31574 2000-07-29  Jim Meyering  <meyering@lucent.com>
31575
31576         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
31577         * lib/dirname.c (dir_name): Likewise.
31578
31579         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
31580         `/'.
31581
31582         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
31583         (dir_name): Assert that there are no trailing slashes.
31584
31585 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
31586
31587         * lib/mbswidth.h (mbswidth): Add a flags argument.
31588         (mbswidth): New declaration.
31589         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
31590         * lib/mbswidth.c (mbswidth): Add a flags argument.
31591         (mbsnwidth): New function.
31592
31593 2000-07-24  Jim Meyering  <meyering@lucent.com>
31594
31595         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
31596
31597 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31598
31599         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
31600
31601 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31602
31603         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
31604         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
31605         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
31606         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
31607         invoke multibyte primitives.
31608
31609 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31610
31611         * lib/quotearg.c:
31612         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
31613         so that mbstate_t is always defined.
31614
31615         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
31616         be 1 in at least one GCC installation, and this configuration
31617         error is likely to be common.  Ignoring MB_LEN_MAX hurts
31618         performance on hosts that have mbrtowc but have only unibyte
31619         locales, but I assume these hosts are rare.
31620
31621 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31622
31623         * lib/mbswidth.c (_XOPEN_SOURCE):
31624         Don't define; this causes problems on Solaris 7.
31625         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
31626
31627 2000-07-23  Jim Meyering  <meyering@lucent.com>
31628
31629         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
31630         too: getgrgid, getpwuid, getuid.
31631
31632 2000-07-23  Jim Meyering  <meyering@lucent.com>
31633
31634         * lib/basename.c (base_name): Add an assertion.
31635
31636 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
31637
31638         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
31639         shadow its mbsinit function.
31640
31641 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31642
31643         * lib/mbswidth.h: New file.
31644         * lib/mbswidth.c: New file.
31645         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
31646         (noinst_HEADERS): Add mbswidth.h.
31647
31648 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31649
31650         * lib/config.charset: Add support for FreeBSD. Improve support for
31651         HP-UX and IRIX 6.
31652
31653 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
31654
31655         * m4/mbswidth.m4: New file.
31656         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
31657
31658 2000-07-15  Jim Meyering  <meyering@lucent.com>
31659
31660         * lib/makepath.c: Include quote.h.
31661         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
31662         corresponding argument in a `quote (...)' call.
31663         Give better diagnostics.
31664
31665         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
31666         (noinst_HEADERS): Add quote.h.
31667
31668         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
31669         from tar's src/misc.c.
31670         * lib/quote.h: New file.  Prototypes for same.
31671
31672 2000-07-14  Paul Eggert  <eggert@twinsun.com>
31673
31674         From a suggestion by Bruno Haible.
31675         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
31676         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
31677         to decide whether to define the BeOS workaround macro;
31678         this adjusts to the change to AC_MBSTATE_T.
31679
31680 2000-07-14  Jim Meyering  <meyering@lucent.com>
31681
31682         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
31683         jm_AC_TYPE_UINTMAX_T.
31684
31685 2000-07-13  Paul Eggert  <eggert@twinsun.com>
31686
31687         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
31688
31689         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
31690         quotearg_buffer_restyled): Add support for
31691         clocale_quoting_style.  Undo previous change to
31692         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
31693         and "{RIGHT QUOTATION MARK}" msgids.
31694
31695 2000-07-10  Paul Eggert  <eggert@twinsun.com>
31696
31697         From a suggestion by Bruno Haible.
31698         * m4/mbstate_t.m4 (AC_MBSTATE_T):
31699         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
31700         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
31701         and mbstate_t, to a single-part test that simply defines mbstate_t.
31702         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
31703         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
31704
31705 2000-07-10  Jim Meyering  <meyering@lucent.com>
31706
31707         * m4/strerror_r.m4: Mirror the correction made in autoconf.
31708
31709         * m4/gnu-source.m4: Output to confdefs.h directly.
31710         Suggestion from Akim Demaille.
31711
31712 2000-07-09  Paul Eggert  <eggert@twinsun.com>
31713
31714         The old behavior of quoting `like this' doesn't look good with
31715         newer, ISO-style fonts.  See:
31716         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
31717
31718         Instead, quote "like this" by default.  Let the translator
31719         tailor the locale-specific quoting behavior by providing
31720         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
31721
31722         * lib/quotearg.c (N_): New macro.
31723         (gettext_default): New function.
31724         (quotearg_buffer_restyled): Use
31725         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
31726         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
31727
31728 2000-07-09  Jim Meyering  <meyering@lucent.com>
31729
31730         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
31731         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
31732
31733         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
31734         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
31735
31736 2000-07-09  Jim Meyering  <meyering@lucent.com>
31737
31738         * lib/Most files: Update copyright dates to include 2000.
31739
31740 2000-07-08  Jim Meyering  <meyering@lucent.com>
31741
31742         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
31743         if not defined.
31744         (xgethostname): Remove now-unnecessary #ifdef.
31745         Move declaration of `err' into loop where it's used.
31746
31747 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31748         and Bruno Haible  <haible@clisp.cons.org>
31749
31750         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
31751         only if the test for an object-type mbstate_t fails.  This
31752         prevents us from mistakenly reporting that mbstate_t is a
31753         system object type after we "#define mbstate_t int" to work
31754         around its lack.
31755
31756 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31757         and Bruno Haible  <haible@clisp.cons.org>
31758
31759         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
31760
31761 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31762
31763         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
31764         to strerror_r.
31765         Include <ctype.h> for use of isalpha.
31766
31767 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31768
31769         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
31770         by allocating a larger buffer. Test the gethostname return value for
31771         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
31772         returns an error and ENAMETOOLONG isn't defined.
31773
31774 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31775
31776         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
31777         dimension.
31778
31779 2000-07-04  Jim Meyering  <meyering@lucent.com>
31780
31781         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
31782         of the deprecated AC_CHECKING.
31783
31784 2000-07-04  Jim Meyering  <meyering@lucent.com>
31785
31786         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
31787         Reported by Bruno Haible.
31788
31789 2000-07-04  Jim Meyering  <meyering@lucent.com>
31790
31791         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
31792         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
31793         lacks mbrtowc.
31794
31795 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31796
31797         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
31798         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
31799
31800 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31801         and Bruno Haible  <haible@clisp.cons.org>
31802
31803         * lib/quotearg.c (mbrtowc):
31804         Assign to *pwc, and return 1 only if result is nonzero.
31805         (iswprint): Use ISPRINT when substituting our own mbrtowc.
31806
31807 2000-07-03  Jim Meyering  <meyering@lucent.com>
31808
31809         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
31810
31811 2000-07-03  Jim Meyering  <meyering@lucent.com>
31812
31813         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
31814         This is necessary to get a definition of e.g., UTMP_FILE on
31815         HP-UX 10.20.
31816         From Bob Proulx.
31817
31818 2000-07-02  Jim Meyering  <meyering@lucent.com>
31819
31820         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
31821
31822         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
31823         AC_LIBOBJ(function_name).
31824         * m4/chown.m4: Likewise.
31825         * m4/fnmatch.m4: Likewise.
31826         * m4/ftruncate.m4: Likewise.
31827         * m4/getgroups.m4: Likewise.
31828         * m4/getline.m4: Likewise.
31829         * m4/group-member.m4: Likewise.
31830         * m4/jm-macros.m4: Likewise.
31831         * m4/lstat.m4: Likewise.
31832         * m4/malloc.m4: Likewise.
31833         * m4/memcmp.m4: Likewise.
31834         * m4/nanosleep.m4: Likewise.
31835         * m4/putenv.m4: Likewise.
31836         * m4/realloc.m4: Likewise.
31837         * m4/regex.m4: Likewise.
31838         * m4/stat.m4: Likewise.
31839         * m4/strftime.m4: Likewise.
31840
31841 2000-07-02  Jim Meyering  <meyering@lucent.com>
31842
31843         * lib/quotearg.c (mbstate_t): Don't define here.
31844
31845 2000-07-02  Jim Meyering  <meyering@lucent.com>
31846
31847         * lib/nanosleep.c (SIGCONT): Define if not already defined.
31848
31849 2000-07-01  Jim Meyering  <meyering@lucent.com>
31850
31851         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
31852
31853 2000-07-01  Jim Meyering  <meyering@lucent.com>
31854
31855         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
31856         problem.
31857
31858 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31859
31860         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
31861         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
31862
31863 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31864
31865         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
31866         per change in ../m4/ls-mntd-fs.m4.
31867         (read_filesystem_list): Ignore symbolic links.
31868
31869 2000-06-29  Jim Meyering  <meyering@lucent.com>
31870
31871         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
31872         for declaration of strcmp.
31873
31874         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
31875
31876         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
31877         Avoid warning by casting result to `char *' to remove `const'.
31878
31879 2000-06-28  Jim Meyering  <meyering@lucent.com>
31880
31881         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
31882         included by quotearg.c, for which we perform this test.  From
31883         Bruno Haible.
31884
31885 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31886
31887         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
31888         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
31889         <utmpx.h> exists, put readutmp.o into LIBOBJS.
31890
31891 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31892
31893         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
31894
31895 2000-06-26  Paul Eggert  <eggert@twinsun.com>
31896
31897         savedir now sets errno on failure and invokes xmalloc to get memory.
31898         Fix a couple of other minor bugs while we're at it.
31899
31900         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
31901         (NAMLEN): Remove macro.
31902         (malloc, realloc): Remove decls.
31903         (stpcpy): Likewise.
31904         ("xalloc.h"): Include.
31905         (NAME_SIZE_DEFAULT): New macro.
31906         (savedir): Use xmalloc / xrealloc to allocate memory.
31907         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31908         Skip "" directory entries.
31909         Use strlen to calculate directory entry length, since the old method
31910         is rarely used these days and isn't worth supporting.
31911         Don't use a pointer after freeing it.
31912         Check for integer overflow when calculating allocation size.
31913         Use memcpy to copy entries, instead of stpcpy.
31914         Set errno properly when returning NULL.
31915         Check for readdir error.
31916
31917 2000-06-26  Jim Meyering  <meyering@lucent.com>
31918
31919         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31920
31921 2000-06-25  Jim Meyering  <meyering@lucent.com>
31922
31923         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31924         Linux header bug when _XOPEN_SOURCE is defined to 500.
31925
31926 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31927
31928         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31929         deficiency.
31930
31931 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31932
31933         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31934         Include xalloc.h.
31935         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31936
31937 2000-06-24  Jim Meyering  <meyering@lucent.com>
31938
31939         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31940         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31941         for which strerror does return char*, but which lacks a conveniently
31942         accessible declaration of the function.  If the compile-test says
31943         strerror_r doesn't work, then resort to a `run'-test that works on
31944         BeOS and segfaults on DEC Unix.
31945
31946 2000-06-24  Jim Meyering  <meyering@lucent.com>
31947
31948         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31949
31950 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31951
31952         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31953         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31954
31955 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31956
31957         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31958         (mbrtowc, mbstate_t): Define substitutes if
31959         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31960         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31961         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31962
31963 2000-06-23  Jim Meyering  <meyering@lucent.com>
31964
31965         * m4/afs.m4: Add missing AC_MSG_RESULT.
31966         Reported by Bruno Haible.
31967
31968         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31969         Suggestion from Bruno Haible.
31970
31971 2000-06-23  Jim Meyering  <meyering@lucent.com>
31972
31973         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31974
31975 2000-06-21  Jim Meyering  <meyering@lucent.com>
31976
31977         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31978
31979 2000-06-21  Jim Meyering  <meyering@lucent.com>
31980
31981         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31982         (noinst_HEADERS): Add getstr.h.
31983
31984         * lib/getline.c (getstr): Move into a separate file.
31985         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31986         the following changes: new parameter, delim2; both delim[12]
31987         parameters have type `int', not `char'.  The latter would lose
31988         with 8-bit delimiters.
31989         * lib/getstr.h: New file.
31990
31991 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
31992
31993         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
31994         than 1024, return a memory chunk of least possible size, instead
31995         of size PATH_MAX + 2. In the loop, increment the size proportionally.
31996         Use free/xmalloc instead of xrealloc to avoid copying for very long
31997         paths.
31998
31999 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
32000
32001         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
32002         the empty string.
32003
32004 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
32005
32006         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
32007         address, not strdup.  Include <stdlib.h> and don't declare free().
32008
32009 2000-06-19  Jim Meyering  <meyering@lucent.com>
32010
32011         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
32012
32013 2000-06-18  Jim Meyering  <meyering@lucent.com>
32014
32015         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
32016
32017         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
32018         `checking whether...' message to be consistent with that of the
32019         lstat test.
32020
32021 2000-06-18  Jim Meyering  <meyering@lucent.com>
32022
32023         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
32024         Besides, these days every porting target provides a mkdir function.
32025
32026         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
32027         needed. (this snippet comes from src/system.h).
32028
32029 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
32030
32031         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
32032
32033 2000-06-15  Paul Eggert  <eggert@twinsun.com>
32034
32035         * lib/human.c (adjust_value): New function.
32036         (human_readable_inexact): Apply rounding style even when
32037         printing approximate values.
32038
32039 2000-06-14  Paul Eggert  <eggert@twinsun.com>
32040
32041         * lib/human.c (human_readable_inexact): Allow an input block
32042         size that is not a multiple of the output block size, and vice versa.
32043         Reported by Piergiorgio Sartor.
32044
32045 2000-06-14  Paul Eggert  <eggert@twinsun.com>
32046
32047         * lib/getdate.y (get_date): Apply relative times after time
32048         zone indicator, not before.  Reported by Todd A. Jacobs.
32049
32050 2000-06-13  Jim Meyering  <meyering@lucent.com>
32051
32052         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
32053
32054         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
32055
32056 2000-06-12  Paul Eggert  <eggert@twinsun.com>
32057
32058         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
32059
32060 2000-06-12  Jim Meyering  <meyering@lucent.com>
32061
32062         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
32063         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
32064         optional argument.
32065         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
32066         the optional argument, `lib'.
32067
32068 2000-06-08  Jim Meyering  <meyering@lucent.com>
32069
32070         * m4/largefile.m4: Remove file (now that it's part of autoconf).
32071
32072 2000-06-04  Paul Eggert  <eggert@twinsun.com>
32073
32074         Rewrite largefile configuration so that we don't need to run
32075         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
32076         AC_CANONICAL_HOST in configure.in -- jmm]
32077
32078         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
32079         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
32080         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
32081         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
32082         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
32083         All uses changed.
32084         Instead of inspecting the output of getconf, try to compile the
32085         test program without and with the macro definition.
32086         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
32087         for getconf.  Instead, check for the needed flags by compiling
32088         test programs.
32089
32090 2000-06-04  Paul Eggert  <eggert@twinsun.com>
32091
32092         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
32093
32094 2000-06-04  Jim Meyering  <meyering@lucent.com>
32095
32096         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
32097         SunOS 4.1.4 for which gid_t is an unsigned type.
32098
32099 2000-06-03  Jim Meyering  <meyering@lucent.com>
32100
32101         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
32102         now that autoconf requires that.
32103
32104         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
32105         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
32106         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
32107
32108 2000-06-03  Jim Meyering  <meyering@lucent.com>
32109
32110         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
32111
32112 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
32113
32114         * m4/glibc21.m4: New file.
32115         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
32116
32117 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
32118
32119         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
32120         newer, don't install charset.alias.
32121         * lib/config.charset: Change the Linux/glibc rules so they become empty
32122         on glibc-2.1 or newer.
32123
32124 2000-06-02  Jim Meyering  <meyering@lucent.com>
32125
32126         * lib/mountlist.c: Back out last change.  Instead, do this...
32127         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
32128         me_dummy member using the same `ignore'-testing code.
32129         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
32130         fs_type strings.
32131         From Mark D. Roth.
32132
32133 2000-05-29  Jim Meyering  <meyering@lucent.com>
32134
32135         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
32136         mounts with the `ignore' attribute.  Based on a patch from
32137         Mark D. Roth.
32138
32139 2000-05-28  Jim Meyering  <meyering@lucent.com>
32140
32141         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
32142         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32143         * m4/stat.m4: Likewise.
32144         * m4/lstat.m4: Likewise.
32145         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
32146
32147         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
32148         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
32149
32150 2000-05-26  Jim Meyering  <meyering@lucent.com>
32151
32152         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
32153
32154 2000-05-24  Jim Meyering  <meyering@lucent.com>
32155
32156         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
32157         autoconf requires that.
32158         * m4/lib-check.m4: Likewise.
32159         * m4/jm-macros.m4: Likewise.
32160         * m4/strftime.m4: Likewise.
32161
32162         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
32163         AC_CHECK_DECLS, now that autoconf requires that.
32164
32165 2000-05-22  Jim Meyering  <meyering@lucent.com>
32166
32167         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32168         * m4/lstat.m4: Likewise.
32169
32170 2000-05-22  Jim Meyering  <meyering@lucent.com>
32171
32172         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
32173
32174 2000-05-20  Jim Meyering  <meyering@lucent.com>
32175
32176         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
32177         (jm_PREREQ): Use it.
32178
32179 2000-05-18  Jim Meyering  <meyering@lucent.com>
32180
32181         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
32182         back, too, since it may have been modified by allocate_entry.
32183         (hash_delete): Rewrite to use neither the assignment operator
32184         nor the comma operator in an if-expression.
32185
32186 2000-05-15  Paul Eggert  <eggert@twinsun.com>
32187
32188         * lib/closeout.c:
32189         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
32190         Remove; no longer needed.
32191         "quotearg.h": Add include.
32192         (file_name): Do not bother to explicitly initialize to NULL; it's less
32193         efficient on some hosts.
32194         (close_stdout_status): Remove test as to whether stdout was already
32195         closed; it breaks for the case "echo x | sort >&-".
32196         Quote file name colons.
32197         Do not assume that _("write error") lacks format strings.
32198
32199 2000-05-15  Jim Meyering  <meyering@lucent.com>
32200
32201         * lib/version-etc.c (version_etc_copyright): Update the copyright
32202         string used in all --version output.
32203
32204 2000-05-14  Jim Meyering  <meyering@lucent.com>
32205
32206         * lib/closeout.c (close_stdout_set_file_name): New function.
32207         (close_stdout_status): Use new file-scoped global.
32208         Return right away if fstat says the stdout file descriptor is invalid.
32209         * lib/closeout.h (close_stdout_set_file_name): Declare.
32210
32211 2000-05-10  Jim Meyering  <meyering@lucent.com>
32212
32213         * lib/closeout.c [default_exit_status]: New file-scoped variable.
32214         (close_stdout_set_status): New function.
32215         * lib/closeout.h (close_stdout_set_status): Declare.
32216
32217 2000-05-09  Jim Meyering  <meyering@lucent.com>
32218
32219         * m4/gettext.m4: Rename this...
32220         * m4/libintl.m4: ...to this.
32221
32222 2000-05-08  Jim Meyering  <meyering@lucent.com>
32223
32224         * lib/long-options.c: Don't include closeout.h.
32225         (parse_long_options): Don't call close_stdout for --version.
32226
32227 2000-05-06  Paul Eggert  <eggert@twinsun.com>
32228
32229         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
32230         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
32231         2.1.3 bug.  This avoids a clash when files like regex.c define
32232         _GNU_SOURCE.
32233
32234 2000-05-06  Jim Meyering  <meyering@lucent.com>
32235
32236         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
32237         (AC_REPLACE_FUNCS): Add strnlen.
32238
32239         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
32240         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
32241
32242         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
32243         AC_SEARCH_LIBS call for nanosleep.
32244         (LIB_NANOSLEEP): Set and AC_SUBST.
32245
32246 2000-05-06  Jim Meyering  <meyering@lucent.com>
32247
32248         * lib/strnlen.c: Undefine __strnlen and strnlen.
32249         [!weak_alias]: Define __strnlen to strnlen.
32250
32251         * lib/atexit.c: New file, from libiberty.
32252
32253 2000-05-06  Jim Meyering  <meyering@lucent.com>
32254
32255         * lib/closeout.c (close_stdout_status): Also check for errors on the
32256         stderr stream.
32257
32258 2000-05-05  Jim Meyering  <meyering@lucent.com>
32259
32260         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
32261         AC_SEARCH_LIBS call for clock_gettime.
32262         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
32263
32264         * m4/search-libs.m4: Update from autoconf.
32265
32266         su doesn't work on Solaris 2.6.
32267         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
32268         <shadow.h>.  Reported by Dragos Harabor.
32269
32270 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
32271
32272         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
32273         memcpy instead of xmalloc, xrealloc, path_concat.
32274         (locale_charset): Treat empty environment variables as absent.
32275         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
32276
32277 2000-05-04  Jim Meyering  <meyering@lucent.com>
32278
32279         * lib/getopt.c: Update from glibc.
32280         * lib/obstack.c: Likewise.
32281         * lib/obstack.h: Likewise.
32282         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
32283         file
32284
32285         * lib/regex.h: Likewise.
32286         * lib/strndup.c: Likewise.
32287         * lib/strnlen.c: New file, from glibc.
32288
32289 2000-05-03  Jim Meyering  <meyering@lucent.com>
32290
32291         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
32292
32293 2000-05-02  Paul Eggert  <eggert@twinsun.com>
32294
32295         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
32296         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
32297         compile-time test, rather than inspecting host and OS, to
32298         decide whether to define _LARGEFILE_SOURCE.
32299
32300 2000-05-01  Jim Meyering  <meyering@lucent.com>
32301
32302         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
32303
32304         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
32305         Based on a patch from Bruno Haible.
32306
32307 2000-05-01  Jim Meyering  <meyering@lucent.com>
32308
32309         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
32310
32311 2000-04-29  Jim Meyering  <meyering@lucent.com>
32312
32313         * lib/path-concat.c: Declare strdup only if it's not defined.
32314         * lib/canon-host.c: Likewise.
32315
32316 2000-04-28  Jim Meyering  <meyering@lucent.com>
32317
32318         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
32319         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
32320         is included first, then limits.h is included by locale.h by libintl.h.
32321         From John David Anglin.
32322
32323 2000-04-25  Jim Meyering  <meyering@lucent.com>
32324
32325         * lib/makepath.c (S_IRWXUGO): Define.
32326         (make_path): Always perform explicit chmod if MODE specifies any
32327         of the `special' permission bits.  Prompted by a bug report against
32328         install from Mate Wierdl and Joost van Baal.
32329
32330 2000-04-18  Jim Meyering  <meyering@lucent.com>
32331
32332         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
32333         (jm_PREREQ): Use it.
32334
32335 2000-04-18  Jim Meyering  <meyering@lucent.com>
32336
32337         * lib/README: New file.
32338
32339         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
32340         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
32341
32342 2000-04-17  Jim Meyering  <meyering@lucent.com>
32343
32344         Get it right :-)
32345         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
32346         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
32347         Suggestion from Akim Demaille.
32348
32349 2000-04-17  Jim Meyering  <meyering@lucent.com>
32350
32351         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
32352         the definition of it to rpl_strftime also defined-away the system's
32353         declaration.
32354
32355 2000-04-15  Jim Meyering  <meyering@lucent.com>
32356
32357         Use `C' to denote so-called `contiguous' files, the same way
32358         that tar does.
32359         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
32360         (ftypelet): Use S_ISCTG.
32361         From Michael Deutschmann.
32362
32363 2000-04-14  Jim Meyering  <meyering@lucent.com>
32364
32365         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
32366         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
32367         clobbered.
32368
32369 2000-04-14  Jim Meyering  <meyering@lucent.com>
32370
32371         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
32372
32373 2000-04-13  Jim Meyering  <meyering@lucent.com>
32374
32375         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
32376         AH_VERBATIM to insert required #ifndef into config.h.in.
32377         Suggestion from Akim Demaille.
32378
32379 2000-04-12  Jim Meyering  <meyering@lucent.com>
32380
32381         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
32382         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
32383         Christian Krackowizer.
32384
32385         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
32386         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
32387         (AC_SYS_LARGEFILE): Require.
32388         (AM_C_PROTOTYPES): Require.
32389
32390 2000-04-08  Jim Meyering  <meyering@lucent.com>
32391
32392         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
32393         names don't conflict.  Reported by Eli Zaretskii.
32394
32395 2000-04-07  Jim Meyering  <meyering@lucent.com>
32396
32397         * lib/putenv.c: Move inclusion of errno.h so it follows that of
32398         sys/types.h, to work around system header problems on AIX 3.2.5.
32399         From Bruno Haible.
32400
32401 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
32402
32403         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
32404         bug.  Deal with the different error behavior of Irix iconv.
32405
32406 2000-04-05  Paul Eggert  <eggert@twinsun.com>
32407
32408         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
32409         IRIX if the installer said otherwise.
32410
32411 2000-04-05  Jim Meyering  <meyering@lucent.com>
32412
32413         Portability tweaks required for ultrix4.3.
32414         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
32415         (jm_CHECK_DECLS): Add getutent to the list of functions.
32416         (_jm_DECL_HEADERS): Add utmpx.h.
32417         From John David Anglin.
32418
32419         * m4/strftime.m4: Back out the 2000-04-02 change.
32420         Instead of that change, simply undefine putenv in the test program.
32421
32422 2000-04-05  Jim Meyering  <meyering@lucent.com>
32423
32424         Portability tweaks required for ultrix4.3.
32425         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
32426         getutent.
32427         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
32428         * lib/canon-host.c: Declare strdup.
32429         * lib/path-concat.c: Likewise.
32430         From John David Anglin.
32431
32432 2000-04-04  Jim Meyering  <meyering@lucent.com>
32433
32434         Be more DOS 8.3-friendly.
32435         * lib/ref-add.sin: Renamed from ref-add.sed.in.
32436         * lib/ref-del.sin: Renamed from ref-del.sed.in.
32437         * lib/Makefile.am: Reflect renaming.
32438         Reported by Eli Zaretskii.
32439
32440         Use a temporary file name that won't clash with `charset.alias'
32441         in the DOS 8.3 name space.
32442         * lib/Makefile.am (charset_tmp): Define.
32443         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
32444         (uninstall-local): Likewise.
32445         Reported by Eli Zaretskii.
32446
32447 2000-04-03  Jim Meyering  <meyering@lucent.com>
32448
32449         * m4/gettext.m4: Fix typo in comment.
32450
32451         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
32452         textutils/configure.in).  Suggestion from Paul Eggert.
32453         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
32454
32455 2000-04-02  Paul Eggert  <eggert@twinsun.com>
32456
32457         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
32458         variable in the shell rather than using putenv, which isn't
32459         portable.  This avoids the configure-time inter-test dependency
32460         on the potentially-renamed putenv function.
32461
32462 2000-03-30  Paul Eggert  <eggert@twinsun.com>
32463
32464         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
32465         before checking struct stat.st_blksize, so that
32466         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
32467
32468 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32469
32470         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
32471         since strftime.c uses HAVE_STRFTIME to decide whether to use
32472         the underlying strftime.
32473
32474 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32475
32476         * lib/time/strftime.c (my_strftime): Make sure we call the system
32477         strftime, not ourselves, when invoking the underlying strftime.
32478
32479 2000-03-24  Jim Meyering  <meyering@lucent.com>
32480
32481         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
32482         (charset_alias): Define.
32483         (install-exec-local): Factor out common code.
32484         (uninstall-local): Split lines longer than 80.
32485         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
32486         (SUFFIXES): Define.
32487         (.sed.in.sed): New rule.  Don't redirect directly to $@.
32488         (CLEANFILES): Add ref-add.sed and ref-del.sed.
32489
32490 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
32491
32492         * lib/config.charset: Output a line containing "Packages using this
32493         file".
32494         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
32495         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
32496         ref-del.sed): New rules.
32497
32498 2000-03-17  Jim Meyering  <meyering@lucent.com>
32499
32500         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
32501         Otherwise, include <strings.h>
32502
32503 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
32504
32505         * lib/unicodeio.c (utf8_wctomb): New function.
32506         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
32507         format instead of in UCS-4 with platform dependent endianness.
32508
32509 2000-03-10  Jim Meyering  <meyering@lucent.com>
32510
32511         * m4/lib-check.m4: Look for getspnam in -lgen, too.
32512         From Marco Franzen.
32513
32514 2000-03-07  Paul Eggert  <eggert@twinsun.com>
32515
32516         * lib/savedir.c (savedir): Work even if directory size is
32517         negative; this can happen with some screwy NFS configurations.
32518
32519 2000-03-06  Jim Meyering  <meyering@lucent.com>
32520
32521         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
32522         if it's NULL (because we ran out of memory).  From Bruno Haible.
32523
32524 2000-03-05  Jim Meyering  <meyering@lucent.com>
32525
32526         * lib/localcharset.c ("path-concat.h"): Include.
32527         (get_charset_aliases): Use path_concat instead of ANSI string
32528         concatenation.
32529
32530         * lib/unicodeio.h (PARAMS): Define.
32531         Use it to guard prototype.
32532
32533 2000-03-04  Jim Meyering  <meyering@lucent.com>
32534
32535         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
32536         for lib/localcharset.c.
32537
32538 2000-03-04  Jim Meyering  <meyering@lucent.com>
32539
32540         * lib/Makefile.am (install-exec-local): Create $(libdir) before
32541         installing into it.
32542         (uninstall-local): Uncomment this rule so `make distcheck' works
32543         once again.
32544
32545         * lib/unicodeio.c (<errno.h>): Include it.
32546         (errno): Declare if not defined.
32547
32548         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
32549
32550         * lib/config.charset: New version, incorporating remarks from a linux
32551         i18n mailing list.  From Bruno Haible.
32552
32553 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
32554
32555         * m4/codeset.m4: New file.
32556         * m4/iconv.m4: New file.
32557         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
32558
32559 2000-03-03  Jim Meyering  <meyering@lucent.com>
32560
32561         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
32562
32563 2000-03-02  Jim Meyering  <meyering@lucent.com>
32564
32565         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
32566         the messages come out on separate lines.
32567
32568         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
32569         rather than jm_CHECK_DECLARATIONS.
32570         * m4/decl.m4: Remove now-unused file.
32571
32572         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
32573         geteuid.
32574
32575 2000-03-02  Jim Meyering  <meyering@lucent.com>
32576
32577         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
32578
32579 2000-03-01  Jim Meyering  <meyering@lucent.com>
32580
32581         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
32582         * lib/unicodeio.c: Likewise.
32583
32584 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
32585
32586         * lib/config.charset: New file.
32587         * lib/localcharset.c: New file.
32588         * lib/unicodeio.h, lib/unicodeio.c: New files.
32589         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
32590         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
32591         (noinst_HEADERS): Add unicodeio.h.
32592         (all-local, install-exec-local, charset.alias): New targets.
32593
32594 2000-02-28  Paul Eggert  <eggert@twinsun.com>
32595
32596         * lib/quotearg.c (ALERT_CHAR): New macro.
32597         (quotearg_buffer_restyled): Use it.
32598
32599 2000-02-27  Jim Meyering  <meyering@lucent.com>
32600
32601         * m4/check-decl.m4: Add getenv to the list.
32602
32603 2000-02-27  Jim Meyering  <meyering@lucent.com>
32604
32605         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
32606         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
32607
32608         * lib/backupfile.c: Guard inclusion of stdlib.h with
32609         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
32610         Declare malloc if needed.
32611
32612         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
32613         `#ifndef HAVE_DECL..'
32614         now that autoconf always defines the HAVE_DECL_ symbols.
32615         * lib/human.c: Likewise.
32616         * lib/same.c: Likewise.
32617         * lib/strtoumax.c: Likewise.
32618
32619         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
32620         declaration check was not run.
32621         * lib/hash.c: Likewise.
32622         * lib/human.c: Likewise.
32623         * lib/same.c: Likewise.
32624         * lib/strtoumax.c: Likewise.
32625
32626         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
32627         `.', then first look up the entire `.'-containing string as a login
32628         name.
32629
32630 2000-02-23  Jim Meyering  <meyering@lucent.com>
32631
32632         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
32633         in place of my hack.
32634
32635 2000-02-18  Paul Eggert  <eggert@twinsun.com>
32636
32637         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
32638         (textint): New typedef.
32639         (parser_control): Member year changed from int to textint.
32640         All uses changed.
32641         (YYSTYPE): Removed; replaced by %union with int and textint members.
32642         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
32643         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
32644         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
32645         (tSNUMBER, tUNUMBER): Now of type <textintval>.
32646         (date, number, to_year): Use width of number in digits, not its value,
32647         to determine whether it's a 2-digit year, or a 2-digit time.
32648         (yylex): Store number of digits of numeric tokens.
32649         Reported by John Kendall.
32650
32651         (parser_control): Changed from struct parser_control to typedef (for
32652         consistency).  All uses changed.
32653
32654         (tID): Removed; not used.
32655         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
32656
32657 2000-02-14  Paul Eggert  <eggert@twinsun.com>
32658
32659         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
32660         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
32661
32662 2000-02-12  Jim Meyering  <meyering@lucent.com>
32663
32664         * lib/userspec.c (ISDIGIT): Define it.
32665         (isdigit): Remove definition.
32666         (is_number): Use ISDIGIT, not isdigit.
32667         <libintl.h>: Include.
32668         (_ and N_): Define.
32669         (parse_user_spec): Mark translatable strings.
32670
32671 2000-02-10  Jim Meyering  <meyering@lucent.com>
32672
32673         With these changes, nanosleep.[ch] are finally enough like the other
32674         lib/* replacement files to compile on a few more losing systems.
32675
32676         * lib/nanosleep.h: Don't include config.h.
32677         Remove prototype from declaration of nanosleep.
32678         (PARAMS): Remove now-unneeded definition.
32679         * lib/nanosleep.c: #undef nanosleep.
32680         (rpl_nanosleep): Rename from nanosleep.
32681
32682 2000-02-10  Jim Meyering  <meyering@lucent.com>
32683
32684         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
32685         gnu_nanosleep to rpl_nanosleep.
32686
32687 2000-02-09  Jim Meyering  <meyering@lucent.com>
32688
32689         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
32690         struct spwd, rather than in struct passwd.  Reported by GaĆ«l QuĆ©ri.
32691
32692 2000-02-08  Akim Demaille  <akim@epita.fr>
32693
32694         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
32695         `[' and `]' and remove uses of `changequote'.
32696         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
32697         (AC_SYS_LARGEFILE): Likewise.
32698         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
32699         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
32700         of changequote.
32701         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
32702         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
32703         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
32704         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
32705
32706 2000-02-05  Jim Meyering  <meyering@lucent.com>
32707
32708         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
32709         Remove explicit use of AC_HEADER_TIME.  It is required by
32710         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
32711         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
32712         in autoconf whereby the expansion of the latter ended up preceding
32713         the expansion of its prerequisite, AC_HEADER_TIME.
32714         Reported by Volker Borchert.
32715
32716 2000-02-03  Jim Meyering  <meyering@lucent.com>
32717
32718         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
32719
32720 2000-02-03  Jim Meyering  <meyering@lucent.com>
32721
32722         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
32723         rather than with `#if HAVE_UTMPNAME'.
32724
32725 2000-02-02  Jim Meyering  <meyering@lucent.com>
32726
32727         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
32728         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
32729         Reported by Eli Zaretskii.
32730
32731 2000-02-01  Jim Meyering  <meyering@lucent.com>
32732
32733         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
32734
32735 2000-01-31  Jim Meyering  <meyering@lucent.com>
32736
32737         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
32738         functions.  Add the time.h and sys/time.h headers along with the
32739         AC_REQUIRE'ment of AC_HEADER_TIME.
32740
32741 2000-01-31  Jim Meyering  <meyering@lucent.com>
32742
32743         * lib/nanosleep.h (nanosleep): Guard declaration with
32744         `#if ! HAVE_DECL_NANOSLEEP'.
32745         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
32746         the declaration in that vendor's sys/timers.h.
32747         Reported by Christian Krackowizer.
32748
32749         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
32750         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
32751         (ISPRINT): Likewise.
32752         Reported by Tom Tromey.
32753
32754 2000-01-30  Jim Meyering  <meyering@lucent.com>
32755
32756         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
32757
32758         * m4/prereq.m4 (utmp_includes): Define.
32759         Check for ut_user and ut_name members in both struct utmpx
32760         and struct utmp.
32761
32762 2000-01-30  Jim Meyering  <meyering@lucent.com>
32763
32764         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
32765         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
32766         header files where only utmpx.ut_user is declared.
32767
32768         * lib/readutmp.h (UT_USER): Define.
32769
32770 2000-01-29  Jim Meyering  <meyering@lucent.com>
32771
32772         * m4/lib-check.m4: New file containing library-related checks from
32773         fileutils and sh-utils (textutils had none).
32774
32775 2000-01-28  Jim Meyering  <meyering@lucent.com>
32776
32777         * m4/perl.m4: Change format of warning message to look more like that
32778         from the missing script.  Suggestion from FranƧois Pinard.
32779
32780 2000-01-25  Jim Meyering  <meyering@lucent.com>
32781
32782         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
32783         well as time.h in the compile check.
32784         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
32785         Fix typo in cross-compiling case: s/yes/no/.
32786
32787 2000-01-23  Jim Meyering  <meyering@lucent.com>
32788
32789         * m4/jm-macros.m4: Move df-related tests here from
32790         fileutils/configure.in
32791
32792         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
32793         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
32794
32795         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
32796         s/space/ac_fsusage_space/.
32797         (jm_FILE_SYSTEM_USAGE): Take two parameters.
32798
32799         * m4/ftruncate.m4: New file (derived from part of
32800         fileutils/configure.in).
32801         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
32802         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
32803
32804         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
32805         AC_SUBST these here, rather than just in sh-util/configure.in, so
32806         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
32807         all the same.
32808         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
32809         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
32810         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
32811         (AC_SUBST(POW_LIBM)): Likewise.
32812         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
32813
32814 2000-01-23  Jim Meyering  <meyering@lucent.com>
32815
32816         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
32817         obstack.c.
32818
32819 2000-01-22  Jim Meyering  <meyering@lucent.com>
32820
32821         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
32822
32823         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
32824
32825         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
32826         configure.in
32827         (AC_CHECK_HEADERS): Likewise for sh-utils.
32828         (AC_CHECK_HEADERS): Likewise for textutils.
32829         Merge the three lists of headers.
32830
32831         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
32832         from fileutils' configure.in.
32833
32834         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
32835         code. Moved tests into their own function (_jm_DECL_HEADERS) in
32836         check-decl.m4.
32837
32838         * m4/check-decl.m4: Use #if rather than #ifdef.
32839         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
32840         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
32841         (_jm_DECL_HEADERS): Define new function.
32842         (jm_CHECK_DECLARATIONS): Require it.
32843
32844 2000-01-22  Jim Meyering  <meyering@lucent.com>
32845
32846         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
32847         [! HAVE_DECL_STRTOULL]: Declare strtoull.
32848         Required for some AIX systems.  Reported by Christian Krackowizer.
32849         [TESTING] (main): New function.
32850
32851         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
32852         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
32853         letters.
32854
32855         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
32856         iswprint.
32857
32858         * lib/strverscmp.c (ISDIGIT): Define.
32859         (strverscmp): Use ISDIGIT, not isdigit.
32860
32861 2000-01-19  Jim Meyering  <meyering@lucent.com>
32862
32863         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
32864         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
32865         defines `struct timespec' in <sys/time.h>
32866
32867         * m4/c-bs-a.m4: Remove uses of changequote altogether.
32868         Thanks to Akim for explaining.
32869
32870 2000-01-17  Paul Eggert  <eggert@twinsun.com>
32871
32872         * lib/nanosleep.c (nanosleep):
32873         Don't use SA_INTERRUPT to decide whether to call sigaction, as
32874         POSIX.1 doesn't require SA_INTERRUPT and some systems
32875         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
32876         it's been part of POSIX.1 since day 1 (in 1988).
32877
32878 2000-01-17  Jim Meyering  <meyering@lucent.com>
32879
32880         * lib/interlock: Remove unused file.  Reported by FranƧois Pinard.
32881
32882 2000-01-16  Paul Eggert  <eggert@twinsun.com>
32883
32884         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
32885         alert, backslash, formfeed, and vertical tab unnecessarily in
32886         shell quoting style.
32887
32888 2000-01-16  Jim Meyering  <meyering@lucent.com>
32889
32890         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
32891         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
32892         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
32893         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
32894
32895 2000-01-16  Jim Meyering  <meyering@lucent.com>
32896
32897         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
32898         because the latter didn't work.
32899
32900 2000-01-15  Jim Meyering  <meyering@lucent.com>
32901
32902         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32903         (AC_REPLACE_FUNCS): Add memcpy and memset.
32904         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32905         Add strpbrk.
32906         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32907
32908 2000-01-12  Jim Meyering  <meyering@lucent.com>
32909
32910         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32911         (jm_PREREQ): Use it.
32912         (jm_PREREQ_READUTMP): New macro.
32913         (jm_PREREQ): Use it.
32914
32915 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32916
32917         Quote multibyte characters correctly.
32918         * m4/c-bs-a.m4: New file.
32919         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32920         (jm_PREREQ): Use it.
32921
32922 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32923
32924         * m4/uintmax_t.m4: Port to autoconf 2.13.
32925
32926 2000-01-08  Jim Meyering  <meyering@ascend.com>
32927
32928         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32929         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32930
32931 2000-01-04  Jim Meyering  <meyering@ascend.com>
32932
32933         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32934         jm_STRUCT_DIRENT_D_TYPE.
32935         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32936         jm_STRUCT_DIRENT_D_INO.
32937         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32938         jm_STRUCT_UTIMBUF.
32939         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32940         renamings.
32941         * m4/utime.m4: Likewise.
32942
32943         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32944         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32945
32946 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32947
32948         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32949         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32950
32951 2000-01-02  Jim Meyering  <meyering@ascend.com>
32952
32953         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32954         remember if this is necessary.
32955
32956 1999-12-26  Jim Meyering  <meyering@ascend.com>
32957
32958         * m4/jm-macros.m4: Use it here.
32959         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32960
32961 1999-12-23  Jim Meyering  <meyering@ascend.com>
32962
32963         * m4/jm-macros.m4: Check for clock_gettime (moved from
32964         fileutils/configure.in)
32965         Check for gettimeofday.
32966
32967 1999-12-20  Jim Meyering  <meyering@ascend.com>
32968
32969         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32970         autoconf-2.14a-1999-12-20.
32971
32972 1999-12-19  Jim Meyering  <meyering@ascend.com>
32973
32974         * m4/lstat-slash.m4: New file.
32975         * m4/jm-macros.m4: Use the new macro:
32976         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32977
32978 1999-12-07  Jim Meyering  <meyering@ascend.com>
32979
32980         * m4/perl.m4: Require that File::Compare be available, too.
32981         Too many systems seem to lack it.
32982
32983         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32984         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32985
32986 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32987
32988         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32989         problem with the QNX 4.25 shell, which doesn't propagate exit
32990         status of failed commands inside shell assignments.
32991
32992 1999-11-17  Jim Meyering  <meyering@ascend.com>
32993
32994         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
32995
32996 1999-11-07  Jim Meyering  <meyering@ascend.com>
32997
32998         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
32999
33000 1999-11-06  Jim Meyering  <meyering@ascend.com>
33001
33002         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
33003         * m4/jm-macros.m4 (jm_MACROS): Use it here.
33004
33005 1999-11-05  Jim Meyering  <meyering@ascend.com>
33006
33007         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
33008         configure.in of textutils, fileutils, and sh-utils into this one
33009         (shared between those packages) file.
33010         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
33011         AC_STRUCT_ST_BLKSIZE.
33012
33013 1999-11-03  Jim Meyering  <meyering@ascend.com>
33014
33015         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
33016         of AC_CHECK_TYPE checks includes unistd.h.
33017         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
33018         Suggestion from Akim Demaille.
33019
33020 1999-10-30  Jim Meyering  <meyering@ascend.com>
33021
33022         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
33023         m4-quoted string.
33024         * m4/ls-mntd-fs.m4: Likewise.
33025         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
33026         * m4/jm-winsz1.m4: Likewise.
33027
33028         * m4/const.m4: Remove file, since the fix made it into the experimental
33029         version of autoconf.
33030         * m4/mktime.m4: Likewise.
33031
33032         * m4/check-type.m4: Remove file, now that the latest version of
33033         AC_CHECK_TYPE takes a third arg to specify additional #includes.
33034
33035         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
33036         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
33037         AC_CHECK_TYPE.
33038
33039 1999-10-04  Jim Meyering  <meyering@ascend.com>
33040
33041         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
33042
33043 1999-09-22  Paul Eggert  <eggert@twinsun.com>
33044
33045         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
33046         2.95.1 bug with HP-UX 10.20.
33047
33048 1999-09-17  Jim Meyering  <meyering@ascend.com>
33049
33050         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
33051         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
33052         due to missing strdup (against sh-utils-2.0).
33053
33054 1999-08-29  Jim Meyering  <meyering@ascend.com>
33055
33056         * m4/jm-macros.m4: Require jm_BISON.
33057         * m4/bison.m4: New file.
33058
33059 1999-08-17  Paul Eggert  <eggert@twinsun.com>
33060
33061         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
33062         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
33063
33064 1999-08-05  Jim Meyering  <meyering@ascend.com>
33065
33066         * m4/getline.m4: Rename test file from conftestdata to conftest.data
33067         to avoid conflicts with `conftest' on 8+3 filesystems.
33068         Suggestion from Eli Zaretskii.
33069
33070 1999-08-04  Jim Meyering  <meyering@ascend.com>
33071
33072         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
33073         fileutils and sh-utils (textutils's getline test was inadequate).
33074         (AM_FUNC_GETLINE): Run this test.
33075         (AC_CHECK_FUNCS): Check for getdelim.
33076         Reported by Bob Proulx.
33077
33078 1999-08-02  Jim Meyering  <meyering@ascend.com>
33079
33080         * m4/jm-macros.m4: Add a comment.
33081
33082 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33083
33084         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
33085         <inttypes.h> defines strtoumax as a macro (and not as a
33086         function).
33087
33088 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33089
33090         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
33091         that we can shift, multiply and divide unsigned long long
33092         values; Ultrix cc can't do it.
33093
33094 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33095
33096         * m4/mktime.m4: New file, which is a preview of what should appear
33097         in the next public autoconf release.
33098
33099 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33100
33101         * m4/lfs.m4: Remove this file.
33102         * m4/largefile.m4: New file.  It contains the old contents of
33103         lfs.m4, except that all names with prefix AC_LFS have been
33104         changed to use the prefix AC_SYS_LARGEFILE instead, to be
33105         compatible with future autoconf versions.  Also, some minor m4
33106         quoting problems have been fixed.
33107
33108 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33109
33110         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
33111         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
33112         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
33113         and simplify the shell code.
33114
33115 1999-08-01  Jim Meyering  <meyering@ascend.com>
33116
33117         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
33118         m4.
33119
33120 1999-07-20  Jim Meyering  <meyering@ascend.com>
33121
33122         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
33123
33124 1999-07-15  Jim Meyering  <meyering@ascend.com>
33125
33126         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
33127
33128 1999-05-22  Jim Meyering  <meyering@ascend.com>
33129
33130         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
33131
33132 1999-05-20  Jim Meyering  <meyering@ascend.com>
33133
33134         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
33135         Add a colon after each `then' in case $4 is empty.
33136
33137 1999-05-16  Jim Meyering  <meyering@ascend.com>
33138
33139         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
33140
33141 1999-05-10  Jim Meyering  <meyering@ascend.com>
33142
33143         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
33144
33145         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
33146         AC_FUNC_MKTIME.
33147
33148 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
33149
33150         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
33151
33152 1999-05-04  Paul Eggert  <eggert@twinsun.com>
33153
33154         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
33155         not CPPFLAGS, so that linking works correctly in IRIX.
33156
33157 1999-04-30  Paul Eggert  <eggert@twinsun.com>
33158
33159         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
33160
33161 1999-04-20  Paul Eggert  <eggert@twinsun.com>
33162
33163         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
33164         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
33165         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
33166         jm_AC_TYPE_UNSIGNED_LONG_LONG.
33167         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
33168
33169         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
33170
33171 1999-04-20  Jim Meyering  <meyering@ascend.com>
33172
33173         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
33174         AC_REPLACE xstroull if necessary.  From Paul Eggert.
33175         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
33176
33177 1999-04-18  Jim Meyering  <meyering@ascend.com>
33178
33179         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
33180         * m4/jm-macros.m4: Use it.
33181
33182 1999-04-06  Jim Meyering  <meyering@ascend.com>
33183
33184         * m4/strftime.m4: Remove test for %f.
33185
33186 1999-03-29  Jim Meyering  <meyering@ascend.com>
33187
33188         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
33189         superset of the AC_TYPE_* checks in the textutils, fileutils,
33190         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
33191         AC_TYPE_PID_T.
33192
33193 1999-03-28  Jim Meyering  <meyering@ascend.com>
33194
33195         * m4/jm-macros.m4: Define GNU_PACKAGE here.
33196         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
33197         replaced e.g., in the *.sh files of the sh-utils.
33198
33199 1999-03-20  Jim Meyering  <meyering@ascend.com>
33200
33201         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
33202         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
33203         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
33204
33205 1999-03-19  Jim Meyering  <meyering@ascend.com>
33206
33207         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
33208
33209 1999-03-12  Jim Meyering  <meyering@ascend.com>
33210
33211         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
33212
33213 1999-03-07  Jim Meyering  <meyering@ascend.com>
33214
33215         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
33216         declared.
33217
33218 1999-02-17  Jim Meyering  <meyering@ascend.com>
33219
33220         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
33221         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
33222
33223 1999-02-07  Jim Meyering  <meyering@ascend.com>
33224
33225         * m4/group-member.m4: New file -- extracted from sh-utils'
33226         configure.in.
33227
33228         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
33229         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
33230
33231 1999-02-06  Jim Meyering  <meyering@ascend.com>
33232
33233         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
33234         * m4/fnmatch.m4: Likewise.
33235         * m4/getgroups.m4: Likewise.
33236         * m4/lstat.m4: Likewise.
33237         * m4/malloc.m4: Likewise.
33238         * m4/putenv.m4: Likewise.
33239         * m4/realloc.m4: Likewise.
33240         * m4/regex.m4: Likewise.
33241         * m4/stat.m4: Likewise.
33242         * m4/strftime.m4: Likewise.
33243         Suggestion from Alain Magloire.
33244
33245         * m4/chown.m4: Use `.$ac_objext', not `.o'.
33246         * m4/fnmatch.m4: Likewise.
33247         * m4/getgroups.m4: Likewise.
33248         * m4/getline.m4: Likewise.
33249         * m4/lstat.m4: Likewise.
33250         * m4/malloc.m4: Likewise.
33251         * m4/memcmp.m4: Likewise.
33252         * m4/putenv.m4: Likewise.
33253         * m4/realloc.m4: Likewise.
33254         * m4/regex.m4: Likewise.
33255         * m4/stat.m4: Likewise.
33256         * m4/strftime.m4: Likewise.
33257         Suggestion from Alain Magloire.
33258
33259         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
33260         an argument.
33261
33262         * m4/regex.m4: Add a run-time Test for proper operation of
33263         re_compile_pattern.
33264
33265 1999-01-31  Jim Meyering  <meyering@ascend.com>
33266
33267         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
33268
33269 1999-01-30  Jim Meyering  <meyering@ascend.com>
33270
33271         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
33272
33273         * m4/jm-mktime.m4: Make this a wrapper around the official
33274         AM_FUNC_MKTIME rather than my private copy, now that the official one
33275         is up to date.
33276         * m4/mktime.m4: Remove file.
33277
33278         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
33279         * m4/uptime.m4: Likewise.
33280         * m4/uintmax_t.m4: Likewise.
33281
33282 1999-01-28  Jim Meyering  <meyering@ascend.com>
33283
33284         * m4/jm-macros.m4: Use jm_AFS.
33285         * m4/afs.m4: New file (from fileutils' configure.in).
33286
33287         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
33288         * m4/chown.m4: Likewise.
33289         * m4/d-ino.m4: Likewise.
33290         * m4/d-type.m4: Likewise.
33291         * m4/fnmatch.m4: Likewise.
33292         * m4/getgroups.m4: Likewise.
33293         * m4/gettext.m4: Likewise.
33294         * m4/jm-mktime.m4: Likewise.
33295         * m4/jm-winsz2.m4: Likewise.
33296         * m4/lcmessage.m4: Likewise.
33297         * m4/ls-mntd-fs.m4: Likewise.
33298         * m4/malloc.m4: Likewise.
33299         * m4/memcmp.m4: Likewise.
33300         * m4/putenv.m4: Likewise.
33301         * m4/realloc.m4: Likewise.
33302         * m4/st_mtim.m4: Likewise.
33303         * m4/strftime.m4: Likewise.
33304
33305 1999-01-16  Jim Meyering  <meyering@ascend.com>
33306
33307         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
33308         (ARGMATCH_DIE_DECL): Define.
33309
33310 1999-01-12  Jim Meyering  <meyering@ascend.com>
33311
33312         * m4/Makefile.am.in: Rewrite to avoid using fmt.
33313         Reported by Lars Hecking.
33314
33315 1999-01-10  Jim Meyering  <meyering@ascend.com>
33316
33317         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
33318         gross kludge.
33319         * m4/inttypes_h.m4: Likewise.
33320         * m4/lstat.m4: Likewise.
33321         * m4/malloc.m4: Likewise.
33322         * m4/readdir.m4: Likewise.
33323         * m4/realloc.m4: Likewise.
33324         * m4/st_dm_mode.m4: Likewise.
33325         * m4/stat.m4: Likewise.
33326         * m4/utimbuf.m4: Likewise.
33327         * m4/utimes.m4: Likewise.
33328
33329         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
33330         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
33331         comments in config.h.in are meaningful.
33332
33333         * m4/jm-macros.m4: Require autoconf-2.13 here.
33334
33335         * m4/regex.m4: By default, don't use the included regex.c on systems
33336         with glibc 2.  Suggestion from Uli Drepper.
33337
33338 1999-01-02  Jim Meyering  <meyering@ascend.com>
33339
33340         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
33341
33342 1998-12-18  Jim Meyering  <meyering@ascend.com>
33343
33344         * m4/Makefile.am.in (Makefile.am): Simplify rule.
33345         Based on a suggestion from Lars Hecking.
33346
33347 1998-11-16  Paul Eggert  <eggert@twinsun.com>
33348
33349         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
33350
33351 1998-11-16  Jim Meyering  <meyering@ascend.com>
33352
33353         * m4/lfs.m4: Double-quote the `uname...` expression.
33354
33355 1998-11-14  Jim Meyering  <meyering@ascend.com>
33356
33357         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
33358         * m4/stat.m4: Likewise.
33359
33360 1998-11-03  Jim Meyering  <meyering@ascend.com>
33361
33362         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
33363         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
33364
33365 1998-10-18  Jim Meyering  <meyering@ascend.com>
33366
33367         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
33368
33369 1998-10-17  Jim Meyering  <meyering@ascend.com>
33370
33371         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
33372         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
33373         calls for those previously hard-coded headers.  Instead, take a new
33374         parameter.
33375         (jm_CHECK_DECLARATIONS): Reflect interface change.
33376         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
33377         (jm_CHECK_DECL_LOCALTIME_R): New macro.
33378
33379         * m4/mktime.m4: Test for spring-forward gap before long-running test.
33380
33381 1998-10-14  Jim Meyering  <meyering@ascend.com>
33382
33383         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
33384         instead of "TZ=America/Vancouver".  From Paul Eggert.
33385
33386 1998-10-11  Jim Meyering  <meyering@ascend.com>
33387
33388         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
33389         This adds a test for a recently added compatibility fix for mktime.c.
33390         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
33391
33392 1998-09-27  Jim Meyering  <meyering@ascend.com>
33393
33394         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
33395
33396         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
33397         ../configure.in, including a change from Gordon Matzigkeit to allow
33398         cross-compiling for the Hurd.
33399
33400         * m4/glibc.m4: New file/macro to test for the GNU C Library
33401         versions 1 and 2.  From Gordon Matzigkeit.
33402         Indent.
33403
33404 1998-09-21  Jim Meyering  <meyering@ascend.com>
33405
33406         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
33407
33408 1998-08-18  Paul Eggert  <eggert@twinsun.com>
33409
33410         Port nanosecond-resolution times to UnixWare 2.1.2 and
33411         pedantic Solaris 2.6.
33412
33413         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
33414         AC_STRUCT_ST_MTIM.
33415         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
33416         Generate name of ns member, instead of just 1 or undef.
33417         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
33418
33419 1998-08-15  Jim Meyering  <meyering@ascend.com>
33420
33421         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
33422         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
33423         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
33424         instead of jm_TYPE_SSIZE_T.
33425
33426 1998-08-12  Jim Meyering  <meyering@ascend.com>
33427
33428         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
33429
33430 1998-08-02  Jim Meyering  <meyering@ascend.com>
33431
33432         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
33433         in acconfig.h manually.
33434
33435 1998-07-31  Paul Eggert  <eggert@twinsun.com>
33436
33437         * m4/st_mtim.m4: New file.
33438
33439 1998-07-28  Jim Meyering  <meyering@ascend.com>
33440
33441         * m4/utimes.m4: Undef stat.
33442
33443 1998-07-25  Jim Meyering  <meyering@ascend.com>
33444
33445         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
33446         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
33447
33448 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
33449
33450         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
33451         uid and gid actually remain unchanged.
33452
33453 1998-07-07  Jim Meyering  <meyering@ascend.com>
33454
33455         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
33456
33457 1998-07-04  Jim Meyering  <meyering@ascend.com>
33458
33459         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
33460         to prove that this macro can be used in packages without regex.c.
33461
33462 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
33463
33464         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
33465         is to be used.
33466
33467 1998-07-03  Jim Meyering  <meyering@ascend.com>
33468
33469         * m4/gettext.m4: Add -lintl if it's found to be necessary.
33470
33471         * m4/gettext.m4: New file -- from gettext-0.10.35.
33472         * m4/lcmessage.m4: Likewise.
33473         * m4/progtest.m4: Likewise.
33474
33475         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
33476         * m4/jm-macros.m4: Require the new macro.
33477
33478 1998-06-29  Jim Meyering  <meyering@ascend.com>
33479
33480         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
33481         for the definition of NGROUPS (used in a system header included
33482         by sys/mount.h).
33483
33484 1998-06-28  Jim Meyering  <meyering@ascend.com>
33485
33486         * m4/ls-mntd-fs.m4: New file.
33487         * m4/fstypename.m4: New file.
33488
33489         * m4/jm-macros.m4: Require the new macro.
33490         * m4/jm-glibc-io.m4: New file.
33491
33492 1998-05-19  Jim Meyering  <meyering@ascend.com>
33493
33494         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
33495         * m4/lchown.m4: New file.
33496
33497         * m4/Makefile.am.in: New file.
33498         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
33499
33500 1998-05-14  Jim Meyering  <meyering@ascend.com>
33501
33502         * m4/Makefile.am (EXTRA_DIST): Add them.
33503         * m4/jm-macros.m4: New file.
33504         * m4/utimbuf.m4: New file.
33505
33506 1998-05-12  Jim Meyering  <meyering@ascend.com>
33507
33508         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
33509
33510 1998-05-11  Jim Meyering  <meyering@ascend.com>
33511
33512         * m4/isc-posix.m4: New file.
33513
33514 1998-05-10  Jim Meyering  <meyering@ascend.com>
33515
33516         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
33517
33518 1998-05-09  Jim Meyering  <meyering@ascend.com>
33519
33520         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
33521         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
33522         with automake.
33523
33524         * m4/ssize_t.m4: New file.
33525         * m4/mktime.m4: Remove file -- the new automake has this now.
33526
33527 1998-04-26  Jim Meyering  <meyering@ascend.com>
33528
33529         * m4/assert.m4: New file.
33530         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
33531
33532 1998-04-05  Jim Meyering  <meyering@ascend.com>
33533
33534         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
33535         (jm_PREREQ): Use it here.
33536
33537 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
33538
33539         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
33540         in acconfig.h.
33541
33542 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
33543
33544         * m4/prereq.m4: New file.
33545         * m4/error.m4: New file.
33546         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
33547
33548 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
33549
33550         * m4/getline.m4: Don't set am_cv_func_working_getline before the
33551         cache-check for the same variable -- that defeated the purpose of
33552         the test; the test program was never run.  This was a problem only
33553         on systems with losing getline functions -- HP-UX 10.20 is one.
33554         Reported by Bjorn Helgaas.
33555
33556 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
33557
33558         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
33559
33560 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
33561
33562         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
33563
33564         * m4/const.m4: New file.  Use an initializer in this declaration
33565         typedef int charset[2]; const charset x;
33566         Reported by Bob Glickstein.
33567
33568 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
33569
33570         * m4/chown.m4: Fix reversed types on -1 args to chown.
33571         From Kaveh Ghazi.
33572
33573 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
33574
33575         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
33576         Add lseek and memchr.
33577
33578         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
33579         T.E.Dickey <dickey@clark.net> said that some older preprocessors
33580         have a 20-character limit on names.
33581
33582 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
33583
33584         * m4/inttypes_h.m4: New file.
33585         * m4/uintmax_t.m4: New file.
33586         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
33587
33588 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
33589   Free Software Foundation, Inc.
33590 Copying and distribution of this file, with or without modification,
33591 are permitted provided the copyright notice and this notice are preserved.