5aad065eb0fc0c110423cd48938335dae15d6d9c
[gnulib.git] / ChangeLog
1 2007-10-06  Bruno Haible  <bruno@clisp.org>
2
3         * modules/trunc (Dependencies): Add 'extensions'.
4         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
5         Reported by Ben Pfaff <blp@gnu.org>.
6
7 2007-10-06  Bruno Haible  <bruno@clisp.org>
8
9         * modules/freopen-tests: New file.
10         * tests/test-freopen.c: New file.
11
12         * modules/fopen-tests: New file.
13         * tests/test-fopen.c: New file.
14
15         * modules/fopen: New file.
16         * lib/fopen.c: New file.
17         * m4/fopen.m4: New file.
18         * modules/freopen: New file.
19         * lib/freopen.c: New file.
20         * m4/freopen.m4: New file.
21         * lib/stdio.in.h (fopen, freopen): New declarations.
22         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
23         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
24         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
25         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
26         * doc/functions/fopen.texi: Mention the 'fopen' module.
27         * doc/functions/freopen.texi: Mention the 'freopen' module.
28
29 2007-10-06  Bruno Haible  <bruno@clisp.org>
30
31         * modules/open-tests: New file.
32         * tests/test-open.c: New file.
33
34         * modules/open: New file.
35         * lib/open.c: New file.
36         * m4/open.m4: New file.
37         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
38         lib/open.c does.
39         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
40         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
41         macros.
42         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
43         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
44         REPLACE_OPEN.
45         * doc/functions/open.texi: Mention the 'open' module.
46
47 2007-10-04  Bruno Haible  <bruno@clisp.org>
48
49         * modules/ceill-tests: New file.
50         * tests/test-ceill.c: New file.
51
52         * modules/ceill: New file.
53         * lib/ceill.c: Replace entire file.
54         * m4/ceill.m4: New file.
55         * lib/math.in.h (ceill): Replace declaration.
56         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
57         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
58         * doc/functions/ceill.texi: Mention the 'ceill' module.
59         * modules/mathl (Files): Remove lib/ceill.c.
60         (Depends-on): Add ceill.
61
62 2007-10-04  Bruno Haible  <bruno@clisp.org>
63
64         * modules/ceilf-tests: New file.
65         * tests/test-ceilf.c: New file.
66
67         * modules/ceilf: New file.
68         * lib/ceil.c: New file.
69         * lib/ceilf.c: New file.
70         * m4/ceilf.m4: New file.
71         * lib/math.in.h (ceilf): New declaration.
72         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
73         HAVE_DECL_CEILF.
74         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
75         HAVE_DECL_CEILF.
76         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
77
78 2007-10-04  Bruno Haible  <bruno@clisp.org>
79
80         * modules/floorl-tests: New file.
81         * tests/test-floorl.c: New file.
82
83         * modules/floorl: New file.
84         * lib/floorl.c: Replace entire file.
85         * m4/floorl.m4: New file.
86         * lib/math.in.h (floorl): Replace declaration.
87         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
88         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
89         * doc/functions/floorl.texi: Mention the 'floorl' module.
90         * modules/mathl (Files): Remove lib/floorl.c.
91         (Depends-on): Add floorl.
92
93 2007-10-04  Bruno Haible  <bruno@clisp.org>
94
95         * modules/floorf-tests: New file.
96         * tests/test-floorf.c: New file.
97
98         * modules/floorf: New file.
99         * lib/floor.c: New file.
100         * lib/floorf.c: New file.
101         * m4/floorf.m4: New file.
102         * lib/math.in.h (floorf): New declaration.
103         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
104         HAVE_DECL_FLOORF.
105         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
106         HAVE_DECL_FLOORF.
107         * doc/functions/floorf.texi: Mention the 'floorf' module.
108
109 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
110             Bruno Haible  <bruno@clisp.org>
111
112         Advertise for the Git server instead of the CVS server.
113         * doc/gnulib-intro.texi (Steady Development): Mention the Git
114         repository instead of the CVS one.
115         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
116         about all VCS systems generically.
117         * doc/gnulib.texi (Introduction): Capitalize `Git'.
118
119 2007-10-04  Bruno Haible  <bruno@clisp.org>
120
121         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
122         means.
123         Reported by BenoĆ®t Sigoure <tsuna@lrde.epita.fr>.
124
125 2007-10-04  Bruno Haible  <bruno@clisp.org>
126
127         * modules/truncl-tests: New file.
128         * tests/test-truncl.c: New file.
129
130         * modules/truncl: New file.
131         * lib/truncl.c: New file.
132         * m4/truncl.m4: New file.
133         * lib/math.in.h (truncl): New declaration.
134         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
135         HAVE_DECL_TRUNCL.
136         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
137         HAVE_DECL_TRUNCL.
138         * doc/functions/truncl.texi: Mention the 'truncl' module.
139
140 2007-10-04  Bruno Haible  <bruno@clisp.org>
141
142         * modules/truncf-tests: New file.
143         * tests/test-truncf.c: New file.
144
145         * modules/truncf: New file.
146         * lib/trunc.c: Make paramerizable through USE_* macros.
147         * lib/truncf.c: New file.
148         * m4/truncf.m4: New file.
149         * lib/math.in.h (truncf): New declaration.
150         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
151         HAVE_DECL_TRUNCF.
152         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
153         HAVE_DECL_TRUNCF.
154         * doc/functions/truncf.texi: Mention the 'truncf' module.
155
156 2007-10-03  Bruno Haible  <bruno@clisp.org>
157
158         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
159         augmentation also for tests modules.
160         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
161         * modules/atexit-tests (Makefile.am): Likewise.
162         * modules/binary-io-tests (Makefile.am): Likewise.
163         * modules/c-strcase-tests (Makefile.am): Likewise.
164         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
165         * modules/canonicalize-tests (Makefile.am): Likewise.
166         * modules/closein-tests (Makefile.am): Likewise.
167         * modules/fprintf-posix-tests (Makefile.am): Likewise.
168         * modules/freadahead-tests (Makefile.am): Likewise.
169         * modules/fseek-tests (Makefile.am): Likewise.
170         * modules/fseeko-tests (Makefile.am): Likewise.
171         * modules/ftell-tests (Makefile.am): Likewise.
172         * modules/ftello-tests (Makefile.am): Likewise.
173         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
174         * modules/isnanl-tests (Makefile.am): Likewise.
175         * modules/lseek-tests (Makefile.am): Likewise.
176         * modules/mbscasecmp-tests (Makefile.am): Likewise.
177         * modules/mbscasestr-tests (Makefile.am): Likewise.
178         * modules/mbschr-tests (Makefile.am): Likewise.
179         * modules/mbscspn-tests (Makefile.am): Likewise.
180         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
181         * modules/mbspbrk-tests (Makefile.am): Likewise.
182         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
183         * modules/mbsrchr-tests (Makefile.am): Likewise.
184         * modules/mbsspn-tests (Makefile.am): Likewise.
185         * modules/mbsstr-tests (Makefile.am): Likewise.
186         * modules/printf-posix-tests (Makefile.am): Likewise.
187         * modules/snprintf-posix-tests (Makefile.am): Likewise.
188         * modules/sprintf-posix-tests (Makefile.am): Likewise.
189         * modules/tsearch-tests (Makefile.am): Likewise.
190         * modules/uniname/uniname-tests (Makefile.am): Likewise.
191         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
192         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
193         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
194         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
195         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
196         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
197         * modules/vprintf-posix-tests (Makefile.am): Likewise.
198         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
199         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
200         * modules/xstrtoimax-tests (Makefile.am): Likewise.
201         * modules/xstrtol-tests (Makefile.am): Likewise.
202         * modules/xstrtoumax-tests (Makefile.am): Likewise.
203         * modules/yesno-tests (Makefile.am): Likewise.
204
205 2007-10-03  Bruno Haible  <bruno@clisp.org>
206
207         * modules/trunc-tests: New file.
208         * tests/test-trunc.c: New file.
209
210         * modules/trunc: New file.
211         * lib/trunc.c: New file.
212         * m4/trunc.m4: New file.
213         * lib/math.in.h (trunc): New declaration.
214         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
215         HAVE_DECL_TRUNC.
216         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
217         HAVE_DECL_TRUNC.
218         * doc/functions/trunc.texi: Mention the 'trunc' module.
219
220 2007-10-03  Bruno Haible  <bruno@clisp.org>
221
222         * tests/test-fpending.c: New file, mostly copied
223         from coreutils/lib/t-fpending.c.
224         * modules/fpending-tests: New file.
225
226 2007-10-03  Bruno Haible  <bruno@clisp.org>
227
228         Port the stdio extensions to QNX (untested).
229         * lib/fseterr.c (fseterr): Add support for QNX.
230         * lib/fbufmode.c (fbufmode): Likewise.
231         * lib/freadable.c (freadable): Likewise.
232         * lib/fwritable.c (fwritable): Likewise.
233         * lib/freading.c (freading): Likewise.
234         * lib/fwriting.c (fwriting): Likewise.
235         * lib/freadahead.c (freadahed): Likewise.
236         * lib/fpurge.c (fpurge): Likewise.
237         * lib/fseeko.c (rpl_fseeko): Likewise.
238
239 2007-10-03  Bruno Haible  <bruno@clisp.org>
240             Jim Meyering  <jim@meyering.net>
241             Eric Blake  <ebb9@byu.net>
242
243         * doc/relocatable.texi: Use @command instead of @program.
244
245 2007-10-02  Jim Meyering  <jim@meyering.net>
246
247         Perform one more "_.h" -> ".in.h" substitution.
248         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
249         instead of unistd_.h here, too.
250
251 2007-10-01  Bruno Haible  <bruno@clisp.org>
252
253         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
254         Needed for the alloca-opt module.
255
256 2007-09-30  Bruno Haible  <bruno@clisp.org>
257
258         * lib/alloca.in.h: Renamed from lib/alloca_.h.
259         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
260         alloca_.h.
261         * lib/argz.in.h: Renamed from lib/argz_.h.
262         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
263         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
264         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
265         byteswap_.h.
266         * lib/dirent.in.h: Renamed from lib/dirent_.h.
267         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
268         dirent_.h.
269         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
270         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
271         fcntl_.h.
272         * lib/float.in.h: Renamed from lib/float_.h.
273         * modules/float (Files, Makefile.am): Use float.in.h instead of
274         float_.h.
275         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
276         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
277         fnmatch_.h.
278         * lib/getopt.in.h: Renamed from lib/getopt_.h.
279         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
280         getopt_.h.
281         * lib/glob.in.h: Renamed from lib/glob_.h.
282         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
283         * lib/iconv.in.h: Renamed from lib/iconv_.h.
284         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
285         iconv_.h.
286         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
287         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
288         inttypes_.h.
289         * lib/locale.in.h: Renamed from lib/locale_.h.
290         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
291         locale_.h.
292         * lib/math.in.h: Renamed from lib/math_.h.
293         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
294         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
295         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
296         of netinet_in_.h. Add dependency.
297         * lib/poll.in.h: Renamed from lib/poll_.h.
298         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
299         * lib/search.in.h: Renamed from lib/search_.h.
300         * modules/search (Files, Makefile.am): Use search.in.h instead of
301         search_.h.
302         * lib/signal.in.h: Renamed from lib/signal_.h.
303         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
304         _signal.h.
305         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
306         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
307         stdbool_.h.
308         * lib/stdint.in.h: Renamed from lib/stdint_.h.
309         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
310         stdint_.h.
311         * lib/stdio.in.h: Renamed from lib/stdio_.h.
312         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
313         stdio_.h.
314         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
315         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
316         stdlib_.h.
317         * lib/string.in.h: Renamed from lib/string_.h.
318         * modules/string (Files, Makefile.am): Use string.in.h instead of
319         string_.h.
320         * doc/gnulib-tool.texi (Initial import): Update.
321         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
322         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
323         of sys_select_.h. Add dependency.
324         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
325         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
326         of sys_socket_.h.
327         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
328         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
329         sys_stat_.h.
330         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
331         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
332         sys_time_.h.
333         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
334         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
335         sysexits_.h.
336         * lib/time.in.h: Renamed from lib/time_.h.
337         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
338         * lib/unistd.in.h: Renamed from lib/unistd_.h.
339         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
340         unistd_.h.
341         * lib/wchar.in.h: Renamed from lib/wchar_.h.
342         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
343         wchar_.h.
344         * lib/wctype.in.h: Renamed from lib/wctype_.h.
345         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
346         wctype_.h.
347         * build-aux/bootstrap (slurp): Update.
348         * lib/.cppi-disable: Update.
349
350 2007-09-30  Bruno Haible  <bruno@clisp.org>
351
352         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
353         Needed on BeOS.
354
355 2007-09-30  Bruno Haible  <bruno@clisp.org>
356
357         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
358
359 2007-09-29  Bruno Haible  <bruno@clisp.org>
360
361         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
362
363 2007-09-29  Bruno Haible  <bruno@clisp.org>
364
365         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
366         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
367         * build-aux/install-reloc: Compile also areadlink.c.
368         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
369
370 2007-09-29  Bruno Haible  <bruno@clisp.org>
371
372         * gnulib-tool (func_emit_initmacro_done): Indentation.
373
374 2007-09-29  Bruno Haible  <bruno@clisp.org>
375
376         * README: Add CVS checkout update instructions.
377         Info from Bob Proulx <bob@proulx.com>.
378
379 2007-09-28  Eric Blake  <ebb9@byu.net>
380
381         Provide move-if-change.
382         * build-aux/move-if-change: New file, based on best practice
383         rather than any canonical upstream location.
384
385 2007-09-28  Jim Meyering  <jim@meyering.net>
386
387         Fix canonicalize loop-detection corner case.
388         Do not attempt to stat the symlink values stored via seen_triple.
389         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
390         on linux-2.6.18, (but not 2.6.22).
391         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
392         triple_compare.  The former compares dev,ino,filename, while the latter
393         would actually stat dirname(filename) when dev and ino were equal.
394         * lib/hash-triple.c: Install <string.h>.
395         (STREQ): Define.
396         (triple_compare_ino_str): New function.
397         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
398
399 2007-09-28  Eric Blake  <ebb9@byu.net>
400
401         Enforce that AC_REPLACE_FUNCS files exist.
402         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
403         override check for typos.
404
405         Fix test-closein on Solaris 10.
406         * tests/test-closein.c (main): Don't assume stdin can be inherited
407         closed on all systems.
408         * tests/test-closein.sh: Likewise.
409         Reported by Piotr Tarnowski.
410
411 2007-09-28  Jim Meyering  <jim@meyering.net>
412
413         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
414
415 2007-09-27  Jim Meyering  <jim@meyering.net>
416
417         canonicalize: Avoid a false-positive cycle failure.
418         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
419         Sort.  Remove cycle-check.
420         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
421         not cycle-check.h.
422         (seen_triple): New function.
423         (canonicalize_filename_mode): Use it instead of cycle-check.
424         * tests/test-canonicalize.c: Add a test for this bug.
425         * tests/test-canonicalize.sh: Set up and run the test.
426
427         New module, file-set, from coreutils.
428         * modules/file-set: Define it.
429         * lib/file-set.c, lib/file-set.h: Implement.
430
431         New module, hash-triple, from coreutils.
432         * modules/hash-triple: Define it.
433         * lib/hash-triple.c, lib/hash-triple.h: Implement.
434
435 2007-09-25  Eric Blake  <ebb9@byu.net>
436
437         Fix strerror on Interix.
438         * lib/string_.h (strerror): Declare replacement.
439         * doc/functions/strerror.texi (strerror): Document the Interix
440         shortcoming.
441         * modules/string (Makefile.am): Support new hooks.
442         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
443         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
444         gl_FUNC_STRERROR_SEPARATE.
445         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
446         * lib/strerror.c (rpl_strerror): Provide replacement.
447         * modules/strerror (Depends-on): Add string.
448         (configure.ac): Detect use of module.
449         * tests/test-strerror.c: New file.
450         * modules/strerror-tests: New test module.
451         * modules/argp (Depends-on): Add strerror.
452         * modules/error (Depends-on): Likewise.
453         Reported by Martin Koeppe.
454
455 2007-09-24  Bruno Haible  <bruno@clisp.org>
456
457         * README: Update git instructions.
458
459 2007-09-24  Eric Blake  <ebb9@byu.net>
460
461         Revert fpending breakage from 2007-09-08.
462         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
463         __fpending.c.
464
465 2007-09-24  Jim Meyering  <jim@meyering.net>
466
467         filenamecat.c: Add a test.
468         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
469         showing how the function works when DIR is the empty string.
470
471 2007-09-21  Simon Josefsson  <simon@josefsson.org>
472
473         * tests/test-canonicalize.sh: Turn on executable bit.
474
475 2007-09-19  Eric Blake  <ebb9@byu.net>
476
477         * README: Update CVS instructions.
478
479 2007-09-18  Bruno Haible  <bruno@clisp.org>
480
481         * modules/areadlink: New file.
482         * lib/areadlink.h (areadlink): New declaration.
483         * lib/areadlink.c: New file, based on lib/xreadlink.c.
484
485 2007-09-17  Jim Meyering  <jim@meyering.net>
486
487         * lib/savewd.c (ESTALE) [!defined]: Define.
488         Reported to be required on Interix by Martin Koeppe.
489
490 2007-09-17  Bruno Haible  <bruno@clisp.org>
491
492         * gnulib-tool (func_version): Use $version.
493
494 2007-09-16  Bruno Haible  <bruno@clisp.org>
495
496         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
497         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
498         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
499         Reported by Greg Schafer <gschafer@zip.com.au>.
500
501 2007-09-15  Bruno Haible  <bruno@clisp.org>
502
503         * gnulib-tool (sed): Try a little harder to make bash understand the
504         alias.
505         Reported by Bruce Korb <bruce.korb@gmail.com>.
506
507 2007-09-13  Eric Blake  <ebb9@byu.net>
508
509         * ChangeLog: Remove conflict markers.
510
511 2007-09-13  Simon Josefsson  <simon@josefsson.org>
512
513         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
514         Reported by Bruno Haible <bruno@clisp.org>.
515
516 2007-09-12  Bruno Haible  <bruno@clisp.org>
517
518         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
519         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
520         is not defined.
521
522 2007-09-12  Eric Blake  <ebb9@byu.net>
523
524         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
525         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
526         Autoconf definition.
527         * modules/euidaccess (Depends-on): Add extensions, for
528         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
529         * modules/fnmatch (Depends-on): Likewise.
530         * modules/getaddrinfo (Depends-on): Likewise.
531         * modules/getdelim (Depends-on): Likewise.
532         * modules/getline (Depends-on): Likewise.
533         * modules/getsubopt (Depends-on): Likewise.
534         * modules/gettext (Depends-on): Likewise.
535         * modules/group-member (Depends-on): Likewise.
536         * modules/mbchar (Depends-on): Likewise.
537         * modules/memmem (Depends-on): Likewise.
538         * modules/mempcpy (Depends-on): Likewise.
539         * modules/memrchr (Depends-on): Likewise.
540         * modules/pagealign_alloc (Depends-on): Likewise.
541         * modules/readutmp (Depends-on): Likewise.
542         * modules/stpcpy (Depends-on): Likewise.
543         * modules/stpncpy (Depends-on): Likewise.
544         * modules/strchrnul (Depends-on): Likewise.
545         * modules/strndup (Depends-on): Likewise.
546         * modules/strsep (Depends-on): Likewise.
547         * modules/strverscmp (Depends-on): Likewise.
548         * modules/vasprintf (Depends-on): Likewise.
549         * modules/wcwidth (Depends-on): Likewise.
550         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
551         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
552         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
553         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
554         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
555         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
556         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
557         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
558         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
559         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
560         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
561         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
562         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
563         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
564         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
565         * m4/readutmp.m4 (gl_READUTMP): Likewise.
566         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
567         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
568         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
569         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
570         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
571         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
572         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
573         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
574         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
575         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
576         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
577         so that lock.m4 can be used in gettext without extensions module.
578
579 2007-09-11  Bruno Haible  <bruno@clisp.org>
580
581         * m4/isc-posix.m4: Remove file.
582         Suggested by Eric Blake.
583
584 2007-09-11  Eric Blake  <ebb9@byu.net>
585
586         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
587
588 2007-09-10  Bruno Haible  <bruno@clisp.org>
589
590         * posix-modules: Fix typo in error message.
591         Reported by Matt <mkraai@beckman.com>.
592
593 2007-09-09  Bruno Haible  <bruno@clisp.org>
594
595         * doc/functions/getdelim.texi: Update list of platforms lacking the
596         function.
597         * doc/functions/getline.texi: Likewise.
598
599 2007-09-09  Jim Meyering  <jim@meyering.net>
600
601         * lib/hash.c (hash_initialize): Detect calloc failure.
602         Reported by Bruno Haible.
603
604 2007-09-09  Bruno Haible  <bruno@clisp.org>
605
606         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
607         malloc or realloc fails.
608
609 2007-09-09  Bruno Haible  <bruno@clisp.org>
610
611         * modules/getcwd (Depends-on): Add malloc-posix.
612         * modules/glob (Depends-on): Likewise.
613         * modules/putenv (Depends-on): Likewise.
614         * modules/strdup (Depends-on): Likewise.
615         * modules/getdelim (Depends-on): Add realloc-posix.
616         * modules/read-file (Depends-on): Likewise.
617
618 2007-09-09  Bruno Haible  <bruno@clisp.org>
619
620         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
621         (gl_FUNC_MALLOC_POSIX): Require it.
622         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
623         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
624         * modules/realloc (Files): Add m4/malloc.m4.
625         * modules/calloc (Files): Likewise.
626
627 2007-09-09  Bruno Haible  <bruno@clisp.org>
628
629         * modules/malloc-posix: New file.
630         * modules/malloc (Depends-on): Add malloc-posix.
631         * lib/malloc.c: Include errno.h.
632         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
633         and a POSIX-compatible malloc into a single function. Set ENOMEM
634         when returning NULL.
635         * m4/malloc.m4: New file.
636         * doc/functions/malloc.texi: Mention the malloc-posix module.
637         * lib/stdlib_.h (malloc): New declaration.
638         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
639         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
640         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
641         and HAVE_MALLOC_POSIX.
642
643 2007-09-09  Bruno Haible  <bruno@clisp.org>
644
645         * modules/realloc-posix: New file.
646         * modules/realloc (Depends-on): Add realloc-posix.
647         * lib/realloc.c: Include errno.h.
648         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
649         and a POSIX-compatible realloc into a single function. Set ENOMEM
650         when returning NULL.
651         * m4/realloc.m4: New file.
652         * doc/functions/realloc.texi: Mention the realloc-posix module.
653         * lib/stdlib_.h (realloc): New declaration.
654         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
655         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
656         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
657         and HAVE_REALLOC_POSIX.
658
659 2007-09-09  Bruno Haible  <bruno@clisp.org>
660
661         * modules/calloc-posix: New file.
662         * modules/calloc (Depends-on): Add calloc-posix.
663         * lib/calloc.c: Include errno.h.
664         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
665         and a POSIX-compatible calloc into a single function. Set ENOMEM
666         when returning NULL.
667         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
668         * doc/functions/calloc.texi: Mention the calloc-posix module.
669         * lib/stdlib_.h (calloc): New declaration.
670         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
671         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
672         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
673         and HAVE_CALLOC_POSIX.
674
675 2007-09-09  Bruno Haible  <bruno@clisp.org>
676
677         Allow for modules to show an arbitrary notice.
678         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
679         * gnulib-tool: New option --extract-notice.
680         (func_usage): Document it.
681         (sed_extract_prog): Update.
682         (func_get_notice): New function.
683         (func_modules_notice): New function.
684         (func_import, func_create_testdir): Invoke it.
685         Suggested by Jim Meyering.
686
687 2007-09-09  Bruno Haible  <bruno@clisp.org>
688
689         * gnulib-tool: New options --verbose, --quiet.
690         (func_usage): Document them.
691         (verbose): New variable.
692         (func_execute_command): New function.
693         (func_import): Don't show the module list and the file list if
694         $verbose < 0.
695         (func_create_testdir): Likewise. Use func_execute_command.
696         (func_create_megatestdir): Use func_execute_command.
697
698 2007-09-08  Bruno Haible  <bruno@clisp.org>
699
700         * gnulib-tool (func_import): Prefer rsync over wget when available,
701         for fetching the PO files.
702
703 2007-09-08  Bruno Haible  <bruno@clisp.org>
704
705         * posix-modules: New file. Portions copied from gnulib-tool.
706         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
707
708 2007-09-08  Jim Meyering  <jim@meyering.net>
709
710         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
711         * lib/fpending.h: Rename from __fpending.h.
712         * lib/fpending.c: Rename from __fpending.c.
713         Include "fpending.h", not "__fpending.h".
714         * lib/__fpending.h, lib/__fpending.c: Remove files.
715         * modules/fpending (Files): Reflect new file names.
716         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
717
718 2007-09-08  Bruno Haible  <bruno@clisp.org>
719
720         * m4/inttypes-h.m4: Remove stub file.
721
722 2007-09-07  Simon Josefsson  <simon@josefsson.org>
723
724         * doc/headers/stdint.texi: Discuss #include_next issue.
725
726 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
727
728         * build-aux/bootstrap: Remove obsolete comment about wget --help.
729
730 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
731
732         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
733         in variable name.
734
735 2007-09-03  Jim Meyering  <jim@meyering.net>
736
737         New module: git-version-gen.
738         * modules/git-version-gen: New file.
739
740         Import changes from coreutils for bootstrap script.
741
742         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
743
744         bootstrap: uses rsync to download the .po files
745         * build-aux/bootstrap (po_download_command_format): New global.
746         (download_po_files): Use rsync.
747         (update_po_files): Don't remove .po files after download,
748         so future rsync runs can take advantage of the copies.
749
750         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
751
752         Solve the unnecessary-.po-file-regeneration problem once and for all.
753         * build-aux/bootstrap (download_po_files): New function, renamed from
754         get_translations.  Now, downloads, but doesn't update LINGUAS.
755         (update_po_files): New function.
756
757         bootstrap: Ignore more.
758         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
759         uniwidth to e.g., lib/.gitignore.
760         (slurp): Handle the sys_stat_.h -> sys mapping, too.
761
762         * build-aux/bootstrap: New setting: vc_ignore.
763         (insert_sorted_if_absent): Create $file if absent.
764         Adapt to new, possibly empty, list: $vc_ignore.
765
766         bootstrap: generate more ignorable names
767         * build-aux/bootstrap (slurp): When generating ignorable names,
768         also map .sin to .sed, .gperf to .c, and .y to .c.
769
770 2007-09-03  Jim Meyering  <jim@meyering.net>
771
772         * build-aux/git-version-gen: New file, from coreutils.  For details, see
773         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
774
775 2007-09-02  Bruno Haible  <bruno@clisp.org>
776
777         Fix mis-recognition of 'mcs' on QNX 6.
778         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
779         output contains the string "Mono".
780         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
781         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
782
783 2007-09-01  Bruno Haible  <bruno@clisp.org>
784
785         Fix collision between uniwidth/* and linebreak modules.
786         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
787         u32_width): Remove declarations.
788         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
789         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
790         streq3, streq2, streq1, streq0): Remove functions.
791         (STREQ): Remove macro.
792         (is_cjk_encoding): Remove function.
793         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
794         (uc_width, u8_width, u16_width, u32_width): Remove functions.
795         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
796         * NEWS: Document the change.
797
798 2007-09-01  Bruno Haible  <bruno@clisp.org>
799
800         * lib/streq.h: Add double-inclusion guard.
801
802 2007-09-01  Karl Berry  <karl@gnu.org>
803
804         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
805
806 2007-08-28  Jim Meyering  <jim@meyering.net>
807
808         Rename mreadlink_with_size to areadlink_with_size.
809         * NEWS: Document the change.
810         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
811         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
812         * lib/mreadlink.h: Rename this to...
813         * lib/areadlink.h: ...this.
814         * modules/mreadlink-with-size: Rename this to...
815         * modules/areadlink-with-size: ...this.
816         * lib/canonicalize.c: Reflect the renaming.
817         * modules/canonicalize: Likewise.
818
819 2007-08-26  Bruno Haible  <bruno@clisp.org>
820
821         * gnulib-tool (func_import): When deciding which files to remove,
822         consider also dangling symbolic links.
823         Reported by Eric Blake.
824
825 2007-08-26  Bruno Haible  <bruno@clisp.org>
826
827         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
828
829 2007-08-23  Simon Josefsson  <simon@josefsson.org>
830
831         * lib/readline.c: Don't include getline.h, the prototype is now
832         found in stdio.h.
833
834 2007-08-23  Jim Meyering  <jim@meyering.net>
835
836         Getdelim touchup.
837         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
838         around the funlockfile call, since funlockfile never sets errno.
839         Don't set errno upon failed realloc.
840
841 2007-08-22  Eric Blake  <ebb9@byu.net>
842
843         Getline touchups.
844         * lib/getdelim.c (getdelim): Revert regression that required *n to
845         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
846         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
847         getdelim, rather than whether implementation is missing.
848         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
849         * lib/stdio_.h (getline): Also declare if replacement is
850         required.
851         * doc/functions/getdelim.texi: New file.
852         * doc/functions/getline.texi: Likewise.
853         * doc/gnulib.texi (Function Substitutes): Add new files.
854         Reported by Bruno Haible.
855
856 2007-08-22  Ludovic CourtĆØs  <ludo@gnu.org>
857
858         * users.txt: Add Guile.
859
860 2007-08-22  Eric Blake  <ebb9@byu.net>
861
862         * tests/test-getdelim.c (main): Use remove, not unlink.
863         * tests/test-getline.c (main): Likewise.
864
865         Move getline and getdelim into stdio.h, per POSIX 200x.
866         * modules/getline (Files): Remove getline.h.
867         (Depends-on): Add stdio.
868         (configure.ac): Add module indicator.
869         * modules/getdelim (Files): Remove getdelim.h.
870         (Depends-on): Add stdio.
871         (configure.ac): Add module indicator.
872         * modules/stdio (Makefile.am): Work with new indicators.
873         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
874         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
875         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
876         * lib/getdelim.h: Delete.
877         * lib/getline.h: Delete.
878         * lib/stdio_.h (getdelim, getline): Declare.
879         * modules/getdelim-tests: New module.
880         * modules/getline-tests: Likewise.
881         * tests/test-getdelim.c: New file.
882         * tests/test-getline.c: Likewise.
883         * NEWS: Document the change.
884         * lib/getline.c: Update choice of header.
885         * lib/csharpcomp.c: Likewise.
886         * lib/getpass.c: Likewise.
887         * lib/javacomp.c: Likewise.
888         * lib/javaversion.c: Likewise.
889         * lib/yesno.c: Likewise.
890         * lib/getdelim.c: Likewise.
891         (getdelim): Set errno on failure, and avoid memory leak.
892
893 2007-08-19  Bruno Haible  <bruno@clisp.org>
894
895         * modules/closein (Depends-on): Add freadahead.
896         * lib/closein.c: Include freadahead.h.
897         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
898         is zero.
899
900 2007-08-19  Bruno Haible  <bruno@clisp.org>
901
902         * modules/freadahead-tests: New file.
903         * tests/test-freadahead.sh: New file.
904         * tests/test-freadahead.c: New file.
905
906         * modules/freadahead: New file.
907         * lib/freadahead.h: New file.
908         * lib/freadahead.c: New file.
909         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
910         fbufmode, fpurge, freadable, fwritable.
911
912 2007-08-19  Eric Blake  <ebb9@byu.net>
913
914         Test yesno in combination with closein.
915         * lib/yesno.c (yesno): Document use of stdin.
916         * modules/yesno-tests (Files): New module.
917         * tests/test-yesno.c (main): New file.
918         * tests/test-yesno.sh: Likewise.
919
920 2007-08-19  Bruno Haible  <bruno@clisp.org>
921
922         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
923         * lib/fseeko.c (rpl_fseeko): Likewise.
924         * lib/fseterr.c (fseterr): Likewise.
925
926 2007-08-19  Bruno Haible  <bruno@clisp.org>
927
928         * tests/test-lseek.c (main): Disable a test for BeOS.
929         * doc/functions/lseek.texi: Document the BeOS bug.
930
931 2007-08-19  Bruno Haible  <bruno@clisp.org>
932             Eric Blake  <ebb9@byu.net>
933
934         * lib/lseek.c: Include <sys/stat.h>.
935         (rpl_lseek): Add workaround code also for Unix platforms.
936         Needed for BeOS.
937         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
938         * doc/functions/lseek.texi: Document BeOS definiency.
939
940 2007-08-18  Bruno Haible  <bruno@clisp.org>
941
942         * modules/fstrcmp-tests: New file.
943         * tests/test-fstrcmp.c: New file.
944
945 2007-08-18  Bruno Haible  <bruno@clisp.org>
946
947         * modules/fstrcmp: New file, from GNU gettext with modifications.
948         * lib/fstrcmp.h: New file, from GNU gettext.
949         * lib/fstrcmp.c: New file, from GNU gettext.
950         * MODULES.html.sh (String handling): Add fstrcmp.
951
952 2007-08-18  Bruno Haible  <bruno@clisp.org>
953
954         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
955         'bool'.
956         (diag, compareseq): Remove const from the ctxt argument.
957         (USE_HEURISTIC): Undefine at the end.
958
959 2007-08-18  Jim Meyering  <jim@meyering.net>
960
961         New file: lib/idcache.h
962         * NEWS: Mention the addition.
963         * modules/idcache (Files): Add lib/idcache.h
964         * lib/idcache.c: Include "idcache.h".
965         Don't include <sys/types.h>.
966         Add a FIXME comment.
967         Move file-scoped "static" declarations to the top.
968         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
969
970 2007-08-17  Bruno Haible  <bruno@clisp.org>
971         and Paul Eggert  <eggert@cs.ucla.edu>
972
973         * MODULES.html.sh: Add diffseq.
974         * modules/diffseq: New file.
975         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
976         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
977
978 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
979
980         Import changes from coreutils for bootstrap script.
981
982         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
983
984         * build-aux/bootstrap (slurp): Work even in environments where
985         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
986         current code does not slurp files whose names start with ".", and
987         this looks like it might be a troublesome area.
988
989         2007-07-11  Jim Meyering  <jim@meyering.net>
990
991         If there's a GPL vN copyright comment, require that N == 3.
992
993         2007-07-08  Jim Meyering  <jim@meyering.net>
994
995         Run the coreutils-specific code only if tests/Makefile.am.in exists.
996         * build-aux/bootstrap (mam_template): Move definition out of loop.
997
998         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
999
1000         * build-aux/bootstrap (symlink_to_dir): Rename function from
1001         symlink_to_gnulib.  Add a directory parameter.  Update all
1002         callers.
1003         (cp_mark_as_generated): Also check for -- and link to -- files in
1004         gl/.
1005
1006         2007-07-08  Jim Meyering  <jim@meyering.net>
1007
1008         Adapt to deeper hierarchy in gnulib.
1009         * build-aux/bootstrap (symlink_to_dir): If the destination
1010         directory doesn't exist, create it. This is required at least for
1011         "lib/uniwidth/cjk.h".
1012
1013         2007-05-15  Jim Meyering  <jim@meyering.net>
1014
1015         * build-aux/bootstrap: Now that generated Makefile.am files
1016         are no longer under version control, they must be created at
1017         bootstrap time.
1018
1019 2007-08-14  Ben Pfaff  <blp@gnu.org>
1020
1021         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
1022
1023 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
1024
1025         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
1026         given the changes below.
1027         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
1028         even on hosts that have padding bits beyond the supported 64.
1029
1030 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
1031
1032         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
1033         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
1034         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
1035         depends on it.
1036         (xstrtol_error): Remove.
1037         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
1038         but with a different signature.
1039         (ATTRIBUTE_NORETURN, __attribute__): New macros.
1040         * lib/xstrtol-error.c: Include exitfail.h.
1041         (xstrtol_fatal): New function, with a different signature from the
1042         old xstrtol_error, so that the caller need not worry about passing
1043         in an exit status, or about storage management of the option argument.
1044         (xstrtol_error): Now a static function.  Redo signature to
1045         implement xstrtol_fatal.  Output the correct number of hyphens in
1046         front of the option so that the caller need not worry about
1047         storage management.
1048         (N_): New macro.
1049         (_): Remove; not used now.
1050         * modules/xstrtol: Depend on getopt.
1051         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
1052         of old STRTOL_FATAL_ERROR macro.
1053         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
1054         of test program.
1055         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
1056         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
1057
1058 2007-08-08  Eric Blake  <ebb9@byu.net>
1059
1060         * lib/xstrtol-error.c: Add missing include.
1061
1062         Move xstrtol messages into gnulib domain, when --pobase is used.
1063         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
1064         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
1065         * modules/xstrtol (Files): Distribute new file.
1066         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
1067         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
1068         * tests/test-xstrtol.c: ...into new file.
1069         * tests/test-xstrtoul.c: Also test xstrtoul.
1070         * tests/test-xstrtoimax.c: Also test xstrtoimax.
1071         * tests/test-xstrtoumax.c: Also test xstrtoumax.
1072         * tests/test-xstrtol.sh: Drive the tests.
1073         * tests/test-xstrtoimax.sh: Likewise.
1074         * tests/test-xstrtoumax.sh: Likewise.
1075         * modules/xstrtol-tests: New module.
1076         * modules/xstrtoimax-tests: Likewise.
1077         * modules/xstrtoumax-tests: Likewise.
1078
1079 2007-08-08  Jim Meyering  <jim@meyering.net>
1080
1081         New function: mfile_name_concat.
1082         * lib/filenamecat.c (mfile_name_concat): New function, just like
1083         file_name_concat, but return NULL upon failure rather than exiting
1084         with a diagnostic.
1085         * lib/filenamecat.h: Declare it.
1086
1087 2007-08-07  Bruno Haible  <bruno@clisp.org>
1088
1089         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
1090         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
1091         warning from gcc.
1092         Reported by Eric Blake.
1093
1094 2007-08-07  Simon Josefsson  <simon@josefsson.org>
1095
1096         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
1097         * modules/crypto/arcfour (License): Likewise.
1098         * modules/crypto/des-tests (License): Likewise.
1099         * modules/crypto/gc-arctwo-tests (License): Likewise.
1100         * modules/crypto/gc-des-tests (License): Likewise.
1101         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
1102         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
1103         * modules/crypto/gc-md2-tests (License): Likewise.
1104         * modules/crypto/gc-md4-tests (License): Likewise.
1105         * modules/crypto/gc-md5-tests (License): Likewise.
1106         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
1107         * modules/crypto/gc-rijndael-tests (License): Likewise.
1108         * modules/crypto/gc-sha1-tests (License): Likewise.
1109         * modules/crypto/gc-tests (License): Likewise.
1110         * modules/crypto/hmac-md5 (License): Likewise.
1111         * modules/crypto/hmac-sha1 (License): Likewise.
1112         * modules/crypto/md2-tests (License): Likewise.
1113         * modules/crypto/md4-tests (License): Likewise.
1114         * modules/crypto/md5 (License): Likewise.
1115         * modules/crypto/rijndael (License): Likewise.
1116         * modules/crypto/sha1 (License): Likewise.
1117         * modules/memxor (License): Likewise.
1118
1119 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
1120         and Bruno Haible  <bruno@clisp.org>
1121
1122         * NEWS: Describe interface changes to human, xstrtol.
1123         * lib/human.h: Include <xstrtol.h>.
1124         (human_options): Return enum strtol_error, not int.  Remove
1125         bool arg; take int * instead.
1126         * lib/human.c: Don't include "gettext.h".
1127         (_): Remove; no longer used.
1128         Don't include <xstrtol.h>, since human.h does it.
1129         (human_options): Adjust to abovementioned interface changes.
1130         Do not report error to stderr; that's now the caller's
1131         responsibility.
1132         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
1133         interface change.
1134         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
1135         Str, Argument_type_string.  All uses changed.  Put " argument"
1136         in diagnostics to make them clearer.  Change wording of suffix
1137         message for clarity.
1138         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
1139         Argument_type_string.
1140         (STRTOL_FATAL_WARN): Remove; no longer used.
1141         * modules/human (Depends-on): Remove gettext-h.
1142
1143 2007-08-06  Simon Josefsson  <simon@josefsson.org>
1144
1145         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
1146
1147 2007-07-31  Bruno Haible  <bruno@clisp.org>
1148
1149         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
1150         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
1151         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
1152
1153 2007-07-31  Bruno Haible  <bruno@clisp.org>
1154
1155         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
1156         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
1157
1158 2007-07-30  Bruno Haible  <bruno@clisp.org>
1159
1160         * modules/base64 (License): Use the synonymous term "LGPLv2+".
1161         * modules/c-ctype (License): Likewise.
1162         * modules/c-strcase (License): Likewise.
1163         * modules/check-version (License): Likewise.
1164         * modules/iconv (License): Likewise.
1165         * modules/iconv_open (License): Likewise.
1166         * modules/read-file (License): Likewise.
1167         * modules/striconv (License): Likewise.
1168         * modules/strverscmp (License): Likewise.
1169         * modules/vasprintf (License): Likewise.
1170         * modules/crypto/des (License): Likewise.
1171         * modules/crypto/gc (License): Likewise.
1172         * modules/crypto/gc-arcfour (License): Likewise.
1173         * modules/crypto/gc-arctwo (License): Likewise.
1174         * modules/crypto/gc-des (License): Likewise.
1175         * modules/crypto/gc-hmac-md5 (License): Likewise.
1176         * modules/crypto/gc-hmac-sha1 (License): Likewise.
1177         * modules/crypto/gc-md2 (License): Likewise.
1178         * modules/crypto/gc-md4 (License): Likewise.
1179         * modules/crypto/gc-md5 (License): Likewise.
1180         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
1181         * modules/crypto/gc-random (License): Likewise.
1182         * modules/crypto/gc-rijndael (License): Likewise.
1183         * modules/crypto/gc-sha1 (License): Likewise.
1184         * modules/crypto/md2 (License): Likewise.
1185         * modules/crypto/md4 (License): Likewise.
1186
1187 2007-07-30  Jim Meyering  <jim@meyering.net>
1188
1189         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
1190         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
1191         it has valid stat data.  This bug would cause du not to count the
1192         sizes of inaccessible directories.
1193         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
1194         in <http://bugzilla.redhat.com/250077>.
1195
1196 2007-07-25  Peter O'Gorman  <peter@pogma.com>
1197             Bruno Haible  <bruno@clisp.org>
1198
1199         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
1200         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
1201         #include_next, gives a diagnostic about it, but reports no error in
1202         the exit code.
1203         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
1204
1205 2007-07-24  Ben Pfaff  <blp@gnu.org>
1206
1207         Improve name: "count-one-bits" is better than "popcount".
1208         * MODULES.html.sh: Update name.
1209         * lib/popcount.h: Renamed lib/count-one-bits.h.
1210         (popcount): Renamed count_one_bits.
1211         (popcountl): Renamed count_one_bits_l.
1212         (popcountll): Renamed count_one_bits_ll.
1213         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
1214         * modules/popcount: Renamed module/count-one-bits.
1215         * modules/popcount-tests: Renamed module/count-one-bits-tests.
1216         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
1217
1218 2007-07-23  Ben Pfaff  <blp@gnu.org>
1219
1220         * lib/popcount.h (popcount32): Reduce size of constants, to allow
1221         better code generation, and add U to large constants to avoid
1222         warnings, in non-GCC case.
1223         Suggested by Bruno Haible.
1224
1225 2007-07-23  Ben Pfaff  <blp@gnu.org>
1226
1227         * lib/popcount.h: Use verify_true instead of if...abort.
1228         * modules/popcount: Depend on verify module.
1229         Suggested by Jim Meyering.
1230
1231 2007-07-23  Bruno Haible  <bruno@clisp.org>
1232
1233         * gnulib-tool (func_import): Create a .cvsignore file also when the
1234         directory is not yet in CVS but the toplevel directory is. When
1235         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
1236         Reported by Karl Berry.
1237
1238 2007-07-22  Ben Pfaff  <blp@gnu.org>
1239
1240         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
1241         case.
1242         Suggested by Eric Blake.
1243
1244 2007-07-22  Ben Pfaff  <blp@gnu.org>
1245
1246         New module: popcount.
1247         * MODULES.html.sh: Add popcount.
1248         * modules/popcount: New file.
1249         * modules/popcount-tests: New file.
1250         * tests/test-popcount.c: New file.
1251         * lib/popcount.h: New file.
1252         * m4/popcount.m4: New file.
1253
1254 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
1255
1256         * build-aux/announce-gen: Update to GPLv3.
1257
1258         * build-aux/config.guess: Update from config.
1259
1260 2007-07-21  Bruno Haible  <bruno@clisp.org>
1261
1262         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
1263         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
1264
1265 2007-07-20  Jim Meyering  <jim@meyering.net>
1266
1267         * check-module: Diagnose a self-dependency.
1268
1269 2007-07-19  Bruno Haible  <bruno@clisp.org>
1270
1271         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
1272         empty.
1273         Reported by Eric Blake.
1274
1275 2007-07-18  Bruno Haible  <bruno@clisp.org>
1276
1277         * gnulib-tool: New options --po-base, --po-domain.
1278         (func_usage): Document them.
1279         (pobase, po_domain): New variables.
1280         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
1281         DEFAULT_TEXT_DOMAIN.
1282         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
1283         (func_import): Consider pobase and po_domain. Create a po/ directory.
1284         (func_create_testdir): Set pobase and po_domain to empty.
1285         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
1286         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
1287
1288 2007-07-18  Bruno Haible  <bruno@clisp.org>
1289
1290         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1291         EXTRA_DIST augmentation for files in build-aux/.
1292
1293 2007-07-16  Bruno Haible  <bruno@clisp.org>
1294
1295         * modules/lseek (License): Use the synonymous term "LGPLv2+".
1296         * modules/getdelim (License): Likewise.
1297
1298 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1299
1300         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
1301         * modules/d-type (License): Likewise.
1302         * modules/extensions (License): Likewise.
1303         * modules/fnmatch (License): Likewise.
1304         * modules/fseeko (License): Likewise.
1305         * modules/getaddrinfo (License): Likewise.
1306         * modules/getline (License): Likewise.
1307         * modules/getlogin_r (License): Likewise.
1308         * modules/getpass (License): Likewise.
1309         * modules/gettimeofday (License): Likewise.
1310         * modules/glob (License): Likewise.
1311         * modules/inet_ntop (License): Likewise.
1312         * modules/malloc (License): Likewise.
1313         * modules/malloca (License): Likewise.
1314         * modules/memmem (License): Likewise.
1315         * modules/mempcpy (License): Likewise.
1316         * modules/memset (License): Likewise.
1317         * modules/minmax (License): Likewise.
1318         * modules/mktime (License): Likewise.
1319         * modules/netinet_in (License): Likewise.
1320         * modules/pathmax (License): Likewise.
1321         * modules/poll (License): Likewise.
1322         * modules/regex (License): Likewise.
1323         * modules/snprintf (License): Likewise.
1324         * modules/stdbool (License): Likewise.
1325         * modules/stdint (License): Likewise.
1326         * modules/stdio (License): Likewise.
1327         * modules/strcase (License): Likewise.
1328         * modules/strcasestr (License): Likewise.
1329         * modules/strdup (License): Likewise.
1330         * modules/string (License): Likewise.
1331         * modules/strndup (License): Likewise.
1332         * modules/strnlen (License): Likewise.
1333         * modules/strpbrk (License): Likewise.
1334         * modules/strptime (License): Likewise.
1335         * modules/strsep (License): Likewise.
1336         * modules/sys_select (License): Likewise.
1337         * modules/sys_socket (License): Likewise.
1338         * modules/sys_stat (License): Likewise.
1339         * modules/sys_time (License): Likewise.
1340         * modules/time (License): Likewise.
1341         * modules/time_r (License): Likewise.
1342         * modules/timegm (License): Likewise.
1343         * modules/unistd (License): Likewise.
1344         * modules/vsnprintf (License): Likewise.
1345         * modules/wctype (License): Likewise.
1346
1347 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1348
1349         * modules/argz (License): LGPLv2+.
1350
1351 2007-07-15  Karl Berry  <karl@gnu.org>
1352
1353         * doc/gnulib.texi: revise node structure per new fdl.texi.
1354
1355 2007-07-14  Bruno Haible  <bruno@clisp.org>
1356
1357         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
1358         the output file.
1359         * lib/uniname/uninames.h: Regenerated.
1360
1361 2007-07-14  Karl Berry  <karl@gnu.org>
1362
1363         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
1364         omitting sectioning and index commands.
1365
1366 2007-07-13  Bruno Haible  <bruno@clisp.org>
1367
1368         New gnulib-tool option --more-symlinks.
1369         * gnulib-tool (func_usage): Document --more-symlinks.
1370         (do_copyrights): New variable.
1371         Recognize option --more-symlinks.
1372         (func_import): Don't add a copyright notice transform to
1373         sed_transform_lib_file if do_copyrights is empty.
1374
1375 2007-07-13  Bruno Haible  <bruno@clisp.org>
1376
1377         * lib/vasnprintf.c (decimal_point_char): Define also if
1378         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
1379         && !NEED_PRINTF_DIRECTIVE_A.
1380         Reported by Clemens Koller <clemens.koller@anagramm.de> via
1381         Gary V. Vaughan <gary@gnu.org>.
1382
1383 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
1384
1385         * lib/inttypes_.h: Undo previous change, since it was fixed
1386         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
1387
1388 2007-07-13  Bruno Haible  <bruno@clisp.org>
1389
1390         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
1391         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
1392
1393 2007-07-13  Jim Meyering  <jim@meyering.net>
1394
1395         df: Don't fail for Tru64's "file-on-file mount".
1396         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
1397         so we fall through and use statfs instead.  Details here:
1398         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
1399         Reported by Albert Chin.
1400
1401 2007-07-13  Bruno Haible  <bruno@clisp.org>
1402
1403         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
1404         * modules/configmake (License): Likewise.
1405         * modules/gettext (License): Likewise.
1406         * modules/gettext-h (License): Likewise.
1407         * modules/include_next (License): Likewise.
1408         * modules/link-warning (License): Likewise.
1409         * modules/localcharset (License): Likewise.
1410         * modules/localename (License): Likewise.
1411         * modules/lock (License): Likewise.
1412         * modules/relocatable-lib-lgpl (License): Likewise.
1413         * modules/size_max (License): Likewise.
1414         * modules/vasnprintf (License): Likewise.
1415         * modules/wchar (License): Likewise.
1416         * modules/xsize (License): Likewise.
1417
1418 2007-07-13  Bruno Haible  <bruno@clisp.org>
1419
1420         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
1421         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
1422
1423 2007-07-12  Bruno Haible  <bruno@clisp.org>
1424
1425         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
1426         in the modules files.
1427
1428 2007-07-11  Karl Berry  <karl@gnu.org>
1429
1430         * MODULES.html.sh (func_module): use
1431          sed -e '\|^'"${includefile}"'$|d'
1432          instead of /.../d, to avoid errors on $includefile's containing /.
1433
1434 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
1435
1436         * gnulib-tool (func_import): Avoid duplication of --avoid
1437         statements
1438         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
1439         names to `_' in variable names.
1440
1441 2007-07-10  Eric Blake  <ebb9@byu.net>
1442
1443         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
1444         * NEWS: Document this change.
1445
1446 2007-07-08  Bruno Haible  <bruno@clisp.org>
1447
1448         Update to Unicode 5.0.
1449         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
1450         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
1451         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
1452         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
1453         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
1454         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
1455         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
1456         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
1457         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
1458         U+10A3F, U+1D242..U+1D244.
1459         (nonspacing_table_ind): Update.
1460         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
1461         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
1462
1463 2007-07-08  Bruno Haible  <bruno@clisp.org>
1464
1465         Update to Unicode 5.0.
1466         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
1467         code transform. Extend the name index field of unicode_name_to_code and
1468         unicode_code_to_name from 16 to 24 bits.
1469         * lib/uniname/uniname.c (unicode_character_name,
1470         unicode_name_character): Add the range 0x12xxx to the code transform.
1471         * lib/uniname/uninames.h: Regenerated.
1472         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
1473
1474 2007-07-07  Bruno Haible  <bruno@clisp.org>
1475
1476         * modules/wcwidth-tests: New file.
1477         * tests/test-wcwidth.c: New file.
1478
1479         Work around MacOS X wcwidth() bug.
1480         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
1481         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
1482         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
1483         original wcwidth in non-UTF-8 locales.
1484         * modules/wcwidth (Depends-on): Add localcharset, streq,
1485         uniwidth/width.
1486         * doc/functions/wcwidth.texi: Update.
1487
1488 2007-07-07  Bruno Haible  <bruno@clisp.org>
1489
1490         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
1491         (wcwidth): New declaration.
1492         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
1493         macros.
1494         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
1495         here. Prepare for creating <wchar.h> unconditionally.
1496         * modules/wchar (Depends-on): Add link-warning.
1497         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
1498         REPLACE_WCWIDTH, and GL_LINK_WARNING.
1499         * lib/wcwidth.h: Remove file.
1500         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
1501         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
1502         * modules/wcwidth (Files): Remove lib/wcwidth.h.
1503         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
1504         (Include): Replace wcwidth.h with <wchar.h>.
1505         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
1506         * lib/mbchar.h: Don't include wcwidth.h.
1507         * lib/mbswidth.c: Likewise.
1508         * NEWS: Mention the change.
1509
1510 2007-07-07  Bruno Haible  <bruno@clisp.org>
1511
1512         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
1513         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
1514         definition with an external declaration.
1515         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
1516         defined as a function. Remove AC_C_INLINE requirement.
1517         * modules/wcwidth (Files): Add lib/wcwidth.c.
1518         (Makefile.am): Remove redundant statement.
1519
1520 2007-07-07  Bruno Haible  <bruno@clisp.org>
1521
1522         * MODULES.html.sh (Unicode string functions): Add the new modules.
1523
1524         * tests/uniwidth/test-u32-strwidth.c: New file.
1525         * modules/uniwidth/u32-strwidth-tests: New file.
1526
1527         * lib/uniwidth/u32-strwidth.c: New file.
1528         * modules/uniwidth/u32-strwidth: New file.
1529
1530         * tests/uniwidth/test-u16-strwidth.c: New file.
1531         * modules/uniwidth/u16-strwidth-tests: New file.
1532
1533         * lib/uniwidth/u16-strwidth.c: New file.
1534         * modules/uniwidth/u16-strwidth: New file.
1535
1536         * tests/uniwidth/test-u8-strwidth.c: New file.
1537         * modules/uniwidth/u8-strwidth-tests: New file.
1538
1539         * lib/uniwidth/u8-strwidth.c: New file.
1540         * modules/uniwidth/u8-strwidth: New file.
1541
1542         * tests/uniwidth/test-u32-width.c: New file.
1543         * modules/uniwidth/u32-width-tests: New file.
1544
1545         * lib/uniwidth/u32-width.c: New file.
1546         * modules/uniwidth/u32-width: New file.
1547
1548         * tests/uniwidth/test-u16-width.c: New file.
1549         * modules/uniwidth/u16-width-tests: New file.
1550
1551         * lib/uniwidth/u16-width.c: New file.
1552         * modules/uniwidth/u16-width: New file.
1553
1554         * tests/uniwidth/test-u8-width.c: New file.
1555         * modules/uniwidth/u8-width-tests: New file.
1556
1557         * lib/uniwidth/u8-width.c: New file.
1558         * modules/uniwidth/u8-width: New file.
1559
1560         * tests/uniwidth/test-uc_width.c: New file.
1561         * modules/uniwidth/width-tests: New file.
1562
1563         * lib/uniwidth/width.c: New file, from GNU libiconv.
1564         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
1565         * modules/uniwidth/width: New file.
1566
1567         * lib/uniwidth.h: New file, from GNU libiconv.
1568         * modules/uniwidth/base: New file.
1569
1570 2007-07-07  Bruno Haible  <bruno@clisp.org>
1571
1572         * lib/uniname.h: New file, from GNU gettext.
1573         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
1574         * lib/uniname/uninames.h: New file, from GNU gettext.
1575         * lib/uniname/uniname.c: New file, from GNU gettext.
1576         * tests/uniname/test-uninames.sh: New file.
1577         * tests/uniname/test-uninames.c: New file, from GNU gettext.
1578         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
1579         * modules/uniname/base: New file.
1580         * modules/uniname/uniname: New file.
1581         * modules/uniname/uniname-tests: New file.
1582         * MODULES.html.sh (Unicode string functions): Add the new modules.
1583
1584 2007-07-06  Bruno Haible  <bruno@clisp.org>
1585
1586         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
1587
1588 2007-07-06  Bruno Haible  <bruno@clisp.org>
1589
1590         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
1591         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
1592         includes <cygwin/sys_time.h> which includes <sys/select.h> which
1593         include <sys/time.h>.
1594         Reported by Eric Blake.
1595
1596 2007-07-06  Eric Blake  <ebb9@byu.net>
1597
1598         Fix testing canonicalize on cygwin.
1599         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
1600         Revert patch from 2007-06-19.
1601         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
1602         canonicalize module is also in use.
1603         * tests/test-canonicalize.c: New file.
1604         * tests/test-canonicalize.sh: Likewise.
1605         * modules/canonicalize-tests: Likewise.
1606
1607 2007-07-06  Jim Meyering  <jim@meyering.net>
1608
1609         * lib/getugroups.c (getugroups): Detect getgrent failure.
1610         Adjust comment to reflect reality: this function may return -1.
1611
1612 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1613
1614         * build-aux/bootstrap (TP_URL,get_translations): Update to use
1615         the new TP address.
1616         (usage): Fix typo
1617         (gnulib_mk): New variable.
1618
1619 2007-07-05  Jim Meyering  <jim@meyering.net>
1620
1621         Don't let endgrent clobber errno, no matter how improbable.
1622         * lib/getugroups.c (getugroups): Save and restore errno around
1623         endgrent call.
1624
1625         Close the group DB even when failing with 2^31 or more members.
1626         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
1627
1628 2007-07-04  Jim Meyering  <jim@meyering.net>
1629
1630         * lib/getugroups.h: New file.
1631         * lib/getugroups.c: Include "getugroups.h".
1632         Remove uses of "register" keyword.
1633         Move local variable, "cp", down into scope where used.
1634         Give "username" parameter the "const" attribute.
1635         * modules/getugroups (Files): Add lib/getugroups.h
1636
1637 2007-07-04  Karl Berry  <karl@gnu.org>
1638
1639         * MODULES.html.sh (func_all_modules): Complete rename of
1640         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
1641
1642 2007-07-02  Bruno Haible  <bruno@clisp.org>
1643
1644         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
1645         mode, when inttypes.h comes from gnulib.
1646         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
1647
1648 2007-07-02  Simon Josefsson  <simon@josefsson.org>
1649
1650         * NEWS: Mention lgpl module name change.
1651
1652         * modules/lgpl-2.1: Renamed from lgpl.
1653
1654         * NEWS: Mention gpl module name change.
1655
1656         * modules/gpl-3.0: New file, based on gpl-2.0.
1657
1658         * modules/gpl-2.0: Renamed from gpl.
1659
1660         * modules/gpl: Fix filename, doc/gpl.texi is now found at
1661         doc/gpl-2.0.texi.
1662
1663 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
1664
1665         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
1666         #define __STDC_LIMIT_MACROS temporarily while including
1667         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
1668         Problem reported by Joel E. Denny in
1669         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
1670
1671 2007-07-01  Bruno Haible  <bruno@clisp.org>
1672
1673         * lib/unistdio.h: New file.
1674         * lib/unistdio/u-asnprintf.h: New file.
1675         * lib/unistdio/u-asprintf.h: New file.
1676         * lib/unistdio/u-printf-args.c: New file.
1677         * lib/unistdio/u-printf-args.h: New file.
1678         * lib/unistdio/u-printf-parse.h: New file.
1679         * lib/unistdio/u-snprintf.h: New file.
1680         * lib/unistdio/u-sprintf.h: New file.
1681         * lib/unistdio/u-vasprintf.h: New file.
1682         * lib/unistdio/u-vsnprintf.h: New file.
1683         * lib/unistdio/u-vsprintf.h: New file.
1684         * lib/unistdio/ulc-asnprintf.c: New file.
1685         * lib/unistdio/ulc-asprintf.c: New file.
1686         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
1687         * lib/unistdio/ulc-printf-parse.c: New file.
1688         * lib/unistdio/ulc-snprintf.c: New file.
1689         * lib/unistdio/ulc-sprintf.c: New file.
1690         * lib/unistdio/ulc-vasnprintf.c: New file.
1691         * lib/unistdio/ulc-vasprintf.c: New file.
1692         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
1693         * lib/unistdio/ulc-vsnprintf.c: New file.
1694         * lib/unistdio/ulc-vsprintf.c: New file.
1695         * lib/unistdio/u8-asnprintf.c: New file.
1696         * lib/unistdio/u8-asprintf.c: New file.
1697         * lib/unistdio/u8-printf-parse.c: New file.
1698         * lib/unistdio/u8-snprintf.c: New file.
1699         * lib/unistdio/u8-sprintf.c: New file.
1700         * lib/unistdio/u8-vasnprintf.c: New file.
1701         * lib/unistdio/u8-vasprintf.c: New file.
1702         * lib/unistdio/u8-vsnprintf.c: New file.
1703         * lib/unistdio/u8-vsprintf.c: New file.
1704         * lib/unistdio/u8-u8-asnprintf.c: New file.
1705         * lib/unistdio/u8-u8-asprintf.c: New file.
1706         * lib/unistdio/u8-u8-snprintf.c: New file.
1707         * lib/unistdio/u8-u8-sprintf.c: New file.
1708         * lib/unistdio/u8-u8-vasnprintf.c: New file.
1709         * lib/unistdio/u8-u8-vasprintf.c: New file.
1710         * lib/unistdio/u8-u8-vsnprintf.c: New file.
1711         * lib/unistdio/u8-u8-vsprintf.c: New file.
1712         * lib/unistdio/u16-asnprintf.c: New file.
1713         * lib/unistdio/u16-asprintf.c: New file.
1714         * lib/unistdio/u16-printf-parse.c: New file.
1715         * lib/unistdio/u16-snprintf.c: New file.
1716         * lib/unistdio/u16-sprintf.c: New file.
1717         * lib/unistdio/u16-vasnprintf.c: New file.
1718         * lib/unistdio/u16-vasprintf.c: New file.
1719         * lib/unistdio/u16-vsnprintf.c: New file.
1720         * lib/unistdio/u16-vsprintf.c: New file.
1721         * lib/unistdio/u16-u16-asnprintf.c: New file.
1722         * lib/unistdio/u16-u16-asprintf.c: New file.
1723         * lib/unistdio/u16-u16-snprintf.c: New file.
1724         * lib/unistdio/u16-u16-sprintf.c: New file.
1725         * lib/unistdio/u16-u16-vasnprintf.c: New file.
1726         * lib/unistdio/u16-u16-vasprintf.c: New file.
1727         * lib/unistdio/u16-u16-vsnprintf.c: New file.
1728         * lib/unistdio/u16-u16-vsprintf.c: New file.
1729         * lib/unistdio/u32-asnprintf.c: New file.
1730         * lib/unistdio/u32-asprintf.c: New file.
1731         * lib/unistdio/u32-printf-parse.c: New file.
1732         * lib/unistdio/u32-snprintf.c: New file.
1733         * lib/unistdio/u32-sprintf.c: New file.
1734         * lib/unistdio/u32-vasnprintf.c: New file.
1735         * lib/unistdio/u32-vasprintf.c: New file.
1736         * lib/unistdio/u32-vsnprintf.c: New file.
1737         * lib/unistdio/u32-vsprintf.c: New file.
1738         * lib/unistdio/u32-u32-asnprintf.c: New file.
1739         * lib/unistdio/u32-u32-asprintf.c: New file.
1740         * lib/unistdio/u32-u32-snprintf.c: New file.
1741         * lib/unistdio/u32-u32-sprintf.c: New file.
1742         * lib/unistdio/u32-u32-vasnprintf.c: New file.
1743         * lib/unistdio/u32-u32-vasprintf.c: New file.
1744         * lib/unistdio/u32-u32-vsnprintf.c: New file.
1745         * lib/unistdio/u32-u32-vsprintf.c: New file.
1746         * tests/unistdio/test-ulc-asnprintf1.c: New file.
1747         * tests/unistdio/test-ulc-asnprintf1.h: New file.
1748         * tests/unistdio/test-ulc-printf1.h: New file.
1749         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
1750         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
1751         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
1752         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
1753         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
1754         * tests/unistdio/test-ulc-vasprintf1.c: New file.
1755         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
1756         * tests/unistdio/test-ulc-vsprintf1.c: New file.
1757         * tests/unistdio/test-u8-asnprintf1.c: New file.
1758         * tests/unistdio/test-u8-asnprintf1.h: New file.
1759         * tests/unistdio/test-u8-printf1.h: New file.
1760         * tests/unistdio/test-u8-vasnprintf1.c: New file.
1761         * tests/unistdio/test-u8-vasnprintf2.c: New file.
1762         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
1763         * tests/unistdio/test-u8-vasnprintf3.c: New file.
1764         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
1765         * tests/unistdio/test-u8-vasprintf1.c: New file.
1766         * tests/unistdio/test-u8-vsnprintf1.c: New file.
1767         * tests/unistdio/test-u8-vsprintf1.c: New file.
1768         * tests/unistdio/test-u16-asnprintf1.c: New file.
1769         * tests/unistdio/test-u16-asnprintf1.h: New file.
1770         * tests/unistdio/test-u16-printf1.h: New file.
1771         * tests/unistdio/test-u16-vasnprintf1.c: New file.
1772         * tests/unistdio/test-u16-vasnprintf2.c: New file.
1773         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
1774         * tests/unistdio/test-u16-vasnprintf3.c: New file.
1775         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
1776         * tests/unistdio/test-u16-vasprintf1.c: New file.
1777         * tests/unistdio/test-u16-vsnprintf1.c: New file.
1778         * tests/unistdio/test-u16-vsprintf1.c: New file.
1779         * tests/unistdio/test-u32-asnprintf1.c: New file.
1780         * tests/unistdio/test-u32-asnprintf1.h: New file.
1781         * tests/unistdio/test-u32-printf1.h: New file.
1782         * tests/unistdio/test-u32-vasnprintf1.c: New file.
1783         * tests/unistdio/test-u32-vasnprintf2.c: New file.
1784         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
1785         * tests/unistdio/test-u32-vasnprintf3.c: New file.
1786         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
1787         * tests/unistdio/test-u32-vasprintf1.c: New file.
1788         * tests/unistdio/test-u32-vsnprintf1.c: New file.
1789         * tests/unistdio/test-u32-vsprintf1.c: New file.
1790         * modules/unistdio/base: New file.
1791         * modules/unistdio/u-printf-args: New file.
1792         * modules/unistdio/ulc-asnprintf: New file.
1793         * modules/unistdio/ulc-asprintf: New file.
1794         * modules/unistdio/ulc-fprintf: New file.
1795         * modules/unistdio/ulc-printf-parse: New file.
1796         * modules/unistdio/ulc-snprintf: New file.
1797         * modules/unistdio/ulc-sprintf: New file.
1798         * modules/unistdio/ulc-vasnprintf: New file.
1799         * modules/unistdio/ulc-vasprintf: New file.
1800         * modules/unistdio/ulc-vfprintf: New file.
1801         * modules/unistdio/ulc-vsnprintf: New file.
1802         * modules/unistdio/ulc-vsprintf: New file.
1803         * modules/unistdio/u8-asnprintf: New file.
1804         * modules/unistdio/u8-asprintf: New file.
1805         * modules/unistdio/u8-printf-parse: New file.
1806         * modules/unistdio/u8-snprintf: New file.
1807         * modules/unistdio/u8-sprintf: New file.
1808         * modules/unistdio/u8-vasnprintf: New file.
1809         * modules/unistdio/u8-vasprintf: New file.
1810         * modules/unistdio/u8-vsnprintf: New file.
1811         * modules/unistdio/u8-vsprintf: New file.
1812         * modules/unistdio/u8-u8-asnprintf: New file.
1813         * modules/unistdio/u8-u8-asprintf: New file.
1814         * modules/unistdio/u8-u8-snprintf: New file.
1815         * modules/unistdio/u8-u8-sprintf: New file.
1816         * modules/unistdio/u8-u8-vasnprintf: New file.
1817         * modules/unistdio/u8-u8-vasprintf: New file.
1818         * modules/unistdio/u8-u8-vsnprintf: New file.
1819         * modules/unistdio/u8-u8-vsprintf: New file.
1820         * modules/unistdio/u16-asnprintf: New file.
1821         * modules/unistdio/u16-asprintf: New file.
1822         * modules/unistdio/u16-printf-parse: New file.
1823         * modules/unistdio/u16-snprintf: New file.
1824         * modules/unistdio/u16-sprintf: New file.
1825         * modules/unistdio/u16-vasnprintf: New file.
1826         * modules/unistdio/u16-vasprintf: New file.
1827         * modules/unistdio/u16-vsnprintf: New file.
1828         * modules/unistdio/u16-vsprintf: New file.
1829         * modules/unistdio/u16-u16-asnprintf: New file.
1830         * modules/unistdio/u16-u16-asprintf: New file.
1831         * modules/unistdio/u16-u16-snprintf: New file.
1832         * modules/unistdio/u16-u16-sprintf: New file.
1833         * modules/unistdio/u16-u16-vasnprintf: New file.
1834         * modules/unistdio/u16-u16-vasprintf: New file.
1835         * modules/unistdio/u16-u16-vsnprintf: New file.
1836         * modules/unistdio/u16-u16-vsprintf: New file.
1837         * modules/unistdio/u32-asnprintf: New file.
1838         * modules/unistdio/u32-asprintf: New file.
1839         * modules/unistdio/u32-printf-parse: New file.
1840         * modules/unistdio/u32-snprintf: New file.
1841         * modules/unistdio/u32-sprintf: New file.
1842         * modules/unistdio/u32-vasnprintf: New file.
1843         * modules/unistdio/u32-vasprintf: New file.
1844         * modules/unistdio/u32-vsnprintf: New file.
1845         * modules/unistdio/u32-vsprintf: New file.
1846         * modules/unistdio/u32-u32-asnprintf: New file.
1847         * modules/unistdio/u32-u32-asprintf: New file.
1848         * modules/unistdio/u32-u32-snprintf: New file.
1849         * modules/unistdio/u32-u32-sprintf: New file.
1850         * modules/unistdio/u32-u32-vasnprintf: New file.
1851         * modules/unistdio/u32-u32-vasprintf: New file.
1852         * modules/unistdio/u32-u32-vsnprintf: New file.
1853         * modules/unistdio/u32-u32-vsprintf: New file.
1854         * modules/unistdio/ulc-asnprintf-tests: New file.
1855         * modules/unistdio/ulc-vasnprintf-tests: New file.
1856         * modules/unistdio/ulc-vasprintf-tests: New file.
1857         * modules/unistdio/ulc-vsnprintf-tests: New file.
1858         * modules/unistdio/ulc-vsprintf-tests: New file.
1859         * modules/unistdio/u8-asnprintf-tests: New file.
1860         * modules/unistdio/u8-vasnprintf-tests: New file.
1861         * modules/unistdio/u8-vasprintf-tests: New file.
1862         * modules/unistdio/u8-vsnprintf-tests: New file.
1863         * modules/unistdio/u8-vsprintf-tests: New file.
1864         * modules/unistdio/u16-asnprintf-tests: New file.
1865         * modules/unistdio/u16-vasnprintf-tests: New file.
1866         * modules/unistdio/u16-vasprintf-tests: New file.
1867         * modules/unistdio/u16-vsnprintf-tests: New file.
1868         * modules/unistdio/u16-vsprintf-tests: New file.
1869         * modules/unistdio/u32-asnprintf-tests: New file.
1870         * modules/unistdio/u32-vasnprintf-tests: New file.
1871         * modules/unistdio/u32-vasprintf-tests: New file.
1872         * modules/unistdio/u32-vsnprintf-tests: New file.
1873         * modules/unistdio/u32-vsprintf-tests: New file.
1874         * MODULES.html.sh (Unicode string functions): Add the new modules.
1875
1876 2007-07-01  Bruno Haible  <bruno@clisp.org>
1877
1878         * lib/sprintf.c (sprintf): Limit the available length estimation,
1879         to avoid address wraparound.
1880         * lib/vsprintf.c (vsprintf): Likewise.
1881         * modules/sprintf-posix (Dependencies): Add stdint.
1882         * modules/vsprintf-posix (Dependencies): Likewise.
1883
1884 2007-07-01  Bruno Haible  <bruno@clisp.org>
1885
1886         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
1887         Windows PATH as well. Conservative double-quoting. Comments.
1888
1889 2007-07-01  Bruno Haible  <bruno@clisp.org>
1890             Eric Blake  <ebb9@byu.net>
1891             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1892
1893         * gnulib-tool (self_abspathname): Fix algorithm to cope with
1894         empty components in $PATH, denoting '.'.
1895
1896 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1897
1898         * gnulib-tool: Fix indentation.
1899         (func_create_megatestdir): Likewise.
1900         Report by Bruno Haible.
1901
1902 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1903
1904         Sync from Automake.
1905         * build-aux/gnupload: Fix shell portability issues with for loops.
1906         Report by Karl Berry.
1907
1908 2007-06-29  Simon Josefsson  <simon@josefsson.org>
1909
1910         * build-aux/maint.mk (POURL): Use translationproject.org.
1911
1912 2007-06-27  Simon Josefsson  <simon@josefsson.org>
1913             Bruno Haible  <bruno@clisp.org>
1914
1915         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
1916         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
1917         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
1918         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
1919         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
1920
1921 2007-06-27  Bruno Haible  <bruno@clisp.org>
1922
1923         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
1924         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
1925
1926 2007-06-26  Karl Berry  <karl@gnu.org>
1927
1928         * MODULES.html.sh: remove xreadlink-with-size.
1929
1930 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1931
1932         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
1933         method that I hope also handles the double-include problem noted
1934         by Bruno Haible in
1935         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
1936
1937 2007-06-23  Bruno Haible  <bruno@clisp.org>
1938
1939         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1940         Don't let the 'mostlyclean' target fail if the last subdirectory could
1941         not be removed.
1942         Reported by Karl Berry.
1943
1944 2007-06-23  Bruno Haible  <bruno@clisp.org>
1945
1946         * gnulib-tool (echo): Add a speedier workaround for ksh.
1947         * tests/test-echo.sh: Likewise.
1948
1949 2007-06-23  Bruno Haible  <bruno@clisp.org>
1950
1951         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
1952         * tests/test-echo.sh: Likewise.
1953
1954 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1955
1956         * gnulib-tool (IFS): Initialize early, so we don't set it to
1957         empty later.
1958         (self_abspathname): Rewrite algorithm to set it, reindent.
1959         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
1960         (func_create_megatestdir): Merge some sed scripts.
1961
1962 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1963
1964         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
1965         exposed by Sun Studio 11 cc on Solaris 8.
1966
1967 2007-06-22  Bruno Haible  <bruno@clisp.org>
1968
1969         * gnulib-tool (echo): Ensure the echo primitive does not interpret
1970         backslashes.
1971         * tests/test-echo.sh: New file.
1972
1973 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1974
1975         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
1976         simplify `sed_replace_build_aux' scripts, they are portable but
1977         echoing them with `echo' is not.
1978         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
1979
1980 2007-06-21  Karl Berry  <karl@gnu.org>
1981
1982         * config/srclist.txt: guess we can't handle the licenses via
1983         srclist at the moment.
1984
1985 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
1986
1987         * MODULES.html.sh: Add include_next.
1988         * modules/include_next: New file.
1989
1990 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
1991
1992         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
1993         INCLUDE_NEXT.
1994         (gl_CHECK_NEXT_HEADERS): New macro.
1995         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
1996         the obsolescent gl_ABSOLUTE_HEADER.
1997         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
1998         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
1999         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
2000         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
2001         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
2002         * m4/math_h.m4 (gl_MATH_H): Likewise.
2003         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
2004         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
2005         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
2006         * m4/stdint.m4 (gl_STDINT_H): Likewise.
2007         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
2008         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
2009         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
2010         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2011         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
2012         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
2013         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
2014         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
2015         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
2016         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
2017         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
2018         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
2019         * m4/inttypes.m4 (gl_INTTYPES_H): Define
2020         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
2021         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
2022         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
2023         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
2024         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
2025         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
2026         * lib/float_.h: Likewise.
2027         * lib/inttypes_.h: Likewise.
2028         * lib/math_.h: Likewise.
2029         * lib/search_.h: Likewise.
2030         * lib/signal_.h: Likewise.
2031         * lib/stdint_.h: Likewise.
2032         * lib/stdio_.h: Likewise.
2033         * lib/stdlib_.h: Likewise.
2034         * lib/string_.h: Likewise.
2035         * lib/sys_stat_.h: Likewise.
2036         * lib/sys_time_.h: Likewise.
2037         * lib/time_.h: Likewise.
2038         * lib/unistd_.h: Likewise.
2039         * lib/wchar_.h: Likewise.
2040         * lib/wctype_.h: Likewise.
2041         * lib/dirent_.h: Likewise.
2042         * lib/iconv_.h: Likewise.
2043         * lib/locale_.h: Likewise.
2044         * lib/netinet_in_.h: Likewise.
2045         * lib/sys_select_.h: Likewise.
2046         * lib/sys_socket_.h: Likewise.
2047         * lib/sysexits_.h: Likewise.
2048         * modules/fcntl (Depends-on): Depend on include_next, not
2049         absolute_header.
2050         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
2051         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
2052         * modules/fchdir: Likewise.
2053         * modules/float: Likewise.
2054         * modules/iconv_open: Likewise.
2055         * modules/inttypes: Likewise.
2056         * modules/locale: Likewise.
2057         * modules/math: Likewise.
2058         * modules/netinet_in: Likewise.
2059         * modules/search: Likewise.
2060         * modules/signal: Likewise.
2061         * modules/stdint: Likewise.
2062         * modules/stdio: Likewise.
2063         * modules/stdlib: Likewise.
2064         * modules/string: Likewise.
2065         * modules/sys_select: Likewise.
2066         * modules/sys_socket: Likewise.
2067         * modules/sys_stat: Likewise.
2068         * modules/sys_time: Likewise.
2069         * modules/sysexits: Likewise.
2070         * modules/time: Likewise.
2071         * modules/unistd: Likewise.
2072         * modules/wchar: Likewise.
2073         * modules/wctype: Likewise.
2074         * modules/sys_stat: Change maintainer to "all".
2075         * modules/unistd: Likewise.
2076
2077 2007-06-20  Karl Berry  <karl@gnu.org>
2078
2079         * config/srclist.txt: track www changes in license files.
2080
2081 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
2082
2083         * build-aux/bootstrap: Remove stray dot.
2084         Make sure build_aux settings are honored when linking
2085         gnulib_extra_files.
2086
2087 2007-06-19  Eric Blake  <ebb9@byu.net>
2088
2089         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
2090         Allow compilation on cygwin.
2091
2092 2007-06-19  Jim Meyering  <jim@meyering.net>
2093
2094         xreadlink-with-size: Remove module.  No longer used.
2095         Ex-callers now use xreadlink or mreadlink-with-size.
2096         * modules/xreadlink-with-size: Remove module.
2097         * lib/xreadlink-with-size.c: Remove file.
2098         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
2099         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
2100         just before the function definition *is* accurate.
2101
2102         Eliminate one way canonicalize_filename_mode could exit.
2103         * lib/canonicalize.c (canonicalize_filename_mode):
2104         Use mreadlink_with_size, not xreadlink_with_size.
2105
2106 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
2107
2108         Detect porting problems to FreeBSD/arm, which has time_t wider than
2109         long int.  Original problem reported for GNU diff by Xin Li in
2110         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
2111         * modules/getdate (Depends-on): Add intprops, verify.
2112         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
2113         is an integer type no wider than long int.
2114
2115 2007-06-18  Jim Meyering  <jim@meyering.net>
2116
2117         New module: mreadlink-with-size.
2118         * MODULES.html.sh: Add mreadlink-with-size.
2119         * modules/mreadlink-with-size: New module
2120         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
2121         not xreadlink-with-size.
2122         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
2123
2124 2007-06-16  Bruno Haible  <bruno@clisp.org>
2125
2126         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
2127         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
2128         Reported by Gary V. Vaughan <gary@gnu.org>.
2129
2130 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
2131
2132         Revamp lchown so that it lives in unistd.h where it belongs.
2133         * lib/lchown.h: Remove.
2134         * lib/dirchownmod.c: Don't include lib/lchown.h.
2135         * lib/fchownat.c: Likewise.
2136         * lib/openat.c: Likewise.
2137         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
2138         does not follow symlinks.
2139         (EOPNOTSUPP): Define if not defined.
2140         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
2141         is defined to 0.
2142         (lchown): New decl.
2143         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
2144         Do not check for lchown decl.
2145         Set REPLACE_LCHOWN.
2146         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
2147         REPLACE_LCHOWN.
2148         * modules/chown: Make it clear it follows symlinks.
2149         * modules/lchown: Make it clear it doesn't follow symlinks.
2150         (Files): Remove lib/lchown.h
2151         (Depends-on): Add unistd.
2152         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
2153         (Include): Include <unistd.h>, not "lchown.h".
2154         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
2155         REPLACE_LCHOWN.
2156
2157 2007-06-15  Jim Meyering  <jim@meyering.net>
2158
2159         Change license (GPL to LGPL) of fsusage and dependents.
2160         * modules/fsusage (License): Change to LGPL.
2161         * modules/full-read (License): Likewise.
2162         * modules/full-write (License): Likewise.
2163         * modules/safe-read (License): Likewise.
2164         * modules/safe-write (License): Likewise.
2165
2166 2007-06-14  Ben Pfaff  <blp@gnu.org>
2167
2168         Missing part of allocsa -> malloca transition.
2169         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
2170         gl_MALLOCA.
2171
2172 2007-06-12  Bruno Haible  <bruno@clisp.org>
2173
2174         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
2175         to ia64, x86_64, i386.
2176         Reported by Eric Blake.
2177
2178 2007-06-12  Bruno Haible  <bruno@clisp.org>
2179
2180         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
2181         cross-compiling to x86_64.
2182
2183 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
2184
2185         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
2186         glitch reported by Ralf Wildenhues in
2187         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
2188
2189         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
2190         Vin Shelton.
2191
2192 2007-06-11  Bruno Haible  <bruno@clisp.org>
2193
2194         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
2195         replacement string.
2196         Reported by Eric Blake.
2197
2198 2007-06-10  Bruno Haible  <bruno@clisp.org>
2199
2200         Prepare vasnprintf code for use with Unicode strings.
2201         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
2202         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
2203         TYPE_U32_STRING.
2204         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
2205         a_u32_string variants.
2206         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
2207         * lib/printf-args.c: Don't include config.h and the specification
2208         header if PRINTF_FETCHARGS is already defined.
2209         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
2210         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
2211         TYPE_U16_STRING, TYPE_U32_STRING.
2212         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
2213         u16_directive, u16_directives, u32_directive, u32_directives): New
2214         types.
2215         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
2216         New declarations.
2217         * lib/printf-parse.c: Don't include config.h and the specification
2218         header if PRINTF_PARSE is already defined. Eliminate the set of
2219         parameters for WIDE_CHAR_VERSION; the user of this file must provide
2220         them now. Include c-ctype.h.
2221         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
2222         directive and CHAR_T_ONLY_ASCII.
2223         * lib/vasnprintf.c: Don't include config.h and the specification header
2224         if VASNPRINTF is already defined.
2225         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
2226         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
2227         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
2228         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
2229         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
2230         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
2231         code accordingly.
2232         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
2233         pad_ourselves also in this case, with the 'c' and 's' directives, and
2234         with a different notion of "width".
2235         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
2236
2237 2007-06-10  Bruno Haible  <bruno@clisp.org>
2238
2239         * modules/unistr/u32-mbsnlen: New file.
2240         * lib/unistr/u32-mbsnlen.c: New file.
2241
2242         * modules/unistr/u16-mbsnlen: New file.
2243         * lib/unistr/u16-mbsnlen.c: New file.
2244
2245         * modules/unistr/u8-mbsnlen: New file.
2246         * lib/unistr/u8-mbsnlen.c: New file.
2247
2248         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
2249         declarations.
2250
2251 2007-06-10  Bruno Haible  <bruno@clisp.org>
2252
2253         * lib/string_.h (mbsnlen): New declaration.
2254         * lib/mbsnlen.c: New file.
2255         * m4/mbsnlen.m4: New file.
2256         * modules/mbsnlen: New file.
2257         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
2258         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
2259         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
2260
2261 2007-06-10  Bruno Haible  <bruno@clisp.org>
2262
2263         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
2264
2265 2007-06-10  Bruno Haible  <bruno@clisp.org>
2266
2267         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
2268         * lib/mbuiter.h: Likewise.
2269
2270 2007-06-10  Bruno Haible  <bruno@clisp.org>
2271
2272         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
2273         declaration.
2274
2275 2007-06-10  Karl Berry  <karl@gnu.org>
2276
2277         * config/srclist.txt: remove gettext entries, Bruno prefers
2278         to update individually.
2279
2280 2007-06-10  Bruno Haible  <bruno@clisp.org>
2281
2282         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
2283         'maxlen'. Ensure only length + width bytes are allocated, not
2284         length + 1 + width.
2285
2286 2007-06-09  Bruno Haible  <bruno@clisp.org>
2287
2288         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
2289         (CHAR_T): Remove macro.
2290         (VASNPRINTF): Update.
2291
2292 2007-06-09  Bruno Haible  <bruno@clisp.org>
2293
2294         * MODULES.html.sh (Unicode string functions): Add the new modules.
2295
2296         * modules/uniconv/u32-conv-to-enc: New file.
2297         * lib/uniconv/u32-conv-to-enc.c: New file.
2298         * modules/uniconv/u32-conv-to-enc-tests: New file.
2299         * tests/uniconv/test-u32-conv-to-enc.c: New file.
2300
2301         * modules/uniconv/u16-conv-to-enc: New file.
2302         * lib/uniconv/u16-conv-to-enc.c: New file.
2303         * lib/uniconv/u-conv-to-enc.h: New file.
2304         * modules/uniconv/u16-conv-to-enc-tests: New file.
2305         * tests/uniconv/test-u16-conv-to-enc.c: New file.
2306
2307         * modules/uniconv/u8-conv-to-enc: New file.
2308         * lib/uniconv/u8-conv-to-enc.c: New file.
2309         * modules/uniconv/u8-conv-to-enc-tests: New file.
2310         * tests/uniconv/test-u8-conv-to-enc.c: New file.
2311
2312         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
2313         u32_conv_to_encoding): New declarations.
2314
2315 2007-06-09  Bruno Haible  <bruno@clisp.org>
2316
2317         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
2318
2319 2007-06-09  Bruno Haible  <bruno@clisp.org>
2320
2321         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
2322         * modules/malloca: Renamed from modules/allocsa, updated.
2323         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
2324         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
2325         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
2326         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
2327         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
2328         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
2329         * modules/xmalloca: Renamed from modules/xallocsa, updated.
2330         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
2331         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
2332         * modules/c-strcasestr (Depends-on): Update.
2333         * lib/c-strcasestr.c: Update.
2334         * modules/c-strstr (Depends-on): Update.
2335         * lib/c-strstr.c: Update.
2336         * modules/canonicalize-lgpl (Depends-on): Update.
2337         * lib/canonicalize-lgpl.c: Update.
2338         * modules/clean-temp (Depends-on): Update.
2339         * lib/clean-temp.c: Update.
2340         * modules/csharpcomp (Depends-on): Update.
2341         * lib/csharpcomp.c: Update.
2342         * modules/csharpexec (Depends-on): Update.
2343         * lib/csharpexec.c: Update.
2344         * modules/javacomp (Depends-on): Update.
2345         * lib/javacomp.c: Update.
2346         * modules/javaexec (Depends-on): Update.
2347         * lib/javaexec.c: Update.
2348         * modules/mbscasestr (Depends-on): Update.
2349         * lib/mbscasestr.c: Update.
2350         * modules/mbsstr (Depends-on): Update.
2351         * lib/mbsstr.c: Update.
2352         * modules/setenv (Depends-on): Update.
2353         * lib/setenv.c: Update.
2354         * modules/strcasestr (Depends-on): Update.
2355         * lib/strcasestr.c: Update.
2356         * modules/striconveha (Depends-on): Update.
2357         * lib/striconveha.c: Update.
2358         * modules/relocatable-prog-wrapper (Files): Update.
2359         * lib/relocwrapper.c: Update.
2360         * build-aux/install-reloc: Update.
2361         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
2362
2363 2007-06-08  Bruno Haible  <bruno@clisp.org>
2364
2365         Port to uClibc.
2366         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
2367         * lib/fpurge.c (fpurge): Likewise.
2368         * lib/freading.c (freading): Likewise.
2369         * lib/fseeko.c (rpl_fseeko): Likewise.
2370         * lib/fseterr.c (fseterr): Likewise.
2371         * lib/fwriting.c (fwriting): Likewise.
2372         * tests/test-fflush.c (main): Avoid a failure on uClibc.
2373
2374 2007-06-08  Bruno Haible  <bruno@clisp.org>
2375
2376         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
2377         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
2378         * modules/gettext (Files): Add m4/intlmacosx.m4.
2379
2380 2007-06-07  Bruno Haible  <bruno@clisp.org>
2381
2382         * modules/localename-tests: New file.
2383         * tests/test-localename.c: New file.
2384
2385         New module 'localename'.
2386         * lib/localename.h: New file.
2387         * lib/localename.c: New file, from GNU gettext.
2388         * m4/localename.m4: New file.
2389         * modules/localename: New file.
2390
2391 2007-06-07  Bruno Haible  <bruno@clisp.org>
2392
2393         Work around the lack of <wchar.h> on some builds of uClibc.
2394         * doc/headers/wchar.texi: Update.
2395         * lib/wchar_.h: Include <wchar.h> only if it exists.
2396         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
2397         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
2398         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
2399         doesn't exist.
2400         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
2401         * modules/mbfile (Depends-on): Add wchar.
2402         * modules/mbiter (Depends-on): Likewise.
2403         * modules/mbuiter (Depends-on): Likewise.
2404         Reported by Simon Josefsson.
2405
2406 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
2407
2408         Work around problem reported by Steven M. Schweda in
2409         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
2410         Tru64 5.1B with the Compaq compiler environment installed declares
2411         an 'isblank' function but does not define it in the C library.
2412         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
2413         * lib/regex_internal.h (isblank): Likewise.
2414         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
2415         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
2416
2417 2007-06-05  Bruno Haible  <bruno@clisp.org>
2418
2419         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
2420         ia64.
2421         * modules/printf-safe: New file.
2422         * modules/fprintf-posix (Depends-on): Add printf-safe.
2423         * modules/printf-posix (Depends-on): Likewise.
2424         * modules/snprintf-posix (Depends-on): Likewise.
2425         * modules/sprintf-posix (Depends-on): Likewise.
2426         * modules/vasnprintf-posix (Depends-on): Likewise.
2427         * modules/vasprintf-posix (Depends-on): Likewise.
2428         * modules/vfprintf-posix (Depends-on): Likewise.
2429         * modules/vprintf-posix (Depends-on): Likewise.
2430         * modules/vsnprintf-posix (Depends-on): Likewise.
2431         * modules/vsprintf-posix (Depends-on): Likewise.
2432         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
2433         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
2434         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
2435         "no" on i386, x86_64, ia64.
2436         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
2437         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2438         on i386, x86_64, ia64.
2439         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
2440         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2441         on i386, x86_64, ia64.
2442         * tests/test-vasnprintf-posix.c: Include float.h.
2443         (LDBL80_WORDS): New macro.
2444         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2445         on i386, x86_64, ia64.
2446         * tests/test-vasprintf-posix.c: Include float.h.
2447         (LDBL80_WORDS): New macro.
2448         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
2449         on i386, x86_64, ia64.
2450         * tests/test-snprintf-posix.c: Include float.h.
2451         * tests/test-sprintf-posix.c: Likewise.
2452         * tests/test-vsnprintf-posix.c: Likewise.
2453         * tests/test-vsprintf-posix.c: Likewise.
2454
2455 2007-06-05  Bruno Haible  <bruno@clisp.org>
2456
2457         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
2458         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
2459         non-IEEE numbers on i386, x86_64, ia64.
2460         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
2461         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
2462         * tests/test-isnanl.h: Include float.h.
2463         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
2464
2465 2007-06-05  Bruno Haible  <bruno@clisp.org>
2466
2467         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
2468         also the %a / %A. Handle the %a / %A code before this extra handling.
2469
2470 2007-06-05  Bruno Haible  <bruno@clisp.org>
2471
2472         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
2473         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
2474
2475 2007-06-05  Bruno Haible  <bruno@clisp.org>
2476
2477         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
2478         typo in variable name.
2479
2480 2007-06-05  Eric Blake  <ebb9@byu.net>
2481
2482         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
2483         Reported by Simon Josefsson.
2484
2485 2007-06-04  Bruno Haible  <bruno@clisp.org>
2486
2487         Avoid test failures on some PowerPC platforms.
2488         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
2489         Define differently for PowerPC.
2490         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
2491         Reported by Gary V. Vaughan <gary@gnu.org>.
2492
2493 2007-06-02  Bruno Haible  <bruno@clisp.org>
2494
2495         Fix test-stdint failure on FreeBSD/ia64.
2496         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
2497         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
2498         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
2499         * doc/headers/stdint.texi: Update.
2500
2501 2007-06-01  Bruno Haible  <bruno@clisp.org>
2502
2503         * tests/test-binary-io.c (main): Pass a third argument to open().
2504         Reported by Gary V. Vaughan <gary@gnu.org>.
2505
2506 2007-06-01  Bruno Haible  <bruno@clisp.org>
2507
2508         * doc/functions/frexpl.texi: Update for mingw.
2509
2510 2007-06-01  Bruno Haible  <bruno@clisp.org>
2511
2512         * tests/test-lseek.c (main): Disable test of errno for invalid third
2513         argument.
2514         * doc/functions/lseek.texi: Update.
2515         Reported by Gary V. Vaughan <gary@gnu.org>.
2516
2517 2007-05-28  Bruno Haible  <bruno@clisp.org>
2518
2519         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
2520
2521 2007-05-31  Eric Blake  <ebb9@byu.net>
2522
2523         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
2524         cross compiling.
2525
2526 2007-05-30  Eric Blake  <ebb9@byu.net>
2527         and Bruno Haible  <bruno@clisp.org>
2528
2529         Work around mingw test failures exposed by m4-1.4.9b.
2530         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
2531         * tests/test-unistd.c: Disable uid_t and git_t tests for the
2532         moment.
2533
2534 2007-05-30  Bruno Haible  <bruno@clisp.org>
2535
2536         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
2537         assuming that they are closed. Needed on HP-UX 11.
2538
2539 2007-05-29  Bruno Haible  <bruno@clisp.org>
2540
2541         Fix a problem with #include_next.
2542         * lib/dirent_.h: Split the double-inclusion guard.
2543         * lib/fcntl_.h: Likewise.
2544         * lib/float_.h: Likewise.
2545         * lib/iconv_.h: Likewise.
2546         * lib/inttypes_.h: Likewise.
2547         * lib/locale_.h: Likewise.
2548         * lib/math_.h: Likewise.
2549         * lib/netinet_in_.h: Likewise.
2550         * lib/search_.h: Likewise.
2551         * lib/signal_.h: Likewise.
2552         * lib/stdint_.h: Likewise.
2553         * lib/stdio_.h: Likewise.
2554         * lib/stdlib_.h: Likewise.
2555         * lib/string_.h: Likewise.
2556         * lib/sys_select_.h: Likewise.
2557         * lib/sys_socket_.h: Likewise.
2558         * lib/sys_stat_.h: Likewise.
2559         * lib/sys_time_.h: Likewise.
2560         * lib/sysexits_.h: Likewise.
2561         * lib/time_.h: Likewise.
2562         * lib/unistd_.h: Likewise.
2563         * lib/wchar_.h: Likewise.
2564         * lib/wctype_.h: Likewise.
2565
2566 2007-05-29  Bruno Haible  <bruno@clisp.org>
2567
2568         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
2569         for the moment.
2570
2571 2007-05-29  Bruno Haible  <bruno@clisp.org>
2572
2573         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
2574         invocation.
2575         Reported by Eric Blake.
2576
2577 2007-05-29  Bruno Haible  <bruno@clisp.org>
2578
2579         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
2580         compiling case.
2581
2582 2007-05-29  Eric Blake  <ebb9@byu.net>
2583             Bruno Haible  <bruno@clisp.org>
2584
2585         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
2586         cross compiles.
2587
2588 2007-05-28  Eric Blake  <ebb9@byu.net>
2589
2590         * modules/closein-tests (test_closein_LDADD): Support test on
2591         cygwin with libtool.
2592
2593 2007-05-28  Bruno Haible  <bruno@clisp.org>
2594
2595         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
2596         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
2597         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
2598         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
2599         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
2600         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
2601         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
2602         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
2603         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
2604
2605 2007-05-28  Eric Blake  <ebb9@byu.net>
2606
2607         Unconditionally include <config.h> in unit tests.
2608         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
2609         * tests/test-allocsa.c, tests/test-arcfour.c,
2610         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
2611         tests/test-array_list.c, tests/test-array_oset.c,
2612         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
2613         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
2614         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
2615         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
2616         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
2617         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
2618         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
2619         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
2620         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
2621         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
2622         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
2623         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
2624         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
2625         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
2626         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
2627         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
2628         test-md5.c, test-memmem.c, test-printf-posix.c,
2629         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
2630         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
2631         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
2632         test-strcasestr.c, test-striconv.c, test-striconveh.c,
2633         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
2634         test-vasnprintf-posix2.c, test-vasnprintf.c,
2635         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
2636         test-vfprintf-posix.c, test-vprintf-posix.c,
2637         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
2638         test-xvasprintf.c: Likewise.
2639
2640 2007-05-28  Bruno Haible  <bruno@clisp.org>
2641
2642         * gnulib-tool (func_import): Remember the --with-tests command-line
2643         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
2644         Reported by Eric Blake.
2645
2646 2007-05-28  Bruno Haible  <bruno@clisp.org>
2647
2648         * modules/ftell-tests: New file.
2649         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
2650         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
2651
2652         * lib/ftell.c: New file.
2653         * modules/ftell: New file.
2654         * m4/ftell.m4: New file.
2655         * doc/functions/ftell.texi: Update.
2656         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
2657         REPLACE_FTELL.
2658         * lib/stdio_.h (rpl_ftell): New declaration.
2659         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
2660         REPLACE_FTELL.
2661
2662 2007-05-28  Eric Blake  <ebb9@byu.net>
2663
2664         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
2665
2666 2007-05-28  Bruno Haible  <bruno@clisp.org>
2667
2668         * modules/fseek-tests: New file.
2669         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
2670         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
2671
2672         * lib/fseek.c: New file.
2673         * modules/fseek: New file.
2674         * m4/fseek.m4: New file.
2675         * doc/functions/fseek.texi: Update.
2676         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
2677         REPLACE_FSEEK.
2678         * lib/stdio_.h (rpl_fseek): New declaration.
2679         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
2680         REPLACE_FSEEK.
2681
2682 2007-05-28  Bruno Haible  <bruno@clisp.org>
2683
2684         * lib/stdio_.h (fflush): More comments.
2685
2686 2007-05-28  Bruno Haible  <bruno@clisp.org>
2687
2688         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
2689         runtime test.
2690
2691 2007-05-28  Eric Blake  <ebb9@byu.net>
2692
2693         Improve lseek module.
2694         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
2695         * lib/unistd_.h (lseek): Scale back link warning message.
2696         * tests/test-lseek.c: Beef up test.
2697         * tests/test-lseek.sh: Exercise more facets of lseek.
2698         Reported by Bruno Haible.
2699
2700 2007-05-28  Bruno Haible  <bruno@clisp.org>
2701
2702         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
2703         to define.
2704
2705 2007-05-27  Bruno Haible  <bruno@clisp.org>
2706
2707         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
2708
2709 2007-05-27  Bruno Haible  <bruno@clisp.org>
2710
2711         * modules/openmp: New file.
2712         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
2713         Noah Misch.
2714
2715 2007-05-26  Bruno Haible  <bruno@clisp.org>
2716
2717         * modules/chdir-long (Depends-on): Add fchdir.
2718         * modules/chdir-safer (Depends-on): Likewise.
2719         * modules/fts (Depends-on): Likewise.
2720         * modules/fts-lgpl (Depends-on): Likewise.
2721         * modules/openat (Depends-on): Likewise.
2722         * modules/savewd (Depends-on): Likewise.
2723
2724 2007-05-24  Eric Blake  <ebb9@byu.net>
2725
2726         Fix lseek on mingw.
2727         * modules/lseek: New module.
2728         * m4/lseek.m4: New file.
2729         * lib/lseek.c: New file.
2730         * modules/lseek-tests: New file.
2731         * tests/test-lseek.c: New file.
2732         * tests/test-lseek.sh: New file.
2733         * MODULES.html.sh: Document lseek module.
2734         * modules/fflush (Depends-on): Add lseek, fseeko.
2735         * modules/fseeko (Depends-on): Likewise.
2736         * modules/ftello (Depends-on): Likewise.
2737         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
2738         broken.
2739         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
2740         broken.
2741         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
2742         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
2743         * lib/ftello.c (rpl_ftello): Likewise.
2744         * tests/test-fseeko.c (main): Test this.
2745         * tests/test-fseeko.sh: Likewise.
2746         * tests/test-ftello.c (main): Likewise.
2747         * tests/test-ftello.sh: Likewise.
2748         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
2749         implies replacing fseek.
2750         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
2751         HAVE_FTELLO.
2752         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
2753         * modules/unistd (Makefile.am): Likewise.
2754         * lib/unistd_.h (lseek): Declare a replacement.
2755         * doc/functions/lseek.texi (lseek): Document this fix.
2756         * doc/functions/fseek.texi (fseek): Likewise.
2757         * doc/functions/ftell.texi (ftell): Likewise.
2758
2759 2007-05-24  Bruno Haible  <bruno@clisp.org>
2760
2761         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
2762         in the printed representation of a NaN.
2763         * tests/test-vasprintf-posix.c (test_function): Likewise.
2764         * tests/test-snprintf-posix.h (test_function): Likewise.
2765         * tests/test-sprintf-posix.h (test_function): Likewise.
2766         Reported by Eric Blake.
2767
2768 2007-05-23  Eric Blake  <ebb9@byu.net>
2769
2770         Fix fseeko/ftello on cygwin 1.5.24.
2771         * doc/functions/fseeko.texi (fseeko): Document the fix.
2772         * doc/functions/ftello.texi (ftello): Document the fix.
2773         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
2774         * doc/functions/stdout.text (stdout): New file.
2775         * doc/functions/stderr.text (stderr): New file.
2776         * doc/gnulib.texi (Function Substitutes): Use new files.
2777         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
2778         prior to 1.7.0.
2779         * tests/test-ftello.c (main): Likewise for ftello.
2780         * tests/test-fseeko.sh: New file.
2781         * tests/test-ftello.sh: New file.
2782         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
2783         with seekable stdin.
2784         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
2785         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
2786         (gl_REPLACE_FSEEKO): New macro.
2787         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
2788         * modules/fseeko (Files): Distribute fseeko.c.
2789         * modules/ftello (Files): Distribute ftello.c.
2790         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
2791         mode.
2792         * lib/ftello.c (rpl_ftello): New file.
2793         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
2794         fseeko, ftello.
2795         (gl_STDIN_LARGE_OFFSET): New macro.
2796         * modules/stdio (Makefile.am): Perform the replacement.
2797         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
2798
2799 2007-05-23  Bruno Haible  <bruno@clisp.org>
2800
2801         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
2802         GNULIB_POSIXCHECK is defined.
2803
2804 2007-05-21  Bruno Haible  <bruno@clisp.org>
2805
2806         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
2807         Check also the output for NaN arguments. When cross-compiling, guess
2808         no on IRIX.
2809         * lib/vasnprintf.c: Update comments.
2810         * tests/test-vasnprintf-posix.c (strisnan): New function.
2811         (test_function): Use it.
2812         * tests/test-vasprintf-posix.c (strisnan): New function.
2813         (test_function): Use it.
2814         * tests/test-snprintf-posix.h (strisnan): New function.
2815         (test_function): Use it.
2816         * tests/test-sprintf-posix.h (strisnan): New function.
2817         (test_function): Use it.
2818         Reported by Eric Blake.
2819
2820 2007-05-20  Bruno Haible  <bruno@clisp.org>
2821
2822         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
2823         numbers that fails on BeOS.
2824         * doc/functions/frexpl.texi: Update.
2825
2826 2007-05-20  Jim Meyering  <jim@meyering.net>
2827
2828         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
2829         forced upon us by glibc-2.6.
2830
2831 2007-05-20  Bruno Haible  <bruno@clisp.org>
2832
2833         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
2834         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
2835         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
2836         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
2837         NEED_PRINTF_INFINITE.
2838         (is_infinitel): New function.
2839         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
2840         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
2841         gl_PREREQ_VASNPRINTF_INFINITE.
2842         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
2843         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2844         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
2845         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
2846         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
2847         gl_PREREQ_VASNPRINTF_INFINITE.
2848         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2849         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2850         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2851         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2852         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2853         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2854         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2855         * doc/functions/fprintf.texi: Update.
2856         * doc/functions/printf.texi: Update.
2857         * doc/functions/snprintf.texi: Update.
2858         * doc/functions/sprintf.texi: Update.
2859         * doc/functions/vfprintf.texi: Update.
2860         * doc/functions/vprintf.texi: Update.
2861         * doc/functions/vsnprintf.texi: Update.
2862         * doc/functions/vsprintf.texi: Update.
2863
2864 2007-05-20  Bruno Haible  <bruno@clisp.org>
2865
2866         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
2867         was not found in libc.
2868         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
2869
2870 2007-05-20  Bruno Haible  <bruno@clisp.org>
2871
2872         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2873         printed as "-nan" instead of "nan".
2874         * tests/test-vasprintf-posix.c (test_function): Likewise.
2875         * tests/test-snprintf-posix.h (test_function): Likewise.
2876         * tests/test-sprintf-posix.h (test_function): Likewise.
2877         Needed for HP-UX 11.
2878
2879 2007-05-20  Jim Meyering  <jim@meyering.net>
2880
2881         Fix buggy test for the fchownat-deref bug.
2882         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
2883         symlink required for the run-test.  Without it, this test would
2884         always declare that fchownat doesn't work, and client code would
2885         unnecessarily use the replacement function with fixed libc.
2886         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
2887         Reported by Greg Schafer.
2888
2889 2007-05-19  Bruno Haible  <bruno@clisp.org>
2890
2891         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
2892         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
2893         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
2894         Needed for IRIX 6.5 and Solaris 2.5.1.
2895
2896 2007-05-19  Bruno Haible  <bruno@clisp.org>
2897
2898         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
2899         (test_function): Skip tests involving -0.0 on platforms where
2900         -0.0 = 0.0.
2901         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
2902         (test_function): Skip tests involving -0.0 on platforms where
2903         -0.0 = 0.0.
2904         * tests/test-snprintf-posix.h (have_minus_zero): New function.
2905         (test_function): Skip tests involving -0.0 on platforms where
2906         -0.0 = 0.0.
2907         * tests/test-sprintf-posix.h (have_minus_zero): New function.
2908         (test_function): Skip tests involving -0.0 on platforms where
2909         -0.0 = 0.0.
2910         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
2911         tests.
2912         * tests/test-printf-posix.h (test_function): Likewise.
2913         * tests/test-printf-posix.output: Remove all -0.0 related results.
2914         Needed for IRIX 6.5.
2915
2916 2007-05-19  Bruno Haible  <bruno@clisp.org>
2917
2918         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
2919         printed as "nan0x7fffffff" instead of "nan".
2920         * tests/test-vasprintf-posix.c (test_function): Likewise.
2921         * tests/test-snprintf-posix.h (test_function): Likewise.
2922         * tests/test-sprintf-posix.h (test_function): Likewise.
2923         * tests/test-fprintf-posix.h (NaN): Remove macro.
2924         (test_function): Remove all NaN related tests.
2925         * tests/test-printf-posix.h (NaN): Remove macro.
2926         (test_function): Remove all NaN related tests.
2927         * tests/test-printf-posix.output: Remove all NaN related results.
2928         Needed for IRIX 6.5.
2929
2930 2007-05-19  Bruno Haible  <bruno@clisp.org>
2931
2932         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
2933         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
2934
2935 2007-05-19  Bruno Haible  <bruno@clisp.org>
2936
2937         * lib/float_.h: New file.
2938         * m4/float_h.m4: New file.
2939         * modules/float: New file.
2940         * modules/isnanl (Dependencies): Add float.
2941         * modules/isnanl-nolibm (Dependencies): Likewise.
2942         * modules/mathl (Dependencies): Likewise.
2943         * modules/printf-frexpl (Dependencies): Likewise.
2944         * modules/signbit (Dependencies): Likewise.
2945         * modules/vasnprintf (Dependencies): Likewise.
2946         * doc/headers/float.texi: Update.
2947
2948 2007-05-19  Jim Meyering  <jim@meyering.net>
2949
2950         * lib/utimens.c (gl_futimens): Rename from futimens,
2951         now that glibc-2.6 declares futimens.
2952         * lib/utimens.h: Likewise.
2953
2954 2007-05-19  Bruno Haible  <bruno@clisp.org>
2955
2956         Avoid test failures on mingw.
2957         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
2958         * tests/test-printf-posix.sh: Likewise.
2959         * tests/test-vfprintf-posix.sh: Likewise.
2960         * tests/test-vprintf-posix.sh: Likewise.
2961
2962 2007-05-19  Bruno Haible  <bruno@clisp.org>
2963
2964         Fix *printf result for NaN, Inf, -0.0 on mingw.
2965         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
2966         * lib/vasnprintf.c: Include math.h and isnan.h.
2967         (is_infinite_or_zero): New function.
2968         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
2969         values in the %f, %F, %e, %E, %g, %G directives.
2970         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
2971         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
2972         gl_PRINTF_INFINITE and test its result. Invoke
2973         gl_PREREQ_VASNPRINTF_INFINITE.
2974         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
2975         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
2976         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
2977         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
2978         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
2979         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
2980         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
2981         * doc/functions/fprintf.texi: Update.
2982         * doc/functions/printf.texi: Update.
2983         * doc/functions/snprintf.texi: Update.
2984         * doc/functions/sprintf.texi: Update.
2985         * doc/functions/vfprintf.texi: Update.
2986         * doc/functions/vprintf.texi: Update.
2987         * doc/functions/vsnprintf.texi: Update.
2988         * doc/functions/vsprintf.texi: Update.
2989
2990 2007-05-19  Bruno Haible  <bruno@clisp.org>
2991
2992         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
2993         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
2994         Instead of multiplying with 10^k, set extra_zeroes to k.
2995         (scale10_round_long_double): Remove function.
2996
2997 2007-05-18  Bruno Haible  <bruno@clisp.org>
2998
2999         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
3000         introduced on 2007-05-06.
3001
3002 2007-05-18  Bruno Haible  <bruno@clisp.org>
3003
3004         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
3005         %g directives.
3006         * tests/test-vasprintf-posix.c (test_function): Likewise.
3007         * tests/test-snprintf-posix.h (test_function): Likewise.
3008         * tests/test-sprintf-posix.h (test_function): Likewise.
3009
3010 2007-05-18  Bruno Haible  <bruno@clisp.org>
3011
3012         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
3013         (strmatch): New function.
3014         (test_function): Test the %f directive on numbers of various exponents.
3015         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
3016         (strmatch): New function.
3017         (test_function): Test the %f directive on numbers of various exponents.
3018         * tests/test-snprintf-posix.h (strmatch): New function.
3019         (test_function): Test the %f directive on numbers of various exponents.
3020         * tests/test-sprintf-posix.h (strmatch): New function.
3021         (test_function): Test the %f directive on numbers of various exponents.
3022         * tests/test-snprintf-posix.c (SIZEOF): New macro.
3023         * tests/test-sprintf-posix.c (SIZEOF): New macro.
3024         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
3025         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
3026
3027 2007-05-18  Bruno Haible  <bruno@clisp.org>
3028
3029         Add support for 'long double' number output.
3030         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
3031         * lib/vasnprintf.c: Include math.h and float+.h.
3032         (mp_limb_t): New type.
3033         (GMP_LIMB_BITS): New macro.
3034         (mp_twolimb_t): New type.
3035         (GMP_TWOLIMB_BITS): New macro.
3036         (mpn_t): New type.
3037         (multiply, divide, convert_to_decimal, decode_long_double,
3038         scale10_round_long_double, scale10_round_decimal_long_double,
3039         floorlog10l): New functions.
3040         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
3041         for the %f, %F, %e, %E, %g, %G directives.
3042         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
3043         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
3044         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
3045         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
3046         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
3047         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3048         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3049         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3050         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3051         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3052         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3053         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
3054         * modules/snprintf-posix (Depends-on): Likewise.
3055         * modules/sprintf-posix (Depends-on): Likewise.
3056         * modules/vasnprintf-posix (Depends-on): Likewise.
3057         * modules/vasprintf-posix (Depends-on): Likewise.
3058         * modules/vfprintf-posix (Depends-on): Likewise.
3059         * modules/vsnprintf-posix (Depends-on): Likewise.
3060         * modules/vsprintf-posix (Depends-on): Likewise.
3061         * modules/vasnprintf (Files): Add lib/float+.h.
3062         * doc/functions/fprintf.texi: Update.
3063         * doc/functions/printf.texi: Update.
3064         * doc/functions/snprintf.texi: Update.
3065         * doc/functions/sprintf.texi: Update.
3066         * doc/functions/vfprintf.texi: Update.
3067         * doc/functions/vprintf.texi: Update.
3068         * doc/functions/vsnprintf.texi: Update.
3069         * doc/functions/vsprintf.texi: Update.
3070
3071 2007-05-18  Bruno Haible  <bruno@clisp.org>
3072
3073         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
3074
3075 2007-05-18  Bruno Haible  <bruno@clisp.org>
3076
3077         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
3078         for printing 64-bit integers. Needed for mingw.
3079
3080 2007-05-18  Bruno Haible  <bruno@clisp.org>
3081
3082         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
3083         gl_FUNC_FREXPL_WORKS.
3084         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
3085
3086 2007-05-18  Bruno Haible  <bruno@clisp.org>
3087
3088         * modules/frexpl-nolibm-tests: New file.
3089
3090         * modules/frexpl-nolibm: New file.
3091         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
3092
3093 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
3094
3095         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
3096         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
3097         GCC 4.2, which otherwise issues a lot of warnings.
3098         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
3099         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
3100         Likewise.
3101         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
3102         * modules/iconv_open (iconv.h): Likewise.
3103         * modules/locale (locale.h): Likewise.
3104         * modules/netinet_in (netinet/in.h): Likewise.
3105         * modules/sys_select (sys_select.h): Likewise.
3106         * modules/sys_socket (sys/socket.h): Likewise.
3107         * modules/sys_stat (sys/stat.h): Likewise.
3108         * modules/sysexits (sysexits.h): Likewise.
3109         * modules/unistd (unistd.h): Likewise.
3110
3111 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3112
3113         * modules/closein-tests (Makefile.am): Distribute
3114         `test-closein.sh'.
3115
3116 2007-05-17  Bruno Haible  <bruno@clisp.org>
3117
3118         * tests/test-printf-posix.output: Renamed from
3119         tests/test-fprintf-posix.out.
3120         * modules/fprintf-posix-tests: Update.
3121         * modules/printf-posix-tests: Update.
3122         * modules/vfprintf-posix-tests: Update.
3123         * modules/vprintf-posix-tests: Update.
3124         * tests/test-fprintf-posix.sh: Update.
3125         * tests/test-printf-posix.sh: Update.
3126         * tests/test-vfprintf-posix.sh: Update.
3127         * tests/test-vprintf-posix.sh: Update.
3128         Reported by Ralf Wildenhues.
3129
3130 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
3131
3132         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
3133         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
3134         GCC 4.2, which otherwise issues a lot of warnings.
3135         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
3136         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
3137         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
3138         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
3139         it should no longer be needed.
3140         * lib/string_.h: Likewise.
3141         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
3142         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
3143         * modules/inttypes (inttypes.h): Likewise.
3144         * modules/math (math.h): Likewise.
3145         * modules/search (search.h): Likewise.
3146         * modules/signal (signal.h): Likewise.
3147         * modules/stdint (stdint.h): Likewise.
3148         * modules/stdio (stdio.h): Likewise.
3149         * modules/stdlib (stdlib.h): Likewise.
3150         * modules/string (string.h): Likewise.
3151         * modules/sys_time (sys/time.h): Likewise.
3152         * modules/time (time.h): Likewise.
3153         * modules/wchar (wchar.h): Likewise.
3154         * modules/wctype (wtype.h): Likewise.
3155
3156 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
3157
3158         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
3159
3160 2007-05-13  Bruno Haible  <bruno@clisp.org>
3161
3162         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
3163         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3164         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
3165         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3166         (gl_PREREQ_STRTOK_R): Don't require it here.
3167
3168 2007-05-13  Bruno Haible  <bruno@clisp.org>
3169
3170         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
3171         when used in C++ mode.
3172
3173 2007-05-12  Bruno Haible  <bruno@clisp.org>
3174
3175         * lib/linebuffer.h: Tweak doc.
3176         * lib/linebuffer.c: Likewise.
3177
3178 2007-05-12  James Youngman  <jay@gnu.org>
3179
3180         * lib/linebuffer.c (readlinebuffer_delim): New function,
3181         like readlinebuffer, but use a caller-specified delimiter.
3182         (readlinebuffer): Just call readlinebuffer_delim with '\n'
3183         as the delimiter.
3184         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
3185
3186 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3187
3188         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
3189         * modules/openat (Files): Remove openat-die.c.
3190         (Depends-on): Add openat-die.
3191         * modules/openat-die: New module.
3192
3193 2007-05-06  Bruno Haible  <bruno@clisp.org>
3194
3195         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
3196         Update with info about Cygwin.
3197         * doc/functions/fprintf.texi: Update.
3198         * doc/functions/printf.texi: Update.
3199         * doc/functions/snprintf.texi: Update.
3200         * doc/functions/sprintf.texi: Update.
3201         * doc/functions/vfprintf.texi: Update.
3202         * doc/functions/vprintf.texi: Update.
3203         * doc/functions/vsnprintf.texi: Update.
3204         * doc/functions/vsprintf.texi: Update.
3205         Reported by Eric Blake.
3206
3207 2007-05-06  Bruno Haible  <bruno@clisp.org>
3208
3209         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
3210         padding ourselves for the floating-point directives.
3211         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
3212         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
3213         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3214         gl_PRINTF_FLAG_ZERO and test its result. Invoke
3215         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
3216         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3217         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
3218         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3219         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3220         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3221         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3222         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3223         * tests/test-snprintf-posix.h (test_function): Also check the width
3224         and some flags in the %f directive.
3225         * tests/test-sprintf-posix.h (test_function): Likewise.
3226         * tests/test-vasnprintf-posix.c (test_function): Likewise.
3227         * tests/test-vasprintf-posix.c (test_function): Likewise.
3228         * doc/functions/fprintf.texi: Update.
3229         * doc/functions/printf.texi: Update.
3230         * doc/functions/snprintf.texi: Update.
3231         * doc/functions/sprintf.texi: Update.
3232         * doc/functions/vfprintf.texi: Update.
3233         * doc/functions/vprintf.texi: Update.
3234         * doc/functions/vsnprintf.texi: Update.
3235         * doc/functions/vsprintf.texi: Update.
3236
3237 2007-05-06  Bruno Haible  <bruno@clisp.org>
3238
3239         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
3240         pass the ' flag character to sprintf or snprintf.
3241         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
3242         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
3243         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3244         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
3245         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
3246         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
3247         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
3248         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
3249         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
3250         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
3251         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3252         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
3253         * tests/test-snprintf-posix.h (test_function): Also check the grouping
3254         flag.
3255         * tests/test-sprintf-posix.h (test_function): Likewise.
3256         * tests/test-vasnprintf-posix.c (test_function): Likewise.
3257         * tests/test-vasprintf-posix.c (test_function): Likewise.
3258         * doc/functions/fprintf.texi: Update.
3259         * doc/functions/printf.texi: Update.
3260         * doc/functions/snprintf.texi: Update.
3261         * doc/functions/sprintf.texi: Update.
3262         * doc/functions/vfprintf.texi: Update.
3263         * doc/functions/vprintf.texi: Update.
3264         * doc/functions/vsnprintf.texi: Update.
3265         * doc/functions/vsprintf.texi: Update.
3266
3267 2007-05-01  Bruno Haible  <bruno@clisp.org>
3268
3269         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
3270
3271 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
3272
3273         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
3274         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
3275
3276 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
3277
3278         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
3279         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
3280         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
3281
3282 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
3283
3284         * lib/argp-help.c (struct hol_entry): New member `ord'.
3285         (HOL_ENTRY_PTRCMP): Use ord for comparison
3286         (hol_sort): Initialize ord.
3287
3288 2007-05-01  Bruno Haible  <bruno@clisp.org>
3289
3290         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
3291         Reported by Eric Blake.
3292         * doc/gnulib.texi (Function Substitutes): Update.
3293
3294 2007-05-01  Bruno Haible  <bruno@clisp.org>
3295
3296         * doc/functions.texi: Remove file, now redundant through
3297         doc/functions/*.texi.
3298
3299 2007-05-01  Bruno Haible  <bruno@clisp.org>
3300
3301         * modules/argp (Depends-on): Add sleep.
3302
3303 2007-05-01  Bruno Haible  <bruno@clisp.org>
3304
3305         * modules/sleep-tests: New file.
3306         * tests/test-sleep.c: New file.
3307
3308         * modules/sleep: New file.
3309         * lib/sleep.c: New file.
3310         * m4/sleep.m4: New file.
3311         * lib/unistd_.h (sleep): New declaration.
3312         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
3313         HAVE_SLEEP.
3314         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
3315         * doc/functions/sleep.texi: Document the sleep module.
3316
3317 2007-05-01  Bruno Haible  <bruno@clisp.org>
3318
3319         * lib/sigprocmask.h: Remove file.
3320         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
3321         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
3322         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
3323         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
3324         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
3325         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
3326         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
3327         HAVE_SIGSET_T as a shell variable.
3328         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
3329         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
3330         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
3331         (Depends-on): Add signal. Remove verify.
3332         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
3333         (Include): Mention <signal.h> instead of sigprocmask.h.
3334         * NEWS: Mention the change.
3335         * lib/fatal-signal.c: Don't include sigprocmask.h.
3336
3337 2007-05-01  Bruno Haible  <bruno@clisp.org>
3338
3339         * modules/signal: New file.
3340         * lib/signal_.h: New file.
3341         * m4/signal_h.m4: New file.
3342
3343 2007-05-01  Bruno Haible  <bruno@clisp.org>
3344
3345         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
3346         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
3347         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
3348         HAVE_WCTYPE_CTMP_BUG into wctype.h.
3349
3350 2007-05-01  Bruno Haible  <bruno@clisp.org>
3351
3352         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
3353         configure time.
3354         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
3355         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
3356         * modules/sys_stat (Makefile.am): Substitute their values into
3357         sys/stat.h.
3358
3359 2007-05-01  Bruno Haible  <bruno@clisp.org>
3360
3361         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
3362         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
3363         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
3364
3365 2007-05-01  Bruno Haible  <bruno@clisp.org>
3366
3367         * doc/header/assert.texi: Undo last change: don't mention the gnulib
3368         'assert' module here.
3369
3370 2007-05-01  Bruno Haible  <bruno@clisp.org>
3371
3372         * doc/functions/*.texi: New files.
3373         * doc/functions/google-ranking.txt: New file.
3374         * doc/gnulib.texi (Function Substitutes): New chapter.
3375         (ctime, inet_ntoa): Remove sections.
3376         * doc/ctime.texi: Remove file.
3377         * doc/inet_ntoa.texi: Remove file.
3378         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
3379         dependencies.
3380         (%.info): New rule, specifying a --reference-limit.
3381
3382 2007-05-01  Bruno Haible  <bruno@clisp.org>
3383
3384         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
3385
3386 2007-05-01  Bruno Haible  <bruno@clisp.org>
3387
3388         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
3389         the portability of 'mkdir' to mingw systems.
3390
3391 2007-05-01  Bruno Haible  <bruno@clisp.org>
3392
3393         * doc/headers/google-ranking.txt: New file.
3394
3395 2007-04-30  Eric Blake  <ebb9@byu.net>
3396
3397         Prefer fseeko to fseek.
3398         * modules/getpass (Depends-on): Add fseeko.
3399         * lib/getpass.c (getpass): Use fseeko, not fseek.
3400
3401 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
3402
3403         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
3404         assumes the sorting is stable, while most qsort implementations
3405         are not.  Use argument addresses to ensure they never compare as
3406         equal.
3407
3408         * tests/test-argp-2.sh (usage-indent test): Fix output
3409         (func_compare): Restore diff options
3410         * tests/test-argp.c: Restore #include "progname.h"
3411
3412 2007-04-29  Bruno Haible  <bruno@clisp.org>
3413
3414         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
3415         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
3416         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
3417         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
3418         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
3419         (configure.ac): Define CHECK_SNPRINTF_POSIX.
3420         (TESTS, check_PROGRAMS): Add test-snprintf.
3421         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
3422         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
3423         (TESTS, check_PROGRAMS): Add test-vsnprintf.
3424         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
3425         assertions that fail on HP-UX, OSF/1, or IRIX.
3426         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
3427
3428 2007-04-29  Bruno Haible  <bruno@clisp.org>
3429
3430         * MODULES.html.sh (posix_functions): Remove 'contents'.
3431
3432 2007-04-29  Karl Berry  <karl@gnu.org>
3433
3434         * config/srclist.txt (gendocs_template_min): new entry.
3435
3436 2007-04-29  Bruno Haible  <bruno@clisp.org>
3437
3438         Work around fpurge bug on BSD systems.
3439         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
3440         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
3441         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
3442         fpurge to rpl_fpurge if the system already has this function.
3443         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
3444         the case where the system already has this function. Correct invariants
3445         on BSD systems.
3446         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
3447         BSD systems.
3448
3449 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
3450
3451         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
3452         proposed by Sven Verdoolaege.
3453
3454         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
3455         options.
3456         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
3457         (usage and help tests): Update
3458
3459 2007-04-29  Bruno Haible  <bruno@clisp.org>
3460
3461         * tests/test-fflush.c (main): Use a file of size 17, not 10.
3462         Print more information in case of failure. Disable a test on BeOS.
3463
3464 2007-04-29  Bruno Haible  <bruno@clisp.org>
3465
3466         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
3467         This helps debugging on systems on which no gdb is available.
3468
3469 2007-04-29  Bruno Haible  <bruno@clisp.org>
3470
3471         * lib/freading.h: Improve comments.
3472         * lib/fwriting.h: Likewise.
3473         * tests/test-freading.c (main): Don't check freading immediately after
3474         repositioning. Needed for glibc.
3475
3476 2007-04-29  Bruno Haible  <bruno@clisp.org>
3477
3478         * lib/freading.c (freading): Trivial simplification.
3479
3480 2007-04-28  Bruno Haible  <bruno@clisp.org>
3481
3482         * tests/test-fwriting.c (main): Also test the interaction between
3483         fflush and fwriting.
3484         * modules/fwriting-tests (Depends-on): Add fflush.
3485
3486         * tests/test-freading.c (main): Also test the interaction between
3487         fflush and freading.
3488         * modules/freading-tests (Depends-on): Add fflush.
3489
3490 2007-04-28  Bruno Haible  <bruno@clisp.org>
3491
3492         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
3493         fseeko and ftello.
3494         Suggested by Eric Blake.
3495
3496 2007-04-28  Jim Meyering  <jim@meyering.net>
3497
3498         Avoid false-negative in gl_STDINT_H's C99 conformance test.
3499         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
3500         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
3501
3502 2007-04-27  Eric Blake  <ebb9@byu.net>
3503
3504         * doc/headers/assert.texi (assert.h): Document assert module use.
3505
3506 2007-04-27  Bruno Haible  <bruno@clisp.org>
3507
3508         * doc/headers/*.texi: New files.
3509         * doc/gnulib.texi (Header File Substitutes): New chapter.
3510         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
3511         dependencies.
3512         (standards.info ,standards.html, standards.dvi): Update dependencies.
3513         (mostlyclean, clean): New targets.
3514
3515 2007-04-27  Bruno Haible  <bruno@clisp.org>
3516
3517         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
3518         * modules/sysexits (Files, Makefile.am): Update.
3519
3520         * lib/sys_socket_.h: Renamed from lib/socket_.h.
3521         * modules/sys_socket (Files, Makefile.am): Update.
3522
3523         * lib/sys_stat_.h: Renamed from lib/stat_.h.
3524         * modules/sys_stat (Files, Makefile.am): Update.
3525
3526 2007-04-27  Eric Blake  <ebb9@byu.net>
3527
3528         * lib/freading.h: Improve comments.
3529         * lib/fwriting.h: Likewise.
3530         * lib/fflush.c: Likewise.
3531
3532         Fix closein for mingw.
3533         * modules/closein-tests: Add tests for closein.
3534         * tests/test-closein.c: New file.
3535         * tests/test-closein.sh: Likewise.
3536         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
3537         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
3538
3539 2007-04-27  Bruno Haible  <bruno@clisp.org>
3540
3541         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
3542         version is < 6.
3543         * lib/math_.h [__DECC]: Likewise.
3544         * lib/stdio_.h [__DECC]: Likewise.
3545         * lib/stdlib_.h [__DECC]: Likewise.
3546         * lib/string_.h [__DECC]: Likewise.
3547         * lib/time_.h [__DECC]: Likewise.
3548         * lib/wchar_.h [__DECC]: Likewise.
3549         * lib/wctype_.h [__DECC]: Likewise.
3550
3551 2007-04-27  Bruno Haible  <bruno@clisp.org>
3552
3553         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
3554
3555 2007-04-27  Bruno Haible  <bruno@clisp.org>
3556
3557         * lib/fflush.c: Add comments.
3558         * modules/fpurge-tests (Depends-on): Add fflush.
3559         * modules/freadable-tests (Depends-on): Likewise.
3560         * modules/fwritable-tests (Depends-on): Likewise.
3561
3562 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
3563
3564         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
3565         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
3566         Report by Bruno Haible <bruno@clisp.org>.
3567
3568 2007-04-26  Eric Blake  <ebb9@byu.net>
3569
3570         Fix fflush on mingw.
3571         * modules/fflush (Depends-on): Add freading.
3572         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
3573         but unread data.
3574
3575 2007-04-26  Eric Blake  <ebb9@byu.net>
3576         and Bruno Haible  <bruno@clisp.org>
3577
3578         Implement freading and fwriting.
3579         * lib/freading.c: New file.
3580         * lib/freading.h: Likewise.
3581         * m4/freading.m4: Likewise.
3582         * modules/freading: Likewise.
3583         * modules/freading-tests: Likewise.
3584         * tests/test-freading.c: Likewise.
3585         * lib/fwriting.c: New file.
3586         * lib/fwriting.h: Likewise.
3587         * m4/fwriting.m4: Likewise.
3588         * modules/fwriting: Likewise.
3589         * modules/fwriting-tests: Likewise.
3590         * tests/test-fwriting.c: Likewise.
3591         * MODULES.html.sh (File stream based Input/Output): Mention them.
3592
3593 2007-04-26  Bruno Haible  <bruno@clisp.org>
3594
3595         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
3596         'long' when we assume it.
3597         Suggested by Eric Blake.
3598
3599 2007-04-26  Bruno Haible  <bruno@clisp.org>
3600
3601         Ensure fseeko, ftello are declared on glibc systems.
3602         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
3603         * modules/fseeko (configure.ac-early): Likewise.
3604         * modules/ftello (configure.ac-early): Likewise.
3605         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
3606         AC_FUNC_FSEEKO for this.
3607         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
3608         (gl_CHECK_FSEEKO): Remove macro.
3609
3610 2007-04-26  Bruno Haible  <bruno@clisp.org>
3611
3612         * tests/test-fflush.c (main): Also check the ftell result after
3613         fflush and fseek/fseeko.
3614         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
3615         file descriptor position cache in the stream.
3616         * lib/fseeko.c (rpl_fseeko): Likewise.
3617
3618 2007-04-26  Bruno Haible  <bruno@clisp.org>
3619
3620         * modules/fflush-tests (Depends-on): Add fseeko.
3621
3622 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
3623             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3624
3625         * lib/argz_.h: ensure error_t definition is obtained in same
3626         mechanism system argz.h would have.
3627         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
3628         argz facilities are known bad.  Err on the side of caution if
3629         cross-compiling.
3630
3631 2007-04-25  Eric Blake  <ebb9@byu.net>
3632
3633         * lib/fpurge.c (includes): Use stdlib.h for free.
3634         * tests/test-fflush.c (main): Also test fflush-fseeko.
3635
3636 2007-04-25  Bruno Haible  <bruno@clisp.org>
3637
3638         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
3639         * lib/fseeko.c: New file.
3640         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
3641         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
3642         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
3643         gl_FUNC_FSEEKO.
3644         (gl_FUNC_FSEEKO): Invoke it.
3645         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
3646         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
3647         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
3648
3649 2007-04-25  Bruno Haible  <bruno@clisp.org>
3650
3651         * modules/fflush (Depends-on): Add ftello.
3652
3653 2007-04-25  Bruno Haible  <bruno@clisp.org>
3654
3655         * modules/ftello-tests: New file.
3656         * tests/test-ftello.c: New file.
3657
3658         * modules/ftello: New file.
3659         * m4/ftello.m4: New file.
3660         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
3661         HAVE_FTELLO.
3662         * lib/stdio_.h (ftello): New declaration.
3663         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
3664         HAVE_FTELLO.
3665
3666 2007-04-25  Bruno Haible  <bruno@clisp.org>
3667
3668         * modules/fseeko-tests: New file.
3669         * tests/test-fseeko.c: New file.
3670
3671         * modules/fseeko: New file.
3672         * m4/fseeko.m4: New file.
3673         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
3674         HAVE_FSEEKO.
3675         * lib/stdio_.h (fseeko): New declaration.
3676         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
3677         HAVE_FSEEKO.
3678
3679 2007-04-25  Bruno Haible  <bruno@clisp.org>
3680
3681         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
3682
3683 2007-04-25  Bruno Haible  <bruno@clisp.org>
3684
3685         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
3686         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
3687         * tests/test-unistd.c: Likewise.
3688         * tests/test-fcntl.c: Likewise.
3689
3690 2007-04-23  Eric Blake  <ebb9@byu.net>
3691
3692         * lib/fflush.c: Fix missing include.
3693         Reported by Bruno Haible.
3694
3695 2007-04-23  Bruno Haible  <bruno@clisp.org>
3696
3697         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
3698         Reported by Eric Blake.
3699
3700 2007-04-23  Bruno Haible  <bruno@clisp.org>
3701
3702         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
3703
3704 2007-04-23  Bruno Haible  <bruno@clisp.org>
3705
3706         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
3707
3708 2007-04-23  Bruno Haible  <bruno@clisp.org>
3709
3710         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
3711         Needed on HP-UX 11.
3712
3713 2007-04-16  Eric Blake  <ebb9@byu.net>
3714
3715         Make fflush rely on fpurge.
3716         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
3717         open coding all variants.
3718         * modules/fflush (Depends-on): Add fpurge and unistd.
3719         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
3720         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
3721
3722         Fix --with-tests compilation on cygwin.
3723         * modules/argmatch-tests (Makefile.am): List gnulib library first
3724         in LDADD.
3725         * modules/argp-tests (Makefile.am): Likewise.
3726         * modules/array-list-tests (Makefile.am): Likewise.
3727         * modules/array-oset-tests (Makefile.am): Likewise.
3728         * modules/avltree-list-tests (Makefile.am): Likewise.
3729         * modules/avltree-oset-tests (Makefile.am): Likewise.
3730         * modules/avltreehash-list-tests (Makefile.am): Likewise.
3731         * modules/carray-list-tests (Makefile.am): Likewise.
3732         * modules/dirname-tests (Makefile.am): Likewise.
3733         * modules/frexp-tests (Makefile.am): Likewise.
3734         * modules/isnanl-tests (Makefile.am): Likewise.
3735         * modules/linked-list-tests (Makefile.am): Likewise.
3736         * modules/linkedhash-list-tests (Makefile.am): Likewise.
3737         * modules/lock-tests (Makefile.am): Likewise.
3738         * modules/rbtree-list-tests (Makefile.am): Likewise.
3739         * modules/rbtree-oset-tests (Makefile.am): Likewise.
3740         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
3741         * modules/tls-tests (Makefile.am): Likewise.
3742         * modules/tsearch-tests (Makefile.am): Likewise.
3743         * modules/xvasprintf-tests (Makefile.am): Likewise.
3744
3745         Fix fpurge for cygwin.
3746         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
3747         value.
3748         * modules/fpurge-tests (Depends-on): Clean up trash.
3749
3750 2007-04-16  Simon Josefsson  <simon@josefsson.org>
3751
3752         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
3753
3754         * m4/autobuild.m4: Re-indent.
3755
3756 2007-04-13  Bruno Haible  <bruno@clisp.org>
3757
3758         * modules/fpurge-tests: New file.
3759         * tests/test-fpurge.c: New file.
3760
3761         * modules/fpurge: New file.
3762         * lib/fpurge.h: New file.
3763         * lib/fpurge.c: New file.
3764         * m4/fpurge.m4: New file.
3765
3766 2007-04-13  Bruno Haible  <bruno@clisp.org>
3767
3768         * modules/fbufmode-tests: New file.
3769         * tests/test-fbufmode.c: New file.
3770
3771         * modules/fbufmode: New file.
3772         * lib/fbufmode.h: New file.
3773         * lib/fbufmode.c: New file.
3774         * m4/fbufmode.m4: New file.
3775
3776 2007-04-13  Bruno Haible  <bruno@clisp.org>
3777
3778         * modules/fwritable-tests: New file.
3779         * tests/test-fwritable.c: New file.
3780
3781         * modules/fwritable: New file.
3782         * lib/fwritable.h: New file.
3783         * lib/fwritable.c: New file.
3784         * m4/fwritable.m4: New file.
3785
3786 2007-04-13  Bruno Haible  <bruno@clisp.org>
3787
3788         * modules/freadable-tests: New file.
3789         * tests/test-freadable.c: New file.
3790
3791         * modules/freadable: New file.
3792         * lib/freadable.h: New file.
3793         * lib/freadable.c: New file.
3794         * m4/freadable.m4: New file.
3795
3796 2007-04-13  Bruno Haible  <bruno@clisp.org>
3797
3798         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
3799         MOSTLYCLEANFILES.
3800
3801 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
3802
3803         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
3804         gzip bootstrap.conf to avoid dragging in i18n machinery.
3805         (gnulib_tool_option): Use it.
3806
3807 2007-04-13  Bruno Haible  <bruno@clisp.org>
3808
3809         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
3810         %F directives.
3811         * tests/test-vasprintf-posix.c (test_function): Likewise.
3812         * tests/test-snprintf-posix.h (test_function): Likewise.
3813         * tests/test-sprintf-posix.h (test_function): Likewise.
3814         * tests/test-fprintf-posix.h (test_function): Likewise.
3815         * tests/test-printf-posix.h (test_function): Likewise.
3816         * tests/test-fprintf-posix.out: Likewise.
3817
3818 2007-04-13  Bruno Haible  <bruno@clisp.org>
3819
3820         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
3821         * modules/tls-tests (configure.ac): Likewise.
3822         Reported by Arto C. Nirkko <anirkko@insel.ch>.
3823
3824 2007-04-13  Bruno Haible  <bruno@clisp.org>
3825
3826         * lib/tls.c (glthread_tls_get): Fix return type.
3827         Patch by Arto C. Nirkko <anirkko@insel.ch>.
3828
3829 2007-04-12  Eric Blake  <ebb9@byu.net>
3830
3831         * modules/gettime (Depends-on): Remove gettime.
3832         Reported by Dmitry V. Levin.
3833
3834 2007-04-12  Bruno Haible  <bruno@clisp.org>
3835
3836         * modules/fflush (Include): Mention <stdio.h>.
3837         * modules/strtoimax (Include): Mention <inttypes.h>.
3838         * modules/strtoumax (Include): Likewise.
3839
3840 2007-04-12  Eric Blake  <ebb9@byu.net>
3841
3842         * .cvsignore: New file.
3843         * .gitignore: Likewise.
3844
3845 2007-04-12  Bruno Haible  <bruno@clisp.org>
3846
3847         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
3848         not before, since $(LDADD) often contains libgnu.a.
3849         * modules/striconv-tests (test_striconv_LDADD): Likewise.
3850         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
3851         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
3852         Needed on Cygwin.
3853
3854 2007-04-12  Eric Blake  <ebb9@byu.net>
3855
3856         Work around glibc's failure to flush stdin on fclose.
3857         * lib/closein.c (close_stdin): Flush stdin before closing.
3858
3859         Work around glibc's failure to reset seekable stdin on exit.
3860         * modules/closein: New module.
3861         * lib/closein.c: New file.
3862         * lib/closein.h: Likewise.
3863         * m4/closein.m4: Likewise.
3864         * MODULES.html.sh (File stream based Input/Output): Document it.
3865
3866 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3867
3868         * gnulib-tool: Rename generated 'autobuild' script to
3869         'do-autobuild' in --create-megatestdir output.
3870
3871         * doc/gnulib.texi (Build robot for gnulib): Fix.
3872
3873 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3874
3875         * modules/sysexits (Depends-on): Add absolute-header.
3876
3877 2007-04-12  Eric Blake  <ebb9@byu.net>
3878
3879         No need to preserve errno on success.
3880         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
3881         Reported by Bruno Haible.
3882
3883 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3884
3885         * MODULES.html.sh (Support for maintaining and releasing
3886         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
3887
3888 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3889
3890         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
3891
3892 2007-04-12  Simon Josefsson  <simon@josefsson.org>
3893
3894         * modules/autobuild: New module.
3895
3896         * m4/autobuild.m4: New file.
3897
3898 2007-04-11  Bruno Haible  <bruno@clisp.org>
3899
3900         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
3901         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
3902         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
3903         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
3904         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_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/snprintf-posix.m4 (gl_FUNC_SNPRINTF_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/sprintf-posix.m4 (gl_FUNC_SPRINTF_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/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_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/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_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         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
3920         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3921         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3922         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
3923         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3924         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3925         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
3926         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
3927         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
3928         Reported by Eric Blake.
3929
3930 2007-04-11  Bruno Haible  <bruno@clisp.org>
3931
3932         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
3933
3934 2007-04-10  Bruno Haible  <bruno@clisp.org>
3935
3936         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
3937         for NaN and Infinity. Needed on FreeBSD 6.1.
3938         * tests/test-vasnprintf-posix.c (test_function): Undo last change
3939         regarding results for "%010a" of Infinity and NaN.
3940         * tests/test-vasprintf-posix.c (test_function): Likewise.
3941         * tests/test-snprintf-posix.h (test_function): Likewise.
3942         * tests/test-sprintf-posix.h (test_function): Likewise.
3943         * tests/test-fprintf-posix.h (test_function): Likewise.
3944         * tests/test-printf-posix.h (test_function): Likewise.
3945         * tests/test-fprintf-posix.out: Likewise.
3946
3947 2007-04-10  Bruno Haible  <bruno@clisp.org>
3948
3949         * modules/locale-tests: New file.
3950         * tests/test-locale.c: New file.
3951
3952         * modules/locale: New file.
3953         * lib/locale_.h: New file.
3954         * m4/locale_h.m4: New file.
3955
3956 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
3957             Bruno Haible  <bruno@clisp.org>
3958
3959         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
3960         be determined, test for availability of the copysignf, copysign,
3961         copysignl functions.
3962         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
3963         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
3964         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
3965
3966 2007-04-09  Eric Blake  <ebb9@byu.net>
3967
3968         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
3969         * modules/stdio (Makefile.am): Support fflush.
3970         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
3971         * modules/fflush: New file.
3972         * lib/fflush.c: Likewise.
3973         * m4/fflush.m4: Likewise.
3974         * modules/fflush-tests: New test.
3975         * tests/test-fflush.c: Likewise.
3976         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
3977
3978 2007-04-06  Bruno Haible  <bruno@clisp.org>
3979
3980         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
3981         (VASNPRINTF): Use signbit for faster determination whether to print a
3982         minus sign.
3983         * modules/vasnprintf (Files): Remove lib/float+.h.
3984         * modules/fprintf-posix (Depends-on): Add signbit.
3985         * modules/snprintf-posix (Depends-on): Likewise.
3986         * modules/sprintf-posix (Depends-on): Likewise.
3987         * modules/vasnprintf-posix (Depends-on): Likewise.
3988         * modules/vasprintf-posix (Depends-on): Likewise.
3989         * modules/vfprintf-posix (Depends-on): Likewise.
3990         * modules/vsnprintf-posix (Depends-on): Likewise.
3991         * modules/vsprintf-posix (Depends-on): Likewise.
3992
3993 2007-04-06  Bruno Haible  <bruno@clisp.org>
3994
3995         * tests/test-frexp.c (main): Test also the sign bit of zero results.
3996         * tests/test-frexpl.c (main): Likewise.
3997         * tests/test-ldexpl.c (main): Likewise.
3998         * modules/frexp-tests (Depends-on): Add signbit.
3999         * modules/frexpl-tests (Depdends-on): Likewise.
4000         * modules/ldexpl-tests (Depdends-on): Likewise.
4001
4002 2007-04-06  Bruno Haible  <bruno@clisp.org>
4003
4004         * modules/signbit-tests: New file.
4005         * tests/test-signbit.c: New file.
4006
4007         * modules/signbit: New file.
4008         * lib/signbitf.c: New file.
4009         * lib/signbitd.c: New file.
4010         * lib/signbitl.c: New file.
4011         * m4/signbit.m4: New file.
4012         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
4013         (signbit): New macro.
4014         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
4015         REPLACE_SIGNBIT.
4016         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
4017         REPLACE_FREXPL into math.h.
4018
4019 2007-04-06  Bruno Haible  <bruno@clisp.org>
4020
4021         * modules/isnanf-nolibm-tests: New file.
4022         * tests/test-isnanf.c: New file.
4023
4024         * modules/isnanf-nolibm: New file.
4025         * lib/isnanf.h: New file.
4026         * lib/isnanf.c: New file.
4027         * lib/isnan.c: Consider the USE_FLOAT macro.
4028         * m4/isnanf.m4: New file.
4029
4030 2007-04-06  Bruno Haible  <bruno@clisp.org>
4031
4032         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
4033         (Link): New section.
4034
4035         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
4036
4037 2007-04-06  Bruno Haible  <bruno@clisp.org>
4038
4039         Assume the 'long double' type.
4040         * m4/longdouble.m4: Remove file.
4041         * config/srclist.txt: Don't mention longdouble.m4.
4042         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
4043         * lib/float+.h: Likewise.
4044         * lib/frexp.c: Likewise.
4045         * lib/printf-args.h: Likewise.
4046         * lib/printf-args.c: Likewise.
4047         * lib/printf-frexp.c: Likewise.
4048         * lib/printf-parse.c: Likewise.
4049         * lib/vasnprintf.c: Likewise.
4050         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
4051         * m4/intl.m4: Likewise.
4052         * m4/isnanl.m4: Likewise.
4053         * m4/printf.m4: Likewise.
4054         * m4/printf-frexpl.m4: Likewise.
4055         * m4/vasnprintf.m4: Likewise.
4056         * modules/allocsa (Files): Remove m4/longdouble.m4.
4057         * modules/gettext (Files): Likewise.
4058         * modules/relocatable-prog-wrapper (Files): Likewise.
4059         * modules/vasnprintf (Files): Likewise.
4060         * modules/isnanl (Files): Likewise.
4061         (Include): Simplify.
4062         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
4063         (Include): Simplify.
4064         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
4065         (Include): Simplify.
4066         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
4067         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4068         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
4069         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4070         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
4071         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4072         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
4073         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4074         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
4075         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4076         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
4077         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
4078         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
4079         * tests/test-isnanl.c: Likewise.
4080         * tests/test-snprintf-posix.h: Likewise.
4081         * tests/test-sprintf-posix.h: Likewise.
4082         * tests/test-vasnprintf-posix.c: Likewise.
4083         * tests/test-vasnprintf-posix2.c: Likewise.
4084         * tests/test-vasprintf-posix.c: Likewise.
4085
4086 2007-04-06  Bruno Haible  <bruno@clisp.org>
4087
4088         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
4089         * lib/math_.h [__DECC]: Include the overridden include file through
4090         #include_next, outside the double-inclusion guard.
4091         * lib/stdio_.h [__DECC]: Likewise.
4092         * lib/stdlib_.h [__DECC]: Likewise.
4093         * lib/string_.h [__DECC]: Likewise.
4094         * lib/time_.h [__DECC]: Likewise.
4095         * lib/wchar_.h [__DECC]: Likewise.
4096         * lib/wctype_.h [__DECC]: Likewise.
4097         * lib/inttypes_.h [__DECC]: Likewise.
4098         Reported by Albert Chin <china@thewrittenword.com> in
4099         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
4100
4101 2007-04-04  Eric Blake  <ebb9@byu.net>
4102
4103         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
4104         1.5.x.
4105
4106 2007-04-04  Bruno Haible  <bruno@clisp.org>
4107
4108         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
4109         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
4110
4111 2007-04-04  Bruno Haible  <bruno@clisp.org>
4112
4113         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
4114         results for "%010a" of Infinity and NaN.
4115         * tests/test-vasprintf-posix.c (test_function): Likewise.
4116         * tests/test-snprintf-posix.h (test_function): Likewise.
4117         * tests/test-sprintf-posix.h (test_function): Likewise.
4118         * tests/test-fprintf-posix.h (test_function): Remove these tests.
4119         * tests/test-printf-posix.h (test_function): Likewise.
4120         * tests/test-fprintf-posix.out: Update.
4121         Needed for FreeBSD 6.1.
4122
4123 2007-04-04  Bruno Haible  <bruno@clisp.org>
4124
4125         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
4126         directly used by the gnulib modules nor by gnulib-tool.
4127
4128 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
4129
4130         * DEPENDENCIES: Give overall description of version dependency
4131         desirability.  Use more-typical names for apps.
4132         Add shell, coreutils, diffutils, grep, tar, gzip.
4133
4134 2007-04-04  Simon Josefsson  <simon@josefsson.org>
4135
4136         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
4137
4138 2007-04-04  Karl Berry  <karl@gnu.org>
4139
4140         * MODULES.html.sh (func_module): missing '.
4141
4142 2007-04-03  Bruno Haible  <bruno@clisp.org>
4143
4144         * modules/argmatch-tests (Makefile.am): New variable
4145         test_argmatch_LDADD.
4146         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
4147         * modules/array-list-tests (Makefile.am): New variable
4148         test_array_list_LDADD.
4149         * modules/array-oset-tests (Makefile.am): New variable
4150         test_array_oset_LDADD.
4151         * modules/avltree-list-tests (Makefile.am): New variable
4152         test_avltree_list_LDADD.
4153         * modules/avltree-oset-tests (Makefile.am): New variable
4154         test_avltree_oset_LDADD.
4155         * modules/avltreehash-list-tests (Makefile.am): New variable
4156         test_avltreehash_list_LDADD.
4157         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
4158         test_canonicalize_lgpl_LDADD.
4159         * modules/carray-list-tests (Makefile.am): New variable
4160         test_carray_list_LDADD.
4161         * modules/dirname-tests (Makefile.am): New variable
4162         test_dirname_LDADD.
4163         * modules/linked-list-tests (Makefile.am): New variable
4164         test_linked_list_LDADD.
4165         * modules/linkedhash-list-tests (Makefile.am): New variable
4166         test_linkedhash_list_LDADD.
4167         * modules/rbtree-list-tests (Makefile.am): New variable
4168         test_rbtree_list_LDADD.
4169         * modules/rbtree-oset-tests (Makefile.am): New variable
4170         test_rbtree_oset_LDADD.
4171         * modules/rbtreehash-list-tests (Makefile.am): New variable
4172         test_rbtreehash_list_LDADD.
4173         * modules/xvasprintf-tests (Makefile.am): New variable
4174         test_xvasprintf_LDADD.
4175         Reported by Eric Blake.
4176
4177 2007-04-03  Eric Blake  <ebb9@byu.net>
4178
4179         * DEPENDENCIES: Weaken m4 requirements.
4180
4181 2007-04-03  Bruno Haible  <bruno@clisp.org>
4182
4183         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
4184         * modules/isnanl-tests (configure.ac): Likewise.
4185
4186 2007-04-03  Ben Pfaff  <blp@gnu.org>
4187
4188         * modules/iconv_open: Add $(srcdir)/ to source directory
4189         references in Makefile fragments that call gperf, to fix VPATH
4190         builds.
4191
4192 2007-04-03  Bruno Haible  <bruno@clisp.org>
4193
4194         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
4195         * lib/ldexpl.c: Undo last change.
4196
4197 2007-04-03  Bruno Haible  <bruno@clisp.org>
4198
4199         * modules/printf-frexpl (Depends-on): Undo last change.
4200         (Files): Add m4/ldexpl.m4.
4201
4202 2007-04-03  Bruno Haible  <bruno@clisp.org>
4203
4204         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
4205         * modules/isnanl (Link): New section.
4206
4207         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
4208         * modules/frexp (Link): New section.
4209
4210         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
4211         * modules/frexpl (Link): New section.
4212
4213         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
4214         * modules/ldexpl (Link): New section.
4215
4216 2007-04-03  Bruno Haible  <bruno@clisp.org>
4217
4218         * modules/TEMPLATE-EXTENDED: New file.
4219         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
4220
4221 2007-04-03  Bruno Haible  <bruno@clisp.org>
4222
4223         * DEPENDENCIES: New file.
4224         Suggested by Simon Josefsson.
4225
4226 2007-04-03  Bruno Haible  <bruno@clisp.org>
4227
4228         * doc/gnulib.texi: Escape @.
4229
4230 2007-04-03  James Youngman  <jay@gnu.org>
4231         and Paul Eggert  <eggert@cs.ucla.edu>
4232
4233         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
4234         birthtime on all systems that have birthtime, not just those which
4235         use st_birthtimensec rather than st_birthtim.  Putting zero in
4236         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
4237         that the birth time is not available for files on an NFS mount.
4238
4239 2007-04-03  Simon Josefsson  <simon@josefsson.org>
4240
4241         * modules/memxor: Move back from crypto/, suggested by Bruno.
4242         * modules/crypto/hmac-sha1: Fix memxor dependency.
4243
4244         * modules/crypto/gc: Moved from ../.
4245
4246 2007-04-02  Eric Blake  <ebb9@byu.net>
4247
4248         * lib/ldexpl.c (includes): Avoid libm.
4249
4250         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
4251
4252 2007-04-02  Bruno Haible  <bruno@clisp.org>
4253
4254         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
4255         on IRIX.
4256
4257 2007-04-02  Bruno Haible  <bruno@clisp.org>
4258
4259         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
4260         x86 or x86_64 platforms running MacOS X.
4261         Reported by Ryan Schmidt <@ryandesign.com>.
4262
4263 2007-04-02  Bruno Haible  <bruno@clisp.org>
4264
4265         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
4266         i386.
4267
4268 2007-04-01  Simon Josefsson  <simon@josefsson.org>
4269
4270         * modules/crypto/arcfour: Moved from ../.
4271         * modules/crypto/arcfour-tests: Moved from ../.
4272         * modules/crypto/arctwo: Moved from ../.
4273         * modules/crypto/arctwo-tests: Moved from ../.
4274         * modules/crypto/des: Moved from ../.
4275         * modules/crypto/des-tests: Moved from ../.
4276         * modules/crypto/gc-arcfour: Moved from ../.
4277         * modules/crypto/gc-arcfour-tests: Moved from ../.
4278         * modules/crypto/gc-arctwo: Moved from ../.
4279         * modules/crypto/gc-arctwo-tests: Moved from ../.
4280         * modules/crypto/gc-des: Moved from ../.
4281         * modules/crypto/gc-des-tests: Moved from ../.
4282         * modules/crypto/gc-hmac-md5: Moved from ../.
4283         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
4284         * modules/crypto/gc-hmac-sha1: Moved from ../.
4285         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
4286         * modules/crypto/gc-md2: Moved from ../.
4287         * modules/crypto/gc-md2-tests: Moved from ../.
4288         * modules/crypto/gc-md4: Moved from ../.
4289         * modules/crypto/gc-md4-tests: Moved from ../.
4290         * modules/crypto/gc-md5: Moved from ../.
4291         * modules/crypto/gc-md5-tests: Moved from ../.
4292         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
4293         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
4294         * modules/crypto/gc-random: Moved from ../.
4295         * modules/crypto/gc-rijndael: Moved from ../.
4296         * modules/crypto/gc-rijndael-tests: Moved from ../.
4297         * modules/crypto/gc-sha1: Moved from ../.
4298         * modules/crypto/gc-sha1-tests: Moved from ../.
4299         * modules/crypto/gc-tests: Moved from ../.
4300         * modules/crypto/hmac-md5: Moved from ../.
4301         * modules/crypto/hmac-md5-tests: Moved from ../.
4302         * modules/crypto/hmac-sha1: Moved from ../.
4303         * modules/crypto/hmac-sha1-tests: Moved from ../.
4304         * modules/crypto/md2: Moved from ../.
4305         * modules/crypto/md2-tests: Moved from ../.
4306         * modules/crypto/md4: Moved from ../.
4307         * modules/crypto/md4-tests: Moved from ../.
4308         * modules/crypto/md5: Moved from ../.
4309         * modules/crypto/md5-tests: Moved from ../.
4310         * modules/crypto/memxor: Moved from ../.
4311         * modules/crypto/rijndael: Moved from ../.
4312         * modules/crypto/rijndael-tests: Moved from ../.
4313         * modules/crypto/sha1: Moved from ../.
4314
4315 2007-03-30  James Youngman  <jay@gnu.org>
4316
4317         * tests/test-stat-time.c (prepare_test): use chmod() rather than
4318         rename() to change the ctime of a file (because ctime is unaffected
4319         by rename on jfs2 on AIX 5.1).
4320         (main): Start by doing cleanup, in case a previous run failed leaving
4321         test files behind.
4322
4323 2007-03-31  Bruno Haible  <bruno@clisp.org>
4324
4325         Support old proprietary implementations of iconv.
4326         * modules/iconv_open: New file.
4327         * lib/iconv_.h: New file.
4328         * m4/iconv_h.m4: New file.
4329         * lib/iconv_open.c: New file.
4330         * lib/iconv_open-aix.gperf: New file.
4331         * lib/iconv_open-hpux.gperf: New file.
4332         * lib/iconv_open-irix.gperf: New file.
4333         * lib/iconv_open-osf.gperf: New file.
4334         * m4/iconv_open.m4: New file.
4335         * modules/linebreak (Depends-on): Add iconv_open.
4336         * modules/striconv (Depends-on): Likewise.
4337         * modules/striconveh (Depends-on): Likewise.
4338         * modules/unicodeio (Depends-on): Likewise.
4339         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
4340         (iconv_t)(-1).
4341         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
4342         conversion if cd is (iconv_t)(-1).
4343         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
4344         is not possible.
4345
4346 2007-03-31  Bruno Haible  <bruno@clisp.org>
4347
4348         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
4349         work on Solaris either. Protect also second use of "autodetect_jp".
4350
4351 2007-03-31  Bruno Haible  <bruno@clisp.org>
4352
4353         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
4354         the function is not present.
4355
4356 2007-03-31  Bruno Haible  <bruno@clisp.org>
4357
4358         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
4359         the function is not present.
4360
4361 2007-03-31  Bruno Haible  <bruno@clisp.org>
4362
4363         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
4364         a bug in HP-UX iconv_open().
4365
4366 2007-03-31  Bruno Haible  <bruno@clisp.org>
4367
4368         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
4369         (Mathematics <math.h>): New section, add fpieee.
4370         (Input/output <stdio.h>): Add fseterr.
4371         (Mathematics <math.h>): New section, add printf-frexp.
4372         (Container data structures): Add sublist.
4373         (Core language properties): Add fpucw, inline.
4374         (Functions for greatest-width integer types <inttypes.h>): Add
4375         imaxabs, imaxdiv, inttypes.
4376         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
4377         isnanl-nolibm, ldexp.
4378         (Mathematics <math.h>): New section, add printf-frexpl.
4379         (Support for systems lacking POSIX:2001): Add fprintf-posix,
4380         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
4381         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
4382         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
4383         (Unicode string functions): Add unistr/u*-mbtoucr.
4384         (Java): Add javacomp-script, javaexec-script.
4385         (C#): Add csharpcomp-script, csharpexec-script.
4386         (Support for building libraries and executables): Add havelib,
4387         relocatable-*.
4388         (Support for maintaining and releasing projects): Renamed from
4389         'Support for maintaining and release projects'. Add announce-gen.
4390
4391 2007-03-31  Bruno Haible  <bruno@clisp.org>
4392
4393         * README: Talk primarily about git.
4394         (git and CVS): Renamed from CVS.
4395         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
4396         gnulib is available through git.
4397         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
4398
4399 2007-03-30  Bruno Haible  <bruno@clisp.org>
4400
4401         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
4402         * lib/poll_.h: Likewise.
4403         * lib/stat_.h: Likewise.
4404         * lib/sys_time_.h: Likewise.
4405         * lib/sysexit_.h: Likewise.
4406         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
4407         * lib/stdbool_.h: Likewise.
4408         * lib/byteswap_.h: Add double-inclusion guard.
4409
4410 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
4411
4412         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
4413
4414 2007-03-30  Karl Berry  <karl@gnu.org>
4415
4416         * config/srclist-update: double space after USA in the license
4417         substitution, since that's how it's usually (?) written.
4418
4419 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
4420
4421         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
4422         reported by Bruno Haible.
4423
4424 2007-03-29  Bruno Haible  <bruno@clisp.org>
4425
4426         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
4427         a bug in AIX iconv().
4428
4429 2007-03-29  Bruno Haible  <bruno@clisp.org>
4430
4431         * modules/ldexpl-tests: New file.
4432         * tests/test-ldexpl.c: New file.
4433
4434 2007-03-29  Bruno Haible  <bruno@clisp.org>
4435
4436         * lib/ldexpl.c: Include fpucw.h.
4437         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
4438         multiplication.
4439         * modules/ldexpl (Depends-on): Add fpucw.
4440
4441 2007-03-29  Bruno Haible  <bruno@clisp.org>
4442
4443         * modules/ldexpl: New file.
4444         * m4/ldexpl.m4: New file.
4445         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
4446         set.
4447         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
4448         REPLACE_LDEXPL.
4449         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
4450         REPLACE_LDEXPL.
4451         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
4452         gl_FUNC_LDEXPL_WORKS.
4453         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
4454         * modules/mathl (Files): Remove lib/ldexpl.c.
4455         (Depends-on): Add ldexpl.
4456
4457 2007-03-29  Bruno Haible  <bruno@clisp.org>
4458
4459         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
4460
4461 2007-03-29  Bruno Haible  <bruno@clisp.org>
4462
4463         * tests/test-striconveh.c (main): Don't assume that a direct conversion
4464         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
4465         and possibly also HP-UX.
4466         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
4467         work on AIX, IRIX, HP-UX, OSF/1.
4468         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
4469         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
4470         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
4471         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
4472         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
4473         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
4474
4475 2007-03-29  Bruno Haible  <bruno@clisp.org>
4476
4477         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
4478
4479 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4480
4481         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
4482         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
4483
4484 2007-03-29  Eric Blake  <ebb9@byu.net>
4485
4486         * lib/acl-internal.h: Remove redundant include.
4487         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
4488         Cygwin when a file is locked.
4489
4490 2007-03-29  Bruno Haible  <bruno@clisp.org>
4491
4492         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
4493         file.
4494         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
4495
4496 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
4497
4498         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
4499         try to remove a parent directory if the child couldn't be removed
4500         (except for the first rmdir, which could fail because the child
4501         doesn't exist).  Problem reported by Jeff Blaine in
4502         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
4503
4504 2007-03-28  Bruno Haible  <bruno@clisp.org>
4505
4506         * lib/striconveh.c (utf8conv_carefully): New function.
4507         (mem_cd_iconveh_internal): Invoke it.
4508
4509 2007-03-28  Bruno Haible  <bruno@clisp.org>
4510
4511         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
4512         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
4513         input.
4514         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
4515         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
4516         unistr/u8-uctomb.
4517
4518 2007-03-28  Bruno Haible  <bruno@clisp.org>
4519
4520         * modules/unistr/u8-mbtoucr: New file.
4521         * lib/unistr/u8-mbtoucr.c: New file.
4522         * modules/unistr/u16-mbtoucr: New file.
4523         * lib/unistr/u16-mbtoucr.c: New file.
4524         * modules/unistr/u16-mbtoucr: New file.
4525         * lib/unistr/u16-mbtoucr.c: New file.
4526         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
4527
4528 2007-03-27  Simon Josefsson  <simon@josefsson.org>
4529             Bruno Haible  <bruno@clisp.org>
4530
4531         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
4532         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
4533         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
4534
4535         * m4/stdio_h.m4: Add stubs for vasprintf too.
4536
4537         * modules/stdio: Support vasprintf in sed command.
4538
4539         * modules/vasprintf: Depend on stdio for prototypes.  Remove
4540         vasprintf.h.  Add stdio module indicator.
4541
4542         * lib/stdio_.h: Declare asprintf and vasprintf, based on
4543         vasprintf.h.
4544
4545         * lib/vasprintf.h: File removed.
4546
4547         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
4548         * lib/vasprintf.c: Ditto.
4549         * lib/xvasprintf.c: Ditto.
4550         * tests/test-vasprintf-posix.c: Ditto.
4551         * tests/test-vasprintf.c: Ditto.
4552
4553 2007-03-27  Bruno Haible  <bruno@clisp.org>
4554
4555         Make vasnprintf multithread-safe.
4556         * lib/vasnprintf.c (decimal_point_char): New function.
4557         (VASNPRINTF): Use it.
4558         Suggested by Simon Josefsson.
4559
4560 2007-03-27  Eric Blake  <ebb9@byu.net>
4561
4562         Support sub-second birthtime on cygwin.
4563         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
4564         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
4565         (get_stat_birthtime): Also work with st_birthtim.
4566
4567 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
4568
4569         * lib/stat-time.h (USE_BIRTHTIME): Remove.
4570         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
4571         (get_stat_birthtime_ns): Do not try to use "spare" fields.
4572         (get_stat_birthtime_ns): Simplify compile-time tests.
4573         (get_stat_birthtime): Change the API to look like
4574         get_stat_mtime etc., except return a negative tv_nsec on error.
4575         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
4576         Don't check for "spare" fields.
4577         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
4578         or for struct stat.st_birthtime, as these tests aren't used.
4579         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
4580
4581 2007-03-27  Bruno Haible  <bruno@clisp.org>
4582
4583         * lib/stat-time.h: Include <sys/stat.h>.
4584
4585 2007-03-27  James Youngman  <jay@gnu.org>
4586
4587         * lib/stat-time.h (get_stat_birthtime): New function for
4588           retrieving st_birthtime as provided by UFS2 (hence *BSD).
4589         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
4590           and its variants.
4591         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
4592         * modules/stat-time-test: New file.
4593         * tests/test-stat-time.c: New test, devised by Bruno Haible.
4594
4595 2007-03-26  Bruno Haible  <bruno@clisp.org>
4596
4597         Better support of signalling NaNs.
4598         * lib/atanl.c: Include isnanl.h.
4599         (atanl): Perform test for NaN at the beginning of the function and
4600         through a call to isnanl.
4601         * lib/cosl.c: Include isnanl.h.
4602         (cosl): Perform test for NaN at the beginning of the function and
4603         through a call to isnanl.
4604         * lib/ldexpl.c: Include isnanl.h.
4605         (ldexpl): Perform test for NaN through a call to isnanl.
4606         * lib/logl.c: Include isnanl.h.
4607         (logl): Perform test for NaN at the beginning of the function and
4608         through a call to isnanl.
4609         * lib/sinl.c: Include isnanl.h.
4610         (sinl): Perform test for NaN at the beginning of the function and
4611         through a call to isnanl.
4612         * lib/sqrtl.c: Include isnanl.h.
4613         (sqrtl): Perform test for NaN at the beginning of the function and
4614         through a call to isnanl.
4615         * lib/tanl.c: Include isnanl.h.
4616         (tanl): Perform test for NaN at the beginning of the function and
4617         through a call to isnanl.
4618         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
4619         * modules/mathl (Depends-on): Add isnanl.
4620
4621 2007-03-26  Eric Blake  <ebb9@byu.net>
4622
4623         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
4624         regression in logic sense of previous patch.
4625
4626 2007-03-26  Bruno Haible  <bruno@clisp.org>
4627
4628         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
4629         unportable shell command "if ! ...".
4630         Reported by Ralf Wildenhues.
4631
4632 2007-03-25  Bruno Haible  <bruno@clisp.org>
4633
4634         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
4635         <sysexits.h> file, and only add EX_CONFIG.
4636         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
4637         absolute file name and whether it is sufficient. Substitute also
4638         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
4639         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
4640         ABSOLUTE_SYSEXITS_H into sysexits.h.
4641
4642 2007-03-25  Bruno Haible  <bruno@clisp.org>
4643
4644         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
4645         hints is NULL.
4646
4647 2007-03-25  Bruno Haible  <bruno@clisp.org>
4648
4649         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
4650         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
4651
4652 2007-03-25  Bruno Haible  <bruno@clisp.org>
4653
4654         * lib/vasnprintf.c: Include langinfo.h.
4655         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
4656         multithread-safe.
4657         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
4658         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
4659         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
4660         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
4661         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
4662         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
4663         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
4664         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
4665         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
4666         Reported by Simon Josefsson.
4667
4668 2007-03-25  Bruno Haible  <bruno@clisp.org>
4669
4670         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
4671         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
4672         * modules/vasnprintf (Depends-on): Add stdint.
4673
4674 2007-03-25  Bruno Haible  <bruno@clisp.org>
4675
4676         * modules/fpieee: New file.
4677         * m4/fpieee.m4: New file.
4678         * modules/isnan-nolibm (Depends-on): Add fpieee.
4679         * modules/isnanl-nolibm (Depends-on): Add fpieee.
4680         * modules/isnanl (Depends-on): Add fpieee.
4681
4682 2007-03-25  Bruno Haible  <bruno@clisp.org>
4683
4684         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
4685
4686 2007-03-25  Bruno Haible  <bruno@clisp.org>
4687
4688         Avoid test failures on IRIX 6.5.
4689         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
4690         (main): Use it.
4691         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
4692         macros.
4693         (main): Use them.
4694
4695 2007-03-25  Bruno Haible  <bruno@clisp.org>
4696
4697         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
4698         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
4699         exists but doesn't work.
4700         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
4701         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
4702         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
4703         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
4704
4705 2007-03-25  Bruno Haible  <bruno@clisp.org>
4706
4707         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
4708         returns inf. Needed on IRIX 6.5.
4709
4710 2007-03-25  Bruno Haible  <bruno@clisp.org>
4711
4712         * tests/test-frexpl.c: Include isnanl-nolibm.h.
4713         (main): Use isnanl instead of x != x idiom.
4714         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
4715
4716         * tests/test-frexp.c: Include isnan.h.
4717         (main): Use isnan instead of x != x idiom.
4718         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
4719
4720 2007-03-25  Bruno Haible  <bruno@clisp.org>
4721
4722         * tests/test-frexp.c (NaN): New function/macro.
4723         (main): Use it instead of 0.0 / 0.0.
4724         * tests/test-isnan.c (NaN): New function/macro.
4725         (main): Use it instead of 0.0 / 0.0.
4726         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
4727         (test_function): Use it instead of 0.0 / 0.0.
4728         * tests/test-vasprintf-posix.c (NaN): New function/macro.
4729         (test_function): Use it instead of 0.0 / 0.0.
4730         * tests/test-snprintf-posix.h (NaN): New function/macro.
4731         (test_function): Use it instead of 0.0 / 0.0.
4732         * tests/test-sprintf-posix.h (NaN): New function/macro.
4733         (test_function): Use it instead of 0.0 / 0.0.
4734         * tests/test-fprintf-posix.h (NaN): New function/macro.
4735         (test_function): Use it instead of 0.0 / 0.0.
4736         * tests/test-printf-posix.h (NaN): New function/macro.
4737         (test_function): Use it instead of 0.0 / 0.0.
4738
4739         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
4740
4741 2007-03-25  Bruno Haible  <bruno@clisp.org>
4742
4743         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
4744
4745 2007-03-25  Bruno Haible  <bruno@clisp.org>
4746
4747         * lib/regexec.c (merge_state_with_log): Make static.
4748
4749 2007-03-25  Bruno Haible  <bruno@clisp.org>
4750
4751         * lib/trigl.c (kernel_rem_pio2): Make static.
4752
4753 2007-03-25  Bruno Haible  <bruno@clisp.org>
4754
4755         * lib/sincosl.c (sincosl_table): Make static.
4756
4757 2007-03-25  Bruno Haible  <bruno@clisp.org>
4758
4759         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
4760         if the compiler does not support C99.
4761
4762 2007-03-25  Bruno Haible  <bruno@clisp.org>
4763
4764         * modules/time (Makefile.am): Ensure all rule action lines start with a
4765         tab.
4766
4767 2007-03-24  Bruno Haible  <bruno@clisp.org>
4768
4769         * modules/tsearch-tests: New file.
4770         * tests/test-tsearch.sh: New file.
4771         * tests/test-tsearch.c: New file, mostly copied from glibc.
4772
4773         * modules/search-tests: New file.
4774         * tests/test-search.c: New file.
4775
4776         * modules/search: New file.
4777         * lib/search_.h: New file, incorporating lib/tsearch.h.
4778         * m4/search_h.m4: New file.
4779         * lib/tsearch.h: Remove file.
4780         * lib/tsearch.c: Include search.h instead of tsearch.h.
4781         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
4782         HAVE_TSEARCH.
4783         * modules/tsearch (Files): Remove lib/tsearch.h.
4784         (Depends-on): Add search.
4785         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
4786         (Include): Change tsearch.h into search.h.
4787
4788 2007-03-24  Bruno Haible  <bruno@clisp.org>
4789
4790         * modules/fpucw: New file.
4791         * lib/fpucw.h: New file.
4792         * lib/frexp.c: Include fpucw.h.
4793         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4794         (FUNC): Use them.
4795         * lib/printf-frexp.c: Include fpucw.h.
4796         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
4797         (FUNC): Use them.
4798         * lib/vasnprintf.c: Include fpucw.h.
4799         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
4800         'long double' calculations.
4801         * tests/test-frexpl.c: Include fpucw.h.
4802         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4803         * tests/test-printf-frexpl.c: Include fpucw.h.
4804         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
4805         * modules/frexpl (Depends-on): Add fpucw.
4806         * modules/printf-frexpl (Depends-on): Likewise.
4807         * modules/fprintf-posix (Depends-on): Likewise.
4808         * modules/snprintf-posix (Depends-on): Likewise.
4809         * modules/sprintf-posix (Depends-on): Likewise.
4810         * modules/vasnprintf-posix (Depends-on): Likewise.
4811         * modules/vasprintf-posix (Depends-on): Likewise.
4812         * modules/vfprintf-posix (Depends-on): Likewise.
4813         * modules/vsnprintf-posix (Depends-on): Likewise.
4814         * modules/vsprintf-posix (Depends-on): Likewise.
4815         * modules/frexpl-tests (Depends-on): Likewise.
4816         * modules/printf-frexpl-tests (Depends-on): Likewise.
4817
4818 2007-03-24  Bruno Haible  <bruno@clisp.org>
4819
4820         * lib/float+.h: New file.
4821         * lib/isnan.c: Include float+.h.
4822         (SIZE): New macro.
4823         (FUNC): Compare only SIZE bytes of the value.
4824         * lib/vasnprintf.c: Include float+.h.
4825         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
4826         SIZEOF_LDBL or SIZEOF_DBL bytes.
4827         * modules/isnan-nolibm (Files): Add lib/float+.h.
4828         * modules/isnanl-nolibm (Files): Add lib/float+.h.
4829         * modules/isnanl (Files): Add lib/float+.h.
4830         * modules/vasnprintf (Files): Add lib/float+.h.
4831
4832 2007-03-24  Bruno Haible  <bruno@clisp.org>
4833
4834         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
4835         include isnanl-nolibm.h.
4836
4837 2007-03-24  Bruno Haible  <bruno@clisp.org>
4838
4839         * tests/test-read-file.c (main): Don't produce spurious output for
4840         expected situations. Make the test fail if it encountered unexpected
4841         results.
4842
4843 2007-03-24  Bruno Haible  <bruno@clisp.org>
4844
4845         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
4846         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
4847
4848 2007-03-24  Bruno Haible  <bruno@clisp.org>
4849
4850         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
4851
4852 2007-03-24  Bruno Haible  <bruno@clisp.org>
4853
4854         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
4855         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
4856
4857         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
4858         * modules/utf8-ucs4: Turn into a symbolic link to module
4859         unistr/u8-mbtouc.
4860
4861         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
4862         utf8-ucs4-unsafe.
4863         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
4864         unistr/u8-mbtouc-unsafe.
4865
4866         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
4867         * modules/utf16-ucs4: Turn into a symbolic link to module
4868         unistr/u16-mbtouc.
4869
4870         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
4871         utf16-ucs4-unsafe.
4872         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
4873         unistr/u16-mbtouc-unsafe.
4874
4875         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
4876         * modules/ucs4-utf8: Turn into a symbolic link to module
4877         unistr/u8-ubtomb.
4878
4879         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
4880         * modules/ucs4-utf16: Turn into a symbolic link to module
4881         unistr/u16-ubtomb.
4882
4883 2007-03-24  Bruno Haible  <bruno@clisp.org>
4884
4885         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
4886         Enable the function only if HAVE_INLINE.
4887         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
4888         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4889         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
4890         Enable the function only if HAVE_INLINE.
4891         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
4892         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
4893         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
4894         Enable the function only if HAVE_INLINE.
4895         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
4896         Enable the function only if HAVE_INLINE.
4897         * modules/utf8-ucs4: Update.
4898         * modules/utf8-ucs4-unsafe: Update.
4899         * modules/utf16-ucs4: Update.
4900         * modules/utf16-ucs4-unsafe: Update.
4901         * modules/ucs4-utf8: Update.
4902         * modules/ucs4-utf16: Update.
4903
4904 2007-03-24  Bruno Haible  <bruno@clisp.org>
4905
4906         * lib/utf8-ucs4.h: Remove file.
4907         * lib/utf8-ucs4-unsafe.h: Remove file.
4908         * lib/utf16-ucs4.h: Remove file.
4909         * lib/utf16-ucs4-unsafe.h: Remove file.
4910         * lib/ucs4-utf8.h: Remove file.
4911         * lib/ucs4-utf16.h: Remove file.
4912         * lib/unistr.h: Include their previous contents.
4913         * m4/utf-ucs4.m4: Remove file.
4914         * m4/ucs4-utf.m4: Remove file.
4915         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
4916         (Depends-on): Add unistr/base.
4917         (configure.ac): Remove gl_UTF_UCS4.
4918         (Makefile.am): Update.
4919         (Include): Change to unistr.h.
4920         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
4921         (Depends-on): Add unistr/base.
4922         (configure.ac): Remove gl_UTF_UCS4.
4923         (Makefile.am): Update.
4924         (Include): Change to unistr.h.
4925         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
4926         (Depends-on): Add unistr/base.
4927         (configure.ac): Remove gl_UTF_UCS4.
4928         (Makefile.am): Update.
4929         (Include): Change to unistr.h.
4930         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
4931         (Depends-on): Add unistr/base.
4932         (configure.ac): Remove gl_UTF_UCS4.
4933         (Makefile.am): Update.
4934         (Include): Change to unistr.h.
4935         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
4936         (Depends-on): Add unistr/base.
4937         (configure.ac): Remove gl_UCS4_UTF.
4938         (Makefile.am): Update.
4939         (Include): Change to unistr.h.
4940         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
4941         (Depends-on): Add unistr/base.
4942         (configure.ac): Remove gl_UCS4_UTF.
4943         (Makefile.am): Update.
4944         (Include): Change to unistr.h.
4945         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
4946         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
4947         utf8-ucs4-unsafe.h.
4948         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
4949         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
4950         utf16-ucs4-unsafe.h.
4951         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
4952         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
4953         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
4954         * lib/unistr/u8-strchr.c: Likewise.
4955         * lib/unistr/u8-strrchr.c: Likewise.
4956         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
4957         * lib/unistr/u16-strchr.c: Likewise.
4958         * lib/unistr/u16-strrchr.c: Likewise.
4959         * lib/striconveh.c: Update.
4960         * lib/linebreak.c: Update.
4961
4962 2007-03-24  Bruno Haible  <bruno@clisp.org>
4963
4964         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
4965         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
4966
4967 2007-03-22  Bruno Haible  <bruno@clisp.org>
4968
4969         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
4970
4971 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
4972
4973         * MODULES.html.sh (File system functions): New module write-any-file.
4974         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
4975         * m4/write-any-file.m4: New files.
4976
4977 2007-03-23  Eric Blake  <ebb9@byu.net>
4978
4979         * gnulib-tool: Rearrange space-tab sequences, since some editors
4980         like to eat them.
4981
4982 2007-03-23  Eric Blake  <ebb9@byu.net>
4983
4984         * lib/version-etc.c (version_etc_va): Update license wording to
4985         be more concise.  Recommended by Richard Stallman.
4986
4987 2007-03-22  Bruno Haible  <bruno@clisp.org>
4988
4989         * lib/poll.c (MSG_PEEK): New fallback definition.
4990
4991 2007-03-22  Bruno Haible  <bruno@clisp.org>
4992
4993         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
4994         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
4995         (main): Update.
4996         Fixes a compilation error on BeOS.
4997
4998 2007-03-22  Bruno Haible  <bruno@clisp.org>
4999
5000         * modules/frexpl-tests: New file.
5001         * tests/test-frexpl.c: New file.
5002
5003         * modules/frexpl: New file.
5004         * m4/frexpl.m4: New file.
5005         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
5006         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
5007         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
5008         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
5009         (Depends-on): Add frexpl. Remove isnanl-nolibm.
5010         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
5011
5012 2007-03-22  Bruno Haible  <bruno@clisp.org>
5013
5014         * lib/frexpl.c: Share code with lib/frexp.c.
5015         * modules/mathl (Files): Add lib/frexp.c.
5016         (Depends-on): Add isnanl-nolibm.
5017
5018 2007-03-22  Bruno Haible  <bruno@clisp.org>
5019
5020         * modules/printf-frexp (Files): Add m4/frexp.m4.
5021         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
5022         only if the found frexp function actually works.
5023
5024 2007-03-22  Bruno Haible  <bruno@clisp.org>
5025
5026         * lib/frexp.c: Remove older implementation that uses divisions.
5027
5028 2007-03-21  Bruno Haible  <bruno@clisp.org>
5029
5030         * modules/frexp-tests: New file.
5031         * tests/test-frexp.c: New file.
5032
5033         * modules/frexp: New file.
5034         * lib/frexp.c: New file.
5035         * m4/frexp.m4: New file.
5036         * lib/math_.h (frexp): New declaration.
5037         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
5038         REPLACE_FREXP.
5039         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
5040
5041 2007-03-21  Bruno Haible  <bruno@clisp.org>
5042
5043         * modules/isnanl-tests: New file.
5044         * tests/test-isnanl.c: New file.
5045
5046         * modules/isnanl: New file.
5047         * lib/isnanl.h: New file.
5048         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
5049         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
5050         gl_FUNC_ISNANL_WORKS.
5051         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
5052         New macros.
5053
5054 2007-03-21  Bruno Haible  <bruno@clisp.org>
5055
5056         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
5057         lib/isnanl.h.
5058         (Include): Update.
5059         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
5060         * lib/vasnprintf.c: Update.
5061         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
5062         tests/test-isnanl.h, remove tests/test-isnanl.c.
5063         (Makefile.am): Update.
5064         * tests/test-isnanl-nolibm.c: New file.
5065         * tests/test-isnanl.h: New file.
5066         * tests/test-isnanl.c: Remove file.
5067
5068 2007-03-21  Jim Meyering  <jim@meyering.net>
5069
5070         When trying to open ".", treat ESTALE like EACCES.
5071         * lib/savewd.c (savewd_save): Resort to forking not just upon
5072         failure with EACCES, but also when errno is ESTALE.
5073
5074 2007-03-20  Bruno Haible  <bruno@clisp.org>
5075
5076         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
5077         Needed on AIX 5.1. Reported by Matthew Woehlke.
5078
5079 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
5080
5081         Suggestions by Bruno Haible:
5082         * lib/acl-internal.h: Include "gettext.h" rather than rolling
5083         our own.
5084         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
5085         * modules/acl (Depends-on): Add gettext.
5086
5087 2007-03-19  Bruno Haible  <bruno@clisp.org>
5088
5089         * modules/iconvme: Remove file.
5090         * lib/iconvme.h: Remove file.
5091         * lib/iconvme.c: Remove file.
5092         * m4/iconvme.m4: Remove file.
5093
5094 2007-03-19  Bruno Haible  <bruno@clisp.org>
5095
5096         * doc/relocatable-maint.texi: Break long shell script line.
5097         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
5098
5099 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
5100
5101         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
5102         handle file_has_acl.
5103         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
5104         * lib/acl.c: Move header inclusions and related macro defns into
5105         lib/acl-internal.h.
5106         (S_ISLNK): Remove defn, since that's now done for us.
5107         (file_has_acl): Move to lib/file-has-acl.c.
5108         Call acl_trivial if available.  This is the crucial part of the fix.
5109         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
5110         shared within the library.  Rewrite a bit, partly to make it compatible
5111         with the GNU coding style.
5112         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
5113         Remove unnecessary double-quotes.
5114         Don't test for acl_to_text; the build will catch that.
5115         Replace acl_entries if it doesn't exist and it is needed.
5116         Check for -lsec and acl_trivial (as used on Solaris 10).
5117         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
5118         lib/file-has-acl.c.
5119         (Depends-on): Add sys_stat, for S_ISLNK.
5120
5121 2007-03-19  Ben Pfaff  <blp@gnu.org>
5122
5123         * doc/gnulib.texi: Fix typos.
5124         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
5125
5126 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
5127
5128         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
5129         If size is zero here, buf must be zero.
5130
5131 2007-03-19  Simon Josefsson  <simon@josefsson.org>
5132
5133         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
5134         <bruno@clisp.org>.
5135
5136 2007-03-18  Bruno Haible  <bruno@clisp.org>
5137
5138         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
5139         Suggested by Eric Blake.
5140
5141 2007-03-18  Ben Pfaff  <blp@gnu.org>
5142
5143         * doc/relocatable.texi: Recommend using as prefix a directory
5144         that does not exist and will never be created.  Based on
5145         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
5146         and others.
5147
5148 2007-03-17  Bruno Haible  <bruno@clisp.org>
5149
5150         * lib/fchownat.c: Include lchown.h.
5151
5152 2007-03-17  Bruno Haible  <bruno@clisp.org>
5153
5154         Fix endless loop when the given allocated size was > INT_MAX.
5155         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
5156         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
5157         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
5158         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
5159         * lib/sprintf.c (sprintf): Likewise.
5160
5161 2007-03-17  Bruno Haible  <bruno@clisp.org>
5162
5163         * tests/test-argp-2.sh (func_compare): Output a context diff.
5164
5165 2007-03-17  Bruno Haible  <bruno@clisp.org>
5166
5167         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
5168         locale's decimal-point character.
5169
5170 2007-03-17  Bruno Haible  <bruno@clisp.org>
5171
5172         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
5173         before comparing it. Needed because on some platforms (e.g. x86) a
5174         'long double' occupies less bytes than sizeof (long double).
5175
5176 2007-03-17  Bruno Haible  <bruno@clisp.org>
5177
5178         * tests/test-crc.c (main): Make printf statements 64-bit clean.
5179         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
5180         * tests/test-getaddrinfo.c (simple): Likewise.
5181         * tests/test-read-file.c (main): Likewise.
5182
5183 2007-03-17  Bruno Haible  <bruno@clisp.org>
5184
5185         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
5186
5187 2007-03-17  Bruno Haible  <bruno@clisp.org>
5188
5189         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
5190         unused variable.
5191
5192 2007-03-17  Bruno Haible  <bruno@clisp.org>
5193
5194         * tests/test-c-strcasecmp.c: Include c-strcase.h.
5195         * tests/test-c-strncasecmp.c: Likewise.
5196
5197 2007-03-17  Bruno Haible  <bruno@clisp.org>
5198
5199         * modules/stdlib (Depends-on): Add unistd.
5200         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
5201         Needed for MacOS X 10.3.
5202
5203 2007-03-17  Bruno Haible  <bruno@clisp.org>
5204
5205         * lib/unistr/u-strdup.h: Include <stdlib.h>.
5206
5207 2007-03-17  Bruno Haible  <bruno@clisp.org>
5208
5209         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
5210
5211 2007-03-17  Bruno Haible  <bruno@clisp.org>
5212
5213         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
5214         to reflect files copied from gnulib (with or without modifications).
5215         Suggested by Jim Meyering.
5216
5217 2007-03-17  Eric Blake  <ebb9@byu.net>
5218
5219         * NEWS: Document stdlib change from 2007-02-18.
5220
5221 2007-03-17  Jim Meyering  <jim@meyering.net>
5222
5223         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
5224         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
5225         someone uses a name containing shell meta-characters.
5226         Reported by Alfred M. Szmidt.
5227
5228         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
5229
5230 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
5231
5232         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
5233         and copy gettext configuration files only if configure.ac contains
5234         a use of AM_GNU_GETTEXT_VERSION.
5235
5236 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
5237
5238         * build-aux/bootstrap (gnulib_name): New variable.
5239         (gnulib_tool_options): Use it.
5240
5241 2007-03-13  Simon Josefsson  <simon@josefsson.org>
5242
5243         * tests/test-des.c: Use new namespace.
5244
5245 2007-03-15  Bruno Haible  <bruno@clisp.org>
5246
5247         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
5248         Reported by James Youngman <jay@gnu.org>.
5249
5250 2007-03-15  Bruno Haible  <bruno@clisp.org>
5251
5252         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
5253         declared prototype. Needed with cc on OSF/1 5.1.
5254
5255 2007-03-15  Bruno Haible  <bruno@clisp.org>
5256
5257         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
5258         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
5259         (struct gl_list_implementation): Add dispose_fn argument to the
5260         'create_empty', 'create' methods.
5261         (struct gl_list_impl_base): Add field 'dispose_fn'.
5262         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
5263         argument.
5264         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
5265         dispose_fn argument.
5266         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
5267         dispose_fn on the dropped values.
5268         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
5269         dispose_fn argument.
5270         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
5271         dropped values.
5272         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
5273         (gl_tree_remove_node): Call dispose_fn on the dropped value.
5274         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
5275         (gl_tree_remove_node): Call dispose_fn on the dropped value.
5276         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
5277         argument.
5278         (gl_tree_list_free): Call dispose_fn on the dropped values.
5279         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
5280         the dropped values.
5281         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5282         Add dispose_fn argument.
5283         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
5284         Call dispose_fn on the dropped values.
5285         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
5286         Add dispose_fn argument.
5287         (gl_sublist_create): Initialize the 'dispose_fn' field.
5288         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
5289         * tests/test-array_list.c (main): Update.
5290         * tests/test-carray_list.c (main): Update.
5291         * tests/test-avltree_list.c (main): Update.
5292         * tests/test-rbtree_list.c (main): Update.
5293         * tests/test-avltreehash_list.c (main): Update.
5294         * tests/test-rbtreehash_list.c (main): Update.
5295         * tests/test-linked_list.c (main): Update.
5296         * tests/test-linkedhash_list.c (main): Update.
5297         * tests/test-array_oset.c (main): Update.
5298
5299 2007-03-15  Bruno Haible  <bruno@clisp.org>
5300
5301         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
5302         (gl_oset_create_empty): Add dispose_fn argument.
5303         (struct gl_oset_implementation): Add dispose_fn argument to
5304         'create_empty' method.
5305         (struct gl_oset_impl_base): Add dispose_fn field.
5306         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
5307         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
5308         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
5309         values.
5310         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
5311         (gl_tree_oset_free): Call dispose_fn on the dropped values.
5312         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
5313         dropped value.
5314         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
5315         dropped value.
5316         * tests/test-array_oset.c (main): Update.
5317         * tests/test-avltree_oset.c (main): Update.
5318         * tests/test-rbtree_oset.c (main): Update.
5319         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
5320
5321 2007-03-13  Bruno Haible  <bruno@clisp.org>
5322
5323         * tests/test-stdbool.c (i): Update after last patch.
5324
5325 2007-03-12  Bruno Haible  <bruno@clisp.org>
5326
5327         * lib/quotearg.c: Include <wctype.h> early, before the definition of
5328         the iswprint macro. Needed on Solaris 2.5.1.
5329
5330 2007-03-12  Bruno Haible  <bruno@clisp.org>
5331
5332         * tests/test-printf-frexp.c (main): Declare x as volatile.
5333
5334 2007-03-12  Simon Josefsson  <simon@josefsson.org>
5335
5336         * doc/gnulib.texi (Build robot for gnulib): New section.
5337
5338 2007-03-12  Jim Meyering  <jim@meyering.net>
5339
5340         * build-aux/bootstrap: New file.
5341         * build-aux/bootstrap.conf: New file, from coreutils.
5342
5343 2007-03-11  Bruno Haible  <bruno@clisp.org>
5344
5345         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
5346
5347 2007-03-12  Simon Josefsson  <simon@josefsson.org>
5348
5349         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
5350         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
5351         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
5352
5353 2007-03-11  Bruno Haible  <bruno@clisp.org>
5354
5355         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
5356         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
5357
5358 2007-03-11  Bruno Haible  <bruno@clisp.org>
5359
5360         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
5361         formula. Needed for SunPRO C 5.0.
5362
5363 2007-03-11  Bruno Haible  <bruno@clisp.org>
5364
5365         * modules/long-options (Depends-on): Add getopt.
5366
5367 2007-03-11  Bruno Haible  <bruno@clisp.org>
5368
5369         * modules/modechange (Depends-on): Add stdbool.
5370
5371 2007-03-11  Bruno Haible  <bruno@clisp.org>
5372
5373         * modules/i-ring (Depends-on): Add stdbool.
5374
5375 2007-03-11  Bruno Haible  <bruno@clisp.org>
5376
5377         * modules/gc-des (Depends-on): Add stdbool.
5378
5379 2007-03-11  Bruno Haible  <bruno@clisp.org>
5380
5381         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
5382
5383 2007-03-11  Bruno Haible  <bruno@clisp.org>
5384
5385         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
5386
5387 2007-03-11  Bruno Haible  <bruno@clisp.org>
5388
5389         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
5390
5391 2007-03-11  Bruno Haible  <bruno@clisp.org>
5392
5393         * lib/vasnprintf.c (sprintf): Undefine.
5394
5395 2007-03-11  Bruno Haible  <bruno@clisp.org>
5396
5397         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
5398         initializers in SunPRO C and Compaq C compilers.
5399
5400 2007-03-11  Bruno Haible  <bruno@clisp.org>
5401
5402         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
5403         decrementing code ANSI C compliant.
5404
5405 2007-03-11  Bruno Haible  <bruno@clisp.org>
5406
5407         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
5408         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
5409
5410 2007-03-11  Bruno Haible  <bruno@clisp.org>
5411
5412         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
5413         <stdbool.h> substitute doesn't pass.
5414
5415 2007-03-11  Bruno Haible  <bruno@clisp.org>
5416
5417         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
5418
5419 2007-03-11  Bruno Haible  <bruno@clisp.org>
5420
5421         * gnulib-tool (func_create_megatestdir): Create also an autobuild
5422         script, for submission to autobuild.josefsson.org.
5423
5424 2007-03-10  Bruno Haible  <bruno@clisp.org>
5425
5426         * modules/canonicalize-lgpl-tests: New file.
5427         * tests/test-canonicalize-lgpl.sh: New file.
5428         * tests/test-canonicalize-lgpl.c: New file.
5429
5430         * modules/c-strcase-tests: New file.
5431         * tests/test-c-strcase.sh: New file.
5432         * tests/test-c-strcasecmp.c: New file.
5433         * tests/test-c-strncasecmp.c: New file.
5434
5435         * modules/atexit-tests: New file.
5436         * tests/test-atexit.sh: New file.
5437         * tests/test-atexit.c: New file.
5438
5439 2007-03-10  Bruno Haible  <bruno@clisp.org>
5440
5441         * tests/test-binary-io.sh: Use temporary filenames that are not so
5442         likely to clash with those of other tests (in a parallel make).
5443         * tests/test-binary-io.c: Likewise.
5444
5445 2007-03-10  Bruno Haible  <bruno@clisp.org>
5446
5447         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
5448         fallback; use #error instead.
5449         Suggested by Simon Josefsson.
5450
5451 2007-03-10  Bruno Haible  <bruno@clisp.org>
5452
5453         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
5454         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
5455         first and the last.
5456
5457 2007-03-10  Bruno Haible  <bruno@clisp.org>
5458
5459         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
5460
5461 2007-03-10  Bruno Haible  <bruno@clisp.org>
5462
5463         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
5464         "make distcheck".
5465         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
5466         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
5467         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
5468
5469 2007-03-10  Bruno Haible  <bruno@clisp.org>
5470
5471         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
5472         variable.
5473         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
5474         variable.
5475
5476 2007-03-09  Eric Blake  <ebb9@byu.net>
5477         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
5478
5479         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
5480         types are not being provided by gnulib.
5481         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
5482         types are supported.
5483
5484 2007-03-10  Bruno Haible  <bruno@clisp.org>
5485
5486         * lib/stdio_.h (__attribute__): New macro.
5487         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
5488         vsprintf): Specify __attribute__ __format__ for GCC.
5489         Suggested by Eric Blake.
5490
5491 2007-03-09  Bruno Haible  <bruno@clisp.org>
5492
5493         * modules/printf-posix-tests: New file.
5494         * tests/test-printf-posix.sh: New file.
5495         * tests/test-printf-posix.c: New file.
5496
5497         * modules/printf-posix: New file.
5498         * lib/printf.c: New file.
5499         * m4/printf-posix-rpl.m4: New file.
5500         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
5501         REPLACE_PRINTF.
5502         * lib/stdio_.h (printf): New declaration.
5503         (format, __format__, ____printf____, ____scanf____, ____strftime____,
5504         ____strfmon____): New macros.
5505         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
5506         REPLACE_PRINTF.
5507
5508 2007-03-09  Bruno Haible  <bruno@clisp.org>
5509
5510         * tests/test-vasnprintf-posix2.sh: New file.
5511         * tests/test-vasnprintf-posix2.c: New file.
5512         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
5513         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
5514         (Makefile.am): Activate test-vasnprintf-posix2.sh.
5515
5516         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
5517         a locale dependent decimal point, rather than always '.'.
5518
5519 2007-03-09  Eric Blake  <ebb9@byu.net>
5520
5521         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
5522         spite of platforms like Tandem/NSK that define it to -1.
5523
5524 2007-03-08  Bruno Haible  <bruno@clisp.org>
5525
5526         * modules/vprintf-posix-tests: New file.
5527         * tests/test-vprintf-posix.sh: New file.
5528         * tests/test-vprintf-posix.c: New file.
5529         * tests/test-printf-posix.h: New file.
5530
5531         * modules/vprintf-posix: New file.
5532         * lib/vprintf.c: New file.
5533         * m4/vprintf-posix.m4: New file.
5534         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
5535         REPLACE_VPRINTF.
5536         * lib/stdio_.h (vprintf): New declaration.
5537         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
5538         REPLACE_VPRINTF.
5539
5540 2007-03-08  Bruno Haible  <bruno@clisp.org>
5541
5542         * modules/fprintf-posix-tests: New file.
5543         * tests/test-fprintf-posix.sh: New file.
5544         * tests/test-fprintf-posix.c: New file.
5545
5546         * modules/fprintf-posix: New file.
5547         * lib/fprintf.c: New file.
5548         * m4/fprintf-posix.m4: New file.
5549         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
5550         REPLACE_FPRINTF.
5551         * lib/stdio_.h (fprintf): New declaration.
5552         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
5553         REPLACE_FPRINTF.
5554
5555 2007-03-08  Bruno Haible  <bruno@clisp.org>
5556
5557         * modules/vfprintf-posix-tests: New file.
5558         * tests/test-vfprintf-posix.sh: New file.
5559         * tests/test-vfprintf-posix.c: New file.
5560         * tests/test-fprintf-posix.h: New file.
5561         * tests/test-fprintf-posix.out: New file.
5562
5563         * modules/vfprintf-posix: New file.
5564         * lib/vfprintf.c: New file.
5565         * m4/vfprintf-posix.m4: New file.
5566         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
5567         REPLACE_VFPRINTF.
5568         * lib/stdio_.h (vfprintf): New declaration.
5569         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
5570         REPLACE_VFPRINTF.
5571
5572 2007-03-08  Bruno Haible  <bruno@clisp.org>
5573
5574         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
5575
5576 2007-03-08  Bruno Haible  <bruno@clisp.org>
5577
5578         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
5579         instead of 'expr' invocations.
5580         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
5581         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
5582         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
5583         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
5584         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
5585         Suggested by Paul Eggert.
5586
5587 2007-03-08  Bruno Haible  <bruno@clisp.org>
5588
5589         * modules/fseterr-tests: New file.
5590         * tests/test-fseterr.c: New file.
5591
5592         * modules/fseterr: New file.
5593         * lib/fseterr.h: New file.
5594         * lib/fseterr.c: New file.
5595
5596 2007-03-08  Bruno Haible  <bruno@clisp.org>
5597
5598         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
5599         * lib/getopt_.h: Likewise.
5600         * lib/mbswidth.h: Likewise.
5601         * lib/setenv.h: Likewise.
5602         * lib/vasnprintf.h: Likewise.
5603         * lib/vasprintf.h: Likewise.
5604         * lib/verror.h: Likewise.
5605         * lib/xsetenv.h: Likewise.
5606         * lib/xvasprintf.h: Likewise.
5607
5608 2007-03-08  Jim Meyering  <jim@meyering.net>
5609
5610         * users.txt: Add parted.
5611
5612         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
5613
5614 2007-03-07  Bruno Haible  <bruno@clisp.org>
5615
5616         * m4/printf.m4: Make the shell script snippets copy&pastable.
5617
5618 2007-03-02  Bruno Haible  <bruno@clisp.org>
5619
5620         * lib/netinet_in_.h: New file.
5621         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
5622         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
5623         * modules/netinet_in (Files): Add lib/netinet_in_.h.
5624         (Depends-on): Add absolute-header.
5625         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
5626         into netinet/in.h.
5627
5628 2007-03-03  Bruno Haible  <bruno@clisp.org>
5629
5630         * lib/sys_select_.h: New file.
5631         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
5632         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
5633         * modules/sys_select (Files): Add lib/sys_select_.h.
5634         (Depends-on): Add absolute-header.
5635         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
5636         into sys/select.h.
5637
5638 2007-03-02  Bruno Haible  <bruno@clisp.org>
5639
5640         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
5641         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
5642         values.
5643         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
5644         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
5645         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
5646         * modules/sys_socket (Depends-on): Add absolute-header.
5647         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
5648         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
5649         (Include): Remove requirement of inclusion of <sys/types.h>.
5650
5651 2007-03-02  Bruno Haible  <bruno@clisp.org>
5652
5653         * lib/byteswap_.h (bswap_32): Fix formula.
5654
5655 2007-03-06  Bruno Haible  <bruno@clisp.org>
5656
5657         * modules/sprintf-posix-tests: New file.
5658         * tests/test-sprintf-posix.c: New file.
5659
5660         * modules/sprintf-posix: New file.
5661         * lib/sprintf.c: New file.
5662         * m4/sprintf-posix.m4: New file.
5663         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
5664         REPLACE_SPRINTF.
5665         * lib/stdio_.h (sprintf): New declaration.
5666         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
5667         REPLACE_SPRINTF.
5668
5669 2007-03-06  Bruno Haible  <bruno@clisp.org>
5670
5671         * modules/vsprintf-posix-tests: New file.
5672         * tests/test-vsprintf-posix.c: New file.
5673         * tests/test-sprintf-posix.h: New file.
5674
5675         * modules/vsprintf-posix: New file.
5676         * lib/vsprintf.c: New file.
5677         * m4/vsprintf-posix.m4: New file.
5678         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
5679         REPLACE_VSPRINTF.
5680         * lib/stdio_.h (vsprintf): New declaration.
5681         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
5682         REPLACE_VSPRINTF.
5683
5684 2007-03-06  Bruno Haible  <bruno@clisp.org>
5685
5686         * modules/vsnprintf (Depend-on): Remove minmax.
5687
5688 2007-03-06  Bruno Haible  <bruno@clisp.org>
5689
5690         * modules/snprintf-posix-tests: New file.
5691         * tests/test-snprintf-posix.c: New file.
5692
5693         * modules/snprintf-posix: New file.
5694         * m4/snprintf-posix.m4: New file.
5695         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
5696         gl_FUNC_SNPRINTF.
5697         (gl_FUNC_SNPRINTF): Invoke it.
5698         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
5699         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
5700         is set.
5701         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
5702
5703 2007-03-06  Bruno Haible  <bruno@clisp.org>
5704
5705         * modules/vsnprintf-posix-tests: New file.
5706         * tests/test-vsnprintf-posix.c: New file.
5707         * tests/test-snprintf-posix.h: New file.
5708
5709         * modules/vsnprintf-posix: New file.
5710         * m4/vsnprintf-posix.m4: New file.
5711         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
5712         gl_FUNC_VSNPRINTF.
5713         (gl_FUNC_VSNPRINTF): Invoke it.
5714         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
5715         * lib/stdio_.h (vsnprintf): Define as a replacement if
5716         REPLACE_VSNPRINTF is set.
5717         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
5718
5719 2007-03-06  Bruno Haible  <bruno@clisp.org>
5720
5721         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
5722         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
5723
5724 2007-03-06  Bruno Haible  <bruno@clisp.org>
5725
5726         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
5727         (asinl): Declare also if HAVE_DECL_ASINL is set.
5728         (atanl): Declare also if HAVE_DECL_ATANL is set.
5729         (ceill): Declare also if HAVE_DECL_CEILL is set.
5730         (cosl): Declare also if HAVE_DECL_COSL is set.
5731         (expl): Declare also if HAVE_DECL_EXPL is set.
5732         (floorl): Declare also if HAVE_DECL_FLOORL is set.
5733         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
5734         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
5735         (logl): Declare also if HAVE_DECL_LOGL is set.
5736         (sinl): Declare also if HAVE_DECL_SINL is set.
5737         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
5738         (tanl): Declare also if HAVE_DECL_TANL is set.
5739         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
5740         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
5741         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
5742         declaration of frexpl, ldexpl.
5743         * modules/printf-frexpl (Depends-on): Add math.
5744         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
5745
5746 2007-03-05  Bruno Haible  <bruno@clisp.org>
5747
5748         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
5749         frexpl and ldexpl are declared.
5750         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
5751
5752 2007-03-05  Bruno Haible  <bruno@clisp.org>
5753
5754         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
5755         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
5756
5757 2007-03-05  Bruno Haible  <bruno@clisp.org>
5758
5759         * lib/stdio_.h: Include <stddef.h>.
5760
5761 2007-03-05  Bruno Haible  <bruno@clisp.org>
5762
5763         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
5764
5765 2007-03-05  Bruno Haible  <bruno@clisp.org>
5766
5767         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
5768         NetBSD 4, from Ralf Wildenhues.
5769
5770 2007-03-04  Bruno Haible  <bruno@clisp.org>
5771
5772         * lib/vasprintf.h: Update #if logic for the case when the functions
5773         exist but are overridden.
5774
5775 2007-03-04  Bruno Haible  <bruno@clisp.org>
5776
5777         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
5778         implementations: glibc-2.4 and MacOS X 10.3.
5779         * tests/test-vasnprintf-posix.c (test_function): Test also the case
5780         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
5781         * tests/test-vasprintf-posix.c (test_function): Likewise.
5782
5783 2007-03-04  Bruno Haible  <bruno@clisp.org>
5784
5785         * modules/vasprintf-posix-tests: New file.
5786         * tests/test-vasprintf-posix.c: New file.
5787
5788         * modules/vasprintf-posix: New file.
5789         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
5790         defined.
5791         * m4/vasprintf-posix.m4: New file.
5792         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
5793         gl_FUNC_VASPRINTF.
5794         (gl_FUNC_VASPRINTF): Invoke it.
5795         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
5796         here.
5797         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
5798
5799 2007-03-04  Bruno Haible  <bruno@clisp.org>
5800
5801         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
5802         REPLACE_GETTIMEOFDAY.
5803         * modules/sys_time (Makefile.am): Likewise.
5804         * m4/sys_time_h.m4: Likewise.
5805         * m4/gettimeofday.m4: Likewise.
5806
5807 2007-03-04  Bruno Haible  <bruno@clisp.org>
5808
5809         * modules/vasnprintf-posix-tests: New file.
5810         * tests/test-vasnprintf-posix.c: New file.
5811
5812         * modules/vasnprintf-posix: New file.
5813         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
5814         printf-frexpl.h.
5815         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
5816         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
5817         REPLACE_VASNPRINTF is defined.
5818         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
5819         gl_FUNC_VASNPRINTF.
5820         (gl_FUNC_VASNPRINTF): Invoke it.
5821         * m4/vasnprintf-posix.m4: New file.
5822         * m4/printf.m4: New file.
5823
5824 2007-03-04  Bruno Haible  <bruno@clisp.org>
5825
5826         Compile progreloc.c only if --enable-relocatable is specified.
5827         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
5828         if --enable-relocatable was specified.
5829         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
5830         lib_SOURCES.
5831
5832 2007-03-04  Jim Meyering  <jim@meyering.net>
5833
5834         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
5835         Use it consistently, rather than enumerating errno constants.
5836
5837 2007-03-04  Bruno Haible  <bruno@clisp.org>
5838
5839         * modules/xvasprintf-tests: New file.
5840         * tests/test-xvasprintf.c: New file.
5841
5842         * modules/vasprintf-tests: New file.
5843         * tests/test-vasprintf.c: New file.
5844
5845         * modules/vasnprintf-tests: New file.
5846         * tests/test-vasnprintf.c: New file.
5847
5848         * modules/vsnprintf-tests: New file.
5849         * tests/test-vsnprintf.c: New file.
5850
5851         * modules/snprintf-tests: New file.
5852         * tests/test-snprintf.c: New file.
5853
5854 2007-03-04  Bruno Haible  <bruno@clisp.org>
5855
5856         Compile relocatable.c only if --enable-relocatable is specified.
5857         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
5858         gl_RELOCATABLE_LIBRARY.
5859         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
5860         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
5861         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
5862         gl_RELOCATABLE_LIBRARY.
5863         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
5864         (Makefile.am): Remove lib_SOURCES.
5865         * modules/relocatable-lib-lgpl (configure.ac): Invoke
5866         gl_RELOCATABLE_LIBRARY.
5867         (Makefile.am): Remove lib_SOURCES.
5868         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
5869         always.
5870         * modules/relocatable-prog-wrapper (configure.ac): Invoke
5871         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
5872
5873 2007-03-04  Bruno Haible  <bruno@clisp.org>
5874
5875         * modules/argmatch-tests: New file.
5876         * tests/test-argmatch.c: New file.
5877
5878         * tests/test-allocsa.c (main): Halve the number of loop runs.
5879
5880         * modules/alloca-opt-tests: New file.
5881         * tests/test-alloca-opt.c: New file.
5882
5883 2007-03-04  Jim Meyering  <jim@meyering.net>
5884
5885         Work around difference between Linux ACLs and Solaris 10 ZFS.
5886         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
5887         for EINVAL.
5888
5889 2007-03-03  Bruno Haible  <bruno@clisp.org>
5890
5891         * modules/relocatable-prog (Depends-on): Add back progreloc's
5892         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
5893
5894 2007-03-03  Bruno Haible  <bruno@clisp.org>
5895
5896         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
5897         * modules/relocatable-lib: New file.
5898
5899 2007-03-03  Bruno Haible  <bruno@clisp.org>
5900
5901         * modules/relocatable-prog: Renamed from modules/relocatable.
5902         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
5903
5904 2007-03-03  Bruno Haible  <bruno@clisp.org>
5905
5906         * modules/relocatable-script (Files): Add doc/relocatable.texi,
5907         m4/relocatable-lib.m4.
5908         (Depends-on): Remove 'relocatable'.
5909         (configure.ac): Add gl_RELOCATABLE_NOP.
5910
5911 2007-03-03  Bruno Haible  <bruno@clisp.org>
5912
5913         * modules/relocatable-prog-wrapper: New file.
5914         * modules/relocatable (Depends-on): Add it. Remove all other
5915         dependencies except progname.
5916         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
5917
5918         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
5919         (gl_FUNC_STRERROR): Nop.
5920         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
5921
5922         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
5923         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
5924
5925         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
5926         (gl_FUNC_READLINK): Update.
5927
5928         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
5929
5930 2007-03-03  Bruno Haible  <bruno@clisp.org>
5931
5932         * lib/xreadlink.c: Include <unistd.h> unconditionally.
5933         * modules/xreadlink (Depends-on): Add unistd.
5934         * modules/xreadlink-with-size (Depends-on): Likewise.
5935
5936 2007-03-03  Bruno Haible  <bruno@clisp.org>
5937
5938         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
5939         extracted from gt_FUNC_SETENV.
5940         (gt_FUNC_SETENV): Remove macro.
5941         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
5942         remove gt_FUNC_SETENV.
5943
5944 2007-03-03  Bruno Haible  <bruno@clisp.org>
5945
5946         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
5947         ENABLE_RELOCATABLE here.
5948         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
5949
5950 2007-03-03  Bruno Haible  <bruno@clisp.org>
5951
5952         * modules/rbtreehash-list-tests (Depends-on): Add progname.
5953         * tests/test-rbtreehash_list.c: Include progname.h.
5954         (main): Call set_program_name.
5955
5956         * modules/rbtree-oset-tests (Depends-on): Add progname.
5957         * tests/test-rbtree_oset.c: Include progname.h.
5958         (main): Call set_program_name.
5959
5960         * modules/rbtree-list-tests (Depends-on): Add progname.
5961         * tests/test-rbtree_list.c: Include progname.h.
5962         (main): Call set_program_name.
5963
5964         * modules/linked-list-tests (Depends-on): Add progname.
5965         * tests/test-linked_list.c: Include progname.h.
5966         (main): Call set_program_name.
5967
5968 2007-03-03  Bruno Haible  <bruno@clisp.org>
5969
5970         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
5971         All uses of __restrict changed to _Restrict_.
5972         * lib/glob_.h (__restrict): Remove macro.
5973
5974 2007-03-02  Bruno Haible  <bruno@clisp.org>
5975
5976         * modules/gettext (configure.ac): Require gettext infrastructure
5977         from version 0.16.1.
5978
5979 2007-03-02  Bruno Haible  <bruno@clisp.org>
5980
5981         * modules/linkedhash-list-tests (Depends-on): Add progname.
5982         * tests/test-linkedhash_list.c: Include progname.h.
5983         (main): Call set_program_name.
5984
5985         * modules/carray-list-tests (Depends-on): Add progname.
5986         * tests/test-carray_list.c: Include progname.h.
5987         (main): Call set_program_name.
5988
5989         * modules/avltreehash-list-tests (Depends-on): Add progname.
5990         * tests/test-avltreehash_list.c: Include progname.h.
5991         (main): Call set_program_name.
5992
5993         * modules/avltree-oset-tests (Depends-on): Add progname.
5994         * tests/test-avltree_oset.c: Include progname.h.
5995         (main): Call set_program_name.
5996
5997         * modules/avltree-list-tests (Depends-on): Add progname.
5998         * tests/test-avltree_list.c: Include progname.h.
5999         (main): Call set_program_name.
6000
6001         * modules/array-oset-tests (Depends-on): Add progname.
6002         * tests/test-array_oset.c: Include progname.h.
6003         (main): Call set_program_name.
6004
6005         * modules/array-list-tests (Depends-on): Add progname.
6006         * tests/test-array_list.c: Include progname.h.
6007         (main): Call set_program_name.
6008
6009         * modules/argp-tests (Depends-on): Add progname.
6010         * tests/test-argp.c: Include argp.h first. Include progname.h.
6011         (main): Call set_program_name.
6012
6013 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
6014
6015         * doc/gnulib-tool.texi (Initial import): Reword description of
6016         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
6017         limited effect even if defined after the first system include.
6018
6019 2007-03-01  Bruno Haible  <bruno@clisp.org>
6020
6021         * build-aux/config.libpath: Update to libtool-1.5.22.
6022         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
6023
6024 2007-03-01  Bruno Haible  <bruno@clisp.org>
6025
6026         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
6027         foo_CFLAGS.
6028         Reported by Ralf Wildenhues.
6029
6030 2007-03-01  Bruno Haible  <bruno@clisp.org>
6031
6032         * build-aux/install-reloc: Remove object files left over by some
6033         compilers.
6034         Reported by Ralf Wildenhues.
6035
6036 2007-03-01  Bruno Haible  <bruno@clisp.org>
6037
6038         * build-aux/install-reloc: Break long lines.
6039
6040 2007-03-01  Bruno Haible  <bruno@clisp.org>
6041
6042         * doc/relocatable.texi: Document that it may not work on OpenBSD.
6043         Reported by Ralf Wildenhues.
6044
6045 2007-03-01  Bruno Haible  <bruno@clisp.org>
6046
6047         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
6048         include ordering constraints.
6049
6050 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
6051
6052         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
6053         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
6054         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
6055         as another example.
6056         * lib/time_.h: Fix misspelling.
6057         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
6058         Require gl_HEADER_TIME_H_DEFAULTS.
6059         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
6060         * m4/time_r.m4 (gl_TIME_R): Likewise.
6061         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
6062
6063 2007-03-01  Bruno Haible  <bruno@clisp.org>
6064
6065         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
6066         * m4/utimens.m4 (gl_UTIMENS): Likewise.
6067
6068 2007-03-01  Jim Meyering  <jim@meyering.net>
6069
6070         * modules/xreadlink (Maintainer): Add my name.
6071         * modules/xreadlink-with-size (Depends-on): Alphabetize.
6072
6073 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
6074             Bruno Haible  <bruno@clisp.org>
6075
6076         * build-aux/install-reloc: Compile also c-ctype.c.
6077         * build-aux/relocatable.sh.in: New file.
6078         * doc/relocatable.texi: New file.
6079         * doc/relocatable-maint.texi: New file.
6080         * doc/gnulib.texi: Include relocatable-maint.texi.
6081         * lib/progreloc.c: Include unistd.h unconditionally.
6082         * lib/relocwrapper.c: Include unistd.h unconditionally.
6083         Include c-ctype.h.
6084         (add_dotbin): Use c_tolower.
6085         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
6086         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
6087         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
6088         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
6089         to m4/relocatable-lib.m4.
6090         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
6091         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
6092         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
6093         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
6094         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
6095         * modules/relocatable: New file.
6096         * modules/relocatable-lib: New file.
6097         * modules/relocatable-script: New file.
6098
6099 2007-02-28  Bruno Haible  <bruno@clisp.org>
6100
6101         Import --enable-relocatable infrastructure.
6102         * build-aux/config.libpath: New file, from GNU gettext.
6103         * build-aux/install-reloc: New file, from GNU gettext.
6104         * build-aux/reloc-ldflags: New file, from GNU gettext.
6105         * lib/relocatable.h: New file, from GNU gettext.
6106         * lib/relocatable.c: New file, from GNU gettext.
6107         * lib/relocwrapper.c: New file, from GNU gettext.
6108         * m4/relocatable.m4: New file, from GNU gettext.
6109
6110 2007-02-28  Bruno Haible  <bruno@clisp.org>
6111
6112         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
6113
6114         * modules/xreadlink: New file, from GNU gettext with modifications.
6115         * lib/xreadlink.c: New file, from GNU gettext.
6116         * lib/xreadlink.h: Add comments.
6117         (xreadlink): New declaration.
6118
6119         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
6120         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
6121         lib/xreadlink-with-size.c.
6122         (configure.ac): Remove gl_XREADLINK invocation.
6123         (Makefile.am): Augment lib_SOURCES.
6124         * m4/xreadlink.m4: Remove file.
6125         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
6126         (xreadlink_with_size): Renamed from xreadink.
6127         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
6128         * modules/canonicalize (Depends-on): Replace xreadlink with
6129         xreadlink-with-size.
6130         * lib/canonicalize.c (canonicalize_filename_mode): Update.
6131
6132 2007-02-25  Jim Meyering  <jim@meyering.net>
6133
6134         * build-aux/announce-gen: When complaining about excess arguments,
6135         list them.
6136
6137 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
6138
6139         * README: Document signed integer overflow situation more
6140         accurately.
6141
6142 2007-02-25  Bruno Haible  <bruno@clisp.org>
6143
6144         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
6145         'a' or 'A' conversion.
6146
6147 2007-02-25  Bruno Haible  <bruno@clisp.org>
6148
6149         * modules/filename: Renamed from modules/pathname.
6150         (Files): Replace lib/pathname.h with lib/filename.h. Replace
6151         lib/concatpath.c with lib/concat-filename.c.
6152         (Makefile.am): Update.
6153         (Include): Replace pathname.h with filename.h.
6154         * lib/filename.h: Renamed from lib/pathname.h.
6155         (concatenated_filename): Renamed from concatenated_pathname.
6156         * lib/concat-filename.c: Renamed from lib/concatpath.c.
6157         (concatenated_filename): Renamed from concatenated_pathname.
6158         * lib/findprog.c: Include filename.h instead of pathname.h.
6159         (find_in_path): Update.
6160         * lib/javacomp.c: Include filename.h instead of pathname.h.
6161         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
6162         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
6163         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
6164         is_oldgcj_14_13_usable, is_javac_usable): Update.
6165         * lib/javaexec.c: Include filename.h instead of pathname.h.
6166         (execute_java_class): Update.
6167         * modules/findprog: Update.
6168         * modules/javacomp: Update.
6169         * modules/javaexec: Update.
6170         * MODULES.html.sh (File system functions): Add 'filename', remove
6171         'pathname'.
6172
6173 2007-02-25  Bruno Haible  <bruno@clisp.org>
6174
6175         * modules/printf-frexpl-tests: New file.
6176         * tests/test-printf-frexpl.c: New file.
6177
6178         * modules/printf-frexpl: New file.
6179         * lib/printf-frexpl.h: New file.
6180         * lib/printf-frexpl.c: New file.
6181         * m4/printf-frexpl.m4: New file.
6182
6183 2007-02-25  Bruno Haible  <bruno@clisp.org>
6184
6185         * modules/printf-frexp-tests: New file.
6186         * tests/test-printf-frexp.c: New file.
6187
6188         * modules/printf-frexp: New file.
6189         * lib/printf-frexp.h: New file.
6190         * lib/printf-frexp.c: New file.
6191         * m4/printf-frexp.m4: New file.
6192
6193 2007-02-25  Bruno Haible  <bruno@clisp.org>
6194
6195         Assume automake >= 1.10 for the tests.
6196         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
6197         * modules/arctwo-tests: Likewise.
6198         * modules/argp-tests: Likewise.
6199         * modules/avltree-list-tests: Likewise.
6200         * modules/avltree-oset-tests: Likewise.
6201         * modules/avltreehash-list-tests: Likewise.
6202         * modules/carray-list-tests: Likewise.
6203         * modules/crc-tests: Likewise.
6204         * modules/des-tests: Likewise.
6205         * modules/gc-arcfour-tests: Likewise.
6206         * modules/gc-arctwo-tests: Likewise.
6207         * modules/gc-des-tests: Likewise.
6208         * modules/gc-hmac-md5-tests: Likewise.
6209         * modules/gc-hmac-sha1-tests: Likewise.
6210         * modules/gc-md2-tests: Likewise.
6211         * modules/gc-md4-tests: Likewise.
6212         * modules/gc-md5-tests: Likewise.
6213         * modules/gc-pbkdf2-sha1-tests: Likewise.
6214         * modules/gc-rijndael-tests: Likewise.
6215         * modules/gc-sha1-tests: Likewise.
6216         * modules/gc-tests: Likewise.
6217         * modules/getaddrinfo-tests: Likewise.
6218         * modules/hmac-md5-tests: Likewise.
6219         * modules/hmac-sha1-tests: Likewise.
6220         * modules/linked-list-tests: Likewise.
6221         * modules/linkedhash-list-tests: Likewise.
6222         * modules/lock-tests: Likewise.
6223         * modules/md2-tests: Likewise.
6224         * modules/md4-tests: Likewise.
6225         * modules/md5-tests: Likewise.
6226         * modules/rbtree-list-tests: Likewise.
6227         * modules/rbtree-oset-tests: Likewise.
6228         * modules/rbtreehash-list-tests: Likewise.
6229         * modules/read-file-tests: Likewise.
6230         * modules/rijndael-tests: Likewise.
6231         * modules/stdint-tests: Likewise.
6232         * modules/tls-tests: Likewise.
6233
6234 2007-02-24  Bruno Haible  <bruno@clisp.org>
6235
6236         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
6237         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
6238         function; instead check whether isnan with a double argument links.
6239         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
6240         function; instead check whether isnan with a 'long double' argument
6241         links.
6242         Reported by Eric Blake <ebb9@byu.net>.
6243
6244 2007-02-24  Bruno Haible  <bruno@clisp.org>
6245
6246         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
6247         defined.
6248         * lib/isnanl.c: Remove all code. Just include isnan.c.
6249         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
6250
6251 2007-02-25  Jim Meyering  <jim@meyering.net>
6252
6253         Avoid conflicting types for 'unsetenv' on FreeBSD.
6254         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
6255         conflicting with FreeBSD's (5.0 and 6.1) function declaration
6256         in stdlib.h.
6257
6258 2007-02-24  Bruno Haible  <bruno@clisp.org>
6259
6260         * modules/isnanl-nolibm-tests: New file.
6261         * tests/test-isnanl.c: New file.
6262
6263         * modules/isnanl-nolibm: New file.
6264         * lib/isnanl.h: New file.
6265         * lib/isnanl.c: New file.
6266         * m4/isnanl.m4: New file.
6267
6268 2007-02-24  Bruno Haible  <bruno@clisp.org>
6269
6270         * modules/isnan-nolibm-tests: New file.
6271         * tests/test-isnan.c: New file.
6272
6273         * modules/isnan-nolibm: New file.
6274         * lib/isnan.h: New file.
6275         * lib/isnan.c: New file.
6276         * m4/isnan.m4: New file.
6277
6278 2007-02-24  Bruno Haible  <bruno@clisp.org>
6279
6280         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
6281         assume that an exponent fits in 20 bits.
6282
6283 2007-02-24  Jim Meyering  <jim@meyering.net>
6284
6285         * m4/regex.m4: Update the description of the configure-time option,
6286         --without-included-regex, to state accurately what the defaults are,
6287         and perhaps to give people an idea why using this option is risky.
6288
6289 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
6290
6291         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
6292         loops on small arguments.  This attempts to avoid the problem
6293         Bruno Haible reported for AIX 4.3.2 in
6294         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
6295
6296 2007-02-23  Bruno Haible  <bruno@clisp.org>
6297
6298         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
6299         Needed for help2man.
6300
6301 2007-02-23  Karl Berry  <karl@gnu.org>
6302
6303         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
6304         exists, foo.h should be cvs-ignored, not committed.
6305
6306 2007-02-23  Eric Blake  <ebb9@byu.net>
6307
6308         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
6309         * lib/stat-time.h (includes): Likewise.
6310         * lib/utimecmp.c (includes): Likewise.
6311         * lib/utimens.h (includes): Likewise.
6312         * lib/getdate.y (includes): Also include "timespec.h" for use
6313         internal to the module.
6314         * modules/utimens (Depends-on): Revert yesterday's patch.
6315         * modules/nanosleep (Depends-on): Add missing dependency.
6316
6317 2007-02-22  Bruno Haible  <bruno@clisp.org>
6318
6319         * lib/glob.c: Don't include getlogin_r.h.
6320
6321 2007-02-22  Jim Meyering  <jim@meyering.net>
6322
6323         * modules/utimens (Depends-on): Add timespec, required for
6324         utimens.h's inclusion of timespec.h.
6325
6326 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
6327
6328         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
6329         long unreadable paths in GNU/Linux.  Problem reported by Andreas
6330         Schwab in
6331         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
6332         I'll try to think of a better way to fix the Solaris problem.
6333
6334         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
6335         like glibc; on Solaris 10, it fails with errno == EINVAL.
6336         POSIX says the behavior is unspecified if the first argument is NULL,
6337         so play it safe and never pass NULL to the system getcwd.
6338
6339 2007-02-21  Jim Meyering  <jim@meyering.net>
6340
6341         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
6342         of gettimeofday.  It would conflict with the one now always
6343         provided via sys_time_.h.  Reported by Matthew Woehlke, as
6344         an IRIX 6.5 build failure.
6345
6346 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
6347
6348         Minor fixups to port to Solaris 10 with Sun C 5.8.
6349         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
6350         * modules/getcwd (Depends-on): Add dirfd.
6351         * lib/putenv.c (putenv): #undef it.
6352         (rpl_putenv): New decl.
6353         (malloc, free): Include <stdlib.h> rather than prototyping separately.
6354
6355 2007-02-20  Bruno Haible  <bruno@clisp.org>
6356
6357         * modules/stdio-tests: New file.
6358         * tests/test-stdio.c: New file.
6359
6360         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
6361         (Depends-on): Add stdio.
6362         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
6363         (Include): Use <stdio.h> instead of vsnprintf.h.
6364         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
6365         HAVE_DECL_VSNPRINTF.
6366         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
6367
6368         * modules/snprintf (Files): Remove lib/snprintf.h.
6369         (Depends-on): Add stdio.
6370         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
6371         (Include): Use <stdio.h> instead of snprintf.h.
6372         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
6373         HAVE_DECL_SNPRINTF.
6374         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
6375         * lib/getaddrinfo.c: Likewise.
6376
6377         * modules/stdio: New file.
6378         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
6379         * lib/snprintf.h: Remove file.
6380         * lib/vsnprintf.h: Remove file.
6381         * lib/.cppi-disable: Remove snprintf.h.
6382         * m4/stdio_h.m4: New file.
6383         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
6384
6385 2007-02-20  Jim Meyering  <jim@meyering.net>
6386
6387         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
6388         used by e.g., mingw.  From Bruno Haible.
6389
6390 2007-02-19  Bruno Haible  <bruno@clisp.org>
6391
6392         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
6393         warnings.
6394         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6395
6396 2007-02-19  Bruno Haible  <bruno@clisp.org>
6397
6398         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
6399         from mingw users.
6400
6401 2007-02-19  Bruno Haible  <bruno@clisp.org>
6402
6403         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
6404         warnings.
6405         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
6406
6407 2007-02-19  Jim Meyering  <jim@meyering.net>
6408
6409         Don't use FD after a successful "fdopendir (fd)".
6410         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
6411         Reset it by calling dirfd on the just-obtained DIR*.
6412
6413         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
6414         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
6415
6416 2007-02-18  Bruno Haible  <bruno@clisp.org>
6417
6418         * lib/readlink.c: Include <unistd.h>.
6419         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
6420         HAVE_READLINK.
6421         * modules/readlink (Depends-on): Add unistd.
6422         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6423         (Include): Add <unistd.h>.
6424
6425         * lib/getlogin_r.h: Remove file.
6426         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
6427         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
6428         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
6429         HAVE_DECL_GETLOGIN_R.
6430         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
6431         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6432         (Include): Use <unistd.h> instead of getlogin_r.h.
6433
6434         * lib/getcwd.h: Remove file.
6435         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
6436         * lib/xgetcwd.c: Likewise.
6437         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
6438         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
6439         * modules/getcwd (Files): Remove lib/getcwd.h.
6440         (Depends-on): Add unistd.
6441         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6442         (Include): Use <unistd.h> instad of getcwd.h.
6443
6444         * lib/ftruncate.c: Include <unistd.h> first.
6445         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
6446         Set HAVE_FTRUNCATE.
6447         * modules/ftruncate (Depends-on): Add unistd.
6448         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6449
6450         * lib/fchdir.c: Include <unistd.h> first.
6451         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
6452         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
6453         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
6454         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6455         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
6456
6457         * lib/dup2.c: Include <unistd.h> first.
6458         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
6459         HAVE_DUP2.
6460         * modules/dup2 (Depends-on): Add unistd.
6461         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6462
6463         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
6464         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
6465         REPLACE_CHOWN. Don't define chown as a macro here.
6466         * modules/chown (Depends-on): Add unistd.
6467         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
6468
6469         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
6470         Add definition for GL_LINK_WARNING.
6471         (chown, dup2): New declarations.
6472         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
6473         link warning.
6474         (ftruncate): New declaration.
6475         (getcwd): New declaration, taken from old getcwd.h.
6476         (getlogin_r): New declaration, taken from old getlogin_r.h.
6477         (readlink): New declaration.
6478         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
6479         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
6480         (gl_PREREQ_UNISTD): Remove macro.
6481         (gl_UNISTD_MODULE_INDICATOR): New macro.
6482         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
6483         many new variables. Don't set UNISTD_H.
6484         * modules/unistd (Description): Change.
6485         (Depends-on): Add link-warning.
6486         (configure.ac): Update.
6487         (Makefile.am): Create unistd.h always. Substitute many new variables
6488         into it.
6489
6490 2007-02-18  Bruno Haible  <bruno@clisp.org>
6491
6492         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
6493         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
6494         HAVE_GETSUBOPT.
6495         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
6496         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
6497         * lib/getsubopt.h: Remove file.
6498         * modules/getsubopt (Files): Remove lib/getsubopt.h.
6499         (Depends-on): Add stdlib.
6500         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6501         (Includes): Use <stdlib.h> instead of getsubopt.h.
6502         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
6503         Set HAVE_GETSUBOPT.
6504         * lib/getsubopt.c: Don't include getsubopt.h.
6505
6506 2007-02-18  Bruno Haible  <bruno@clisp.org>
6507
6508         * modules/fchdir (Depends-on): Add dup2.
6509
6510 2007-02-18  Bruno Haible  <bruno@clisp.org>
6511
6512         * lib/stdlib_.h: Handle glibc's special invocation convention
6513         specially.
6514
6515 2007-02-18  Bruno Haible  <bruno@clisp.org>
6516
6517         * modules/stdlib-tests: New file.
6518         * tests/test-stdlib.c: New file.
6519
6520         * modules/mkstemp (Files): Remove lib/mkstemp.h.
6521         (Depends-on): Add stdlib.
6522         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6523         (Includes): Use <stdlib.h> instead of mkstemp.h.
6524         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6525         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
6526         * lib/mkstemp.c: Don't include mkstemp.h.
6527         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
6528         * lib/stdlib--.h: Don't include mkstemp.h.
6529
6530         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
6531         (Depends-on): Add stdlib.
6532         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
6533         (Includes): Use <stdlib.h> instead of mkdtemp.h.
6534         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
6535         HAVE_MKDTEMP.
6536         * lib/mkdtemp.c: Don't include mkdtemp.h.
6537         * lib/clean-temp.c: Don't include mkdtemp.h.
6538
6539         * modules/exit (Files): Remove lib/exit.h.
6540         (Depends-on): Add stdlib.
6541         (Makefile.am): Remove lib_SOURCES.
6542         (Include): Use <stdlib.h> instead of exit.h.
6543         * lib/argmatch.c: Don't include exit.h.
6544         * lib/execute.c: Likewise.
6545         * lib/pagealign_alloc.c: Likewise.
6546         * lib/pipe.c: Likewise.
6547         * lib/wait-process.c: Likewise.
6548         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
6549         * lib/exitfail.c: Likewise.
6550         * lib/savewd.c: Likewise.
6551         * lib/xsetenv.c: Likewise.
6552
6553         * modules/stdlib: New file.
6554         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
6555         and extra comments about mkstemp().
6556         * lib/exit.h: Remove file.
6557         * lib/mkdtemp.h: Remove file.
6558         * lib/mkstemp.h: Remove file.
6559         * m4/stdlib_h.m4: New file.
6560         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
6561
6562 2007-02-18  Bruno Haible  <bruno@clisp.org>
6563
6564         * modules/math-tests: New file.
6565         * tests/test-math.c: New file.
6566
6567         * modules/math: New file.
6568         * modules/mathl (Files): Remove lib/mathl.h.
6569         (Depends-on): Add math.
6570         (Makefile.am): Don't mention mathl.h.
6571         (Include): Use <math.h> instead of mathl.h.
6572         * lib/math_.h: New file.
6573         * lib/mathl.h: Remove file.
6574         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
6575         mathl.h.
6576         * lib/asinl.c: Likewise.
6577         * lib/atanl.c: Likewise.
6578         * lib/ceill.c: Likewise.
6579         * lib/cosl.c: Likewise.
6580         * lib/expl.c: Likewise.
6581         * lib/floorl.c: Likewise.
6582         * lib/frexpl.c: Likewise.
6583         * lib/ldexpl.c: Likewise.
6584         * lib/logl.c: Likewise.
6585         * lib/sincosl.c: Likewise.
6586         * lib/sinl.c: Likewise.
6587         * lib/sqrtl.c: Likewise.
6588         * lib/tanl.c: Likewise.
6589         * lib/trigl.c: Likewise.
6590         * m4/math_h.m4: New file.
6591         * MODULES.html.sh (Mathematics): Add math.
6592
6593 2007-02-17  Bruno Haible  <bruno@clisp.org>
6594
6595         * modules/wctype-tests: New file.
6596         * tests/test-wctype.c: New file.
6597
6598         * modules/wchar-tests: New file.
6599         * tests/test-wchar.c: New file.
6600
6601         * modules/unistd-tests: New file.
6602         * tests/test-unistd.c: New file.
6603
6604         * modules/time-tests: New file.
6605         * tests/test-time.c: New file.
6606
6607         * modules/sysexits-tests: New file.
6608         * tests/test-sysexits.c: New file.
6609
6610         * modules/sys_time-tests: New file.
6611         * tests/test-sys_time.c: New file.
6612
6613         * modules/sys_stat-tests: New file.
6614         * tests/test-sys_stat.c: New file.
6615
6616         * modules/sys_socket-tests: New file.
6617         * tests/test-sys_socket.c: New file.
6618
6619         * modules/sys_select-tests: New file.
6620         * tests/test-sys_select.c: New file.
6621
6622         * modules/string-tests: New file.
6623         * tests/test-string.c: New file.
6624
6625         * modules/stdbool-tests: New file.
6626         * tests/test-stdbool.c: New file.
6627
6628         * modules/netinet_in-tests: New file.
6629         * tests/test-netinet_in.c: New file.
6630
6631         * modules/inttypes-tests: New file.
6632         * tests/test-inttypes.c: New file.
6633
6634         * modules/fcntl-tests: New file.
6635         * tests/test-fcntl.c: New file.
6636
6637         * modules/byteswap-tests: New file.
6638         * tests/test-byteswap.c: New file.
6639
6640         * modules/arpa_inet-tests: New file.
6641         * tests/test-arpa_inet.c: New file.
6642
6643 2007-02-17  Bruno Haible  <bruno@clisp.org>
6644
6645         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
6646         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
6647         if the corresponding module is not enabled. Emit link warnings if
6648         the function is used nevertheless.
6649         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
6650         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
6651         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
6652         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
6653         * modules/inttypes (Depends-on): Add link-warning.
6654         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6655         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
6656         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
6657         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
6658         * modules/imaxdiv (configure.ac): Likewise.
6659         * modules/strtoimax (configure.ac): Likewise.
6660         * modules/strtoumax (configure.ac): Likewise.
6661
6662 2007-02-17  Bruno Haible  <bruno@clisp.org>
6663
6664         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
6665         gl_STRING_MODULE_INDICATOR_DEFAULTS.
6666         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
6667         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
6668
6669 2007-02-17  Bruno Haible  <bruno@clisp.org>
6670
6671         * modules/link-warning: New file.
6672         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
6673         * lib/string_.h (GL_LINK_WARNING): Remove definition.
6674         * modules/string (Depends-on): Add link-warning.
6675         (Makefile.am): Copy the contents of build-aux/link-warning.h into
6676         string.h.
6677         * MODULES.html.sh (Support for building libraries and executables): Add
6678         link-warning.
6679
6680 2007-02-17  Bruno Haible  <bruno@clisp.org>
6681
6682         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
6683         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
6684         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
6685         long lines.
6686
6687 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
6688             Bruno Haible  <bruno@clisp.org>
6689
6690         * modules/tmpfile: New file.
6691         * lib/tmpfile.c: New file.
6692         * m4/tmpfile.m4: New file.
6693         * MODULES.html.sh (func_all_modules): New section "Input/output".
6694
6695 2007-02-15  Bruno Haible  <bruno@clisp.org>
6696
6697         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
6698         (supports_delete_on_close): New function.
6699         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
6700
6701 2007-02-14  Bruno Haible  <bruno@clisp.org>
6702
6703         * modules/mbspcasecmp-tests: New file.
6704         * tests/test-mbspcasecmp.sh: New file.
6705         * tests/test-mbspcasecmp.c: New file.
6706
6707         New module mbspcasecmp.
6708         * modules/mbspcasecmp: New file.
6709         * lib/mbspcasecmp.c: New file.
6710         * lib/string_.h (strncasecmp): Change warning message.
6711         (mbspcasecmp): New declaration.
6712         * m4/mbspcasecmp.m4: New file.
6713         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6714         GNULIB_MBSPCASECMP.
6715         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
6716         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
6717
6718 2007-02-14  Bruno Haible  <bruno@clisp.org>
6719
6720         * modules/mbsncasecmp-tests: New file.
6721         * tests/test-mbsncasecmp.sh: New file.
6722         * tests/test-mbsncasecmp.c: New file.
6723
6724         New module mbsncasecmp.
6725         * modules/mbsncasecmp: New file.
6726         * lib/mbsncasecmp.c: New file.
6727         * lib/string_.h (mbsncasecmp): New declaration.
6728         * m4/mbsncasecmp.m4: New file.
6729         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6730         GNULIB_MBSNCASECMP.
6731         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
6732         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
6733
6734 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6735
6736         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
6737         Verify that it doesn't overlap with our flags.
6738         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
6739         do not have the desired effect in multibyte locales; instead, use
6740         mbscasecmp.
6741         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
6742         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
6743         we don't require GNU fnmatch ourselves (if our users require it, they
6744         should do so explicitly).
6745
6746         Fix regex code so it doesn't rely on strcasecmp.
6747         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
6748         Otherwise, include gnulib's langinfo.h.
6749         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
6750         undesirable behavior in non-C locales.  Instead, rely on localecharset.
6751         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
6752         * modules/regex (FILES): Remove m4/codeset.m4.
6753         (Depends-on): Add localcharset.  Remove strcase.
6754
6755 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6756
6757         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
6758         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
6759
6760 2007-02-13  Bruno Haible  <bruno@clisp.org>
6761
6762         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
6763         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6764
6765 2007-02-12  Bruno Haible  <bruno@clisp.org>
6766
6767         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
6768         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
6769         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
6770         time warning rather than a link error.
6771
6772 2007-02-12  Bruno Haible  <bruno@clisp.org>
6773
6774         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
6775         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
6776         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6777
6778 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6779
6780         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
6781         args, not 2.
6782
6783 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
6784
6785         New module 'time', so that apps can include <time.h> as per
6786         POSIX and GNU instead of separate include files like time_r.h
6787         and timegm.h.  This implementation tries out a simpler approach
6788         for replacing decls in standard include files (as compared to
6789         the string module), somewhat as an experiment.
6790
6791         * config/srclist.txt: Comment out mktime.c for now.
6792         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
6793         since it doesn't apply any more.  Use generic wording instead.
6794         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
6795         'time'.
6796         * lib/time_.h, m4/time_h.m4, modules/time: New files.
6797         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
6798         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
6799         Don't include <sys/types.h>; no longer needed since we assume C89.
6800         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
6801         * lib/strftime.c: Likewise.
6802         * lib/time_r.c: Likewise.
6803         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
6804         * lib/nanosleep.c: Include <time.h> first, to check interface.
6805         * lib/strptime.c: Likewise.
6806         * lib/time_r.c: Likewise.
6807         * lib/timegm.c: Likewise.
6808         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
6809         needed.
6810         * lib/timegm.c: Don't include timegm.h; no longer needed.
6811         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
6812         time.h now handles any problems in that area.
6813         (struct timespec, nanosleep): Remove; time.h now arranges for these.
6814         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
6815         that time.h defines struct timespec.
6816         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
6817         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
6818         handles that.
6819         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
6820         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
6821         needed.  Set REPLACE_LOCALTIME.
6822         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
6823         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
6824         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
6825         nanosleep; time_h.m4 now does that.  Don't require
6826         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
6827         module handles this now.
6828         * modules/getdate (Depends-on): Remove timespec.  Add time.
6829         * modules/nanosleep (Depends-on): Likewise.
6830         * modules/stat-time (Depends-on): Likewise.
6831         * modules/nanosleep (Include): Include time.h, not timespec.h.
6832         * modules/strptime (Files): Remove lib/strptime.h.
6833         (Depends-on): Add extensions, time.
6834         (Include): Include time.h, not strptime.h.
6835         * modules/time_r (Files): Remove lib/time_r.h.
6836         (Depends-on): Add time.
6837         (Include): Include time.h, not time_r.h.
6838         * modules/timegm: Likewise.
6839         * modules/timespec (Description): Now does timespec-related decls
6840         of our own, instead of struct timespec itself.
6841         (Depends-on): Add time; remove extensions.
6842         (Maintainer): Add self.
6843         * modules/utimecmp (Depends-on): Add time; remove timespec.
6844         * modules/utimens (Depends-on): Likewise.
6845         * modules/xnanosleep (Depends-on): Likewise.
6846
6847 2007-02-11  Bruno Haible  <bruno@clisp.org>
6848
6849         * lib/c-strstr.c: Include allocsa.h.
6850         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6851         * lib/c-strcasestr.c: Include allocsa.h.
6852         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6853         * lib/strcasestr.c: Include allocsa.h.
6854         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
6855         * lib/mbsstr.c: Include allocsa.h.
6856         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6857         allocsa/freesa instead of malloc/free.
6858         * lib/mbscasestr.c: Include allocsa.h.
6859         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
6860         allocsa/freesa instead of malloc/free.
6861         * modules/c-strstr (Depends-on): Add allocsa.
6862         * modules/c-strcasestr (Depends-on): Likewise.
6863         * modules/strcasestr (Depends-on): Likewise.
6864         * modules/mbsstr (Depends-on): Likewise.
6865         * modules/mbscasestr (Depends-on): Likewise.
6866
6867 2007-02-11  Bruno Haible  <bruno@clisp.org>
6868
6869         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
6870
6871         * modules/mbsspn-tests: New file.
6872         * tests/test-mbsspn.sh: New file.
6873         * tests/test-mbsspn.c: New file.
6874
6875 2007-02-11  Bruno Haible  <bruno@clisp.org>
6876
6877         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
6878
6879         * modules/mbspbrk-tests: New file.
6880         * tests/test-mbspbrk.sh: New file.
6881         * tests/test-mbspbrk.c: New file.
6882
6883 2007-02-11  Bruno Haible  <bruno@clisp.org>
6884
6885         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
6886         unneeded cast.
6887
6888         * modules/mbscspn-tests: New file.
6889         * tests/test-mbscspn.sh: New file.
6890         * tests/test-mbscspn.c: New file.
6891
6892 2007-02-11  Bruno Haible  <bruno@clisp.org>
6893
6894         * modules/mbscasecmp-tests: New file.
6895         * tests/test-mbscasecmp.sh: New file.
6896         * tests/test-mbscasecmp.c: New file.
6897
6898 2007-02-11  Bruno Haible  <bruno@clisp.org>
6899
6900         Ensure O(n) worst-case complexity of mbscasestr.
6901         * lib/mbscasestr.c: Include stdbool.h.
6902         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6903         functions.
6904         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
6905         the bookkeeping indicates that it's worth it.
6906         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
6907
6908         * modules/mbscasestr-tests: New file.
6909         * tests/test-mbscasestr1.c: New file.
6910         * tests/test-mbscasestr2.sh: New file.
6911         * tests/test-mbscasestr2.c: New file.
6912         * tests/test-mbscasestr3.sh: New file.
6913         * tests/test-mbscasestr3.c: New file.
6914         * tests/test-mbscasestr4.sh: New file.
6915         * tests/test-mbscasestr4.c: New file.
6916         * m4/locale-tr.m4: New file.
6917
6918 2007-02-11  Bruno Haible  <bruno@clisp.org>
6919
6920         Ensure O(n) worst-case complexity of mbsstr.
6921         * lib/mbsstr.c: Include stdbool.h.
6922         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
6923         functions.
6924         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
6925         bookkeeping indicates that it's worth it.
6926         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
6927
6928         * modules/mbsstr-tests: New file.
6929         * tests/test-mbsstr1.c: New file.
6930         * tests/test-mbsstr2.sh: New file.
6931         * tests/test-mbsstr2.c: New file.
6932         * tests/test-mbsstr3.sh: New file.
6933         * tests/test-mbsstr3.c: New file.
6934         * m4/locale-fr.m4: New file.
6935
6936 2007-02-11  Bruno Haible  <bruno@clisp.org>
6937
6938         * lib/mbsrchr.c (mbsrchr): Fix bug.
6939
6940         * modules/mbsrchr-tests: New file.
6941         * tests/test-mbsrchr.sh: New file.
6942         * tests/test-mbsrchr.c: New file.
6943
6944 2007-02-11  Bruno Haible  <bruno@clisp.org>
6945
6946         * lib/mbschr.c (mbschr): Fix bug.
6947
6948         * modules/mbschr-tests: New file.
6949         * tests/test-mbschr.sh: New file.
6950         * tests/test-mbschr.c: New file.
6951         * m4/locale-zh.m4: New file.
6952
6953 2007-02-11  Bruno Haible  <bruno@clisp.org>
6954
6955         Support for copying multibyte string iterators.
6956         * lib/mbiter.h: Include <string.h>.
6957         (mbiter_multi_copy): New function.
6958         (mbi_copy): New macro.
6959         * lib/mbuiter.h: Include <string.h>.
6960         (mbuiter_multi_copy): New function.
6961         (mbui_copy): New macro.
6962
6963 2007-02-11  Bruno Haible  <bruno@clisp.org>
6964
6965         New module mbslen.
6966         * modules/mbslen: New file.
6967         * lib/mbslen.c: New file.
6968         * lib/string_.h (mbslen): New declaration.
6969         * m4/mbslen.m4: New file.
6970         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
6971         GNULIB_MBSLEN.
6972         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
6973         * MODULES.html.sh (Internationalization functions): Add mbslen.
6974
6975 2007-02-11  Bruno Haible  <bruno@clisp.org>
6976
6977         Ensure O(n) worst-case complexity of strcasestr substitute.
6978         * lib/strcasestr.c: Include stdbool.h.
6979         (knuth_morris_pratt): New function.
6980         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
6981         bookkeeping indicates that it's worth it.
6982         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
6983
6984         * modules/strcasestr-tests: New file.
6985         * tests/test-strcasestr.c: New file.
6986
6987 2007-02-11  Bruno Haible  <bruno@clisp.org>
6988
6989         Ensure O(n) worst-case complexity of c_strcasestr.
6990         * lib/c-strcasestr.c: Include stdbool.h, string.h.
6991         (knuth_morris_pratt): New function.
6992         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
6993         the bookkeeping indicates that it's worth it.
6994         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
6995
6996         * modules/c-strcasestr-tests: New file.
6997         * tests/test-c-strcasestr.c: New file.
6998
6999 2007-02-11  Bruno Haible  <bruno@clisp.org>
7000
7001         Ensure O(n) worst-case complexity of c_strstr.
7002         * lib/c-strstr.c: Include stdbool.h, string.h.
7003         (knuth_morris_pratt): New function.
7004         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
7005         bookkeeping indicates that it's worth it.
7006         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
7007
7008         * lib/c-strstr.c: Complete rewrite for maintainability.
7009
7010         * modules/c-strstr-tests: New file.
7011         * tests/test-c-strstr.c: New file.
7012
7013 2007-02-11  Bruno Haible  <bruno@clisp.org>
7014
7015         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
7016         5.2.1 and earlier, whereby \055 was treated just like the range
7017         delimiter '-'.
7018         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
7019
7020 2007-02-08  Bruno Haible  <bruno@clisp.org>
7021
7022         * modules/regex (Depends-on): Add stdbool.
7023         Reported by Dalibor Topic <robilad@kaffe.org>.
7024
7025 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7026
7027         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
7028         Prefer returning from main to exiting from it.
7029         Remove unnecessary parens after sizeof.
7030
7031 2007-02-05  Bruno Haible  <bruno@clisp.org>
7032
7033         New module mbssep.
7034         * modules/mbssep: New file.
7035         * lib/mbssep.c: New file.
7036         * lib/string_.h (strsep): Add a conditional link warning.
7037         (mbssep): New declaration.
7038         * m4/mbssep.m4: New file.
7039         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7040         GNULIB_MBSSEP.
7041         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
7042         * MODULES.html.sh (Internationalization functions): Add mbssep.
7043
7044 2007-02-05  Bruno Haible  <bruno@clisp.org>
7045
7046         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
7047         Optimize search in case of 1 delimiter.
7048
7049 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
7050
7051         * lib/acl.h: Include sys/types.h before sys/acl.h.
7052
7053 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
7054
7055         Merge upstream fix for glibc bugzilla #3957:
7056
7057         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
7058
7059         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
7060         bit for RE_HAT_LISTS_NOT_NEWLINE.
7061         (build_charclass_op): Remove bogus comment.
7062
7063 2007-02-05  Simon Josefsson  <simon@josefsson.org>
7064
7065         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
7066
7067 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
7068
7069         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
7070         * lib/memmem.c [!defined _LIBC]: Include config.h.
7071
7072 2007-02-04  Bruno Haible  <bruno@clisp.org>
7073
7074         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
7075         warning message.
7076
7077 2007-02-04  Bruno Haible  <bruno@clisp.org>
7078
7079         New module mbstok_r.
7080         * modules/mbstok_r: New file.
7081         * lib/mbstok_r.c: New file.
7082         * lib/string_.h (strtok_r): Change argument names to match the
7083         comments. Add a conditional link warning.
7084         (mbstok_r): New declaration.
7085         * m4/mbstok_r.m4: New file.
7086         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7087         GNULIB_MBSTOK_R.
7088         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
7089         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
7090
7091 2007-02-04  Bruno Haible  <bruno@clisp.org>
7092
7093         New module mbsspn.
7094         * modules/mbsspn: New file.
7095         * lib/mbsspn.c: New file.
7096         * lib/string_.h (strspn): Add a conditional link warning.
7097         (mbsspn): New declaration.
7098         * m4/mbsspn.m4: New file.
7099         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7100         GNULIB_MBSSPN.
7101         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
7102         * MODULES.html.sh (Internationalization functions): Add mbsspn.
7103
7104 2007-02-04  Bruno Haible  <bruno@clisp.org>
7105
7106         New module mbspbrk.
7107         * modules/mbspbrk: New file.
7108         * lib/mbspbrk.c: New file.
7109         * lib/string_.h (strpbrk): Add a conditional link warning.
7110         (mbspbrk): New declaration.
7111         * m4/mbspbrk.m4: New file.
7112         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7113         GNULIB_MBSPBRK.
7114         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
7115         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
7116
7117 2007-02-04  Bruno Haible  <bruno@clisp.org>
7118
7119         New module mbscspn.
7120         * modules/mbscspn: New file.
7121         * lib/mbscspn.c: New file.
7122         * lib/string_.h (strcspn): Add a conditional link warning.
7123         (mbscspn): New declaration.
7124         * m4/mbscspn.m4: New file.
7125         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7126         GNULIB_MBSCSPN.
7127         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
7128         * MODULES.html.sh (Internationalization functions): Add mbscspn.
7129
7130 2007-02-04  Bruno Haible  <bruno@clisp.org>
7131
7132         New module mbscasestr, reduced goal of strcasestr.
7133         * modules/mbscasestr: New file.
7134         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
7135         (mbscasestr): Renamed from strcasestr.
7136         * lib/strcasestr.c: Don't include mbuiter.h.
7137         (strcasestr): Remove support for multibyte locales.
7138         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
7139         Change the conditional link warning.
7140         (mbscasestr): New declaration.
7141         * m4/mbscasestr.m4: New file.
7142         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
7143         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
7144         REPLACE_STRCASESTR.
7145         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
7146         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7147         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
7148         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
7149         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
7150         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
7151         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
7152         (Depends-on): Remove mbuiter.
7153         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
7154
7155 2007-02-04  Bruno Haible  <bruno@clisp.org>
7156
7157         Simplify handling of strncasecmp.
7158         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
7159         the conditional link warning.
7160         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
7161         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
7162         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
7163         * modules/strcase (configure.ac): Don't invoke
7164         gl_STRING_MODULE_INDICATOR.
7165         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
7166
7167 2007-02-04  Bruno Haible  <bruno@clisp.org>
7168
7169         New module mbscasecmp, reduced goal of strcasecmp.
7170         * modules/mbscasecmp: New file.
7171         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
7172         (mbscasecmp): Renamed from strcasecmp.
7173         * lib/strcasecmp.c: Don't include mbuiter.h.
7174         (strcasecmp): Remove support for multibyte locales.
7175         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
7176         Change the conditional link warning.
7177         (mbscasecmp): New declaration.
7178         * m4/mbscasecmp.m4: New file.
7179         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
7180         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
7181         REPLACE_STRCASECMP.
7182         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
7183         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7184         GNULIB_MBSCASECMP.
7185         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
7186         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
7187         * modules/strcase (Files): Remove m4/mbrtowc.m4.
7188         (Depends-on): Remove mbuiter.
7189         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
7190
7191 2007-02-04  Bruno Haible  <bruno@clisp.org>
7192
7193         New module mbsstr. Remove module strstr.
7194         * modules/mbsstr: New file.
7195         * modules/strstr: Remove file.
7196         * lib/mbsstr.c: Renamed from lib/strstr.c.
7197         (mbsstr): Renamed from strstr.
7198         * lib/string_.h (strstr): Remove declaration. Change the conditional
7199         link warning.
7200         (mbsstr): New declaration.
7201         * m4/mbsstr.m4: New file.
7202         * m4/strstr.m4: Remove file.
7203         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
7204         REPLACE_STRSTR.
7205         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
7206         Don't initialize GNULIB_STRSTR.
7207         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
7208         substitute GNULIB_STRSTR and REPLACE_STRSTR.
7209         * MODULES.html.sh (Internationalization functions): Add mbsstr.
7210         (Support for systems lacking ANSI C 89): Remove strstr.
7211
7212 2007-02-04  Bruno Haible  <bruno@clisp.org>
7213
7214         New module mbsrchr.
7215         * modules/mbsrchr: New file.
7216         * lib/mbsrchr.c: New file.
7217         * lib/string_.h (strrchr): Add a conditional link warning.
7218         (mbsrchr): New declaration.
7219         * m4/mbsrchr.m4: New file.
7220         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7221         GNULIB_MBSRCHR.
7222         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
7223         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
7224
7225 2007-02-04  Bruno Haible  <bruno@clisp.org>
7226
7227         New module mbschr.
7228         * modules/mbschr: New file.
7229         * lib/mbschr.c: New file.
7230         * lib/string_.h (strchr): Add a conditional link warning.
7231         (mbschr): New declaration.
7232         * m4/mbschr.m4: New file.
7233         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
7234         GNULIB_MBSCHR.
7235         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
7236         * MODULES.html.sh (Internationalization functions): Add mbschr.
7237
7238 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
7239
7240         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
7241
7242         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
7243
7244 2007-02-04  Bruno Haible  <bruno@clisp.org>
7245
7246         New module description section 'configure.ac-early'.
7247         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
7248         (func_get_autoconf_early_snippet): New function.
7249         (func_import, func_create_testdir): Use it. Remove special cases for
7250         modules 'extensions' and 'lock'.
7251         * modules/extensions (configure.ac-early): Require
7252         gl_USE_SYSTEM_EXTENSIONS.
7253         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
7254
7255 2007-02-04  Bruno Haible  <bruno@clisp.org>
7256
7257         Make use of gcj-4.3's -fsource and -ftarget option.
7258         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
7259         and if so try the options -fsource and -ftarget.
7260         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
7261         source_version, ftarget_option, target_version arguments.
7262         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
7263         (is_envjavac_oldgcj_14_14_usable): Renamed from
7264         is_envjavac_gcj_14_14_usable.
7265         (is_envjavac_oldgcj_14_13_usable): Renamed from
7266         is_envjavac_gcj_14_13_usable.
7267         (is_gcj_present): Update.
7268         (is_gcj_43, is_gcj43_usable): New functions.
7269         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
7270         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
7271         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
7272         try the options -fsource and -ftarget.
7273
7274 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
7275
7276         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
7277         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
7278         larger value.
7279
7280 2007-02-03  Jim Meyering  <jim@meyering.net>
7281
7282         Give tools a better chance to allocate space for very large buffers.
7283         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
7284
7285         Make pwd and readlink work also when run with an unreadable parent dir
7286         on systems with openat support.
7287         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
7288         provided getcwd function, even when we have openat support.
7289         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
7290
7291 2007-02-02  Bruno Haible  <bruno@clisp.org>
7292
7293         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
7294         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
7295         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
7296         portability problems if one of these functions is only used on specific
7297         platforms.
7298         Reported by Paul Eggert.
7299
7300 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
7301
7302         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
7303         is causing more trouble than it's curing.
7304         * lib/regex_internal.h (__mempcpy): Remove.
7305         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
7306         (and make the code a tad smaller to boot).
7307         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
7308
7309 2007-02-02  Jim Meyering  <jim@meyering.net>
7310
7311         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
7312         section, not in the Makefile.am: one.
7313
7314 2007-02-02  Eric Blake  <ebb9@byu.net>
7315
7316         * lib/strchrnul.c: Always include config.h first.
7317
7318         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
7319         gnulib strstr is not necessary here.
7320
7321 2007-02-02  Simon Josefsson  <simon@josefsson.org>
7322
7323         * m4/socklen.m4: Fix typo.
7324
7325 2007-02-02  Eric Blake  <ebb9@byu.net>
7326
7327         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
7328         * modules/netinet_in (Makefile.am): Likewise.
7329
7330 2007-02-01  Bruno Haible  <bruno@clisp.org>
7331
7332         * lib/string_.h (GL_LINK_WARNING): New macro.
7333         (strcasecmp, strstr, strcasestr): If provided by the system,
7334         conditionally define as a macro that leads to a warning instead of to
7335         an error.
7336         (strncasecmp): Conditionally define as a macro that leads to a warning.
7337
7338 2007-02-01  Karl Berry  <karl@gnu.org>
7339
7340         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
7341
7342 2007-02-01  Bruno Haible  <bruno@clisp.org>
7343
7344         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
7345         renamings.
7346
7347 2007-02-01  Eric Blake  <ebb9@byu.net>
7348
7349         * modules/regex (Depends-on): Revert dependence on mempcpy.
7350         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
7351         module's definition of mempcpy.
7352         Reported by Paul Eggert.
7353
7354 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
7355
7356         * lib/string_.h: If the gnulib module XYZ is not present, undefine
7357         the symbol XYZ before redefining it.  This fixes a problem with
7358         programs that don't use XYZ, when compiled on systems that define
7359         XYZ to something else.
7360
7361 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
7362
7363         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
7364         occurs when "mkdir -m foo" creates a setgid directory that is (1)
7365         writeable to group or other and (2) is intended to have a special
7366         mode bit that is set or cleared.  In such a case, the directory
7367         should be neither group- nor other-writeable until the special
7368         mode bits are right.
7369
7370 2007-01-31  Eric Blake  <ebb9@byu.net>
7371
7372         * modules/mountlist (Depends-on): Add strstr.
7373
7374         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
7375         bug.
7376         * modules/string (Makefile.am): Remove redundant replacement.
7377         * modules/regex (Depends-on): Add mempcpy.
7378
7379 2007-01-31  Bruno Haible  <bruno@clisp.org>
7380
7381         New module description field 'Link'.
7382         * gnulib-tool (func_usage): Document --extract-link-directive.
7383         (sed_extract_prog): Recognize 'Link' directive.
7384         (func_get_link_directive): New function.
7385         (func_import): Show summary of link directives.
7386         Handle --extract-link-directive option.
7387         * modules/acl (Link): New section.
7388         * modules/clock-time (Link): New section.
7389         * modules/euidaccess (Link): New section.
7390         * modules/gettext (Link): New section.
7391         * modules/iconv (Link): New section.
7392         * modules/lock (Link): New section.
7393         * modules/nanosleep (Link): New section.
7394         * modules/readline (Link): New section.
7395
7396 2007-01-27  Bruno Haible  <bruno@clisp.org>
7397
7398         Enforce the use of gnulib modules for unportable <string.h> functions.
7399         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
7400         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
7401         (gl_HEADER_STRING_H_BODY): Require it.
7402         * lib/string_.h: If the gnulib module XYZ is not present, redefine
7403         the symbol XYZ to one that gives a link error.
7404         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
7405         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
7406         * modules/mempcpy (configure.ac): Likewise.
7407         * modules/memrchr (configure.ac): Likewise.
7408         * modules/stpcpy (configure.ac): Likewise.
7409         * modules/stpncpy (configure.ac): Likewise.
7410         * modules/strcase (configure.ac): Likewise.
7411         * modules/strcasestr (configure.ac): Likewise.
7412         * modules/strchrnul (configure.ac): Likewise.
7413         * modules/strdup (configure.ac): Likewise.
7414         * modules/strndup (configure.ac): Likewise.
7415         * modules/strnlen (configure.ac): Likewise.
7416         * modules/strpbrk (configure.ac): Likewise.
7417         * modules/strsep (configure.ac): Likewise.
7418         * modules/strstr (configure.ac): Likewise.
7419         * modules/strtok_r (configure.ac): Likewise.
7420
7421 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
7422
7423         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
7424
7425 2007-01-30  Jim Meyering  <jim@meyering.net>
7426
7427         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
7428
7429 2007-01-29  Bruno Haible  <bruno@clisp.org>
7430
7431         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
7432         * lib/execute.c: Likewise.
7433         * lib/pipe.c: Likewise.
7434         * lib/printf-args.h: Likewise.
7435         * lib/printf-args.c: Likewise.
7436         * lib/printf-parse.c: Likewise.
7437         * lib/vasnprintf.c: Likewise.
7438
7439 2007-01-29  Eric Blake  <ebb9@byu.net>
7440
7441         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
7442         declaration.
7443
7444 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
7445
7446         * lib/strptime.h (strptime): Use 'restrict' for args where
7447         POSIX requires this.
7448         * lib/strptime.c (strptime): Likewise.
7449         Change license notice from LGPL to GPL, since gnulib-tool will
7450         change this as needed.
7451         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
7452         defined.
7453         Include "strptime.h" first, to check interface.
7454         Do not #undef _LIBC and _NL_CURRENT.
7455         Do not include <stdlib.h>; no longer needed.
7456         Include "time_r.h" and declare ptime_locale_status
7457         only if _LIBC is not defined.
7458         (__P): Remove unused macro.
7459         (match_string): Bring back glibc version, but use it only if _LIBC
7460         is defined.
7461         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
7462         Remove unnecessary assertion and abort() call.
7463         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
7464         * m4/strptime.m4: Fix serial number comment.
7465         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
7466         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
7467         (Depends-on): Add time_r.
7468
7469 2007-01-29  Bruno Haible  <bruno@clisp.org>
7470
7471         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
7472         strptime.
7473         * modules/strptime (Depends-on): Add stdbool.
7474         * lib/strptime.h: Include <time.h> always. Add comments.
7475
7476 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
7477
7478         * modules/strptime: New file.
7479         * lib/strptime.h: New file.
7480         * lib/strptime.c: New file.
7481         * m4/strptime.m4: New file.
7482
7483 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
7484
7485         * MODULES.html.sh: New module mpsort.
7486         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
7487
7488         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
7489         a circularity problem with HP-UX ia64 reported by Bob Proulx in
7490         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
7491         All uses changed.
7492         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
7493         All uses changed.
7494         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
7495         to _Restrict_.
7496         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
7497         the parameter matches the prototype.
7498
7499 2007-01-28  Jim Meyering  <jim@meyering.net>
7500
7501         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
7502         sys/time.h here, reverting that part of the previous patch:
7503         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
7504
7505 2007-01-28  Bruno Haible  <bruno@clisp.org>
7506
7507         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
7508         value of $(SYS_TIME_H).
7509         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
7510         remove it conditionally, too. [added by Jim Meyering]
7511         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
7512         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
7513         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
7514         GETTIMEOFDAY_REPLACEMENT to 1.
7515
7516 2007-01-28  Bruno Haible  <bruno@clisp.org>
7517
7518         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
7519         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
7520         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
7521         Set UNISTD_H instead of UNISTD_H2.
7522         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
7523
7524 2007-01-28  Bruno Haible  <bruno@clisp.org>
7525
7526         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
7527         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
7528
7529 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7530
7531         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
7532         (func_create_testdir): Ensure C locale for `grep' and `tr'
7533         character ranges.
7534         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
7535         ACLOCAL_AMFLAGS parsing state machine.
7536
7537 2007-01-27  Bruno Haible  <bruno@clisp.org>
7538
7539         * modules/unistr/base: Update.
7540
7541 2007-01-27  Bruno Haible  <bruno@clisp.org>
7542
7543         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
7544         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
7545         * modules/unistr/u32-mbtouc-unsafe: Renamed from
7546         modules/unistr/u32-mbtouc.
7547         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
7548         * lib/unistr.h: Update.
7549         * lib/linebreak.c: Update.
7550         * modules/unistr/u32-mbtouc: Renamed from
7551         modules/unistr/u32-mbtouc-safe.
7552         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
7553         * lib/unistr.h: Update.
7554         * lib/unistr/u32-to-u8.c: Update.
7555         * lib/unistr/u32-to-u16.c: Update.
7556
7557 2007-01-27  Bruno Haible  <bruno@clisp.org>
7558
7559         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
7560         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
7561         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
7562         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
7563         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
7564         * modules/unistr/u16-mbtouc-unsafe: Renamed from
7565         modules/unistr/u16-mbtouc.
7566         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
7567         * lib/unistr.h: Update.
7568         * lib/linebreak.c: Update.
7569         * modules/linebreak: Update.
7570         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
7571         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
7572         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
7573         * modules/unistr/u16-mbtouc: Renamed from
7574         modules/unistr/u16-mbtouc-safe.
7575         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
7576         * lib/unistr.h: Update.
7577         * lib/unistr/u16-to-u8.c: Update.
7578         * modules/unistr/u16-to-u8: Update.
7579         * lib/unistr/u16-to-u32.c: Update.
7580         * modules/unistr/u16-to-u32: Update.
7581
7582 2007-01-27  Bruno Haible  <bruno@clisp.org>
7583
7584         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
7585         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
7586         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
7587         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
7588         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
7589         * modules/unistr/u8-mbtouc-unsafe: Renamed from
7590         modules/unistr/u8-mbtouc.
7591         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
7592         * lib/unistr.h: Update.
7593         * lib/striconveh.c: Update.
7594         * modules/striconveh: Update.
7595         * lib/linebreak.c: Update.
7596         * modules/linebreak: Update.
7597         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
7598         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
7599         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
7600         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
7601         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
7602         * lib/unistr.h: Update.
7603         * lib/striconveh.c: Update.
7604         * modules/striconveh: Update.
7605         * lib/unistr/u8-to-u16.c: Update.
7606         * modules/unistr/u8-to-u16: Update.
7607         * lib/unistr/u8-to-u32.c: Update.
7608         * modules/unistr/u8-to-u32: Update.
7609
7610 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7611
7612         Sync from Libtool.
7613         * lib/argz.c: Do not include strings.h nor memory.h, include
7614         string.h unconditionally.  Patch by Simon Josefsson.
7615
7616 2007-01-27  Bruno Haible  <bruno@clisp.org>
7617
7618         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
7619         from gl_HEADER_STRING_H_BODY.
7620         (gl_HEADER_STRING_H_BODY): Require it.
7621         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
7622         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
7623         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
7624         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
7625         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
7626         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
7627         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
7628         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
7629         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
7630         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
7631         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
7632         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
7633         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
7634         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
7635         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
7636
7637 2007-01-27  Bruno Haible  <bruno@clisp.org>
7638
7639         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
7640         check_PROGRAMS into noinst_PROGRAMS.
7641         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
7642         check_PROGRAMS in this case.
7643         (func_import): Set for_test to false.
7644         (func_create_testdir): Set for_test to true.
7645
7646 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
7647             Bruno Haible  <bruno@clisp.org>
7648
7649         * modules/strcasestr (Files): Remove lib/strcasestr.h.
7650         (Depends-on): Add string.
7651         (Includes): Use <string.h> instead of strcasestr.h.
7652         * modules/string (Makefile.am): Also substitute the value of
7653         REPLACE_STRCASESTR.
7654         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
7655         assume strcasestr is declared in <string.h> not <strings.h>. Also
7656         set REPLACE_STRCASESTR.
7657         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
7658         REPLACE_STRCASESTR.
7659         * lib/strcasestr.h: Remove file.
7660         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
7661         * lib/string_.h (strcasestr): New declaration.
7662
7663 2007-01-27  Bruno Haible  <bruno@clisp.org>
7664
7665         * lib/string_.h: Use 'extern'.
7666
7667 2007-01-27  Jim Meyering  <jim@meyering.net>
7668
7669         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
7670         of set-but-not-used local, "q".
7671
7672         * lib/mempcpy.c: Include <config.h> before <string.h>.
7673         This fixes a compilation error on HP-UX, due to the system's
7674         "restrict"-using mempcpy prototype.
7675
7676 2007-01-26  Bruno Haible  <bruno@clisp.org>
7677
7678         Small optimization.
7679         * lib/javacomp.c: Include c-strstr.h.
7680          (is_envjavac_gcj): Use c_strstr instead of strstr.
7681         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
7682
7683 2007-01-26  Bruno Haible  <bruno@clisp.org>
7684
7685         * MODULES.html.sh (Unicode string functions): Add the new modules.
7686
7687         * modules/uniconv/u32-strconv-to-locale: New file.
7688         * lib/uniconv/u32-strconv-to-locale.c: New file.
7689
7690         * modules/uniconv/u16-strconv-to-locale: New file.
7691         * lib/uniconv/u16-strconv-to-locale.c: New file.
7692
7693         * modules/uniconv/u8-strconv-to-locale: New file.
7694         * lib/uniconv/u8-strconv-to-locale.c: New file.
7695
7696         * modules/uniconv/u32-strconv-from-locale: New file.
7697         * lib/uniconv/u32-strconv-from-locale.c: New file.
7698
7699         * modules/uniconv/u16-strconv-from-locale: New file.
7700         * lib/uniconv/u16-strconv-from-locale.c: New file.
7701
7702         * modules/uniconv/u8-strconv-from-locale: New file.
7703         * lib/uniconv/u8-strconv-from-locale.c: New file.
7704
7705         * modules/uniconv/u32-strconv-to-enc: New file.
7706         * lib/uniconv/u32-strconv-to-enc.c: New file.
7707         * modules/uniconv/u32-strconv-to-enc-tests: New file.
7708         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
7709
7710         * modules/uniconv/u16-strconv-to-enc: New file.
7711         * lib/uniconv/u16-strconv-to-enc.c: New file.
7712         * lib/uniconv/u-strconv-to-enc.h: New file.
7713         * modules/uniconv/u16-strconv-to-enc-tests: New file.
7714         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
7715
7716         * modules/uniconv/u8-strconv-to-enc: New file.
7717         * lib/uniconv/u8-strconv-to-enc.c: New file.
7718         * modules/uniconv/u8-strconv-to-enc-tests: New file.
7719         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
7720
7721         * modules/uniconv/u32-strconv-from-enc: New file.
7722         * lib/uniconv/u32-strconv-from-enc.c: New file.
7723         * modules/uniconv/u32-strconv-from-enc-tests: New file.
7724         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
7725
7726         * modules/uniconv/u16-strconv-from-enc: New file.
7727         * lib/uniconv/u16-strconv-from-enc.c: New file.
7728         * modules/uniconv/u16-strconv-from-enc-tests: New file.
7729         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
7730
7731         * modules/uniconv/u8-strconv-from-enc: New file.
7732         * lib/uniconv/u8-strconv-from-enc.c: New file.
7733         * lib/uniconv/u-strconv-from-enc.h: New file.
7734         * modules/uniconv/u8-strconv-from-enc-tests: New file.
7735         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
7736
7737         * modules/uniconv/u32-conv-from-enc: New file.
7738         * lib/uniconv/u32-conv-from-enc.c: New file.
7739         * modules/uniconv/u32-conv-from-enc-tests: New file.
7740         * tests/uniconv/test-u32-conv-from-enc.c: New file.
7741
7742         * modules/uniconv/u16-conv-from-enc: New file.
7743         * lib/uniconv/u16-conv-from-enc.c: New file.
7744         * lib/uniconv/u-conv-from-enc.h: New file.
7745         * modules/uniconv/u16-conv-from-enc-tests: New file.
7746         * tests/uniconv/test-u16-conv-from-enc.c: New file.
7747
7748         * modules/uniconv/u8-conv-from-enc: New file.
7749         * lib/uniconv/u8-conv-from-enc.c: New file.
7750         * modules/uniconv/u8-conv-from-enc-tests: New file.
7751         * tests/uniconv/test-u8-conv-from-enc.c: New file.
7752
7753         * modules/uniconv/base: New file.
7754         * lib/uniconv.h: New file.
7755
7756 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7757
7758         * doc/gnulib-tool.texi (Initial import): Update to match current
7759         behavior with strdup module.
7760         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
7761         * lib/memmem.h: Remove; all uses removed.  This is now done
7762         by <string.h>.
7763         * lib/mempcpy.h: Likewise.
7764         * lib/memrchr.h: Likewise.
7765         * lib/stpcpy.h: Likewise.
7766         * lib/stpncpy.h: Likewise.
7767         * lib/strcase.h: Likewise.
7768         * lib/strchrnul.h: Likewise.
7769         * lib/strdup.h: Likewise.
7770         * lib/strndup.h: Likewise.
7771         * lib/strnlen.h: Likewise.
7772         * lib/strpbrk.h: Likewise.
7773         * lib/strsep.h: Likewise.
7774         * lib/strstr.h: Likewise.
7775         * lib/strtok_r.h: Likewise.
7776         * lib/string_.h: New file.
7777         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
7778         Rely on <string.h> instead.
7779         * lib/canon-host.c: Likewise.
7780         * lib/chdir-long.c: Likewise.
7781         * lib/concatpath.c: Likewise.
7782         * lib/exclude.c: Likewise.
7783         * lib/fchdir.c: Likewise.
7784         * lib/getaddrinfo.c: Likewise.
7785         * lib/getcwd.c: Likewise.
7786         * lib/getsubopt.c: Likewise.
7787         * lib/glob.c: Likewise.
7788         * lib/hard-locale.c: Likewise.
7789         * lib/iconvme.c: Likewise.
7790         * lib/javacomp.c: Likewise.
7791         * lib/mempcpy.c: Likewise.
7792         * lib/memrchr.c: Likewise.
7793         * lib/regex_internal.h: Likewise.
7794         * lib/stpncpy.c: Likewise.
7795         * lib/strcasecmp.c: Likewise.
7796         * lib/strchrnul.c: Likewise.
7797         * lib/strdup.c: Likewise.
7798         * lib/striconv.c: Likewise.
7799         * lib/striconveh.c: Likewise.
7800         * lib/striconveha.c: Likewise.
7801         * lib/strncasecmp.c: Likewise.
7802         * lib/strndup.c: Likewise.
7803         * lib/strnlen.c: Likewise.
7804         * lib/strsep.c: Likewise.
7805         * lib/strstr.c: Likewise.
7806         * lib/strtok_r.c: Likewise.
7807         * lib/userspec.c: Likewise.
7808         * lib/w32spawn.h: Likewise.
7809         * lib/xstrndup.c: Likewise.
7810         * lib/mountlist.c (strstr): Remove decl.
7811         * m4/string_h.m4: New file.
7812         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
7813         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
7814         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
7815         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
7816         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
7817         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
7818         Set REPLACE_STRCASECMP if necessary.
7819         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
7820         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
7821         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
7822         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
7823         HAVE_DECL_STRDUP if necessary.
7824         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
7825         since gl_FUNC_STRNDUP does that now.
7826         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
7827         Check for decl here...
7828         (gl_PREREQ_STRNLEN): ... not here.
7829         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
7830         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
7831         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
7832         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
7833         necessary.
7834         * modules/string: New file.
7835         * modules/memmem (Files): Remove special-purpose include file.
7836         (Depends-on): Add string.
7837         (Include): Include <string.h>, not the removed file.
7838         * modules/mempcpy: Likewise.
7839         * modules/memrchr: Likewise.
7840         * modules/stpcpy: Likewise.
7841         * modules/stpncpy: Likewise.
7842         * modules/strcase: Likewise.
7843         * modules/strchrnul: Likewise.
7844         * modules/strdup: Likewise.
7845         * modules/strndup: Likewise.
7846         * modules/strnlen: Likewise.
7847         * modules/strpbrk: Likewise.
7848         * modules/strsep: Likewise.
7849         * modules/strstr: Likewise.
7850         * modules/strtok_r: Likewise.
7851         * tests/test-dirname.c: Don't include "strdup.h", since
7852         <string.h> now suffices.
7853         * tests/test-memmem.c: Don't include "memmem.h", since
7854         <string.h> now suffices.
7855
7856 2007-01-25  Bruno Haible  <bruno@clisp.org>
7857
7858         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
7859         *resultp is 0.
7860
7861         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
7862         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
7863         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
7864         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
7865
7866         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
7867         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
7868         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
7869         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
7870         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
7871         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
7872
7873 2007-01-24  Bruno Haible  <bruno@clisp.org>
7874
7875         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
7876         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
7877         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
7878         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
7879         gl_FUNC_FTS_CORE.
7880         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
7881         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
7882         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
7883         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
7884         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
7885         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
7886         gl_FUNC_FCHOWNAT.
7887         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
7888         gl_FUNC_STRFTIME.
7889         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
7890         Reported by Ralf Wildenhues.
7891
7892 2007-01-24  Bruno Haible  <bruno@clisp.org>
7893
7894         Drop AC_REQUIRE calls that are redundant with the module dependencies.
7895         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
7896         gl_GETADDRINFO.
7897         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
7898         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
7899         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
7900
7901 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
7902
7903         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
7904         Don't use 'exit'; just return from 'main'.
7905         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
7906
7907         * lib/fnmatch_.h: Readjust white space and comments to match
7908         glibc, to avoid spurious diffs.
7909
7910 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7911
7912         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
7913         2004-12-01 change by Jakub Jelinek, since this code won't compile
7914         if !LIBC.  Problem reported by Bob Proulx.
7915
7916 2007-01-23  Bruno Haible  <bruno@clisp.org>
7917
7918         * lib/striconveh.c: Include c-strcaseeq.h.
7919         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
7920         * modules/striconveh (Depends-on): Add c-strcaseeq.
7921
7922 2007-01-23  Bruno Haible  <bruno@clisp.org>
7923
7924         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
7925
7926         * modules/c-strcaseeq: New file.
7927         * lib/c-strcaseeq.h: New file.
7928
7929         * modules/streq: New file.
7930         * lib/streq.h: New file.
7931
7932 2007-01-23  Bruno Haible  <bruno@clisp.org>
7933
7934         * modules/striconveha-tests: New file.
7935         * tests/test-striconveha.c: New file.
7936
7937         * lib/striconveha.h: Include <stdbool.h>.
7938         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
7939         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
7940         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7941         (mem_iconveha): New function.
7942         (str_iconveha_notranslit): Renamed from str_iconveha.
7943         (str_iconveha): New function.
7944         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
7945         c-strcase.
7946
7947 2007-01-23  Bruno Haible  <bruno@clisp.org>
7948
7949         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
7950         encodings without forgiving before trying any encoding with handler.
7951         (str_iconveha): Try all encodings without forgiving before trying any
7952         encoding with handler.
7953
7954 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7955
7956         Import the following changes from libc.
7957
7958         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7959
7960         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
7961
7962         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
7963
7964         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
7965         normal_bracket label.
7966
7967         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
7968
7969         [BZ #361]
7970         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
7971         to normal_bracket after fetching the next character.
7972
7973 2007-01-22  Bruno Haible  <bruno@clisp.org>
7974
7975         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
7976         argument.
7977         * lib/striconveh.c (iconv_carefully_1): New function.
7978         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
7979         argument.
7980         (str_cd_iconveh): Update.
7981         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
7982         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
7983         * tests/test-striconveh.c (MAGIC): New macro.
7984         (new_offsets): New function.
7985         (main): Test call with and without offsets.
7986
7987 2007-01-22  Bruno Haible  <bruno@clisp.org>
7988
7989         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
7990         * modules/sys_select (Makefile.am): Likewise.
7991         * modules/sys_socket (Makefile.am): Likewise.
7992         * modules/sys_time (Makefile.am): Likewise.
7993
7994 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7995
7996         * modules/gettimeofday (License): Change from GPL to LGPL, since
7997         gettimeofday is a library function.
7998
7999 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8000
8001         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
8002
8003 2007-01-21  Bruno Haible  <bruno@clisp.org>
8004
8005         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
8006
8007 2007-01-21  Bruno Haible  <bruno@clisp.org>
8008
8009         * modules/striconveha: New file.
8010         * lib/striconveha.h: New file.
8011         * lib/striconveha.c: New file.
8012         * MODULES.html.sh (Internationalization functions): Add striconveha.
8013         * lib/striconv.c (str_iconv): Optimize the case of an empty input
8014         string.
8015         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
8016
8017 2007-01-21  Bruno Haible  <bruno@clisp.org>
8018
8019         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
8020         * lib/striconveh.c (str_iconveh): Likewise.
8021
8022 2007-01-21  Bruno Haible  <bruno@clisp.org>
8023
8024         * lib/striconveh.h (mem_iconveh): New declaration.
8025         * lib/striconveh.c (mem_iconveh): New function.
8026         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
8027
8028 2007-01-21  Bruno Haible  <bruno@clisp.org>
8029
8030         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
8031
8032         * lib/striconveh.h (mem_cd_iconveh): Change specification.
8033         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
8034         original result buffer.
8035         (str_cd_iconveh): Update.
8036         * tests/test-striconveh.c (main): Update.
8037
8038         * lib/striconv.h (mem_cd_iconv): Change specification.
8039         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
8040         result buffer.
8041         (str_cd_iconv): Update.
8042         * tests/test-striconv.c (main): Update.
8043
8044 2007-01-21  Bruno Haible  <bruno@clisp.org>
8045
8046         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
8047
8048 2007-01-20  Jim Meyering  <jim@meyering.net>
8049
8050         * lib/userspec.c (parse_with_separator): If a user or group string
8051         starts with "+", skip the corresponding name-to-ID look-up, since
8052         such a look-up must fail: user and group names may not include "+".
8053
8054 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
8055
8056         * lib/poll.c: Include sys/time.h and time.h unconditionally,
8057         since we now assume the sys_time module.
8058         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
8059         check for sys/time.h; no longer needed.
8060         * modules/poll (Depends-on): Depend on sys_time.
8061
8062 2007-01-18  Bruno Haible  <bruno@clisp.org>
8063
8064         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
8065         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
8066
8067         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
8068         gettimeofday.
8069
8070         * tests/test-gettimeofday.c: Include <time.h>.
8071         (dummy): Remove variable.
8072
8073         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
8074         gl_HEADER_SYS_TIME_H.
8075         (gl_HEADER_SYS_TIME_H): New macro.
8076
8077         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
8078         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8079         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
8080         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
8081         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8082         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
8083         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
8084         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8085         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
8086         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
8087         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8088
8089         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
8090         last change; it caused a compilation error when cross-compiling to
8091         Cygwin.
8092
8093 2007-01-18  Jim Meyering  <jim@meyering.net>
8094
8095         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
8096         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
8097         than the race-prone "test -d sys || mkdir sys".
8098         (configure.ac): Use AC_PROG_MKDIR_P.
8099         * modules/sys_select: Likewise.
8100         * modules/sys_socket: Likewise.
8101         * modules/sys_time: Likewise.
8102
8103 2007-01-18  Eric Blake  <ebb9@byu.net>
8104
8105         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
8106         replace gettimeofday.
8107         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
8108         name, to avoid infinite recursion.
8109
8110 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
8111
8112         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
8113         module sys_time.
8114         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
8115         assume timespec.h defines struct timeval.
8116         * lib/settime.c: Likewise.
8117         * lib/utimens.c: Likewise.
8118         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
8119         since we now assume the gettimeofday module.
8120         * lib/tempname.c (__gen_tempname): Likewise.
8121         * lib/gettimeofday.h: Remove.
8122         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
8123         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
8124         Include <time.h>, for 'time()'.
8125         (localtime_buffer_addr): Also use this workaround if
8126         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
8127         to simplify the uses.  All uses changed.
8128         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
8129         that #undef is inside {}, and 'const' follows type name consistently.
8130         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
8131         (gettimeofday): Do not use the maximum possible value for
8132         tv->tv_usec, since that might break usages other than ls.c.
8133         Instead, we'll leave ls.c alone.  This undoes today's patch
8134         by Bruno.  Add a compile-time warning for 1s-clock resolution;
8135         we've never observed the problem but might as well keep the
8136         canary.
8137         * lib/nanosleep.c: Include timespec.h first, for interface check.
8138         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
8139         now assume the sys_time module.
8140         * lib/tempname.c: Likewise.
8141         * lib/timespec.h: Likewise.
8142         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
8143         needed.
8144         * lib/strftime.c: Likewise.
8145         * lib/timespec.h: Likewise.
8146         * lib/posixtm.c: Include posixtm.h first, for interface check.
8147         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
8148         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
8149         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
8150         * lib/sys_time_.h: New file.
8151         * lib/timespec.h (struct timespec): Use long int, not long.
8152         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
8153         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
8154         Remove obsolescent call to AC_HEADER_TIME.
8155         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
8156         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8157         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
8158         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
8159         Likewise.
8160         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
8161         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
8162         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
8163         into the sys_time module.  Check for gettimeofday just once.
8164         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
8165         for gettimeofday signature to just check the signature.  Merely
8166         compile it, since linking doesn't test signature.  Improve test for
8167         whether gettimeofday.o is actually needed.
8168         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
8169         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
8170         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
8171         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8172         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
8173         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
8174         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
8175         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
8176         than worrying about sys/time.h.
8177         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8178         Don't bother worrying about TIME_WITH_SYS_TIME.
8179         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
8180         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
8181         * m4/sys_time_h.m4: New file.
8182         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
8183         Don't include sys/time.h.  Return from main rather than exiting.
8184         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
8185         all uses changed.
8186         * modules/gethrxtime (Depends-on): Add sys_time.
8187         * modules/gettime (Depends-on): Likewise.
8188         * modules/gettimeofday (Depends-on): Likewise.
8189         * modules/nanosleep (Depends-on): Likewise.
8190         * modules/settime (Depends-on): Likewise.
8191         * modules/tempname (Depends-on): Likewise.
8192         * modules/utimens (Depends-on): Likewise.
8193         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
8194         (Include:) Change back to <sys/time.h>.
8195         (Maintainer:) Add self.
8196         * modules/sys_time: New file.
8197         * modules/tempname (Depends-on): Add gettimeofday.
8198         * tests/test-gettimeofday.c: Include <sys/time.h>
8199         rather than gettimeofday.h.
8200
8201 2007-01-17  Bruno Haible  <bruno@clisp.org>
8202
8203         * gnulib-tool (func_get_license): Revert last patch. Instead, let
8204         the license default to GPL.
8205         (func_create_testdir): Don't complain if a module is LGPL and its
8206         tests module depends on GPLed modules.
8207
8208 2007-01-17  Bruno Haible  <bruno@clisp.org>
8209
8210         * lib/gettimeofday.c (gettimeofday): Add code for the case
8211         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
8212         maximum possible value for tv->tv_usec, rather than the minimum one.
8213
8214 2005-10-08  Martin Lambers  <marlam@marlam.de>
8215 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
8216 2007-01-16  Bruno Haible  <bruno@clisp.org>
8217
8218         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
8219         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
8220         gl_FUNC_GETTIMEOFDAY.
8221         (Include): Add gettimeofday.h.
8222         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
8223         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
8224         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
8225         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
8226         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
8227         * lib/gettimeofday.h: New file.
8228         * lib/gettimeofday.c: Include <sys/timeb.h>.
8229         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
8230         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
8231         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
8232         fall back on time().
8233
8234         * tests/test-gettimeofday.c: New file.
8235         * modules/gettimeofday-tests: New file.
8236
8237 2007-01-16  Eric Blake  <ebb9@byu.net>
8238
8239         * modules/fnmatch (Depends-on): Depend on wchar.
8240         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
8241         * m4/fnmatch.m4: Likewise.
8242         * modules/mbchar (Makefile.am): Assume <wchar.h>.
8243         * m4/mbchar.m4: Likewise.
8244         * modules/mbswidth (Depends-on): Depend on wchar.
8245         * lib/mbswidth.c: Assume <wchar.h>.
8246         * m4/mbswidth.m4: Likewise.
8247         * modules/quotearg (Depends-on): Depend on wchar.
8248         * lib/quotearg.c: Assume <wchar.h>.
8249         * m4/quotearg.m4: Likewise.
8250         * modules/regex (Depends-on): Depend on wchar.
8251         * lib/regex_internal.h: Assume <wchar.h>.
8252         * m4/regex.m4: Likewise.
8253         * modules/stdint (Depends-on): Depend on wchar.
8254         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
8255         * m4/stdint.m4: Likewise.
8256         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
8257         * modules/strftime (Depends-on): Depend on wchar.
8258         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
8259         * modules/strtol (Depends-on): Depend on wchar.
8260         * lib/strtol.c: Assume <wchar.h>.
8261         * modules/wcwidth (Depends-on): Depend on wchar.
8262         * lib/wcwidth.h: Assume <wchar.h>.
8263         * m4/wcwidth.m4: Likewise.
8264
8265 2007-01-16  Bruno Haible  <bruno@clisp.org>
8266
8267         * modules/csharpexec-script: New, created from...
8268         * modules/csharpexec: ... this.
8269
8270 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
8271
8272         * modules/javaexec-script: New, created from...
8273         * modules/javaexec: ... this.
8274
8275 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
8276
8277         * modules/poll (Dependencies): Add sys_select.
8278
8279 2007-01-15  Jim Meyering  <jim@meyering.net>
8280
8281         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
8282         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
8283         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
8284         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
8285
8286 2007-01-15  Bruno Haible  <bruno@clisp.org>
8287
8288         * modules/striconveh: New file.
8289         * lib/striconveh.h: New file.
8290         * lib/striconveh.c: New file.
8291         * MODULES.html.sh (Internationalization functions): Add striconveh.
8292
8293         * modules/striconveh-tests: New file.
8294         * tests/test-striconveh.c: New file.
8295
8296 2007-01-15  Bruno Haible  <bruno@clisp.org>
8297
8298         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
8299         not from GNU libiconv or GNU libc.
8300
8301 2007-01-15  Bruno Haible  <bruno@clisp.org>
8302
8303         * doc/gnulib-intro.texi (Copyright): Explain the different license
8304         terms for module descriptions, autoconf macros, tests, documentation.
8305
8306 2007-01-14  Bruno Haible  <bruno@clisp.org>
8307
8308         * modules/striconv-tests: New file.
8309         * tests/test-striconv.c: New file.
8310
8311 2007-01-14  Bruno Haible  <bruno@clisp.org>
8312
8313         * modules/iconv-tests: New file.
8314         * tests/test-iconv.c: New file.
8315
8316 2007-01-14  Bruno Haible  <bruno@clisp.org>
8317
8318         * gnulib-tool (func_get_license): For test modules, use the license of
8319         the main module.
8320
8321 2007-01-14  Bruno Haible  <bruno@clisp.org>
8322
8323         * modules/iconv (Include): Clarify that <iconv.h> can only be included
8324         if iconv is found to exist.
8325
8326 2007-01-14  Bruno Haible  <bruno@clisp.org>
8327
8328         * modules/c-ctype-tests: New file.
8329         * tests/test-c-ctype.c: New file.
8330
8331 2007-01-14  Bruno Haible  <bruno@clisp.org>
8332
8333         * modules/binary-io-tests: New file.
8334         * tests/test-binary-io.sh: New file.
8335         * tests/test-binary-io.c: New file.
8336
8337 2007-01-14  Bruno Haible  <bruno@clisp.org>
8338
8339         * modules/array-oset-tests: New file.
8340         * tests/test-array_oset.c: New file.
8341
8342 2007-01-14  Bruno Haible  <bruno@clisp.org>
8343
8344         * modules/array-list-tests: New file.
8345         * tests/test-array_list.c: New file.
8346
8347 2007-01-14  Bruno Haible  <bruno@clisp.org>
8348
8349         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
8350         and make.
8351         Reported by Simon Josefsson in
8352         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
8353
8354 2007-01-14  Bruno Haible  <bruno@clisp.org>
8355
8356         * modules/allocsa-tests: New file.
8357         * tests/test-allocsa.c: New file.
8358
8359 2007-01-14  Bruno Haible  <bruno@clisp.org>
8360
8361         * modules/fchdir (Depends-on): Add absolute-header.
8362         * modules/unistd (Depends-on): Likewise.
8363
8364 2006-12-30  Bruno Haible  <bruno@clisp.org>
8365
8366         * modules/fchdir: New file.
8367         * modules/unistd (Files): Add lib/unistd_.h.
8368         (Makefile.am): Generate unistd.h from unistd_.h.
8369         * lib/fchdir.c: New file.
8370         * lib/dirent_.h: New file.
8371         * lib/unistd_.h: New file.
8372         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
8373         * m4/fchdir.m4: New file.
8374         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
8375         (gl_HEADER_UNISTD): Invoke it.
8376         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
8377         function.
8378         * lib/backupfile.c (opendir, closedir): Undefine.
8379         * lib/chown.c (open, close): Undefine.
8380         * lib/clean-temp.c (open, close): Undefine.
8381         * lib/copy-file.c (open, close): Undefine.
8382         * lib/execute.c (open, close): Undefine.
8383         * lib/fsusage.c (open, close): Undefine.
8384         * lib/gc-gnulib.c (open, close): Undefine.
8385         * lib/getcwd.c (opendir, closedir): Undefine.
8386         * lib/glob.c (opendir, closedir): Undefine.
8387         * lib/javacomp.c (open, close): Undefine.
8388         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
8389         * lib/openat-proc.c (open, close): Undefine.
8390         * lib/pagealign_alloc.c (open, close): Undefine.
8391         * lib/pipe.c (open, close): Undefine.
8392         * lib/progreloc.c (open, close): Undefine.
8393         * lib/savedir.c (opendir, closedir): Undefine.
8394         * lib/utime.c (open, close): Undefine.
8395         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
8396
8397 2007-01-10  Bruno Haible  <bruno@clisp.org>
8398
8399         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
8400
8401 2007-01-12  Eric Blake  <ebb9@byu.net>
8402
8403         Provide a robust <wchar.h>.  Further simplifications are now
8404         possible in other modules, but not included here.
8405         * modules/wchar: New module.
8406         * m4/wchar.m4: New file.
8407         * lib/wchar_.h: Likewise.
8408         * modules/mbchar (Depends-on): Depend on wchar, as the first use
8409         of the new module.
8410         * MODULES.html.sh (Extended multibyte and wide character utilities):
8411         New section.
8412
8413 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
8414
8415         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
8416         to a reasonable default for memory allocation.
8417         (xreadlink): Don't allocate a huge buffer, to work around a buggy
8418         file system that reports garbage st_size values for symlinks.
8419         Problem reported by Liyang Hu.
8420
8421 2007-01-11  Simon Josefsson  <simon@josefsson.org>
8422
8423         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
8424         Emacs .#* auto-save files).
8425
8426 2007-01-11  Bruno Haible  <bruno@clisp.org>
8427
8428         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
8429         directory.
8430
8431 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8432
8433         Use @...@ consistently in lib/wctype_.h.
8434         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
8435         on it being set to 1 or 0.
8436         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
8437         go back to AC_SUBSTing it.
8438         * modules/wctype (Makefile.am): Undo previous change.
8439
8440 2007-01-10  Eric Blake  <ebb9@byu.net>
8441
8442         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
8443         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
8444         * modules/wctype (Makefile.am): Likewise.
8445         Reported by Chris McGuire.
8446
8447 2007-01-10  Jim Meyering  <jim@meyering.net>
8448
8449         fts.c: a small readability/maintainability improvement
8450         * lib/fts.c (fts_read): Make this code slightly more readable and
8451         maintainable by hoisting the "sp->fts_cur = p" assignments to
8452         immediately follow the statements that set P.  Derived from
8453         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
8454
8455 2007-01-10  Eric Blake  <ebb9@byu.net>
8456
8457         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
8458         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
8459         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
8460         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
8461         Reported by Chris McGuire.
8462
8463 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8464
8465         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
8466         in sed script.
8467
8468 2007-01-09  Bruno Haible  <bruno@clisp.org>
8469
8470         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
8471         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
8472         variables.
8473         (func_module): Use them.
8474
8475 2007-01-09  Bruno Haible  <bruno@clisp.org>
8476
8477         * modules/unistr/base: New file.
8478         * lib/unistr.h: New file.
8479
8480         * modules/unistr/u8-to-u16: New file.
8481         * lib/unistr/u8-to-u16.c: New file.
8482
8483         * modules/unistr/u8-to-u32: New file.
8484         * lib/unistr/u8-to-u32.c: New file.
8485
8486         * modules/unistr/u16-to-u8: New file.
8487         * lib/unistr/u16-to-u8.c: New file.
8488
8489         * modules/unistr/u16-to-u32: New file.
8490         * lib/unistr/u16-to-u32.c: New file.
8491
8492         * modules/unistr/u32-to-u8: New file.
8493         * lib/unistr/u32-to-u8.c: New file.
8494
8495         * modules/unistr/u32-to-u16: New file.
8496         * lib/unistr/u32-to-u16.c: New file.
8497
8498         * modules/unistr/u8-check: New file.
8499         * modules/unistr/u16-check: New file.
8500         * modules/unistr/u32-check: New file.
8501         * lib/unistr/u8-check.c: New file.
8502         * lib/unistr/u16-check.c: New file.
8503         * lib/unistr/u32-check.c: New file.
8504
8505         * modules/unistr/u8-chr: New file.
8506         * modules/unistr/u16-chr: New file.
8507         * modules/unistr/u32-chr: New file.
8508         * lib/unistr/u8-chr.c: New file.
8509         * lib/unistr/u16-chr.c: New file.
8510         * lib/unistr/u32-chr.c: New file.
8511
8512         * modules/unistr/u8-cmp: New file.
8513         * modules/unistr/u16-cmp: New file.
8514         * modules/unistr/u32-cmp: New file.
8515         * lib/unistr/u8-cmp.c: New file.
8516         * lib/unistr/u16-cmp.c: New file.
8517         * lib/unistr/u32-cmp.c: New file.
8518
8519         * modules/unistr/u8-cpy: New file.
8520         * modules/unistr/u16-cpy: New file.
8521         * modules/unistr/u32-cpy: New file.
8522         * lib/unistr/u8-cpy.c: New file.
8523         * lib/unistr/u16-cpy.c: New file.
8524         * lib/unistr/u32-cpy.c: New file.
8525         * lib/unistr/u-cpy.h: New file.
8526
8527         * modules/unistr/u8-cpy-alloc: New file.
8528         * modules/unistr/u16-cpy-alloc: New file.
8529         * modules/unistr/u32-cpy-alloc: New file.
8530         * lib/unistr/u8-cpy-alloc.c: New file.
8531         * lib/unistr/u16-cpy-alloc.c: New file.
8532         * lib/unistr/u32-cpy-alloc.c: New file.
8533         * lib/unistr/u-cpy-alloc.h: New file.
8534
8535         * modules/unistr/u8-endswith: New file.
8536         * modules/unistr/u16-endswith: New file.
8537         * modules/unistr/u32-endswith: New file.
8538         * lib/unistr/u8-endswith.c: New file.
8539         * lib/unistr/u16-endswith.c: New file.
8540         * lib/unistr/u32-endswith.c: New file.
8541         * lib/unistr/u-endswith.h: New file.
8542
8543         * modules/unistr/u8-mblen: New file.
8544         * modules/unistr/u16-mblen: New file.
8545         * modules/unistr/u32-mblen: New file.
8546         * lib/unistr/u8-mblen.c: New file.
8547         * lib/unistr/u16-mblen.c: New file.
8548         * lib/unistr/u32-mblen.c: New file.
8549
8550         * modules/unistr/u8-mbtouc: New file.
8551         * modules/unistr/u16-mbtouc: New file.
8552         * modules/unistr/u32-mbtouc: New file.
8553         * lib/unistr/u8-mbtouc.c: New file.
8554         * lib/unistr/u16-mbtouc.c: New file.
8555         * lib/unistr/u32-mbtouc.c: New file.
8556
8557         * modules/unistr/u8-mbtouc-safe: New file.
8558         * modules/unistr/u16-mbtouc-safe: New file.
8559         * modules/unistr/u32-mbtouc-safe: New file.
8560         * lib/unistr/u8-mbtouc-safe.c: New file.
8561         * lib/unistr/u16-mbtouc-safe.c: New file.
8562         * lib/unistr/u32-mbtouc-safe.c: New file.
8563
8564         * modules/unistr/u8-move: New file.
8565         * modules/unistr/u16-move: New file.
8566         * modules/unistr/u32-move: New file.
8567         * lib/unistr/u8-move.c: New file.
8568         * lib/unistr/u16-move.c: New file.
8569         * lib/unistr/u32-move.c: New file.
8570         * lib/unistr/u-move.h: New file.
8571
8572         * modules/unistr/u8-next: New file.
8573         * modules/unistr/u16-next: New file.
8574         * modules/unistr/u32-next: New file.
8575         * lib/unistr/u8-next.c: New file.
8576         * lib/unistr/u16-next.c: New file.
8577         * lib/unistr/u32-next.c: New file.
8578
8579         * modules/unistr/u8-prev: New file.
8580         * modules/unistr/u16-prev: New file.
8581         * modules/unistr/u32-prev: New file.
8582         * lib/unistr/u8-prev.c: New file.
8583         * lib/unistr/u16-prev.c: New file.
8584         * lib/unistr/u32-prev.c: New file.
8585
8586         * modules/unistr/u8-set: New file.
8587         * modules/unistr/u16-set: New file.
8588         * modules/unistr/u32-set: New file.
8589         * lib/unistr/u8-set.c: New file.
8590         * lib/unistr/u16-set.c: New file.
8591         * lib/unistr/u32-set.c: New file.
8592         * lib/unistr/u-set.h: New file.
8593
8594         * modules/unistr/u8-startswith: New file.
8595         * modules/unistr/u16-startswith: New file.
8596         * modules/unistr/u32-startswith: New file.
8597         * lib/unistr/u8-startswith.c: New file.
8598         * lib/unistr/u16-startswith.c: New file.
8599         * lib/unistr/u32-startswith.c: New file.
8600         * lib/unistr/u-startswith.h: New file.
8601
8602         * modules/unistr/u8-stpcpy: New file.
8603         * modules/unistr/u16-stpcpy: New file.
8604         * modules/unistr/u32-stpcpy: New file.
8605         * lib/unistr/u8-stpcpy.c: New file.
8606         * lib/unistr/u16-stpcpy.c: New file.
8607         * lib/unistr/u32-stpcpy.c: New file.
8608         * lib/unistr/u-stpcpy.h: New file.
8609
8610         * modules/unistr/u8-stpncpy: New file.
8611         * modules/unistr/u16-stpncpy: New file.
8612         * modules/unistr/u32-stpncpy: New file.
8613         * lib/unistr/u8-stpncpy.c: New file.
8614         * lib/unistr/u16-stpncpy.c: New file.
8615         * lib/unistr/u32-stpncpy.c: New file.
8616         * lib/unistr/u-stpncpy.h: New file.
8617
8618         * modules/unistr/u8-strcat: New file.
8619         * modules/unistr/u16-strcat: New file.
8620         * modules/unistr/u32-strcat: New file.
8621         * lib/unistr/u8-strcat.c: New file.
8622         * lib/unistr/u16-strcat.c: New file.
8623         * lib/unistr/u32-strcat.c: New file.
8624         * lib/unistr/u-strcat.h: New file.
8625
8626         * modules/unistr/u8-strchr: New file.
8627         * modules/unistr/u16-strchr: New file.
8628         * modules/unistr/u32-strchr: New file.
8629         * lib/unistr/u8-strchr.c: New file.
8630         * lib/unistr/u16-strchr.c: New file.
8631         * lib/unistr/u32-strchr.c: New file.
8632
8633         * modules/unistr/u8-strcmp: New file.
8634         * modules/unistr/u16-strcmp: New file.
8635         * modules/unistr/u32-strcmp: New file.
8636         * lib/unistr/u8-strcmp.c: New file.
8637         * lib/unistr/u16-strcmp.c: New file.
8638         * lib/unistr/u32-strcmp.c: New file.
8639
8640         * modules/unistr/u8-strcpy: New file.
8641         * modules/unistr/u16-strcpy: New file.
8642         * modules/unistr/u32-strcpy: New file.
8643         * lib/unistr/u8-strcpy.c: New file.
8644         * lib/unistr/u16-strcpy.c: New file.
8645         * lib/unistr/u32-strcpy.c: New file.
8646         * lib/unistr/u-strcpy.h: New file.
8647
8648         * modules/unistr/u8-strcspn: New file.
8649         * modules/unistr/u16-strcspn: New file.
8650         * modules/unistr/u32-strcspn: New file.
8651         * lib/unistr/u8-strcspn.c: New file.
8652         * lib/unistr/u16-strcspn.c: New file.
8653         * lib/unistr/u32-strcspn.c: New file.
8654         * lib/unistr/u-strcspn.h: New file.
8655
8656         * modules/unistr/u8-strdup: New file.
8657         * modules/unistr/u16-strdup: New file.
8658         * modules/unistr/u32-strdup: New file.
8659         * lib/unistr/u8-strdup.c: New file.
8660         * lib/unistr/u16-strdup.c: New file.
8661         * lib/unistr/u32-strdup.c: New file.
8662         * lib/unistr/u-strdup.h: New file.
8663
8664         * modules/unistr/u8-strlen: New file.
8665         * modules/unistr/u16-strlen: New file.
8666         * modules/unistr/u32-strlen: New file.
8667         * lib/unistr/u8-strlen.c: New file.
8668         * lib/unistr/u16-strlen.c: New file.
8669         * lib/unistr/u32-strlen.c: New file.
8670         * lib/unistr/u-strlen.h: New file.
8671
8672         * modules/unistr/u8-strmblen: New file.
8673         * modules/unistr/u16-strmblen: New file.
8674         * modules/unistr/u32-strmblen: New file.
8675         * lib/unistr/u8-strmblen.c: New file.
8676         * lib/unistr/u16-strmblen.c: New file.
8677         * lib/unistr/u32-strmblen.c: New file.
8678
8679         * modules/unistr/u8-strmbtouc: New file.
8680         * modules/unistr/u16-strmbtouc: New file.
8681         * modules/unistr/u32-strmbtouc: New file.
8682         * lib/unistr/u8-strmbtouc.c: New file.
8683         * lib/unistr/u16-strmbtouc.c: New file.
8684         * lib/unistr/u32-strmbtouc.c: New file.
8685
8686         * modules/unistr/u8-strncat: New file.
8687         * modules/unistr/u16-strncat: New file.
8688         * modules/unistr/u32-strncat: New file.
8689         * lib/unistr/u8-strncat.c: New file.
8690         * lib/unistr/u16-strncat.c: New file.
8691         * lib/unistr/u32-strncat.c: New file.
8692         * lib/unistr/u-strncat.h: New file.
8693
8694         * modules/unistr/u8-strncmp: New file.
8695         * modules/unistr/u16-strncmp: New file.
8696         * modules/unistr/u32-strncmp: New file.
8697         * lib/unistr/u8-strncmp.c: New file.
8698         * lib/unistr/u16-strncmp.c: New file.
8699         * lib/unistr/u32-strncmp.c: New file.
8700
8701         * modules/unistr/u8-strncpy: New file.
8702         * modules/unistr/u16-strncpy: New file.
8703         * modules/unistr/u32-strncpy: New file.
8704         * lib/unistr/u8-strncpy.c: New file.
8705         * lib/unistr/u16-strncpy.c: New file.
8706         * lib/unistr/u32-strncpy.c: New file.
8707         * lib/unistr/u-strncpy.h: New file.
8708
8709         * modules/unistr/u8-strnlen: New file.
8710         * modules/unistr/u16-strnlen: New file.
8711         * modules/unistr/u32-strnlen: New file.
8712         * lib/unistr/u8-strnlen.c: New file.
8713         * lib/unistr/u16-strnlen.c: New file.
8714         * lib/unistr/u32-strnlen.c: New file.
8715         * lib/unistr/u-strnlen.h: New file.
8716
8717         * modules/unistr/u8-strpbrk: New file.
8718         * modules/unistr/u16-strpbrk: New file.
8719         * modules/unistr/u32-strpbrk: New file.
8720         * lib/unistr/u8-strpbrk.c: New file.
8721         * lib/unistr/u16-strpbrk.c: New file.
8722         * lib/unistr/u32-strpbrk.c: New file.
8723         * lib/unistr/u-strpbrk.h: New file.
8724
8725         * modules/unistr/u8-strrchr: New file.
8726         * modules/unistr/u16-strrchr: New file.
8727         * modules/unistr/u32-strrchr: New file.
8728         * lib/unistr/u8-strrchr.c: New file.
8729         * lib/unistr/u16-strrchr.c: New file.
8730         * lib/unistr/u32-strrchr.c: New file.
8731
8732         * modules/unistr/u8-strspn: New file.
8733         * modules/unistr/u16-strspn: New file.
8734         * modules/unistr/u32-strspn: New file.
8735         * lib/unistr/u8-strspn.c: New file.
8736         * lib/unistr/u16-strspn.c: New file.
8737         * lib/unistr/u32-strspn.c: New file.
8738         * lib/unistr/u-strspn.h: New file.
8739
8740         * modules/unistr/u8-strstr: New file.
8741         * modules/unistr/u16-strstr: New file.
8742         * modules/unistr/u32-strstr: New file.
8743         * lib/unistr/u8-strstr.c: New file.
8744         * lib/unistr/u16-strstr.c: New file.
8745         * lib/unistr/u32-strstr.c: New file.
8746         * lib/unistr/u-strstr.h: New file.
8747
8748         * modules/unistr/u8-strtok: New file.
8749         * modules/unistr/u16-strtok: New file.
8750         * modules/unistr/u32-strtok: New file.
8751         * lib/unistr/u8-strtok.c: New file.
8752         * lib/unistr/u16-strtok.c: New file.
8753         * lib/unistr/u32-strtok.c: New file.
8754         * lib/unistr/u-strtok.h: New file.
8755
8756         * modules/unistr/u8-uctomb: New file.
8757         * modules/unistr/u16-uctomb: New file.
8758         * modules/unistr/u32-uctomb: New file.
8759         * lib/unistr/u8-uctomb.c: New file.
8760         * lib/unistr/u16-uctomb.c: New file.
8761         * lib/unistr/u32-uctomb.c: New file.
8762
8763         * MODULES.html.sh (Unicode string functions): Add the new modules.
8764
8765 2007-01-08  Bruno Haible  <bruno@clisp.org>
8766
8767         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
8768         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
8769         subdirectories.
8770
8771 2007-01-08  Karl Berry  <karl@gnu.org>
8772
8773         * doc/error.texi: mention that main() fns must set program_name
8774         when progname is used.
8775
8776 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
8777
8778         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
8779         WCTYPE_H is empty, for the benefit of builds from non-distclean
8780         directories.  Problem reported by Eric Blake in
8781         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
8782
8783 2007-01-08  Bruno Haible  <bruno@clisp.org>
8784
8785         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
8786         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
8787         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
8788         PROVIDE_CANONICALIZE_FILENAME_MODE.
8789         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
8790
8791 2007-01-08  Bruno Haible  <bruno@clisp.org>
8792
8793         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
8794         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
8795         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
8796         * lib/fts.c: Likewise.
8797         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
8798
8799 2006-12-25  Bruno Haible  <bruno@clisp.org>
8800
8801         * modules/utf8-ucs4-safe: New file.
8802         * lib/utf8-ucs4-safe.h: New file.
8803         * lib/unistr/utf8-ucs4-safe.c: New file.
8804
8805         * modules/utf16-ucs4-safe: New file.
8806         * lib/utf16-ucs4-safe.h: New file.
8807         * lib/unistr/utf16-ucs4-safe.c: New file.
8808
8809         * MODULES.html.sh (Unicode string functions): Add the new modules.
8810
8811 2007-01-08  Bruno Haible  <bruno@clisp.org>
8812
8813         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
8814         (Depends-on): Add unitypes.
8815         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8816         (u8_mbtouc_aux): Move out to separate file.
8817         (u8_mbtouc): Use ucs4_t, uint8_t types.
8818         * lib/unistr/utf8-ucs4.c: New file.
8819
8820         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
8821         (Depends-on): Add unitypes.
8822         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
8823         (u16_mbtouc_aux): Move out to separate file.
8824         (u16_mbtouc): Use ucs4_t, uint16_t types.
8825         * lib/unistr/utf16-ucs4.c: New file.
8826
8827         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
8828         (Depends-on): Add unitypes.
8829         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
8830         (u8_uctomb_aux): Move out to separate file.
8831         (u8_uctomb): Use ucs4_t, uint8_t types.
8832         * lib/unistr/ucs4-utf8.c: New file.
8833
8834         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
8835         (Depends-on): Add unitypes.
8836         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
8837         (u16_uctomb_aux): Move out to separate file.
8838         (u16_uctomb): Use ucs4_t, uint16_t types.
8839         * lib/unistr/ucs4-utf16.c: New file.
8840
8841 2006-12-25  Bruno Haible  <bruno@clisp.org>
8842
8843         * modules/unitypes: New file.
8844         * lib/unitypes.h: New file.
8845         * MODULES.html.sh (func_all_modules): New section "Unicode string
8846         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
8847         this section. Add unitypes.
8848
8849 2007-01-08  Bruno Haible  <bruno@clisp.org>
8850
8851         Avoid variable names that conflict with those from libtool.
8852         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
8853         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
8854         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
8855         library_names_spec to acl_library_names_spec, hardcode_* to
8856         acl_hardcode_*.
8857         Reported by Ralf Wildenhues.
8858
8859 2007-01-08  Bruno Haible  <bruno@clisp.org>
8860
8861         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
8862         definition.
8863         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
8864         definition.
8865         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
8866         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
8867         definition.
8868         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
8869         definition.
8870         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
8871         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
8872         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
8873         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
8874         definition.
8875         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
8876         definition.
8877         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
8878         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
8879         GC_USE_<algorithm>.
8880         * lib/gc-libgcrypt.c: Likewise.
8881         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
8882         * modules/gc-arctwo (configure.ac): Likewise.
8883         * modules/gc-des (configure.ac): Likewise.
8884         * modules/gc-hmac-md5 (configure.ac): Likewise.
8885         * modules/gc-hmac-sha1 (configure.ac): Likewise.
8886         * modules/gc-md2 (configure.ac): Likewise.
8887         * modules/gc-md4 (configure.ac): Likewise.
8888         * modules/gc-md5 (configure.ac): Likewise.
8889         * modules/gc-random (configure.ac): Likewise.
8890         * modules/gc-rijndael (configure.ac): Likewise.
8891         * modules/gc-sha1 (configure.ac): Likewise.
8892
8893 2007-01-08  Bruno Haible  <bruno@clisp.org>
8894
8895         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
8896         macro definition.
8897         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
8898         definition.
8899         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
8900         definition.
8901         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
8902         * modules/fcntl-safer (configure.ac): Likewise.
8903         * modules/fopen-safer (configure.ac): Likewise.
8904         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
8905         GNULIB_FWRITEERROR macro definition.
8906
8907 2007-01-08  Bruno Haible  <bruno@clisp.org>
8908
8909         * m4/gnulib-common.m4: New file.
8910         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
8911         (func_get_filelist): Add m4/gnulib-common.m4.
8912
8913 2007-01-08  Bruno Haible  <bruno@clisp.org>
8914
8915         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
8916         command.
8917
8918 2007-01-08  Jim Meyering  <jim@meyering.net>
8919
8920         Use a more robust test for a "can't happen" condition.
8921         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
8922         narrowed the st_size value.  Presuming the "can't happen" condition
8923         is true, that narrowing could conceivably convert an invalid st_size
8924         value into a valid one.  Instead, use a change based on Matthew
8925         Woehlke's original patch.
8926
8927         Slight readability improvement: use an assert-like macro
8928         in place of literal "abort ()" uses.
8929         * lib/fts.c (fts_assert): Define.
8930         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
8931         Use this macro instead of a bare 'abort'.
8932
8933 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
8934
8935         Don't worry about using IRIX 5.3's wctype.h broken definitions;
8936         simply work around them.
8937         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
8938         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
8939         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
8940         declaring.
8941         Don't bother to define as macros, since the standard doesn't require it.
8942         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
8943         longer worry about IRIX 5.3.
8944         (HAVE_WCTYPE_CTMP_BUG): Remove.
8945
8946 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8947
8948         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
8949         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
8950         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
8951         Problems reported by Georg Schwarz for IRIX 5.3.
8952
8953         * gnulib-tool (autoconf_minversion): Take the maximum version number
8954         found, not the minimum.  Problem reported by James Youngman.
8955
8956 2007-01-03  Karl Berry  <karl@gnu.org>
8957
8958         * doc/error.texi: new file, explaining interaction with progname.
8959         * doc/gnulib.texi: include it.  Update copyright.
8960
8961 2007-01-03  Simon Josefsson  <simon@josefsson.org>
8962
8963         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
8964         AC_CANONICAL_HOST, to improve autobuild outputs.
8965
8966 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
8967             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
8968
8969         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
8970         sockets, server sockets, and other file descriptors.  Count errors
8971         to compute the return value.  Reorder the code a bit to be easier
8972         to follow.  Don't set event bits that were not requested (except
8973         POLLERR and POLLHUP).
8974
8975 2007-01-01  Bruno Haible  <bruno@clisp.org>
8976
8977         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
8978
8979 2007-01-03  Jim Meyering  <jim@meyering.net>
8980
8981         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8982
8983 2007-01-02  Bruno Haible  <bruno@clisp.org>
8984
8985         * modules/settime (Include): Require timespec.h.
8986         * modules/nanosleep (Include): Likewise.
8987
8988 2007-01-01  Bruno Haible  <bruno@clisp.org>
8989
8990         * gnulib-tool (func_emit_copyright_notice): Bump year.
8991         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
8992
8993 2007-01-01  Bruno Haible  <bruno@clisp.org>
8994
8995         Improve support for OpenBSD.
8996         * build-aux/config.rpath (libname_spec): Export.
8997         (library_names_spec): New variable. Export.
8998         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
8999         library_names_spec from the config.rpath output. Locate shared library
9000         through the name pattern in library_names_spec.
9001
9002 2007-01-01  Eric Blake  <ebb9@byu.net>
9003
9004         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
9005
9006 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
9007
9008         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
9009         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
9010         assume the C locale, and avoid an "eval" that could cause trouble.
9011         Problem with SORT reported by Bob Proulx.
9012
9013         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
9014         Define.  Trivial patch from Henning Nielsen Lund, originally
9015         sent to bug-grep@gnu.org today.
9016
9017 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
9018
9019         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
9020         struct stat.  Problem reported by Henning Nielsen Lund.
9021         * lib/acl.c: Include acl.h first, to check interface.  Don't
9022         bother to include sys/types.h and sys/stat.h again.
9023
9024 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
9025
9026         Import the following change from libc; problem reported by
9027         Sven Verdoolaege.
9028
9029         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
9030
9031         [BZ #1373]
9032         * lib/argp.h: Remove __NTH for __argp_usage inline function.
9033
9034 2006-12-28  Jim Meyering  <jim@meyering.net>
9035
9036         * build-aux/announce-gen: Do not assume that the package
9037         builds any of tar.gz, tar.bz2, and .xdelta files.
9038         Suggestion from Simon Josefsson.
9039
9040 2006-12-28  Simon Josefsson  <simon@josefsson.org>
9041
9042         * modules/announce-gen: New file.
9043
9044 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
9045
9046         * lib/mbchar.h: Just include <wctype.h>; the wctype module
9047         handles its gotchas now.
9048         * lib/mbswidth.c: Likewise.
9049         * lib/wcwidth.h: Likewise.
9050         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
9051         and iswcntrl; the wctype module does this stuff now.
9052         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
9053         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
9054         * modules/mbchar (Depends-on): Add wctype.
9055         * modules/mbswidth (Depends-on): Likewise.
9056         * modules/wcwidth (Depends-on): Likewise.
9057
9058 2006-12-27  Eric Blake  <ebb9@byu.net>
9059
9060         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
9061         module uses more than what <wctype.h> is required to provide.
9062
9063 2006-12-26  Eric Blake  <ebb9@byu.net>
9064
9065         * gnulib-tool (sed_extract_prog): Avoid space-tab.
9066
9067 2006-12-26  Eric Blake  <ebb9@byu.net>
9068
9069         * modules/absolute-header: New module.
9070         * modules/fcntl (Depends-on): Depend on it.
9071         * modules/inttypes (Depends-on): Likewise.
9072         * modules/stdint (Depends-on): Likewise.
9073         * modules/sys_stat (Depends-on): Likewise.
9074         * modules/wctype (Depends-on): Likewise.
9075         * MODULES.html.sh (Support for building libraries and
9076         executables): Document it.
9077
9078 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
9079
9080         * gnulib-tool (SED): Remove, undoing previous change.
9081         The problem was that it broke coreutils on Solaris, because
9082         "sed --posix" leaked into a makefile.
9083         (sed): New alias, if 'alias' and GNU sed.
9084
9085 2006-12-24  Jim Meyering  <jim@meyering.net>
9086
9087         Work around an fchownat bug in glibc-2.4:
9088         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
9089         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
9090         in spite of the -P option.
9091         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
9092         New macros.
9093         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
9094         * modules/openat (Files): Add lib/fchownat.c.
9095         * lib/openat.c (fchownat): Don't define here.  Move to...
9096         * lib/fchownat.c: ...this new file.
9097
9098 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
9099
9100         Fix bug reported by Bruno Haible in
9101         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
9102         where quotearg.c didn't compile on Mac OS X 10.2 because it
9103         lacks <wchar.h> and wint_t.
9104         * lib/wctype_.h (__wctype_wint_t): New type.
9105         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
9106         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
9107         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
9108         Arg is now of type __wctype_wint_t, not wint_t.
9109         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
9110         substitute HAVE_WINT_T.
9111         * modules/wctype (Files): Add m4/wint_t.m4.
9112         (wctype.h): Substitute HAVE_WINT_T.
9113
9114 2006-12-23  Bruno Haible  <bruno@clisp.org>
9115
9116         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
9117
9118 2006-12-23  Bruno Haible  <bruno@clisp.org>
9119
9120         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
9121         S_ISLNK.
9122         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
9123         mingw.
9124
9125 2006-12-22  Bruno Haible  <bruno@clisp.org>
9126
9127         * lib/copy-file.c: Include acl.h.
9128         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
9129         Close the file descriptors only after being done with copy_acl.
9130         * modules/copy-file (Depends-on): Add acl.
9131
9132 2006-12-22  Bruno Haible  <bruno@clisp.org>
9133
9134         * gnulib-tool (SED): New variable.
9135         Use $SED instead of sed everywhere.
9136
9137 2006-12-22  Bruno Haible  <bruno@clisp.org>
9138
9139         * modules/no-c++: New file.
9140         * m4/no-c++.m4: New file.
9141         * MODULES.html.sh (Support for building libraries and executables):
9142         Add no-c++.
9143
9144 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
9145
9146         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
9147         Include <limits.h>, and use its INT_MAX to rewrite the
9148         j loop so that it does not overflow 'int'.  Problem reported by
9149         Ralf Wildenhues in
9150         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
9151         Play it safe by shifting left by 1 rather than multiplying by 2,
9152         as GCC is less likely to optimize this away when the value
9153         is signed (when it assumes overflow leads to undefined behavior).
9154         Also, don't assume time_t uses two's complement.
9155
9156 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
9157
9158         * MODULES.html.sh: New module wctype.
9159         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
9160         * lib/fnmatch.c: Don't bother to include <wchar.h> before
9161         <wctype.h>, since the new wctype module should fix this.
9162         * lib/quotearg.c: Include <wctype.h> unconditionally, since
9163         the wctype module should arrange for it.
9164         * lib/regex_internal.h: Likewise.
9165         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
9166         since the wctype module should handle this now.
9167         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
9168         * modules/fnmatch (Depends-on): Add wctype.
9169         * modules/quotearg (Depends-on): Likewise.
9170         * modules/regex (Depends-on): Likewise.
9171
9172 2006-12-19  Bruno Haible  <bruno@clisp.org>
9173
9174         * lib/strdup.h [C++]: Wrap definitions in extern "C".
9175         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
9176
9177 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9178
9179         * modules/savewd (Depends-on): Fix dependency on fcntl.
9180
9181 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9182
9183         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
9184         conforms to C99, rather than relying on the user's environment
9185         setting of STDINT_H.
9186
9187 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
9188         and Eric Blake  <ebb9@byu.net>
9189
9190         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
9191         This is more consistent with the other defines here.
9192         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
9193         Port to z/OS.  Problem reported by Paul Gilmartin.
9194         Change local vars to use gl_ prefix rather than ac_.
9195         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
9196         with other defines.
9197         * modules/double-slash-root: New module.
9198         * modules/dirname (Files): Remove m4/double-slash-root.m4.
9199         (Depends-on): Add double-slash-root.
9200         * MODULES.html.sh (File system functions): Mention new module.
9201
9202 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
9203
9204         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
9205         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
9206         This is for the benefit of gzip, which doesn't do i18n.
9207
9208 2006-12-12  Jim Meyering  <jim@meyering.net>
9209
9210         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
9211         Reported by Andreas Schwab <schwab@suse.de>.
9212
9213 2006-12-12  Bruno Haible  <bruno@clisp.org>
9214
9215         Merge these changes.
9216         2006-09-05  Bruno Haible  <bruno@clisp.org>
9217         * lib/iconvme.c (iconv_string): No need to save and restore errno when
9218         iconv_alloc succeeded.
9219         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
9220         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
9221         test for " && dest " at the end - dest is always != NULL there. Call
9222         iconv with 4xNULL arguments initially, to reset the state. Call iconv
9223         with 2xNULL arguments, also to flush the state storage. Handle the
9224         IRIX iconv behaviour. Realloc the final result, to throw away unused
9225         memory.
9226
9227 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
9228
9229         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
9230         and fchmodat unconditionally, since glibc 2.4 has them.
9231         Problem reported by Arkadiusz Miskiewicz.
9232
9233 2006-12-10  Bruno Haible  <bruno@clisp.org>
9234
9235         * gnulib-tool (func_import): Show the include files only for those
9236         modules that are copied and specified.
9237         Reported by Karl Berry.
9238
9239 2006-12-08  Jim Meyering  <jim@meyering.net>
9240
9241         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
9242         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
9243
9244         * build-aux/announce-gen: Add two new options, both optional:
9245         --bootstrap-tools=TOOL_LIST
9246               a comma-separated list of tools, e.g.,
9247               autoconf,automake,bison,gnulib
9248         --gnulib-snapshot-date=DATE
9249               if gnulib is in the bootstrap tool list,
9250               then report this as the snapshot date.
9251               If not specified, use the current date/time.
9252               If you specify a date here, be sure it's UTC.
9253
9254 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9255
9256         * tests/test-argp-2.sh: Fix test to match actual output.
9257         (func_compare): Fix sed script to be portable.
9258
9259 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
9260
9261         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
9262         workaround for this case.  It is not autoconfigured now; offhand
9263         it's hard to see how to autoconfigure it.
9264
9265 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
9266
9267         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
9268         a directory that is about to be chowned.  Such a directory's
9269         initial file permissions should permit the owner only and this
9270         should not be changed until after the chown, since the group and
9271         other bits would be incorrect if they granted permission before
9272         the chown.
9273
9274         Fix porting problem for iswctype reported by Georg Schwarz in:
9275         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
9276         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
9277         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
9278         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
9279         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
9280
9281 2006-12-03  Jim Meyering  <jim@meyering.net>
9282
9283         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
9284         p->fts_statp may not yet be defined.
9285         (fts_read): Instead, set it in the caller, once p->fts_statp is
9286         sure to be defined, and corresponds to a top-level directory.
9287         This bug made du -x fail.  Here's the coreutils test case:
9288         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
9289         Reported by Mike Frysinger.
9290
9291 2006-12-01  Jim Meyering  <jim@meyering.net>
9292
9293         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
9294         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
9295         Reported by Simon Josefsson.
9296
9297 2006-11-30  Jim Meyering  <jim@meyering.net>
9298
9299         * m4/warning.m4: Use the all-permissive copyright notice
9300         recommended by RMS (rather than LGPL).
9301         * m4/vararrays.m4: Likewise.
9302         * m4/flexmember.m4: Likewise.
9303
9304 2006-11-29  Bruno Haible  <bruno@clisp.org>
9305
9306         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
9307         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
9308         using +=.
9309         Reported by Simon Josefsson <simon@josefsson.org>.
9310
9311 2006-11-28  James Youngman <jay@gnu.org>
9312
9313         * README: Advise users that they might find the bug-gnulib@gnu.org
9314         and autotools-announce@gnu.org mailing lists useful.
9315
9316 2006-11-28  Bruno Haible  <bruno@clisp.org>
9317
9318         * m4/ptrdiff_max.m4: Remove file.
9319
9320 2006-11-21  Bruno Haible  <bruno@clisp.org>
9321
9322         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
9323         _AC_COMPUTE_INT.
9324         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9325         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
9326         _AC_COMPUTE_INT.
9327         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9328         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
9329         _AC_COMPUTE_INT.
9330         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9331
9332 2006-11-28  Jim Meyering  <jim@meyering.net>
9333
9334         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
9335         warning from "gcc -Wshadow" about shadowing the builtin.
9336
9337 2006-11-27  Bruno Haible  <bruno@clisp.org>
9338
9339         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
9340         _AC_COMPUTE_INT.
9341         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
9342
9343 2006-11-27  Bruno Haible  <bruno@clisp.org>
9344             Paul Eggert  <eggert@cs.ucla.edu>
9345
9346         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
9347
9348 2006-11-26  Bruno Haible  <bruno@clisp.org>
9349
9350         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
9351         noinst_LTLIBRARIES.
9352
9353 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
9354             Bruno Haible  <bruno@clisp.org>
9355
9356         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
9357         if compiling with "gcc -ansi".
9358
9359 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
9360
9361         Fix some incompatibilities with gcc -ansi -pedantic.
9362         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
9363         if compiling pedantically with GCC, unless it's C99 or later.
9364         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
9365         it mishandles gcc -ansi -pedantic as well.
9366         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
9367         if gcc -pedantic.
9368         * lib/regexec.c (check_node_accept_bytes): Don't use auto
9369         initializers for struct if -pedantic, unless it's C99 or later.
9370
9371 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
9372
9373         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
9374         Don't close an fd more than once. Identical atimes indicate
9375         success, not failure.
9376
9377 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
9378
9379         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
9380
9381 2006-11-23  Jim Meyering  <jim@meyering.net>
9382
9383         * build-aux/announce-gen: New file.  From coreutils.
9384
9385 2006-11-22  Jim Meyering  <jim@meyering.net>
9386
9387         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
9388         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
9389         (fts_read): Use a temporary to narrow the overused st_size member
9390         before using it in a switch statement.  Reported by Matthew Woehlke.
9391
9392         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
9393         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9394
9395 2006-11-20  Bruno Haible  <bruno@clisp.org>
9396
9397         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
9398         changequote instead of pairs of brackets.
9399         Reported by Andreas Schwab <schwab@suse.de>.
9400
9401 2006-11-21  Jim Meyering  <jim@meyering.net>
9402
9403         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
9404         so as to remain compatible with older compilers.
9405         Patch from Michael Deutschmann.
9406
9407 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
9408
9409         * MODULES.html.sh (File system functions): Add openat.
9410
9411         * lib/openat.h (rpl_fstatat): New macro, if
9412         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
9413         (fstatat): Define to rpl_fstatat under the same conditions,
9414         unless COMPILING_FSTATAT.
9415         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
9416         seems to have the bug.
9417         * lib/fstatat.c: New file.
9418         * modules/openat (Files): Add it.
9419
9420 2006-11-20  Bruno Haible  <bruno@clisp.org>
9421
9422         * Makefile: New file.
9423
9424 2006-11-20  Jim Meyering  <jim@meyering.net>
9425
9426         The beginnings of syntax-related checks for gnulib.
9427         * lib/Makefile: New file.
9428         * lib/t-idcache: New script.  Ensure that the two halves of
9429         idcache.c stay in sync.
9430
9431         * lib/idcache.c: Adjust comments in user- and group- portions to
9432         be more accurate, and to be consistent with one another.
9433
9434 2006-11-20  Jim Meyering  <jim@meyering.net>
9435
9436         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
9437         continue using the flexible array member (thus, this module performs
9438         half as many malloc calls), with the addition that...
9439         (getgroup, getuser): Consistently record a non-match via an empty
9440         "name" string, and map an empty string match to a NULL return value.
9441         * modules/idcache (Depends-on): Re-add flexmember.
9442
9443         * lib/idcache.c (getuser): Remove all uses of the register keyword.
9444         (getuidbyname, getgroup, getgidbyname): Likewise.
9445
9446         Use cleaner syntax: NULL rather than 0.
9447         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
9448
9449 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
9450
9451         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
9452         It mishandled the case where the group was missing.
9453         Problem reported by Greg Schafer.
9454         * modules/idcache: Likewise.
9455
9456 2006-11-18  Jim Meyering  <jim@meyering.net>
9457
9458         * check-module (%exempt_header): Add exception for some
9459         conditionally-included headers.
9460
9461         * modules/i-ring (Depends-on): Add verify.
9462         (License): Change to LGPL.
9463
9464 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
9465
9466         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
9467         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
9468         and inttostr.h.  Use snprintf rather than uinttostr, so that
9469         LGPLed code doesn't depend on GPLed.
9470
9471 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
9472
9473         * modules/inline (License): Change from GPL to LGPL.
9474
9475 2006-11-17  Jim Meyering  <jim@meyering.net>
9476
9477         * modules/d-type (License): Switch to LGPL.
9478
9479 2006-11-15  Bruno Haible  <bruno@clisp.org>
9480
9481         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
9482
9483 2006-11-15  Eric Blake  <ebb9@byu.net>
9484
9485         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
9486         the module dependency.
9487
9488 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9489             Bruno Haible  <bruno@clisp.org>
9490
9491         * gnulib-tool (func_create_testdir): Add license consistency check.
9492
9493 2006-11-15  Eric Blake  <ebb9@byu.net>
9494
9495         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
9496         random "(cached)" in configure output.
9497
9498 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9499
9500         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
9501         test for conforming inttypes.h is both announced and cached.
9502
9503         * MODULES.html.sh (seen_modules, seen_files): New variables.
9504         (func_module): Rewrite to use a few less gnulib-tool and sed
9505         invocations.  Avoid a couple of quadratic algorithms for ...
9506         (missed_modules, missed_files): ... these, with ...
9507         (func_append, func_tmpdir): ... these new functions, from
9508         gnulib-tool.  Analogously, install traps for cleanup.
9509
9510         * tests/test-gc.c (main): Remove unused variables.
9511         * tests/test-read-file.c: Include stdlib.h, for 'free'.
9512
9513 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
9514
9515         * modules/inttostr (License): Change to LGPL.
9516
9517 2006-11-14  Eric Blake  <ebb9@byu.net>
9518
9519         * modules/tempname (License): Change to LGPL.
9520
9521 2006-11-14  Eric Blake  <ebb9@byu.net>
9522
9523         * doc/functions.texi (Function Portability): *printf functions on
9524         Cygwin now understand all POSIX size specifiers.
9525
9526 2006-11-14  Bruno Haible  <bruno@clisp.org>
9527
9528         * modules/c-ctype (License): Change to LGPL.
9529
9530 2006-11-12  Bruno Haible  <bruno@clisp.org>
9531
9532         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
9533         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
9534         for GNOME libraries, for which the include files are installed in
9535         subdirectories of $prefix/include.
9536
9537 2006-11-12  Bruno Haible  <bruno@clisp.org>
9538
9539         * m4/lib-link.m4: Require at least autoconf-2.54.
9540         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
9541         name to underscores for the --with option.
9542
9543 2006-11-13  Bruno Haible  <bruno@clisp.org>
9544
9545         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
9546         the tests directory.
9547         Reported by Ralf Wildenhues.
9548
9549 2006-11-13  Bruno Haible  <bruno@clisp.org>
9550
9551         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
9552         (func_emit_initmacro_end): Undo the override here.
9553         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
9554         Works around the famous automake error in coreutils.
9555
9556 2006-11-13  Eric Blake  <ebb9@byu.net>
9557
9558         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
9559         element, not its node.
9560
9561 2006-11-12  Bruno Haible  <bruno@clisp.org>
9562
9563         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
9564         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
9565
9566 2006-11-12  Bruno Haible  <bruno@clisp.org>
9567
9568         * gnulib-tool: New option --local-symlink.
9569         (func_usage): Document it.
9570         (lsymbolic): New variable.
9571         (func_import, func_create_testdir): If --symlink was not specified,
9572         test whether --local-symlink was specified and the file comes from
9573         the local_gnulib_dir.
9574
9575 2006-11-12  Bruno Haible  <bruno@clisp.org>
9576
9577         * gnulib-tool (func_ln): New function.
9578         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
9579
9580 2006-11-12  Bruno Haible  <bruno@clisp.org>
9581
9582         Finish support for source files in subdirectories.
9583         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
9584         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
9585         AUTOMAKE_OPTIONS.
9586         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
9587
9588 2006-11-12  Bruno Haible  <bruno@clisp.org>
9589
9590         * gnulib-tool (func_get_automake_snippet): Synthesize also an
9591         EXTRA_lib_SOURCES augmentation.
9592         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
9593
9594 2006-11-12  Jim Meyering  <jim@meyering.net>
9595
9596         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
9597         file descriptors.  This also averts a failure on systems with
9598         native openat support when a traversed directory lacks "x" access.
9599         * lib/fts_.h: Include "i-ring.h"
9600         (struct FTS) [fts_fd_ring]: New member.
9601         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
9602         (FCHDIR): Add parentheses.
9603         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
9604         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
9605         When descending, rather than simply closing the previous
9606         fts_cwd_fd value, push that file descriptor onto the ring.
9607         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
9608         (fts_open): Initialize the new fd_ring member.
9609         (fts_close): Clear the ring.
9610         (fts_safe_changedir): When possible, use our new fd_ring to skip
9611         the diropen and fstat and dev/ino comparison that would normally
9612         accompany a virtual `chdir ("..")'.
9613
9614         * modules/fts (Depends-on): Add i-ring.
9615         * modules/i-ring: New module.
9616         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
9617         * m4/i-ring.m4: New file.
9618
9619 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9620
9621         * gnulib-tool (func_create_testdir): Fix replacement of
9622         `build-aux' in configure.ac.  Run autotools in gltests
9623         subdirectory.
9624         (func_create_testdir, func_create_megatestdir, test): There is
9625         no need for '--force' in most autotool invocations in a new
9626         tree.  Actually fail the whole test if any of the tools, or the
9627         configure or make stages fail.
9628
9629         Sync from Automake.
9630         * build-aux/gnupload: Revert last change.  Add pointer to upload
9631         instructions of the GNU Maintenance Instructions.
9632         Suggestion by Karl Berry.
9633
9634 2006-11-10  Jim Meyering  <jim@meyering.net>
9635
9636         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
9637
9638 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9639
9640         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
9641         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
9642         (bind_textdomain_codeset) [! ENABLE_NLS]:
9643         Evaluate all the arguments.  That way, callers get compatible behavior
9644         if the arguments have side effects.  Also, it avoids some GCC
9645         diagnostics in some cases; Joel E. Denny reported problems when Bison
9646         was configured with --enable-gcc-warnigs.
9647
9648 2006-11-10  Jim Meyering  <jim@meyering.net>
9649
9650         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
9651         relevant options in CFLAGS (like -O, -fno-inline) are taken into
9652         account.
9653
9654 2006-11-10  Jim Meyering  <jim@meyering.net>
9655
9656         * modules/inline: New file/module.
9657         * modules/xalloc (Files): Remove m4/inline.m4.
9658         (Depends-on): Add inline, instead.
9659         * modules/oset: Likewise.
9660         * modules/list: Likewise.
9661
9662 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
9663
9664         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
9665         Problem reported by Matthew Woehlke.
9666
9667 2006-11-09  Bruno Haible  <bruno@clisp.org>
9668
9669         * lib/tempname.c (gen_tempname): Remove variant that invokes
9670         __gen_tempname.
9671         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
9672         __gen_tempname.
9673
9674 2006-11-08  Bruno Haible  <bruno@clisp.org>
9675
9676         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
9677         to 'yes' instead of 'cross-compiling'.
9678
9679 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
9680
9681         * lib/quotearg.h (quotearg_free): New decl.
9682         * lib/quotearg.c (quotearg_free): New function.
9683         (slot0, nslots, slotvec0, slotvec):
9684         Now file-scope so that quotearg_free can get at them.
9685
9686 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9687
9688         Sync from Automake.
9689         * build-aux/gnupload: Add missing 'gnu' to example URL.
9690         Report by Karl Berry.
9691
9692 2006-11-08  Bruno Haible  <bruno@clisp.org>
9693
9694         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
9695         Suggested by Paul Eggert.
9696
9697 2006-11-08  Jim Meyering  <jim@meyering.net>
9698
9699         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
9700         It's already included if !_LIBC.
9701         (fts_safe_changedir): Add a comment.
9702
9703 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9704
9705         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
9706         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
9707         Matthew Woehlke.
9708
9709         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
9710         definitions up, to avoid colliding with change below.
9711         (static_inline) [HAVE_INLINE]: New macro.
9712         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
9713         Provide extern decls when !HAVE_INLINE.  Do not define unless
9714         static_inline is defined, either by us or by xmalloc.c.  Use
9715         static_inline rather than static inline.
9716         (XCALLOC): Optimize sizeof(T) = 1 case.
9717         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
9718
9719 2006-11-07  Bruno Haible  <bruno@clisp.org>
9720
9721         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
9722         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
9723         AC_C_INLINE.
9724         * modules/xalloc (Files): Add m4/inline.m4.
9725
9726 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9727
9728         * README: Fix typo.
9729         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
9730         (Miscellanous Notes): ...from this.
9731
9732 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
9733
9734         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
9735         Mention that offsetof should be used instead of sizeof.
9736         From Bruno Haible.
9737
9738 2006-11-07  Bruno Haible  <bruno@clisp.org>
9739
9740         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
9741
9742 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9743
9744         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9745         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
9746         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9747         (gl_tree_add_before, gl_tree_add_after):
9748         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
9749         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
9750         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
9751         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
9752         (gl_linked_add_after, gl_linked_add_at): Likewise.
9753         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
9754         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
9755         (gl_tree_add_before, gl_tree_add_after): Likewise.
9756         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
9757         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
9758         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
9759
9760 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9761
9762         * lib/gl_oset.h: Use C comment style, not C++ comment style.
9763
9764 2006-11-06  Bruno Haible  <bruno@clisp.org>
9765
9766         * m4/inline.m4: New file.
9767         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
9768         * modules/list (Files): Add m4/inline.m4.
9769         * modules/oset (Files): Likewise.
9770
9771 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
9772
9773         * lib/idcache.c: Include <stddef.h>, for offsetof.
9774         (struct userid.name): Change from char * to a flexible array member.
9775         All uses changed.
9776         * modules/idcache (Depends-on): Add flexmember.
9777
9778         * MODULES.html.sh (Core language properties): New module flexmember.
9779         * modules/flexmember, m4/flexmember.m4: New files.
9780
9781         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
9782         inline functions that are identical with the old xnmalloc_inline,
9783         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
9784         that we can avoid some unnecessary integer multiplications and
9785         divisions in the common case where the element size is known at
9786         compile time.
9787         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
9788         needed.
9789         (xnboundedmalloc): Remove.
9790         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
9791         arguments, for consistency with rest of this header.
9792         (xcharalloc): Rewrite using XNMALLOC.
9793         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
9794         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
9795         versions have been moved to lib/xalloc.h and renamed to be the
9796         non-*_inline versions.
9797         (xmalloc, xrealloc): Implement without reference to the xnmalloc
9798         and xnrealloc functions, since those functions are now inline and
9799         now call us.
9800         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
9801         renaming described above.
9802         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
9803         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
9804         captures the dependency in AC_C_INLINE.
9805
9806         New module canonicalize-lgpl, proposed by Charles Wilson in
9807         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
9808         with a few small changes afterwards.
9809         * MODULES.html.sh (File system functions): New module
9810         canonicalize-lgpl.
9811         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
9812         and canonicalize_file_name.
9813         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
9814         * modules/canonicalize-lgpl: New files.
9815
9816 2006-11-05  Bruno Haible  <bruno@clisp.org>
9817
9818         * gnulib-tool (func_import, func_create_testdir): Create directories
9819         also for files in subdirectories of lib/.
9820
9821 2006-11-05  Bruno Haible  <bruno@clisp.org>
9822
9823         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
9824         ANSI C compliant.
9825
9826 2006-11-03  Bruno Haible  <bruno@clisp.org>
9827
9828         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
9829         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
9830         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
9831         (xnboundedmalloc): New inline function.
9832         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
9833         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
9834         xmalloc.
9835         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
9836         xmalloc.
9837         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
9838         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
9839         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
9840         xmalloc.
9841         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9842         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
9843         xmalloc.
9844         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
9845         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9846         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
9847         xmalloc.
9848         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
9849         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
9850         gl_tree_add_after): Use XMALLOC instead of xmalloc.
9851         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
9852         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
9853         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
9854         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
9855
9856 2006-11-03  Bruno Haible  <bruno@clisp.org>
9857
9858         * lib/c-ctype.h [C++]: Define functions without name mangling.
9859         * lib/fwriteerror.h [C++]: Likewise.
9860         * lib/gcd.h [C++]: Likewise.
9861         * lib/linebreak.h [C++]: Likewise.
9862
9863 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
9864
9865         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
9866         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
9867         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
9868         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
9869         Check for functions and headers just once.
9870         Check for declaration of canonicalize_file_name.
9871         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
9872
9873 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9874
9875         * gnulib-tool (func_import): Fix typo in actioncmd.
9876
9877 2006-11-02  Bruno Haible  <bruno@clisp.org>
9878
9879         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
9880         newline sequence in the Makefile.am snippet as a space, like "make"
9881         does.
9882         Reported by Roger Persson <perrog@gmail.com>.
9883
9884 2006-11-01  Bruno Haible  <bruno@clisp.org>
9885
9886         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
9887         already declared in <string.h>.
9888         * lib/strcase.h (strncasecmp): Don't declare it if yes.
9889
9890 2006-11-01  Bruno Haible  <bruno@clisp.org>
9891
9892         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
9893         * lib/strcase.h: Include <string.h>.
9894         (strcasecmp): Define to rpl_strcasecmp here.
9895
9896 2006-11-01  Bruno Haible  <bruno@clisp.org>
9897
9898         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
9899
9900 2006-11-01  Eric Blake  <ebb9@byu.net>
9901
9902         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
9903
9904         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
9905
9906 2006-10-29  Bruno Haible  <bruno@clisp.org>
9907
9908         Make it compile in C++ mode.
9909         * lib/full-write.c (full_rw): Add a cast.
9910
9911 2006-11-01  Bruno Haible  <bruno@clisp.org>
9912
9913         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
9914         be POSIX compliant.
9915         Reported by Roger Persson <perrog@gmail.com>.
9916
9917 2006-11-01  Eric Blake  <ebb9@byu.net>
9918
9919         * lib/getopt_.h: Fix comments.
9920
9921 2006-10-31  Eric Blake  <ebb9@byu.net>
9922
9923         * modules/tmpdir (Depends-on): Add sys_stat.
9924         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
9925         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
9926         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
9927         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
9928         tempname.
9929
9930 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
9931
9932         Avoid some C++ diagnostics reported by Bruno Haible.
9933         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
9934         xmalloc.
9935         (quotearg_alloc): Use xcharalloc rather than xmalloc.
9936         (struct slotvec): Move to top level.
9937         (quotearg_n_options): Rewrite to avoid xmalloc.
9938         * lib/xalloc.h (xcharalloc): New function.
9939         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
9940         [defined __cplusplus]: Add function template that provides result
9941         type propagation.  This part of the change is from Bruno Haible.
9942
9943 2006-10-29  Bruno Haible  <bruno@clisp.org>
9944
9945         Make it compile in C++ mode.
9946         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
9947         * lib/strnlen1.c (strnlen1): Cast memchr result.
9948         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
9949         * lib/clean-temp.c (string_equals, string_hash): Add casts.
9950         (create_temp_dir): Rename local variable 'template'.
9951         (compile_csharp_using_sscli): Add cast.
9952         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
9953         * lib/findprog.c (find_in_path): Likewise.
9954         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
9955         * lib/wait-process.c (register_slave_subprocess): Likewise.
9956
9957 2006-10-22  Bruno Haible  <bruno@clisp.org>
9958
9959         * modules/tsearch: New file.
9960         * lib/tsearch.h: New file.
9961         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
9962         * m4/tsearch.m4: New file.
9963         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
9964
9965 2006-10-29  Eric Blake  <ebb9@byu.net>
9966
9967         * lib/arcfour.c: Assume config.h.
9968         * lib/arctwo.c: Likewise.
9969         * lib/base64.c: Likewise.
9970         * lib/check-version.c: Likewise.
9971         * lib/crc.c: Likewise.
9972         * lib/des.c: Likewise.
9973         * lib/gc-gnulib.c: Likewise.
9974         * lib/gc-libgcrypt.c: Likewise.
9975         * lib/gc-pbkdf2-sha1.c: Likewise.
9976         * lib/getaddrinfo.c: Likewise.
9977         * lib/getdelim.c: Likewise.
9978         * lib/getline.c: Likewise.
9979         * lib/hmac-md5.c: Likewise.
9980         * lib/hmac-sha1.c: Likewise.
9981         * lib/iconvme.c: Likewise.
9982         * lib/md2.c: Likewise.
9983         * lib/md4.c: Likewise.
9984         * lib/memxor.c: Likewise.
9985         * lib/read-file.c: Likewise.
9986         * lib/readline.c: Likewise.
9987         * lib/rijndael-alg-fst.c: Likewise.
9988         * lib/rijndael-api-fst.c: Likewise.
9989         * lib/xgetdomainname.c: Likewise.
9990
9991 2006-10-28  Eric Blake  <ebb9@byu.net>
9992
9993         * lib/xstrndup.c: Assume config.h.
9994
9995 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9996
9997         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
9998         stat-macros.h is now for our own macros, whereas stat_h is for
9999         macros in the <sys/stat.h> name space.
10000         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
10001         (STAT_MACROS_H): Remove.
10002         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
10003         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
10004         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
10005         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
10006         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
10007         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
10008         Move these macros to ...
10009         * lib/stat_.h: here.  Don't include stat-macros.h.
10010         * lib/canonicalize.c: Don't include stat-macros.h.
10011         * lib/chown.c: Likewise.
10012         * lib/euidaccess.c: Likewise.
10013         * lib/file-type.c: Likewise.
10014         * lib/filemode.c: Likewise.
10015         * lib/glob.c: Likewise.
10016         * lib/isapipe.c: Likewise.
10017         * lib/lchown.c: Likewise.
10018         * lib/lstat.c: Likewise.
10019         * lib/mkdir-p.c: Likewise.
10020         * lib/rmdir.c: Likewise.
10021         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
10022         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
10023         unless mkdir isn't declared, to speed up 'configure'.
10024         Always create sys/stat.h, since it's unlikely any real sys/stat.h
10025         would define all the S_* symbols.
10026         * modules/canonicalize (Depends-on):
10027         Depend on sys_stat, not stat-macros.
10028         * modules/chown: Likewise.
10029         * modules/euidaccess: Likewise.
10030         * modules/filemode: Likewise.
10031         * modules/file-type: Likewise.
10032         * modules/glob: Likewise.
10033         * modules/isapipe: Likewise.
10034         * modules/lchown: Likewise.
10035         * modules/lstat: Likewise.
10036         * modules/mkancesdirs: Likewise.
10037         * modules/rmdir: Likewise.
10038         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
10039         * modules/modechange: Likewise.
10040         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
10041         (configure.ac): Remove gl_STAT_MACROS.
10042         * modules/sys_stat (Depends-on): Remove stat-macros.
10043
10044 2006-10-27  Bruno Haible  <bruno@clisp.org>
10045
10046         * m4/signed.m4: Remove file.
10047         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
10048         invocation.
10049         * modules/vasnprintf (Files): Remove m4/signed.m4.
10050
10051 2006-10-27  Bruno Haible  <bruno@clisp.org>
10052
10053         Update to GNU gettext 0.16.
10054         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
10055         m4/inttypes-h.m4, m4/signed.m4.
10056         * m4/gettext.m4: Update to GNU gettext 0.16.
10057         * m4/intl.m4: New file, from GNU gettext.
10058         * m4/intldir.m4: New file, from GNU gettext.
10059         * config/srclist.txt: Update
10060
10061 2006-10-27  Eric Blake  <ebb9@byu.net>
10062
10063         * MODULES.html.sh: Document tempname.
10064         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
10065         dependencies.
10066         (Files): Move lib/tempname.c...
10067         * modules/tempname: ...to this new module.
10068         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
10069         (gl_PREREQ_TEMPNAME): Move...
10070         * m4/tempname.m4: ...to this new file.
10071         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
10072         * modules/sys_stat (Depends-on): Add stat-macros.
10073         * lib/stat_.h (includes): Pick up stat macros.
10074         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
10075         if stat macros are broken.
10076         * lib/tempname.c (includes): No need to include "stat-macros.h".
10077         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
10078         (direxists, __path_search) [!_LIBC]: Don't compile these in
10079         gnulib; the tmpdir module covers that.
10080         * lib/tempname.h: New file.
10081
10082 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
10083
10084         * COPYING: Explain how gnulib-tool converts licence headers.
10085         Almost all wording by Eric Blake.
10086
10087 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
10088
10089         * lib/mbchar.h (is_basic_table): Make read-only.
10090         * lib/mbchar.c (is_basic_table): Likewise.
10091         Reported by John Darrington.
10092
10093 2006-10-25  Bruno Haible  <bruno@clisp.org>
10094
10095         * lib/progname.h (set_program_name): Undefine before defining.
10096
10097 2006-10-25  Bruno Haible  <bruno@clisp.org>
10098
10099         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
10100         false for non-gcc C++ compilers.
10101         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
10102
10103 2006-10-24  Bruno Haible  <bruno@clisp.org>
10104
10105         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
10106         iconv implementations like Irix iconv.
10107
10108 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10109
10110         * modules/vararrays: New file.
10111         * m4/vararrays.m4: New file, taken from diffutils.
10112         * MODULES.html.sh: New module vararrays.
10113
10114 2006-10-24  Karl Berry  <karl@gnu.org>
10115
10116         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
10117         Don't call GNU Unix.
10118
10119 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10120
10121         * users.txt: Add Libtool.
10122
10123         Sync from Libtool:
10124
10125         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10126
10127         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
10128         to gnulib's policy of including config.h unconditionally.
10129
10130 2006-10-24  Bruno Haible  <bruno@clisp.org>
10131
10132         * modules/wcwidth (Files): Add m4/wint_t.m4.
10133         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
10134         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
10135
10136 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
10137
10138         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
10139         to pacify GCC with some -W flags enabled.  Problem reported by
10140         Bruno Haible.
10141
10142 2006-10-24  Jim Meyering  <jim@meyering.net>
10143
10144         * MODULES.html.sh: Remove uinttostr.  It's not a module.
10145         Reported by Karl Berry.
10146
10147 2006-10-23  Bruno Haible  <bruno@clisp.org>
10148
10149         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
10150
10151 2006-10-24  Bruno Haible  <bruno@clisp.org>
10152
10153         * lib/gl_list.h: Use C comment style, not C++ comment style.
10154
10155 2006-10-23  Eric Blake  <ebb9@byu.net>
10156
10157         * lib/getaddrinfo.c (includes): Add missing include.
10158
10159 2006-10-23  Bruno Haible  <bruno@clisp.org>
10160             Paul Eggert  <eggert@cs.ucla.edu>
10161
10162         Ability to rename obstack_free.
10163         * lib/obstack.h (__obstack_free): New macro. Declare instead of
10164         obstack_free.
10165         (obstack_free): Invoke the __obstack_free macro.
10166         * lib/obstack.c (obstack_free): Use __obstack_free macro.
10167
10168 2006-10-23  Bruno Haible  <bruno@clisp.org>
10169             Paul Eggert  <eggert@cs.ucla.edu>
10170
10171         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
10172         __argc, __argv from the declaration. (They are defined as macros on
10173         mingw.)
10174
10175 2006-10-22  Bruno Haible  <bruno@clisp.org>
10176
10177         * doc/gnulib-intro.texi: New file.
10178         * doc/gnulib.texi: Include it.
10179
10180 2006-10-21  Bruno Haible  <bruno@clisp.org>
10181
10182         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
10183         "Introduction", "Miscellanous Notes", "Particular Modules".
10184
10185 2006-10-21  Bruno Haible  <bruno@clisp.org>
10186
10187         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
10188         Change mostlyclean-local rule to avoid sh syntax error from bash
10189         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
10190
10191 2006-10-23  Jim Meyering  <jim@meyering.net>
10192
10193         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
10194         in place of snprintf.
10195
10196         * modules/inttostr (Files): Add lib/uinttostr.c.
10197         * lib/uinttostr.c (inttostr): New file/function.
10198         * lib/inttostr.h (uinttostr): Declare.
10199         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
10200         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
10201         Add uinttostr.
10202         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
10203
10204 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
10205
10206         * lib/canonicalize.c (ELOOP): Define if not already defined.
10207         Problem reported by Bruno Haible in
10208         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
10209
10210 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
10211
10212         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
10213         Problem reported by Perry Smith and Ville Laurikari.
10214
10215         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
10216         uses.
10217
10218 2006-10-19  Bruno Haible  <bruno@clisp.org>
10219
10220         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
10221         for mingw.
10222
10223 2006-10-19  Bruno Haible  <bruno@clisp.org>
10224
10225         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
10226         Needed for mingw.
10227
10228 2006-10-19  Bruno Haible  <bruno@clisp.org>
10229
10230         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
10231
10232 2006-10-19  Bruno Haible  <bruno@clisp.org>
10233
10234         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
10235         it.
10236
10237 2006-10-19  Bruno Haible  <bruno@clisp.org>
10238
10239         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
10240         invocation.
10241
10242 2006-10-19  Bruno Haible  <bruno@clisp.org>
10243
10244         * gnulib-tool (func_create_testdir): Don't include ftruncate and
10245         mountlist by default.
10246
10247 2006-10-16  Bruno Haible  <bruno@clisp.org>
10248
10249         * lib/c-strstr.c: Include c-strstr.h.
10250
10251 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
10252
10253         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
10254         in a slash.
10255
10256 2006-10-18  Bruno Haible  <bruno@clisp.org>
10257
10258         * lib/lock.h [C++]: Wrap definitions in extern "C".
10259
10260 2006-10-18  Bruno Haible  <bruno@clisp.org>
10261
10262         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
10263         gl_LIBOBJS list.
10264
10265 2006-10-18  Bruno Haible  <bruno@clisp.org>
10266
10267         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
10268
10269 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
10270
10271         * lib/xstrtol.h: Include gettext.h.
10272         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
10273         Problem reported by Eric Blake.
10274         * modules/xstrtol (Depends-on): Add gettext-h.
10275
10276 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
10277
10278         * lib/strftime.c (advance): New macro.
10279         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
10280         incomplete type, so you can't add 0 to it.  Problem and patch
10281         reported by Eelco Dolstra for dietlibc.
10282
10283 2006-10-18  Jim Meyering  <jim@meyering.net>
10284
10285         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
10286         type for a local, and rename it: s/up/user_proc/.
10287
10288 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
10289
10290         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
10291         READ_UTMP_USER_PROCESS.
10292         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
10293
10294 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
10295
10296         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
10297         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
10298
10299 2006-10-17  Eric Blake  <ebb9@byu.net>
10300
10301         * lib/sigprocmask.c (sigprocmask): Fix typo.
10302
10303         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
10304
10305         * modules/clean-temp (Makefile.am): Don't add to make output...
10306         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
10307         config.h.
10308
10309 2006-10-17  Bruno Haible  <bruno@clisp.org>
10310
10311         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
10312         differently if DEFAULT_TEXT_DOMAIN is set.
10313
10314 2006-10-16  Bruno Haible  <bruno@clisp.org>
10315
10316         * lib/clean-temp.c: Include fwriteerror.h.
10317
10318 2006-10-16  Bruno Haible  <bruno@clisp.org>
10319
10320         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
10321
10322 2006-10-16  Bruno Haible  <bruno@clisp.org>
10323
10324         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
10325         * lib/sigprocmask.h: Include <sys/types.h>.
10326         (sigset_t): Use the system's definition if present.
10327
10328 2006-10-17  Eric Blake  <ebb9@byu.net>
10329
10330         * lib/xvasprintf.c (includes): Assume config.h.
10331         * lib/xasprintf.c (includes): Likewise.
10332
10333 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
10334
10335         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
10336         at least as wide as intmax_t.
10337
10338 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
10339
10340         (Imported from Automake.)
10341         * build-aux/gnupload: Update to version 1.1 of directive file.
10342
10343 2006-10-16  Eric Blake  <ebb9@byu.net>
10344
10345         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
10346         match Automake 1.10a.
10347
10348 2006-10-14  Bruno Haible  <bruno@clisp.org>
10349
10350         * modules/sigprocmask: New file.
10351         * lib/sigprocmask.h: New file.
10352         * lib/sigprocmask.c: New file.
10353         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
10354         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
10355         request sigprocmask.o.
10356         (gl_PREREQ_SIGPROCMASK): New macro.
10357         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
10358         (Depends-on): Add sigprocmask.
10359         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
10360         gt_SIGNALBLOCKING. Test for 'raise' only once.
10361         * lib/fatal-signal.c: Include sigprocmask.h.
10362         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
10363         unblock_fatal_signals): Define always.
10364         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10365         sigprocmask.
10366
10367 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
10368
10369         Sync from Automake.
10370         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
10371         which incorrectly sets the mode of an existing destination
10372         directory.  In some cases the unpatched install-sh could do the
10373         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
10374         system.  We hope this is rare in practice, but it's clearly worth
10375         fixing.  Problem reported by Alex Unleashed in
10376         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
10377         Also, don't bother to check for -m bugs unless we're using -m;
10378         suggested by Stepan Kasal.
10379
10380 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10381
10382         Sync from Automake.
10383         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
10384         `-c' flag, so they appear at the same position as in %FASTDEP%
10385         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
10386         which ignores unknown options only after the first non-option.
10387         Bug report against M4 by Nelson H. F. Beebe.
10388
10389 2006-10-13  Jim Meyering  <jim@meyering.net>
10390
10391         Fix a bug in yesterday's change.
10392         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
10393         p->fts_statp->st_dev would be used uninitialized.
10394         Ensures that we always call fts_stat on the very first entry.
10395         Miklos Szeredi reported that find -xdev stopped working.
10396
10397 2006-10-12  Bruno Haible  <bruno@clisp.org>
10398
10399         * gnulib-tool (func_get_automake_snippet): Append an automatically
10400         computed EXTRA_DIST augmentation.
10401         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
10402         * modules/alloca-opt (Makefile.am): Likewise.
10403         * modules/allocsa (Makefile.am): Likewise.
10404         * modules/arcfour (Makefile.am): Likewise.
10405         * modules/arctwo (Makefile.am): Likewise.
10406         * modules/argmatch (Makefile.am): Likewise.
10407         * modules/argz (Makefile.am): Likewise.
10408         * modules/atexit (Makefile.am): Likewise.
10409         * modules/backupfile (Makefile.am): Likewise.
10410         * modules/byteswap (Makefile.am): Likewise.
10411         * modules/c-strtod (Makefile.am): Likewise.
10412         * modules/c-strtold (Makefile.am): Likewise.
10413         * modules/calloc (Makefile.am): Likewise.
10414         * modules/canon-host (Makefile.am): Likewise.
10415         * modules/canonicalize (Makefile.am): Likewise.
10416         * modules/chdir-long (Makefile.am): Likewise.
10417         * modules/chdir-safer (Makefile.am): Likewise.
10418         * modules/check-version (Makefile.am): Likewise.
10419         * modules/chown (Makefile.am): Likewise.
10420         * modules/cloexec (Makefile.am): Likewise.
10421         * modules/close-stream (Makefile.am): Likewise.
10422         * modules/closeout (Makefile.am): Likewise.
10423         * modules/crc (Makefile.am): Likewise.
10424         * modules/csharpexec (Makefile.am): Likewise.
10425         * modules/cycle-check (Makefile.am): Likewise.
10426         * modules/des (Makefile.am): Likewise.
10427         * modules/dev-ino (Makefile.am): Likewise.
10428         * modules/dirfd (Makefile.am): Likewise.
10429         * modules/dirname (Makefile.am): Likewise.
10430         * modules/dup2 (Makefile.am): Likewise.
10431         * modules/eealloc (Makefile.am): Likewise.
10432         * modules/error (Makefile.am): Likewise.
10433         * modules/euidaccess (Makefile.am): Likewise.
10434         * modules/exclude (Makefile.am): Likewise.
10435         * modules/exitfail (Makefile.am): Likewise.
10436         * modules/fcntl-safer (Makefile.am): Likewise.
10437         * modules/fcntl (Makefile.am): Likewise.
10438         * modules/file-type (Makefile.am): Likewise.
10439         * modules/fileblocks (Makefile.am): Likewise.
10440         * modules/filemode (Makefile.am): Likewise.
10441         * modules/filenamecat (Makefile.am): Likewise.
10442         * modules/fnmatch (Makefile.am): Likewise.
10443         * modules/fopen-safer (Makefile.am): Likewise.
10444         * modules/fpending (Makefile.am): Likewise.
10445         * modules/fprintftime (Makefile.am): Likewise.
10446         * modules/free (Makefile.am): Likewise.
10447         * modules/fsusage (Makefile.am): Likewise.
10448         * modules/ftruncate (Makefile.am): Likewise.
10449         * modules/fts (Makefile.am): Likewise.
10450         * modules/gc-arcfour (Makefile.am): Likewise.
10451         * modules/gc-des (Makefile.am): Likewise.
10452         * modules/gc-hmac-md5 (Makefile.am): Likewise.
10453         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
10454         * modules/gc-md4 (Makefile.am): Likewise.
10455         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10456         * modules/gc-sha1 (Makefile.am): Likewise.
10457         * modules/gc (Makefile.am): Likewise.
10458         * modules/getaddrinfo (Makefile.am): Likewise.
10459         * modules/getcwd (Makefile.am): Likewise.
10460         * modules/getdelim (Makefile.am): Likewise.
10461         * modules/getdomainname (Makefile.am): Likewise.
10462         * modules/getgroups (Makefile.am): Likewise.
10463         * modules/gethostname (Makefile.am): Likewise.
10464         * modules/gethrxtime (Makefile.am): Likewise.
10465         * modules/getline (Makefile.am): Likewise.
10466         * modules/getloadavg (Makefile.am): Likewise.
10467         * modules/getlogin_r (Makefile.am): Likewise.
10468         * modules/getndelim2 (Makefile.am): Likewise.
10469         * modules/getopt (Makefile.am): Likewise.
10470         * modules/getpagesize (Makefile.am): Likewise.
10471         * modules/getpass-gnu (Makefile.am): Likewise.
10472         * modules/getpass (Makefile.am): Likewise.
10473         * modules/getsubopt (Makefile.am): Likewise.
10474         * modules/gettime (Makefile.am): Likewise.
10475         * modules/gettimeofday (Makefile.am): Likewise.
10476         * modules/getugroups (Makefile.am): Likewise.
10477         * modules/getusershell (Makefile.am): Likewise.
10478         * modules/glob (Makefile.am): Likewise.
10479         * modules/group-member (Makefile.am): Likewise.
10480         * modules/hard-locale (Makefile.am): Likewise.
10481         * modules/hash (Makefile.am): Likewise.
10482         * modules/hmac-md5 (Makefile.am): Likewise.
10483         * modules/hmac-sha1 (Makefile.am): Likewise.
10484         * modules/human (Makefile.am): Likewise.
10485         * modules/idcache (Makefile.am): Likewise.
10486         * modules/imaxabs (Makefile.am): Likewise.
10487         * modules/imaxdiv (Makefile.am): Likewise.
10488         * modules/inet_ntop (Makefile.am): Likewise.
10489         * modules/inet_pton (Makefile.am): Likewise.
10490         * modules/intprops (Makefile.am): Likewise.
10491         * modules/inttostr (Makefile.am): Likewise.
10492         * modules/inttypes (Makefile.am): Likewise.
10493         * modules/isapipe (Makefile.am): Likewise.
10494         * modules/javaversion (Makefile.am): Likewise.
10495         * modules/lchmod (Makefile.am): Likewise.
10496         * modules/lchown (Makefile.am): Likewise.
10497         * modules/localcharset (Makefile.am): Likewise.
10498         * modules/long-options (Makefile.am): Likewise.
10499         * modules/lstat (Makefile.am): Likewise.
10500         * modules/malloc (Makefile.am): Likewise.
10501         * modules/mathl (Makefile.am): Likewise.
10502         * modules/mbchar (Makefile.am): Likewise.
10503         * modules/md2 (Makefile.am): Likewise.
10504         * modules/md4 (Makefile.am): Likewise.
10505         * modules/md5 (Makefile.am): Likewise.
10506         * modules/memcasecmp (Makefile.am): Likewise.
10507         * modules/memchr (Makefile.am): Likewise.
10508         * modules/memcmp (Makefile.am): Likewise.
10509         * modules/memcoll (Makefile.am): Likewise.
10510         * modules/memcpy (Makefile.am): Likewise.
10511         * modules/memmem (Makefile.am): Likewise.
10512         * modules/memmove (Makefile.am): Likewise.
10513         * modules/mempcpy (Makefile.am): Likewise.
10514         * modules/memrchr (Makefile.am): Likewise.
10515         * modules/memset (Makefile.am): Likewise.
10516         * modules/memxor (Makefile.am): Likewise.
10517         * modules/mkancesdirs (Makefile.am): Likewise.
10518         * modules/mkdir-p (Makefile.am): Likewise.
10519         * modules/mkdir (Makefile.am): Likewise.
10520         * modules/mkdtemp (Makefile.am): Likewise.
10521         * modules/mkstemp (Makefile.am): Likewise.
10522         * modules/mktime (Makefile.am): Likewise.
10523         * modules/modechange (Makefile.am): Likewise.
10524         * modules/mountlist (Makefile.am): Likewise.
10525         * modules/nanosleep (Makefile.am): Likewise.
10526         * modules/obstack (Makefile.am): Likewise.
10527         * modules/openat (Makefile.am): Likewise.
10528         * modules/pagealign_alloc (Makefile.am): Likewise.
10529         * modules/pathmax (Makefile.am): Likewise.
10530         * modules/physmem (Makefile.am): Likewise.
10531         * modules/poll (Makefile.am): Likewise.
10532         * modules/posixtm (Makefile.am): Likewise.
10533         * modules/posixver (Makefile.am): Likewise.
10534         * modules/putenv (Makefile.am): Likewise.
10535         * modules/quote (Makefile.am): Likewise.
10536         * modules/quotearg (Makefile.am): Likewise.
10537         * modules/raise (Makefile.am): Likewise.
10538         * modules/read-file (Makefile.am): Likewise.
10539         * modules/readline (Makefile.am): Likewise.
10540         * modules/readlink (Makefile.am): Likewise.
10541         * modules/readtokens (Makefile.am): Likewise.
10542         * modules/readutmp (Makefile.am): Likewise.
10543         * modules/realloc (Makefile.am): Likewise.
10544         * modules/regex (Makefile.am): Likewise.
10545         * modules/rename-dest-slash (Makefile.am): Likewise.
10546         * modules/rename (Makefile.am): Likewise.
10547         * modules/rijndael (Makefile.am): Likewise.
10548         * modules/rmdir (Makefile.am): Likewise.
10549         * modules/rpmatch (Makefile.am): Likewise.
10550         * modules/safe-read (Makefile.am): Likewise.
10551         * modules/safe-write (Makefile.am): Likewise.
10552         * modules/same-inode (Makefile.am): Likewise.
10553         * modules/same (Makefile.am): Likewise.
10554         * modules/save-cwd (Makefile.am): Likewise.
10555         * modules/savedir (Makefile.am): Likewise.
10556         * modules/setenv (Makefile.am): Likewise.
10557         * modules/settime (Makefile.am): Likewise.
10558         * modules/sha1 (Makefile.am): Likewise.
10559         * modules/sig2str (Makefile.am): Likewise.
10560         * modules/snprintf (Makefile.am): Likewise.
10561         * modules/stat-macros (Makefile.am): Likewise.
10562         * modules/stat-time (Makefile.am): Likewise.
10563         * modules/stdbool (Makefile.am): Likewise.
10564         * modules/stdint (Makefile.am): Likewise.
10565         * modules/stdlib-safer (Makefile.am): Likewise.
10566         * modules/stpcpy (Makefile.am): Likewise.
10567         * modules/stpncpy (Makefile.am): Likewise.
10568         * modules/strcase (Makefile.am): Likewise.
10569         * modules/strcasestr (Makefile.am): Likewise.
10570         * modules/strchrnul (Makefile.am): Likewise.
10571         * modules/strcspn (Makefile.am): Likewise.
10572         * modules/strdup (Makefile.am): Likewise.
10573         * modules/strerror (Makefile.am): Likewise.
10574         * modules/strftime (Makefile.am): Likewise.
10575         * modules/strndup (Makefile.am): Likewise.
10576         * modules/strnlen (Makefile.am): Likewise.
10577         * modules/strpbrk (Makefile.am): Likewise.
10578         * modules/strsep (Makefile.am): Likewise.
10579         * modules/strstr (Makefile.am): Likewise.
10580         * modules/strtod (Makefile.am): Likewise.
10581         * modules/strtoimax (Makefile.am): Likewise.
10582         * modules/strtok_r (Makefile.am): Likewise.
10583         * modules/strtol (Makefile.am): Likewise.
10584         * modules/strtoll (Makefile.am): Likewise.
10585         * modules/strtoul (Makefile.am): Likewise.
10586         * modules/strtoull (Makefile.am): Likewise.
10587         * modules/strtoumax (Makefile.am): Likewise.
10588         * modules/strverscmp (Makefile.am): Likewise.
10589         * modules/sys_socket (Makefile.am): Likewise.
10590         * modules/sys_stat (Makefile.am): Likewise.
10591         * modules/sysexits (Makefile.am): Likewise.
10592         * modules/time_r (Makefile.am): Likewise.
10593         * modules/timegm (Makefile.am): Likewise.
10594         * modules/timespec (Makefile.am): Likewise.
10595         * modules/tmpfile-safer (Makefile.am): Likewise.
10596         * modules/trim (Makefile.am): Likewise.
10597         * modules/unistd-safer (Makefile.am): Likewise.
10598         * modules/unlinkdir (Makefile.am): Likewise.
10599         * modules/unlocked-io (Makefile.am): Likewise.
10600         * modules/userspec (Makefile.am): Likewise.
10601         * modules/utime (Makefile.am): Likewise.
10602         * modules/utimecmp (Makefile.am): Likewise.
10603         * modules/utimens (Makefile.am): Likewise.
10604         * modules/vasnprintf (Makefile.am): Likewise.
10605         * modules/vasprintf (Makefile.am): Likewise.
10606         * modules/vsnprintf (Makefile.am): Likewise.
10607         * modules/xalloc (Makefile.am): Likewise.
10608         * modules/xgetcwd (Makefile.am): Likewise.
10609         * modules/xnanosleep (Makefile.am): Likewise.
10610         * modules/xreadlink (Makefile.am): Likewise.
10611         * modules/xstrtod (Makefile.am): Likewise.
10612         * modules/xstrtol (Makefile.am): Likewise.
10613         * modules/xstrtold (Makefile.am): Likewise.
10614         * modules/yesno (Makefile.am): Likewise.
10615         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
10616
10617 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10618
10619         * modules/error (Makefile.am): Distribute files through
10620         EXTRA_DIST, not lib_SOURCES.
10621
10622 2006-10-12  Eric Blake  <ebb9@byu.net>
10623
10624         * modules/error (Makefile.am): Distribute files in /lib.
10625         * modules/obstack (Makefile.am): Likewise.
10626
10627 2006-10-12  Bruno Haible  <bruno@clisp.org>
10628
10629         * modules/acl (Makefile.am): Distribute all files in lib/ through
10630         EXTRA_DIST.
10631         * modules/arcfour (Makefile.am): Likewise.
10632         * modules/arctwo (Makefile.am): Likewise.
10633         * modules/argmatch (Makefile.am): Likewise.
10634         * modules/argz (Makefile.am): Likewise.
10635         * modules/atexit (Makefile.am): Likewise.
10636         * modules/backupfile (Makefile.am): Likewise.
10637         * modules/c-strtod (Makefile.am): Likewise.
10638         * modules/c-strtold (Makefile.am): Likewise.
10639         * modules/calloc (Makefile.am): Likewise.
10640         * modules/canon-host (Makefile.am): Likewise.
10641         * modules/canonicalize (Makefile.am): Likewise.
10642         * modules/chdir-long (Makefile.am): Likewise.
10643         * modules/chdir-safer (Makefile.am): Likewise.
10644         * modules/check-version (Makefile.am): Likewise.
10645         * modules/chown (Makefile.am): Likewise.
10646         * modules/cloexec (Makefile.am): Likewise.
10647         * modules/close-stream (Makefile.am): Likewise.
10648         * modules/closeout (Makefile.am): Likewise.
10649         * modules/crc (Makefile.am): Likewise.
10650         * modules/cycle-check (Makefile.am): Likewise.
10651         * modules/des (Makefile.am): Likewise.
10652         * modules/dirfd (Makefile.am): Likewise.
10653         * modules/dirname (Makefile.am): Likewise.
10654         * modules/dup2 (Makefile.am): Likewise.
10655         * modules/euidaccess (Makefile.am): Likewise.
10656         * modules/exclude (Makefile.am): Likewise.
10657         * modules/exitfail (Makefile.am): Likewise.
10658         * modules/fcntl-safer (Makefile.am): Likewise.
10659         * modules/file-type (Makefile.am): Likewise.
10660         * modules/fileblocks (Makefile.am): Likewise.
10661         * modules/filemode (Makefile.am): Likewise.
10662         * modules/filenamecat (Makefile.am): Likewise.
10663         * modules/fnmatch (Makefile.am): Likewise.
10664         * modules/fopen-safer (Makefile.am): Likewise.
10665         * modules/fpending (Makefile.am): Likewise.
10666         * modules/fprintftime (Makefile.am): Likewise.
10667         * modules/free (Makefile.am): Likewise.
10668         * modules/fsusage (Makefile.am): Likewise.
10669         * modules/ftruncate (Makefile.am): Likewise.
10670         * modules/fts (Makefile.am): Likewise.
10671         * modules/gc (Makefile.am): Likewise.
10672         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
10673         * modules/getaddrinfo (Makefile.am): Likewise.
10674         * modules/getcwd (Makefile.am): Likewise.
10675         * modules/getdelim (Makefile.am): Likewise.
10676         * modules/getdomainname (Makefile.am): Likewise.
10677         * modules/getgroups (Makefile.am): Likewise.
10678         * modules/gethostname (Makefile.am): Likewise.
10679         * modules/gethrxtime (Makefile.am): Likewise.
10680         * modules/getline (Makefile.am): Likewise.
10681         * modules/getloadavg (Makefile.am): Likewise.
10682         * modules/getlogin_r (Makefile.am): Likewise.
10683         * modules/getopt (Makefile.am): Likewise.
10684         * modules/getpass (Makefile.am): Likewise.
10685         * modules/getpass-gnu (Makefile.am): Likewise.
10686         * modules/getsubopt (Makefile.am): Likewise.
10687         * modules/gettime (Makefile.am): Likewise.
10688         * modules/gettimeofday (Makefile.am): Likewise.
10689         * modules/getugroups (Makefile.am): Likewise.
10690         * modules/getusershell (Makefile.am): Likewise.
10691         * modules/glob (Makefile.am): Likewise.
10692         * modules/group-member (Makefile.am): Likewise.
10693         * modules/hard-locale (Makefile.am): Likewise.
10694         * modules/hash (Makefile.am): Likewise.
10695         * modules/hmac-md5 (Makefile.am): Likewise.
10696         * modules/hmac-sha1 (Makefile.am): Likewise.
10697         * modules/human (Makefile.am): Likewise.
10698         * modules/idcache (Makefile.am): Likewise.
10699         * modules/imaxabs (Makefile.am): Likewise.
10700         * modules/imaxdiv (Makefile.am): Likewise.
10701         * modules/inet_ntop (Makefile.am): Likewise.
10702         * modules/inet_pton (Makefile.am): Likewise.
10703         * modules/inttostr (Makefile.am): Likewise.
10704         * modules/isapipe (Makefile.am): Likewise.
10705         * modules/lchown (Makefile.am): Likewise.
10706         * modules/long-options (Makefile.am): Likewise.
10707         * modules/lstat (Makefile.am): Likewise.
10708         * modules/malloc (Makefile.am): Likewise.
10709         * modules/mathl (Makefile.am): Likewise.
10710         * modules/mbchar (Makefile.am): Likewise.
10711         * modules/md2 (Makefile.am): Likewise.
10712         * modules/md4 (Makefile.am): Likewise.
10713         * modules/md5 (Makefile.am): Likewise.
10714         * modules/memcasecmp (Makefile.am): Likewise.
10715         * modules/memchr (Makefile.am): Likewise.
10716         * modules/memcmp (Makefile.am): Likewise.
10717         * modules/memcoll (Makefile.am): Likewise.
10718         * modules/memcpy (Makefile.am): Likewise.
10719         * modules/memmem (Makefile.am): Likewise.
10720         * modules/memmove (Makefile.am): Likewise.
10721         * modules/mempcpy (Makefile.am): Likewise.
10722         * modules/memrchr (Makefile.am): Likewise.
10723         * modules/memset (Makefile.am): Likewise.
10724         * modules/memxor (Makefile.am): Likewise.
10725         * modules/mkancesdirs (Makefile.am): Likewise.
10726         * modules/mkdir (Makefile.am): Likewise.
10727         * modules/mkdir-p (Makefile.am): Likewise.
10728         * modules/mkdtemp (Makefile.am): Likewise.
10729         * modules/mkstemp (Makefile.am): Likewise.
10730         * modules/mktime (Makefile.am): Likewise.
10731         * modules/modechange (Makefile.am): Likewise.
10732         * modules/mountlist (Makefile.am): Likewise.
10733         * modules/nanosleep (Makefile.am): Likewise.
10734         * modules/openat (Makefile.am): Likewise.
10735         * modules/pagealign_alloc (Makefile.am): Likewise.
10736         * modules/physmem (Makefile.am): Likewise.
10737         * modules/poll (Makefile.am): Likewise.
10738         * modules/posixtm (Makefile.am): Likewise.
10739         * modules/posixver (Makefile.am): Likewise.
10740         * modules/putenv (Makefile.am): Likewise.
10741         * modules/quote (Makefile.am): Likewise.
10742         * modules/quotearg (Makefile.am): Likewise.
10743         * modules/raise (Makefile.am): Likewise.
10744         * modules/read-file (Makefile.am): Likewise.
10745         * modules/readline (Makefile.am): Likewise.
10746         * modules/readlink (Makefile.am): Likewise.
10747         * modules/readtokens (Makefile.am): Likewise.
10748         * modules/readutmp (Makefile.am): Likewise.
10749         * modules/realloc (Makefile.am): Likewise.
10750         * modules/regex (Makefile.am): Likewise.
10751         * modules/rename (Makefile.am): Likewise.
10752         * modules/rename-dest-slash (Makefile.am): Likewise.
10753         * modules/rijndael (Makefile.am): Likewise.
10754         * modules/rmdir (Makefile.am): Likewise.
10755         * modules/rpmatch (Makefile.am): Likewise.
10756         * modules/safe-read (Makefile.am): Likewise.
10757         * modules/safe-write (Makefile.am): Likewise.
10758         * modules/same (Makefile.am): Likewise.
10759         * modules/save-cwd (Makefile.am): Likewise.
10760         * modules/savedir (Makefile.am): Likewise.
10761         * modules/setenv (Makefile.am): Likewise.
10762         * modules/settime (Makefile.am): Likewise.
10763         * modules/sha1 (Makefile.am): Likewise.
10764         * modules/sig2str (Makefile.am): Likewise.
10765         * modules/snprintf (Makefile.am): Likewise.
10766         * modules/stdlib-safer (Makefile.am): Likewise.
10767         * modules/stpcpy (Makefile.am): Likewise.
10768         * modules/stpncpy (Makefile.am): Likewise.
10769         * modules/strcase (Makefile.am): Likewise.
10770         * modules/strcasestr (Makefile.am): Likewise.
10771         * modules/strchrnul (Makefile.am): Likewise.
10772         * modules/strcspn (Makefile.am): Likewise.
10773         * modules/strdup (Makefile.am): Likewise.
10774         * modules/strerror (Makefile.am): Likewise.
10775         * modules/strftime (Makefile.am): Likewise.
10776         * modules/strndup (Makefile.am): Likewise.
10777         * modules/strnlen (Makefile.am): Likewise.
10778         * modules/strpbrk (Makefile.am): Likewise.
10779         * modules/strsep (Makefile.am): Likewise.
10780         * modules/strstr (Makefile.am): Likewise.
10781         * modules/strtod (Makefile.am): Likewise.
10782         * modules/strtoimax (Makefile.am): Likewise.
10783         * modules/strtok_r (Makefile.am): Likewise.
10784         * modules/strtol (Makefile.am): Likewise.
10785         * modules/strtoll (Makefile.am): Likewise.
10786         * modules/strtoul (Makefile.am): Likewise.
10787         * modules/strtoull (Makefile.am): Likewise.
10788         * modules/strtoumax (Makefile.am): Likewise.
10789         * modules/strverscmp (Makefile.am): Likewise.
10790         * modules/time_r (Makefile.am): Likewise.
10791         * modules/timegm (Makefile.am): Likewise.
10792         * modules/tmpfile-safer (Makefile.am): Likewise.
10793         * modules/unistd-safer (Makefile.am): Likewise.
10794         * modules/unlinkdir (Makefile.am): Likewise.
10795         * modules/userspec (Makefile.am): Likewise.
10796         * modules/utime (Makefile.am): Likewise.
10797         * modules/utimecmp (Makefile.am): Likewise.
10798         * modules/utimens (Makefile.am): Likewise.
10799         * modules/vasnprintf (Makefile.am): Likewise.
10800         * modules/vasprintf (Makefile.am): Likewise.
10801         * modules/vsnprintf (Makefile.am): Likewise.
10802         * modules/xalloc (Makefile.am): Likewise.
10803         * modules/xgetcwd (Makefile.am): Likewise.
10804         * modules/xnanosleep (Makefile.am): Likewise.
10805         * modules/xreadlink (Makefile.am): Likewise.
10806         * modules/xstrtod (Makefile.am): Likewise.
10807         * modules/xstrtol (Makefile.am): Likewise.
10808         * modules/xstrtold (Makefile.am): Likewise.
10809         * modules/yesno (Makefile.am): Likewise.
10810
10811 2006-10-12  Jim Meyering  <jim@meyering.net>
10812
10813         * m4/getloadavg.m4: Revert the change below.
10814
10815         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
10816         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
10817         fail with a symlink, which is what coreutils' ./bootstrap now
10818         creates by default.
10819
10820 2006-10-12  Bruno Haible  <bruno@clisp.org>
10821
10822         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
10823         mingw.
10824         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
10825         MSVC and mingw explicitly.
10826
10827 2006-10-11  Simon Josefsson  <jas@extundo.com>
10828             Bruno Haible  <bruno@clisp.org>
10829
10830         Add support for multiple gnulib-tool invocations in the scope of a
10831         single configure.ac file.
10832         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
10833         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
10834         with the same contents as the _LIBADD variable.
10835         (func_emit_initmacro_start, func_emit_initmacro_end,
10836         func_emit_initmacro_done): New functions.
10837         (func_import, func_create_testdir): Invoke them. Allow the identifiers
10838         gl_LIBOBJS and gl_LTLIBOBJS.
10839
10840 2006-10-11  Bruno Haible  <bruno@clisp.org>
10841
10842         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
10843         (func_create_testdir): Don't create po/Makefile.am, don't invoke
10844         autoreconf. Instead, invoke autopoint explicitly but move back the
10845         *.m4 files from gnulib.
10846
10847 2006-10-11  Bruno Haible  <bruno@clisp.org>
10848
10849         * gnulib-tool (func_usage): Make module names after --create-testdir
10850         optional.
10851         (func_create_testdir): If no module was specified, use nearly all
10852         modules.
10853
10854 2006-10-12  Jim Meyering  <jim@meyering.net>
10855
10856         Big performance improvement for fts-based tools that use FTS_NOSTAT.
10857         Avoid spurious inode-mismatch problems on non-POSIX file systems.
10858         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
10859         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
10860         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
10861         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
10862         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
10863         (fts_set_stat_required): New function.
10864         (fts_open): Defer the calls to fts_stat, if possible or requested.
10865         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
10866         into fts_stat itself.
10867         (fts_read): Perform any required (deferred) fts_stat call.
10868         (fts_build): Likewise, for the directory we're about to open and read.
10869         In the readdir loop, carefully decide whether each entry will require
10870         an eventual call to fts_stat, using dirent.d_type info if available.
10871         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
10872         a command line argument into this function.  Update all callers.
10873         Map a return value of FTS_DOT to FTS_D for a command line argument.
10874         * modules/fts (Depends-on): Add d-type.  Alphabetize.
10875         Thanks to Miklos Szeredi for his tenacity and for the initial
10876         bug report about "find" failing on a FUSE-based file system.
10877
10878         * lib/fts.c (fts_open): Use consistent indentation.
10879
10880 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
10881
10882         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
10883         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
10884         reported by Jim Meyering.  All uses of cache variables renamed
10885         to match Autoconf's.
10886         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
10887         the other one.
10888
10889         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10890         Fix misspelling in diagnostic.
10891
10892 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10893
10894         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
10895         defined.  Problem reported by Matthew Woehlke.
10896
10897         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
10898         Add support for Tandem NonStop R series.
10899         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
10900         Use new macro.
10901
10902         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
10903         (has_trailing_slash): Omit size arg; all callers changed.
10904         Omit 'inline', since it doesn't help performance and we'd
10905         need to configure it.
10906         Don't count //, ///, etc. as having a trailing slash.
10907         As a side effect, this removes a C99ism reported by Matthew Woehlke.
10908         (rpl_rename_dest_slash): On failure, use rename's errno rather
10909         than (in some cases) an incorrect or junk errno.
10910         Simplify code by removing need to compute length; this does
10911         cause it to make two passes instead of one over the file name,
10912         but it's worth it.
10913
10914         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
10915         change, since Autoconf's version may no longer be appropriate now
10916         that we are using CVS Autoconf's version.  Add support for Tandem.
10917
10918 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
10919             Bruno Haible  <bruno@clisp.org>
10920
10921         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
10922         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
10923         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
10924         gl_AC_TYPE_LONG_LONG.
10925
10926         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
10927         instead of HAVE_LONG_LONG.
10928         * lib/printf-args.c (printf_fetchargs): Likewise.
10929         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
10930         * lib/vasnprintf.c (VASNPRINTF): Likewise.
10931         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
10932         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
10933         gl_AC_TYPE_LONG_LONG.
10934
10935 2006-10-11  Bruno Haible  <bruno@clisp.org>
10936
10937         * m4/longlong.m4: Add comments.
10938         * m4/ulonglong.m4: Likewise.
10939
10940 2006-10-10  Bruno Haible  <bruno@clisp.org>
10941
10942         Make it possible to #define stpcpy, strdup to aliases.
10943         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
10944         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
10945
10946 2006-10-10  Bruno Haible  <bruno@clisp.org>
10947
10948         Make it possible to #define gcd to an alias.
10949         * lib/gcd.c: Include config.h.
10950
10951 2006-10-10  Bruno Haible  <bruno@clisp.org>
10952
10953         Make it possible to #define c_isascii to an alias.
10954         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
10955         defined. Undefine the macros before defining them, to avoid gcc
10956         warnings.
10957         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
10958         define NO_C_CTYPE_MACROS early.
10959
10960 2006-10-10  Bruno Haible  <bruno@clisp.org>
10961
10962         Make it possible to #define set_program_name to an alias.
10963         * lib/progname.c: Don't undefine set_program_name; instead, undefine
10964         ENABLE_RELOCATABLE early.
10965
10966 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
10967
10968         Port to Tandem NSK OSS, which has 64-bit signed int but at most
10969         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
10970         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
10971         More generally, don't assume that 64-bit signed int is available
10972         if unsigned int is, and vice versa.
10973         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
10974         unsigned symbols, not on their signed counterparts.
10975         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
10976         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
10977         (UINT64_C, UINTMAX_C):
10978         Likewise.
10979         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
10980         unsigned counterparts.
10981         (Have_long_long, Unsigned): New macros.
10982         (Int): Renamed from INT.
10983         (strtoimax): Use the new macros.
10984         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
10985         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
10986         * modules/inttypes (inttypes.h): Substitute
10987         HAVE_UNSIGNED_LONG_LONG_INT.
10988         * modules/stdint (stdint.h): Likewise.
10989         (Files): Add m4/ulonglong.m4.
10990
10991 2006-10-10  Bruno Haible  <bruno@clisp.org>
10992
10993         Fix a gcc -Wshadow warning.
10994         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
10995         to 'bucket'.
10996         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
10997         gl_linked_indexof_from_to): Likewise.
10998         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
10999         Likewise.
11000         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
11001         Likewise.
11002         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
11003         Reported by Eric Blake.
11004
11005 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
11006
11007         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
11008         for NetBSD.  Problem reported by Bruno Haible.
11009
11010 2006-10-09  Jim Meyering  <jim@meyering.net>
11011
11012         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
11013         Patch from Bruno Haible.
11014
11015 2006-10-09  Jim Meyering  <jim@meyering.net>
11016
11017         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
11018         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
11019         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
11020
11021 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11022
11023         Don't include <config.h> twice; this doesn't work in some cases,
11024         e.g., when config.h has "#define intmax_t long long int" and
11025         we include <config.h>, <inttypes.h>, <config.h> in that order.
11026         Problem reported by Matthew Woehlke in:
11027         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
11028         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
11029         * lib/fts-cycle.c: Don't include config.h.
11030         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
11031         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
11032         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
11033         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
11034         inttypes.h.
11035         * lib/xstrtoumax.c: Likewise.
11036         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
11037         __strtol and the like, so that this module is more like its siblings.
11038         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
11039         Remove; no longer needed now that we assume gnulib inttypes.h.
11040
11041 2006-10-08  Bruno Haible  <bruno@clisp.org>
11042
11043         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
11044         option.
11045
11046 2006-10-07  Jim Meyering  <jim@meyering.net>
11047
11048         * modules/inttypes (inttypes.h): Revert what seems to have been
11049         an inadvertent part of today's change: use "|", not "/" in the
11050         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
11051
11052 2006-10-07  Bruno Haible  <bruno@clisp.org>
11053
11054         * modules/sublist: New file.
11055
11056 2006-10-07  Bruno Haible  <bruno@clisp.org>
11057
11058         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
11059         * modules/argz (argz.h): Likewise.
11060         * modules/arpa_inet (arpa/inet.h): Likewise.
11061         * modules/byteswap (byteswap.h): Likewise.
11062         * modules/configmake (configmake.h): Likewise.
11063         * modules/fcntl (fcntl.h): Likewise.
11064         * modules/fnmatch (fnmatch.h): Likewise.
11065         * modules/getopt (getopt.h): Likewise.
11066         * modules/glob (glob.h): Likewise.
11067         * modules/inttypes (inttypes.h): Likewise.
11068         * modules/netinet_in (netinet/in.h): Likewise.
11069         * modules/poll (poll.h): Likewise.
11070         * modules/stdbool (stdbool.h): Likewise.
11071         * modules/stdint (stdint.h): Likewise.
11072         * modules/sys_select (sys/select.h): Likewise.
11073         * modules/sys_socket (sys/socket.h): Likewise.
11074         * modules/sys_stat (sys/stat.h): Likewise.
11075         * modules/sysexits (sysexits.h): Likewise.
11076         * modules/unistd (unistd.h): Likewise.
11077         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
11078         Add a "DO NOT EDIT" comment to the generated file.
11079         (func_import): Likewise for gnulib-comp.m4.
11080
11081 2006-10-07  Bruno Haible  <bruno@clisp.org>
11082
11083         * lib/gl_sublist.h: New file.
11084         * lib/gl_sublist.c: New file.
11085
11086 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
11087
11088         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
11089         name (relative to the original working directory) and the file
11090         name component (relative to the temporary working directory).  All
11091         callers changed.
11092         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
11093         * lib/mkdir-p.c (make_dir_parents): Likewise.
11094         * lib/mkdir-p.h (make_dir_parents): Likewise.
11095
11096 2006-10-06  Eric Blake  <ebb9@byu.net>
11097
11098         Define several macros for use by the clean-temp module.
11099         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
11100         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
11101         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
11102
11103         * lib/clean-temp.h (close_stream_temp): New declaration.
11104         * lib/clean-temp.c (includes): Pull in headers according to what
11105         other modules are in use.
11106         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
11107
11108 2006-10-06  Bruno Haible  <bruno@clisp.org>
11109
11110         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
11111         instead of fopen, fwriteerror.
11112
11113 2006-10-06  Bruno Haible  <bruno@clisp.org>
11114
11115         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
11116         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
11117         int.
11118         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
11119         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
11120         Return an error indicator.
11121         Suggested by Eric Blake.
11122
11123 2006-10-06  Bruno Haible  <bruno@clisp.org>
11124
11125         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
11126         Reported by Eric Blake.
11127
11128 2006-10-06  Bruno Haible  <bruno@clisp.org>
11129
11130         * modules/closeout (Description): Mention stderr too.
11131
11132 2006-10-06  Bruno Haible  <bruno@clisp.org>
11133         and Paul Eggert  <eggert@cs.ucla.edu>
11134
11135         * lib/closeout.c (close_stdout): Also close stderr.
11136         * lib/closeout.h: Update comment.
11137
11138 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
11139
11140         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
11141         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
11142         * lib/dirchownmod.c: Include lchown.h.
11143         * lib/lchown.c: Don't include files that lchown.h now includes.
11144         Don't declare chown, since lchown.h now does that.
11145         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
11146         (lchown): Define to rpl_chown if lchown is declared but
11147         does not exist.  Declare using a prototype if lchown is not
11148         declared.  Add a copyright notice.
11149         * lib/mkstemp.h: Include <unistd.h>.
11150         * lib/openat.c: Include lchown.h.
11151
11152         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
11153         we now test for that separately.
11154         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
11155         rather than O_NOFOLLOW, when testing whether it's possible to
11156         avoid a race condition reliably.
11157         * lib/savewd.c (savewd_chdir): Likewise.
11158
11159         Remove macros that are no longer needed now that stdint.h is
11160         reliable.
11161         * lib/fsusage.c (UINTMAX_MAX): Remove.
11162         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
11163         * lib/utimecmp.c (SIZE_MAX): Remove.
11164
11165         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
11166
11167         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
11168         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
11169         O_NOATIME works.
11170
11171 2006-10-05  Bruno Haible  <bruno@clisp.org>
11172
11173         * lib/gl_list.h (gl_sortedlist_search_from_to,
11174         gl_sortedlist_indexof_from_to): New declarations.
11175         (gl_list_implementation): New fields sortedlist_search_from_to,
11176         sortedlist_indexof_from_to.
11177         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
11178         inline functions.
11179         * lib/gl_list.c (gl_sortedlist_search_from_to,
11180         gl_sortedlist_indexof_from_to): New functions.
11181         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
11182         function.
11183         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
11184         (gl_array_sortedlist_search_from_to): New function.
11185         (gl_array_list_implementation): Update.
11186         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
11187         function.
11188         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
11189         (gl_carray_sortedlist_search_from_to): New function.
11190         (gl_carray_list_implementation): Update.
11191         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
11192         gl_linked_sortedlist_indexof_from_to): New functions.
11193         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
11194         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
11195         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
11196         gl_tree_sortedlist_indexof_from_to): New functions.
11197         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
11198         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
11199         Update.
11200         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
11201         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
11202         Update.
11203
11204 2006-10-05  Bruno Haible  <bruno@clisp.org>
11205
11206         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
11207         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
11208         (struct gl_list_implementation): Add fields search_from_to,
11209         indexof_from_to. Remove fields search, indexof.
11210         (gl_list_search): Use the search_from_to method.
11211         (gl_list_search_from, gl_list_search_from_to): New functions.
11212         (gl_list_indexof): Use the indexof_from_to method.
11213         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
11214         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
11215         (gl_list_search_from, gl_list_search_from_to): New functions.
11216         (gl_list_indexof): Use the indexof_from_to method.
11217         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
11218         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
11219         gl_array_indexof. Add start_index, end_index arguments.
11220         (gl_array_search_from_to): Renamed from gl_array_search. Add
11221         start_index, end_index arguments.
11222         (gl_array_remove, gl_array_list_implementation): Update.
11223         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
11224         gl_carray_indexof. Add start_index, end_index arguments.
11225         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
11226         start_index, end_index arguments.
11227         (gl_carray_remove, gl_carray_list_implementation): Update.
11228         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
11229         gl_linked_search. Add start_index, end_index arguments.
11230         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
11231         start_index, end_index arguments.
11232         (gl_linked_remove): Update.
11233         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
11234         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
11235         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
11236         field to 'size_t'.
11237         * lib/gl_anytree_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         (gl_tree_remove): Update.
11242         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
11243         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
11244         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
11245         function.
11246         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
11247         gl_tree_search. Add start_index, end_index arguments.
11248         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
11249         start_index, end_index arguments.
11250         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
11251         Update.
11252         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
11253
11254 2006-10-05  Bruno Haible  <bruno@clisp.org>
11255
11256         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
11257
11258         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
11259         fwriteerror_temp): New declarations.
11260         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
11261         (descriptors): New variable.
11262         (cleanup): First, close the descriptors.
11263         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
11264         fclose_temp, fwriteerror_temp): New functions.
11265
11266 2006-10-04  Jim Meyering  <jim@meyering.net>
11267
11268         * lib/fts.c (fts_open): Tiny comment change.
11269
11270 2006-10-04  Bruno Haible  <bruno@clisp.org>
11271
11272         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
11273         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
11274         gl_LOCK_BODY.
11275         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
11276         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
11277         gl_LOCK_EARLY_BODY.
11278         (gl_LOCK): Require gl_LOCK_BODY.
11279
11280 2006-10-04  Bruno Haible  <bruno@clisp.org>
11281
11282         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
11283         (gl_oset_search_atleast): New declaration.
11284         (struct gl_oset_implementation): Add field 'search_atleast'.
11285         (gl_oset_search_atleast): New inline function.
11286         * lib/gl_oset.c (gl_oset_search_atleast): New function.
11287         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
11288         (gl_array_oset_implementation): Update.
11289         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
11290         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
11291         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
11292
11293 2006-10-04  Bruno Haible  <bruno@clisp.org>
11294
11295         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
11296
11297 2006-10-03  Bruno Haible  <bruno@clisp.org>
11298
11299         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
11300         from gl_avltreehash_list_implementation.
11301
11302 2006-10-03  Bruno Haible  <bruno@clisp.org>
11303
11304         * lib/gl_oset.c (gl_oset_add): Fix return type.
11305
11306 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
11307
11308         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
11309
11310 2006-10-02  Eric Blake  <ebb9@byu.net>
11311
11312         * modules/strnlen (Depends-on): Add extensions.
11313
11314 2006-10-02  Eric Blake  <ebb9@byu.net>
11315
11316         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
11317         definition in 2.60+.
11318
11319 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
11320
11321         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
11322         checks.
11323
11324 2006-10-02  Bruno Haible  <bruno@clisp.org>
11325
11326         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
11327         to the AUTOMAKE_OPTIONS.
11328         Reported by Jim Meyering.
11329
11330 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
11331
11332         Work around bug in Solaris 10 /proc file system:
11333         /proc/self/fd/NNN/.. isn't the parent directory of
11334         the directory whose file descriptor is NNN.  This needs to
11335         be worked around at run time, not compile time, since a
11336         program might be built on Solaris 8, where things work, and
11337         run on Solaris 10.
11338         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
11339         to use the following interface instead:
11340         (OPENAT_BUFFER_SIZE): New macro.
11341         (openat_proc_name): New function.
11342         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
11343         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
11344         Likewise.
11345         * lib/openat-proc.c: New file.
11346         * modules/openat (Files): Add lib/openat-proc.c.
11347         (Depends-on): Add same-inode, stdbool.
11348         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
11349
11350 2006-09-29  Bruno Haible  <bruno@clisp.org>
11351
11352         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
11353         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
11354         argument. Set stdout_closed before testing for ferror, not after.
11355         (fwriteerror, fwriteerror_no_ebadf): New functions.
11356
11357 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11358
11359         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
11360
11361 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
11362
11363         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
11364         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
11365
11366 2006-09-28  Jim Meyering  <jim@meyering.net>
11367
11368         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
11369         Include <unistd.h>.
11370
11371 2006-09-28  Bruno Haible  <bruno@clisp.org>
11372
11373         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
11374         * modules/linkedhash-list (Depends-on): Likewise.
11375         * modules/rbtreehash-list (Depends-on): Likewise.
11376
11377 2006-09-28  Bruno Haible  <bruno@clisp.org>
11378
11379         * lib/strndup.h: Simplify the redefinition of strndup.
11380         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
11381         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
11382
11383 2006-09-28  Bruno Haible  <bruno@clisp.org>
11384
11385         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
11386         * lib/gl_linkedhash_list.c: Likewise.
11387         * lib/gl_rbtreehash_list.c: Likewise.
11388
11389 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
11390
11391         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
11392         getaddrinfo.
11393
11394         * lib/__fpending.h: Don't include <stdio_ext.h> unless
11395         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
11396         it causes <stdio_ext.h> to cause a compile-time error.
11397         Problem reported by Nelson H. F. Beebe.
11398         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
11399         of HAVE_DECL___PENDING.
11400
11401         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
11402         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
11403         declaration.
11404
11405 2006-09-27  Jim Meyering  <jim@meyering.net>
11406
11407         This file could end up with a definition for a function
11408         named __strndup, rather than rpl_strndup on a system with
11409         incomplete weak_alias support.
11410         * lib/strndup.c (strndup): Rename from __strndup.
11411         Remove #defines that used to map __strndup to strndup.
11412         Don't use K&R prototypes.
11413         Remove LIBC-related code, since this file is not sync'd with glibc.
11414         * lib/strndup.h: Revamp, accordingly.
11415         * m4/strndup.m4: Modernize.
11416
11417 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
11418
11419         * modules/savewd (Depends-on): Add 'raise'.
11420         * lib/savewd.c: Include <signal.h>, for 'raise'.
11421
11422 2006-09-26  Jim Meyering  <jim@meyering.net>
11423
11424         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
11425         when we detect Darwin 8.7.0's acl_get_file bug.
11426         Rearrange to perform the new (below) run-test while $LIBS
11427         contains any acl-related library.  Set USE_ACL at the end.
11428         (gl_ACL_GET_FILE): New function.
11429
11430 2006-09-26  Eric Blake  <ebb9@byu.net>
11431
11432         * lib/verror.c: Include <config.h> unconditionally.
11433
11434 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
11435
11436         * modules/clock-time (Maintainer): Add self.
11437         * modules/getlogin_r (Depends-on): Add extensions.
11438
11439 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11440
11441         * modules/clock-time: New module.
11442         * modules/nanosleep (Depends-on): Add clock-time.
11443         * modules/gethrxtime (Depends-on): Likewise.
11444         * modules/gettime (Depends-on): Likewise.
11445         * modules/settime (Depends-on): Likewise.
11446
11447         * modules/fts-lgpl: Depend on openat.
11448         * modules/mkancesdirs: Depend on savewd.
11449         * modules/mkdir-p: Likewise.
11450
11451 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11452
11453         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
11454
11455         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
11456         `gl_have_arbitrary_file_name_length_limit' to
11457         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
11458         actually works between configure runs.
11459
11460 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11461             Bruno Haible  <bruno@clisp.org>
11462
11463         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
11464
11465 2006-09-25  Jim Meyering  <jim@meyering.net>
11466
11467         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
11468         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
11469
11470 2006-09-25  Eric Blake  <ebb9@byu.net>
11471
11472         * gnulib-tool (func_import, func_create_testdir): Fix typos in
11473         exec's in 2006-09-18 patch when shuffling fds.
11474
11475 2006-09-25  Bruno Haible  <bruno@clisp.org>
11476
11477         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
11478         Reported by Jim Meyering.
11479
11480 2006-09-24  Jim Meyering  <jim@meyering.net>
11481
11482         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
11483         compare a pointer against a literal "0".  That caused failures with
11484         at least HP-UX's hpcc.
11485
11486 2006-09-22  Simon Josefsson  <jas@extundo.com>
11487
11488         * modules/gc-sha1:
11489         * modules/gc-md4:
11490         * modules/gc-hmac-sha1:
11491         * modules/gc-hmac-md5:
11492         * modules/gc-des:
11493         * modules/gc-arcfour: Distribute more files.
11494
11495 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11496
11497         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
11498         (gl_linked_iterator_from_to): Initialize struct completely.
11499         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
11500         (gl_tree_iterator_from_to): Likewise
11501         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
11502         * lib/gl_array_list.c [lint] (gl_array_iterator)
11503         (gl_array_iterator_from_to): Likewise.
11504         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
11505         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
11506         (gl_carray_iterator_from_to): Likewise.
11507
11508         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
11509         * lib/md4.c (md4_process_block): Remove unused variable.
11510         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
11511         parentheses for clarity.
11512
11513 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11514
11515         * modules/bison-i18n (Depends-on): Add gettext.
11516
11517 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11518
11519         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
11520         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11521         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
11522         also add missing comma that caused broken test.
11523         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
11524         stdlib.h, for `abort'.
11525         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
11526         variables.
11527         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
11528         include unistd.h if present, for `rmdir'.
11529         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
11530         variables.
11531         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
11532         in the process include standard headers for prototypes.
11533         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
11534         gets declared on GNU/Linux.
11535         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
11536         unistd.h, for `rmdir'.
11537         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
11538
11539         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
11540         always true.
11541         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
11542
11543         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
11544
11545 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11546
11547         * gnulib-tool (func_version): Create output all at once.  This
11548         may help avoid triggering unnecessary SIGPIPEs, and at any
11549         rate it doesn't hurt.
11550
11551 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11552             Bruno Haible  <bruno@clisp.org>
11553
11554         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
11555         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
11556         * m4/signed.m4 (bh_C_SIGNED): Likewise.
11557
11558         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
11559         (gl_FUNC_VASPRINTF): Invoke it.
11560
11561 2006-09-22  Bruno Haible  <bruno@clisp.org>
11562
11563         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
11564         getloadavg.c as first argument.
11565
11566 2006-09-22  Bruno Haible  <bruno@clisp.org>
11567
11568         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
11569         at the beginning of the gl_INIT macro.
11570         * modules/getloadavg (configure.ac): Pass $gl_source_base to
11571         gl_GETLOADAVG.
11572
11573 2006-09-22  Bruno Haible  <bruno@clisp.org>
11574
11575         * gnulib-tool (func_create_megatestdir): Don't include the config-h
11576         module.
11577         Suggested by Ralf Wildenhues.
11578
11579 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
11580
11581         Import this patch from libc:
11582
11583         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
11584
11585         * lib/regex_internal.c (re_string_reconstruct): Handle
11586         offset < pstr->valid_raw_len && pstr->offsets_needed case.
11587         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
11588         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
11589         re_string_context_at.
11590
11591         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
11592         now requires it.
11593         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
11594         gl_REGEX now does it for us.
11595         (gl_REGEX): Add test taken from
11596         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
11597
11598         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
11599         Check that large offsets work.  Modernize Autoconf usages.
11600         Prefer "yes" to mean a good thing rather than a bad.
11601         Don't put "#define mkstemp" in config.h, as this might interfere
11602         with standard system headers that "#define mkstemp mkstemp64".
11603
11604         * modules/mkstemp (Depends-on): Add extensions, so that
11605         mkstemp is visible on some platforms.
11606         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
11607         (Include): Change to "mkstemp.h" from <stdlib.h>.
11608         (Files): Add mkstemp.h.
11609
11610         * lib/mkstemp.h: New file, since some standard headers
11611         #define mkstemp.
11612         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
11613         Include "mkstemp.h".
11614         Make the _LIBC code resemble glibc original more,
11615         e.g., use K&R style.
11616         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
11617         (mkstemp): Remove, since mkstemp.h does this for us.
11618         * lib/stdlib--.h: Include mkstemp.h.
11619
11620         Import this patch from libc:
11621
11622         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11623
11624         * lib/tempname.c (__gen_tempname): Change attempts_min
11625         into a macro.  Use preprocessor to decide how to initialize
11626         attempts [Coverity CID 67].
11627
11628 2006-09-20  Bruno Haible  <bruno@clisp.org>
11629
11630         * lib/mkdtemp.c: Import from libc.
11631         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
11632                 * sysdeps/posix/tempname.c (__gen_tempname): Change
11633                 attempts_min into a macro.  Use preprocessor to decide how to
11634                 initialize attempts [Coverity CID 67].
11635         2001-11-27  Paul Eggert  <eggert@twinsun.com>
11636                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11637                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11638
11639 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11640
11641         * gnulib-tool (func_exit): New function, to allow to pass the
11642         exit status portably through the trap.  Use everywhere.
11643         (--help, --version): Signal a write error.
11644         (trap): catch SIGPIPE, for write errors.
11645         Exit at the end of the trap, with the correct exit status.
11646
11647 2006-09-19  Karl Berry  <karl@gnu.org>
11648
11649         * doc/gnulib.texi: note about the license texinfo files.
11650
11651 2006-09-19  Eric Blake  <ebb9@byu.net>
11652
11653         * gnulib-tool: Avoid space-tab.
11654
11655 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11656
11657         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
11658         that prevented coreutils 6.1 from building.  Problem reported
11659         by Petter Reinholdtsen.
11660
11661 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
11662
11663         * gnulib-tool (avoidlist): Fix typo that broke options like
11664         --avoid=lock that are used by coreutils bootstrap.
11665
11666 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
11667
11668         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
11669         more systematically.
11670
11671 2006-09-18  Jim Meyering  <jim@meyering.net>
11672
11673         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
11674
11675 2006-09-18  Bruno Haible  <bruno@clisp.org>
11676
11677         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
11678
11679 2006-09-18  Bruno Haible  <bruno@clisp.org>
11680
11681         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
11682         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
11683         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
11684         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
11685         * m4/gettext.m4: Require autoconf >= 2.52.
11686         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
11687         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
11688         of gl_cv_header_inttypes_h.
11689
11690 2006-09-18  Bruno Haible  <bruno@clisp.org>
11691
11692         * lib/javaversion.c: Include configmake.h.
11693
11694 2006-09-18  Bruno Haible  <bruno@clisp.org>
11695
11696         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
11697         avoid that the while loops be executed in a subshell.
11698
11699 2006-09-18  Bruno Haible  <bruno@clisp.org>
11700
11701         * MODULES.html.sh (func_module): Break long lines.
11702         Suggested by Bruce Korb <bkorb@gnu.org>.
11703
11704 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11705
11706         Speed up by a factor of 1.12.
11707         * gnulib-tool (nl): New variable.
11708         (func_import): Rewrite include directive extraction to only read each
11709         directive once.
11710
11711 2006-09-17  Bruno Haible  <bruno@clisp.org>
11712
11713         * modules/javaversion (Makefile.am): Remove DEFS setting.
11714         (Depends-on): Add configmake, for PKGDATADIR definition.
11715
11716 2006-09-17  Bruno Haible  <bruno@clisp.org>
11717
11718         * gnulib-tool (func_create_testdir): Rewrite all files at once.
11719
11720 2006-09-17  Bruno Haible  <bruno@clisp.org>
11721
11722         * gnulib-tool (func_append): New function, stolen from libtool.m4.
11723         (func_modules_transitive_closure, func_modules_add_dummy,
11724         func_modules_to_filelist, func_import, func_create_testdir,
11725         func_create_megatestdir, ...): Use it wherever possible.
11726         Suggested by Ralf Wildenhues.
11727
11728 2006-09-16  Karl Berry  <karl@gnu.org>
11729
11730         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
11731         to avoid sectioning errors.
11732         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
11733         [ifinfo]: blank line after @center-ed titles.
11734         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
11735         Spell FSF address consistently with others.
11736         (These changes approved by rms.)
11737
11738 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11739
11740         Speed up by a factor of 1.61.
11741         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
11742         already checked module names again.
11743
11744 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11745
11746         Speed up by a factor of 1.13.
11747         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
11748         for new_files, and the input to func_add_or_update.
11749
11750 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11751
11752         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
11753         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
11754
11755 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11756
11757         * modules/mkancesdirs (Depends-on): Add fcntl.
11758         * modules/savewd: New file.
11759         * MODULES.html.sh (File system functions): Add savewd.
11760
11761         * modules/configmake (Makefile.am): Add support for the
11762         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
11763
11764 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11765
11766         * m4/savewd.m4: New file.
11767
11768 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
11769
11770         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
11771         (dirchownmod): New arg FD.  All callers changed.
11772         Use FD rather than opening the directory ourself, as opening is
11773         now the caller's responsibility.
11774         * lib/dirchownmod.h: Likewise.
11775         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
11776         hosts that require <sys/types.h> before <sys/stat.h>.  Include
11777         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
11778         (test_dir): Remove.
11779         (mkancesdirs): Return length of prefix of FILE that has already
11780         been made, or -2 if there is a child doing the work.  Redo
11781         algorithm so that it is O(N) rather than O(N**2).  Optimize away
11782         ".", and treat ".." specially since it might stray back into
11783         already-created areas.  Use a subprocess if necessary.  New arg
11784         WD; all users changed.  MAKE_DIR function should now return 1
11785         if it creates a directory that is not readable.  Return -2 if
11786         a child process is spun off.
11787         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
11788         Adjust signature to match code.
11789         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
11790         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
11791         all users changed.
11792         * lib/savewd.c, lib/savewd.h: New files.
11793
11794 2006-09-15  Jim Meyering  <jim@meyering.net>
11795
11796         * modules/rename-dest-slash: New module.
11797         * MODULES.html.sh (posix_compat): Add it here.
11798
11799         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
11800
11801 2006-09-15  Jim Meyering  <jim@meyering.net>
11802
11803         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
11804         file.
11805
11806         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
11807
11808 2006-09-15  Jim Meyering  <jim@meyering.net>
11809
11810         * lib/rename-dest-slash.c (has_trailing_slash): Use
11811         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
11812         (rpl_rename_dest_slash): Perform the cheaper trailing slash
11813         test before testing whether SRC is a directory.
11814         Suggestions from Bruno Haible.
11815
11816         Avoid a warning about an unused variable.
11817         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
11818         into the #ifdef block where it's used.
11819
11820         * lib/rename-dest-slash.c: New file.
11821
11822 2006-09-14  Bruno Haible  <bruno@clisp.org>
11823
11824         * lib/allocsa.c: Include <config.h> unconditionally.
11825         * lib/asnprintf.c: Likewise.
11826         * lib/asprintf.c: Likewise.
11827         * lib/c-strcasecmp.c: Likewise.
11828         * lib/c-strcasestr.c: Likewise.
11829         * lib/c-strncasecmp.c: Likewise.
11830         * lib/c-strstr.c: Likewise.
11831         * lib/classpath.c: Likewise.
11832         * lib/clean-temp.c: Likewise.
11833         * lib/concatpath.c: Likewise.
11834         * lib/copy-file.c: Likewise.
11835         * lib/csharpcomp.c: Likewise.
11836         * lib/csharpexec.c: Likewise.
11837         * lib/execute.c: Likewise.
11838         * lib/fatal-signal.c: Likewise.
11839         * lib/findprog.c: Likewise.
11840         * lib/fwriteerror.c: Likewise.
11841         * lib/gl_array_list.c: Likewise.
11842         * lib/gl_array_oset.c: Likewise.
11843         * lib/gl_avltree_list.c: Likewise.
11844         * lib/gl_avltree_oset.c: Likewise.
11845         * lib/gl_avltreehash_list.c: Likewise.
11846         * lib/gl_carray_list.c: Likewise.
11847         * lib/gl_linked_list.c: Likewise.
11848         * lib/gl_linkedhash_list.c: Likewise.
11849         * lib/gl_list.c: Likewise.
11850         * lib/gl_oset.c: Likewise.
11851         * lib/gl_rbtree_list.c: Likewise.
11852         * lib/gl_rbtree_oset.c: Likewise.
11853         * lib/gl_rbtreehash_list.c: Likewise.
11854         * lib/imaxabs.c: Likewise.
11855         * lib/imaxdiv.c: Likewise.
11856         * lib/javacomp.c: Likewise.
11857         * lib/javaexec.c: Likewise.
11858         * lib/javaversion.c: Likewise.
11859         * lib/linebreak.c: Likewise.
11860         * lib/localcharset.c: Likewise.
11861         * lib/lock.c: Likewise.
11862         * lib/mbchar.c: Likewise.
11863         * lib/mbswidth.c: Likewise.
11864         * lib/mkdtemp.c: Likewise.
11865         * lib/pipe.c: Likewise.
11866         * lib/printf-args.c: Likewise.
11867         * lib/printf-parse.c: Likewise.
11868         * lib/progname.c: Likewise.
11869         * lib/progreloc.c: Likewise.
11870         * lib/readlink.c: Likewise.
11871         * lib/sh-quote.c: Likewise.
11872         * lib/stpcpy.c: Likewise.
11873         * lib/stpncpy.c: Likewise.
11874         * lib/strcasecmp.c: Likewise.
11875         * lib/strcasestr.c: Likewise.
11876         * lib/strcspn.c: Likewise.
11877         * lib/striconv.c: Likewise.
11878         * lib/strncasecmp.c: Likewise.
11879         * lib/strnlen1.c: Likewise.
11880         * lib/strstr.c: Likewise.
11881         * lib/strtok_r.c: Likewise.
11882         * lib/tls.c: Likewise.
11883         * lib/tmpdir.c: Likewise.
11884         * lib/unicodeio.c: Likewise.
11885         * lib/unsetenv.c: Likewise.
11886         * lib/vasnprintf.c: Likewise.
11887         * lib/vasprintf.c: Likewise.
11888         * lib/wait-process.c: Likewise.
11889         * lib/xallocsa.c: Likewise.
11890         * lib/xsetenv.c: Likewise.
11891         * lib/xstriconv.c: Likewise.
11892
11893 2006-09-13  Simon Josefsson  <jas@extundo.com>
11894
11895         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
11896         that internally, suggested by Ralf Wildenhues
11897         <Ralf.Wildenhues@gmx.de>.
11898
11899 2006-09-13  Simon Josefsson  <jas@extundo.com>
11900
11901         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
11902         @LIBOBJS@.
11903         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11904
11905 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
11906
11907         * lib/_fpending.c: Include <config.h> unconditionally, since we no
11908         longer worry about uses that don't define HAVE_CONFIG_H.
11909         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
11910         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
11911         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
11912         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
11913         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
11914         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
11915         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
11916         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
11917         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
11918         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
11919         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
11920         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
11921         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
11922         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
11923         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
11924         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
11925         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
11926         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
11927         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
11928         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
11929         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
11930         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
11931         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
11932         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
11933         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
11934         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
11935         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
11936         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
11937         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
11938         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
11939         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
11940         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
11941         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
11942         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
11943         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
11944         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
11945         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
11946         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
11947         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
11948         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
11949         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
11950         Likewise.
11951
11952 2006-09-13  Eric Blake  <ebb9@byu.net>
11953
11954         * lib/getopt.c: Fix typo in last commit.
11955
11956 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11957
11958         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
11959         dgettext.
11960
11961 2006-09-12  Jim Meyering  <jim@meyering.net>
11962
11963         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
11964         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
11965         Reported by Nelson H. F. Beebe.
11966
11967 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
11968
11969         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
11970         program_invocation_name and program_invocation_short_name are
11971         initialized.
11972         * lib/argp-namefrob.h: Move declarations of program_invocation_name
11973         and program_invocation_short_name to argp.h, so they are visible
11974         to user programs.
11975         * lib/argp.h: Likewise
11976
11977 2006-09-10  Bruno Haible  <bruno@clisp.org>
11978
11979         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
11980         m4/inttypes_h.m4, m4/uintmax_t.m4.
11981
11982 2006-09-10  Bruno Haible  <bruno@clisp.org>
11983
11984         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
11985         gl_AC_TYPE_UINTMAX_T.
11986
11987 2006-09-10  Bruno Haible  <bruno@clisp.org>
11988
11989         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
11990
11991 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11992
11993         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
11994         convention.  Text proposed by Bruno Haible.
11995         (struct argp_option): Document the use of N_() wrappers.
11996
11997         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
11998         '\v', and translate the two parts separately, instead of feeding
11999         the whole string to gettext.  This allows to exclude
12000         '\v' from the strings visible to the translator by writing doc
12001         strings as N_("..") "\v" N_("..").
12002
12003 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
12004
12005         * config/srclist.txt: Undo latest change; the bug was fixed.
12006
12007 2006-09-09  Bruno Haible  <bruno@clisp.org>
12008
12009         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
12010         assignments if building a library without libtool.
12011         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
12012         in func_emit_lib_Makefile_am.
12013         (func_import): When building a static library libfoo.a, arrange to
12014         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
12015         (func_create_testdir): Likewise.
12016         * modules/gc (configure.ac, Makefile.am): If building statically,
12017         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
12018         * modules/iconvme (configure.ac, Makefile.am): Likewise.
12019         * modules/striconv (configure.ac, Makefile.am): Likewise.
12020         Based on a suggestion by Ralf Wildenhues.
12021
12022 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12023
12024         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
12025         Check for unistd.h too, since Autoconf doesn't assume POSIX.
12026         Also:
12027
12028         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12029         Add year_2050_test to catch glibc bug 2821
12030         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
12031
12032         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
12033         Prefer #ifdef to #if.
12034
12035         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
12036         Return from 'main' instead of calling 'exit'.
12037
12038 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12039
12040         * lib/mktime.c (guess_time_tm): Fix bug where mktime
12041         returned the maximum time_t value rather than (time_t) -1.
12042         Problem originally reported by William Bardwell
12043         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
12044
12045         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
12046         Moved to here ...
12047         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
12048         ... from here.
12049
12050 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
12051
12052         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
12053         2821 is fixed.
12054
12055 2006-09-08  Jim Meyering  <jim@meyering.net>
12056
12057         Don't make generated files read-only.  That would bother too many
12058         people.  However, do retain the ability to work when targets are
12059         read-only: remove the destination and temporary files before writing
12060         them (when generated via sed or echo), or by using the -f option for
12061         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
12062         * modules/alloca-opt, modules/argz, modules/arpa_inet:
12063         * modules/byteswap, modules/configmake, modules/fcntl:
12064         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
12065         * modules/localcharset, modules/netinet_in, modules/poll:
12066         * modules/stdbool, modules/stdint, modules/sys_select:
12067         * modules/sys_socket, modules/sys_stat, modules/sysexits:
12068
12069 2006-09-08  Jim Meyering  <jim@meyering.net>
12070
12071         Avoid new build failure on FreeBSD 6.0.
12072         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
12073         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
12074         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
12075
12076 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12077
12078         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
12079
12080 2006-09-07  Jim Meyering  <jim@meyering.net>
12081
12082         Fix global typo in last change: use chmod u-w, not chmod u-x.
12083         Spotted by Paul Eggert and Bruce Korb.
12084         * modules/alloca-opt, modules/argz, modules/arpa_inet:
12085         * modules/byteswap, modules/configmake, modules/fcntl:
12086         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
12087         * modules/localcharset, modules/netinet_in, modules/poll:
12088         * modules/stdbool, modules/stdint, modules/sys_select:
12089         * modules/sys_socket, modules/sys_stat, modules/sysexits:
12090
12091 2006-09-06  Jim Meyering  <jim@meyering.net>
12092
12093         Make generated files be read-only.
12094         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
12095         Ensure that each generated file is now read-only.
12096         * modules/argz: Likewise.
12097         * modules/arpa_inet: Likewise.
12098         * modules/byteswap: Likewise.
12099         * modules/configmake: Likewise.
12100         * modules/fcntl: Likewise.
12101         * modules/fnmatch: Likewise.
12102         * modules/getopt: Likewise.
12103         * modules/glob: Likewise.
12104         * modules/inttypes: Likewise.
12105         * modules/netinet_in: Likewise.
12106         * modules/poll: Likewise.
12107         * modules/stdbool: Likewise.
12108         * modules/stdint: Likewise.
12109         * modules/sys_select: Likewise.
12110         * modules/sys_socket: Likewise.
12111         * modules/sys_stat: Likewise.
12112         * modules/sysexits: Likewise.
12113         * modules/localcharset: Same as above, but continue using temporary
12114         file named "t-$@" (why different?) rather than the "$@-t" used
12115         everywhere else.
12116
12117         * modules/sysexits (Makefile.am): Replace literal occurrences
12118         of "sysexit.h" more readable, and more consistent, "$@".
12119
12120 2006-09-06  Bruno Haible  <bruno@clisp.org>
12121
12122         * modules/striconv: New file.
12123         * modules/xstriconv: New file.
12124         * MODULES.html.sh (Internationalization functions): Add striconv,
12125         xstriconv.
12126
12127 2006-09-06  Bruno Haible  <bruno@clisp.org>
12128
12129         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
12130         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
12131         not using libtool correctly.
12132
12133 2006-09-06  Bruno Haible  <bruno@clisp.org>
12134
12135         * lib/striconv.h: New file.
12136         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
12137         iconvstring.c.
12138         * lib/xstriconv.h: New file.
12139         * lib/xstriconv.c: New file.
12140
12141 2006-09-06  Bruno Haible  <bruno@clisp.org>
12142
12143         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
12144         lib_..._LDFLAGS.
12145
12146 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12147
12148         * lib/argz_.h: Sync from Libtool.
12149
12150         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
12151                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12152
12153         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
12154
12155 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
12156
12157         * modules/trim: New file.
12158
12159 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
12160
12161         * lib/trim.h: New file.
12162         * lib/trim.c: New file.
12163
12164 2006-09-05  Bruno Haible  <bruno@clisp.org>
12165
12166         * MODULES.html.sh (String handling): Add trim.
12167
12168 2006-09-04  Karl Berry  <karl@gnu.org>
12169
12170         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
12171         until next release.
12172
12173 2006-09-03  Bruno Haible  <bruno@clisp.org>
12174
12175         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
12176         correctly.
12177
12178 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12179
12180         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
12181         not gl_GETLOADAVG.  Omit unneeded semicolons.
12182         Problems reported by Ralf Wildenhues in
12183         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
12184         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
12185         at the end, which is the usual gnulib style.
12186
12187         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
12188         of doing all the work ourselves.
12189         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
12190         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
12191
12192 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12193
12194         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
12195         Problem reported by Ralf Wildenhues in
12196         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
12197
12198         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
12199         HAVE_STRUCT_STATFS_F_FSTYPENAME.
12200
12201 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
12202
12203         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
12204         yesterday's patch by changing test -n to test -z.
12205
12206 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12207
12208         * modules/getloadavg (Files): Add m4/getloadavg.m4.
12209         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
12210         the former is now obsolescent.
12211
12212         * modules/chdir-long (Depends-on): Add fcntl.
12213
12214 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12215
12216         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
12217         obsolescent, and programs should use gnulib instead.
12218         * m4/getloadavg.m4: New file, with contents taken from Autoconf
12219         but with prefixes changed.
12220
12221 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
12222
12223         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
12224         or stdbool.h, because they might not exist while configuring.
12225
12226         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
12227         Don't include unistd.h or limits.h; not needed, since chdir-long.h
12228         does that for us.
12229         (O_DIRECTORY): Remove.
12230
12231 2006-08-31  Eric Blake  <ebb9@byu.net>
12232
12233         * gnulib-tool: Don't let emacs change spaces to TAB.
12234
12235 2006-08-31  Bruno Haible  <bruno@clisp.org>
12236
12237         * gnulib-tool: When calling func_import more than once, do it in a
12238         subshell.
12239         Reported by Eric Blake <ebb9@byu.net>.
12240
12241 2006-08-31  Bruno Haible  <bruno@clisp.org>
12242
12243         * gnulib-tool (nl): Remove variable.
12244         (sed_transform_lib_file): Use more robust test for config-h module.
12245         (func_import): Fix typo in 2006-08-25 patch.
12246
12247 2006-08-31  Bruno Haible  <bruno@clisp.org>
12248
12249         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
12250         specified, augment Makefile.am variables instead of assigning them.
12251
12252 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12253
12254         Work around a bug in both the Linux and SunOS 64-bit kernels:
12255         nanosleep mishandles sleeps for longer than 2**31 seconds.
12256         Problem reported by Frank v Waveren in
12257         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
12258         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
12259         Check for nanosleep bug.
12260         (LIB_NANOSLEEP): Append clock_gettime library if needed.
12261
12262 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12263
12264         Work around a bug in both the Linux and SunOS 64-bit kernels:
12265         nanosleep mishandles sleeps for longer than 2**31 seconds.
12266         Problem reported by Frank v Waveren in
12267         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
12268         * lib/nanosleep.c (BILLION): New constant.
12269         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
12270         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
12271         implementation.
12272
12273 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12274
12275         * modules/nanosleep (Depends-on): Add gettime.
12276
12277 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
12278         and Simon Josefsson  <jas@extundo.com>
12279         and Oskar Liljeblad  <oskar@osk.mine.nu>
12280
12281         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
12282         * gnulib-tool (func_import): New license type 'unmodifiable license
12283         text'.
12284         * modules/fdl: Use it.  Longer description.
12285         * module/gpl, module/lgpl: New files.
12286
12287 2006-08-30  Jim Meyering  <jim@meyering.net>
12288
12289         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
12290         shadowing the parameter.
12291
12292 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12293
12294         Sync from Libtool:
12295
12296         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12297
12298         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
12299         sharing with gnulib.  Report by Eric Blake.
12300
12301 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12302
12303         * modules/isapipe: New file.
12304         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
12305
12306 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12307
12308         * modules/configmake (Makefile.am): Add a comment, and omit
12309         the CONFIGMAKE_ prefix from generated macro names.  Suggested
12310         by Bruno Haible.
12311
12312 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12313
12314         * m4/isapipe.m4: New file.
12315
12316 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
12317
12318         * lib/isapipe.c, lib/isapipe.h: New files.
12319
12320 2006-08-29  Jim Meyering  <jim@meyering.net>
12321
12322         * modules/configmake (Makefile.am): Make configmake.h depend on
12323         Makefile.  Otherwise, a stale configmake.h could hang around.
12324
12325 2006-08-29  Eric Blake  <ebb9@byu.net>
12326
12327         * lib/error.c (error_at_line, print_errno_message): Match libc, after
12328         resolution of upstream bug 3044.
12329
12330 2006-08-29  Bruno Haible  <bruno@clisp.org>
12331
12332         * modules/localcharset (Depends-on): Add configmake.
12333         (Makefile.am): Remove setting of LIBDIR through DEFS.
12334
12335 2006-08-29  Bruno Haible  <bruno@clisp.org>
12336
12337         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
12338         defined.
12339
12340 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12341
12342         * modules/fcntl: New file.
12343         * modules/chdir-safer (Depends-on): Add fcntl.
12344         * modules/fts: Likewise.
12345         * modules/mkdir-p: Likewise.
12346
12347         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
12348         This undoes the most recent change, since we're now addressing the
12349         problem in a different way.
12350
12351         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
12352         into output, since the output might be called Makefile.am even
12353         if $makefile_name is something different.
12354         (func_import): Use $makefile_am rather than
12355         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
12356         empty.
12357
12358         * modules/inttypes (Files): Add m4/inttypes-h.m4.
12359
12360 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12361
12362         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
12363         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
12364         recent change to stdint.m4, since we're now addressing the problem in a
12365         different way.
12366
12367 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12368
12369         * m4/fcntl_h.m4: New file.
12370
12371 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
12372
12373         * lib/fcntl_.h: New file.
12374         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
12375         the fcntl module.
12376         * lib/dirchownmod.c: Likewise.
12377         * lib/fts.c: Likewise.
12378
12379         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
12380         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
12381         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
12382         just before including <inttypes.h>, to avoid circular inclusion.
12383
12384 2006-08-28  Jim Meyering  <jim@meyering.net>
12385
12386         * doc/visibility.texi: Actually read and correct the grammar of the
12387         sentence affected by yesterday's change.
12388
12389 2006-08-28  Eric Blake  <ebb9@byu.net>
12390
12391         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
12392         needs wrapper.
12393
12394 2006-08-28  Eric Blake  <ebb9@byu.net>
12395
12396         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
12397
12398 2006-08-28  Eric Blake  <ebb9@byu.net>
12399
12400         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
12401
12402 2006-08-28  Bruno Haible  <bruno@clisp.org>
12403
12404         * modules/c-strstr: New file, from GNU gettext.
12405         * MODULES.html.sh (String handling): Add c-strstr.
12406
12407 2006-08-28  Bruno Haible  <bruno@clisp.org>
12408
12409         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
12410         macros.
12411         Reported by Eric Blake.
12412
12413 2006-08-28  Bruno Haible  <bruno@clisp.org>
12414
12415         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
12416         (VASNPRINTF): Return a string of length > INT_MAX without failing.
12417         * lib/vasprintf.c: Include errno.h, limits.h.
12418         (EOVERFLOW): New fallback definition.
12419         (vasprintf): Test here whether the string length is > INT_MAX.
12420         * lib/vsnprintf.c: Include errno.h, limits.h.
12421         (EOVERFLOW): New fallback definition.
12422         (vsnprintf): Fix bug when generated string was too long for the buffer.
12423         Test here whether the string length is > INT_MAX.
12424
12425 2006-08-28  Bruno Haible  <bruno@clisp.org>
12426
12427         * lib/inttypes_.h (SCNX*): Remove definitions.
12428         Reported by Eric Blake.
12429
12430 2006-08-28  Bruno Haible  <bruno@clisp.org>
12431
12432         * lib/c-strstr.h: New file, from GNU gettext.
12433         * lib/c-strstr.c: New file, from GNU gettext.
12434
12435 2006-08-28  Bruno Haible  <bruno@clisp.org>
12436
12437         * gnulib-tool: Reorder some statements.
12438
12439 2006-08-28  Bruno Haible  <bruno@clisp.org>
12440
12441         * gnulib-tool: New option --makefile-name.
12442         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
12443         $makefile_name.
12444         (func_import): Write $makefile_name to the cache file, and read it from
12445         there unless explicitly specified. Use $makefile_name as file name
12446         instead of Makefile.am. Adjust the recommendations accordingly.
12447
12448 2006-08-28  Bruno Haible  <bruno@clisp.org>
12449
12450         * gnulib-tool (func_verify_module): Check against misapplying patch.
12451
12452 2006-08-28  Bruno Haible  <bruno@clisp.org>
12453
12454         * gnulib-tool (func_relativize, func_relconcat): New functions.
12455         Give an error if --local-dir is given with --update.
12456         Remove trailing slashes from $local_gnulib_dir.
12457         (func_import): Store the relativized $local_gnulib_dir in
12458         gnulib-cache.m4, and read it from there if not specified explicitly.
12459
12460 2006-08-28  Bruno Haible  <bruno@clisp.org>
12461
12462         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
12463         is the current directory. Respect also $local_gnulib_dir.
12464
12465 2006-08-28  Bruno Haible  <bruno@clisp.org>
12466             Simon Josefsson  <jas@extundo.com>
12467
12468         BeOS portability.
12469         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
12470
12471 2006-08-27  Jim Meyering  <jim@meyering.net>
12472
12473         * doc/visibility.texi: Remove duplicate word: "pointer".
12474
12475 2006-08-26  Bruno Haible  <bruno@clisp.org>
12476
12477         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
12478         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
12479         (Makefile.am): Create inttypes.h from inttypes_.h.
12480         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
12481
12482         * modules/imaxabs: New file.
12483
12484         * modules/imaxdiv: New file.
12485
12486 2006-08-26  Bruno Haible  <bruno@clisp.org>
12487
12488         * m4/inttypes.m4: New file.
12489         * m4/_inttypes_h.m4: Remove file.
12490         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
12491         PRI_MACROS_BROKEN.
12492         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
12493
12494         * m4/imaxabs.m4: New file.
12495
12496         * m4/imaxdiv.m4: New file.
12497
12498 2006-08-26  Bruno Haible  <bruno@clisp.org>
12499
12500         * lib/inttypes_.h: New file.
12501         * lib/inttypes.h: Remove file.
12502         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
12503
12504         * lib/imaxabs.c: New file.
12505
12506         * lib/imaxdiv.c: New file.
12507
12508 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12509
12510         New config-h module, so that "make" output needn't be cluttered
12511         by -DHAVE_CONFIG_H.
12512         * MODULES.html.sh (Support for building libraries and executables):
12513         Add config-h.
12514         * modules/config-h: New file.
12515         * gnulib-tool (nl, sed_transform_lib_file): New vars.
12516         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
12517         the config-h module is used.
12518
12519         New configmake module, so that "make" output needn't be cluttered
12520         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
12521         * MODULES.html.sh (Support for building libraries and executables):
12522         Add configmake.
12523         * modules/configmake: New file.
12524
12525 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
12526
12527         * m4/config-h.m4: New file.
12528
12529 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12530
12531         * config/srclist.txt: Add elisp-comp.
12532
12533 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
12534
12535         * MODULES.html.sh (Support for building libraries and executables):
12536         Add elisp-comp.
12537         * build-aux/elisp-comp: New file.
12538         * modules/elisp-comp: New file.
12539
12540 2006-08-24  Bruno Haible  <bruno@clisp.org>
12541
12542         * gnulib-tool (func_create_testdir): Use non-default values of
12543         sourcebase and m4base.
12544
12545 2006-08-24  Bruno Haible  <bruno@clisp.org>
12546
12547         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
12548         HTML structure.
12549
12550 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
12551
12552         * modules/openat (Depends-on): Add lchown.
12553
12554 2006-08-23  Bruno Haible  <bruno@clisp.org>
12555
12556         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
12557         of gl_LOCK_EARLY instead of gl_LOCK.
12558
12559 2006-08-23  Bruno Haible  <bruno@clisp.org>
12560
12561         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
12562         on OSF/1 to no.
12563         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
12564
12565 2006-08-23  Bruno Haible  <bruno@clisp.org>
12566
12567         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
12568         as unusable.
12569
12570         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
12571         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
12572         (gl_LOCK): New macro.
12573
12574 2006-08-22  Simon Josefsson  <jas@extundo.com>
12575
12576         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
12577         to md5 module.
12578
12579 2006-08-22  Simon Josefsson  <jas@extundo.com>
12580
12581         * MODULES.html.sh: Add "Support for maintaining and release
12582         projects".
12583
12584         * build-aux/gnupload: New file, from coreutils.
12585
12586 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12587
12588         Avoid the need for AC_LIBSOURCES in m4 macros.
12589         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
12590         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
12591         * modules/check-version (EXTRA_DIST): Add check-version.h.
12592         * modules/crc (EXTRA_DIST): Add crc.h.
12593         * modules/des (EXTRA_DIST): Add des.h.
12594         * modules/gc (EXTRA_DIST): Add gc.h.
12595         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
12596         * modules/getline (EXTRA_DIST): Add getline.h.
12597         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
12598         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
12599         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
12600         * modules/md2 (EXTRA_DIST): Add md2.h.
12601         * modules/md4 (EXTRA_DIST): Add md4.h.
12602         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
12603         * modules/read-file (EXTRA_DIST): Add read-file.h.
12604         * modules/readline (EXTRA_DIST): Add readline.h.
12605         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
12606         rijndael-api-fst.h.
12607
12608 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12609
12610         * m4/rijndael.m4 (gl_ARCFOUR):
12611         * m4/arctwo.m4 (gl_ARCTWO):
12612         * m4/check-version.m4 (gl_CHECK_VERSION):
12613         * m4/crc.m4 (gl_CRC):
12614         * m4/des.m4 (gl_DES):
12615         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
12616         * m4/gc.m4 (gl_GC):
12617         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
12618         * m4/getline.m4 (gl_FUNC_GETLINE):
12619         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
12620         * m4/hmac-md5.m4 (gl_HMAC_MD5):
12621         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
12622         * m4/md2.m4 (gl_MD2):
12623         * m4/md4.m4 (gl_MD4):
12624         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
12625         * m4/read-file.m4 (gl_FUNC_READ_FILE):
12626         * m4/readline.m4 (gl_FUNC_READLINE):
12627         * m4/rijndael.m4 (gl_RIJNDAEL):
12628         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12629         to get the necessary .h files and whatnot.
12630
12631 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
12632
12633         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
12634         gnulib rather than the other way around.
12635         * config/srclistvars.sh (COREUTILS): Remove.
12636
12637 2006-08-22  Jim Meyering  <jim@meyering.net>
12638
12639         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
12640
12641         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
12642
12643 2006-08-22  Eric Blake  <ebb9@byu.net>
12644
12645         * modules/regexprops-generic: New file.
12646         * MODULES.html.sh (Support for building documentation): List it.
12647
12648 2006-08-22  Eric Blake  <ebb9@byu.net>
12649
12650         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
12651         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
12652         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
12653         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
12654
12655 2006-08-22  Bruno Haible  <bruno@clisp.org>
12656
12657         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
12658         and lib_LTLIBRARIES like the other lib_* variables.
12659
12660 2006-08-22  Bruno Haible  <bruno@clisp.org>
12661
12662         * build-aux/x-to-1.in: New file, from GNU gettext.
12663
12664 2006-08-22  Bruno Haible  <bruno@clisp.org>
12665
12666         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
12667         <utmpx.h> exists.
12668
12669 2006-08-22  Bruno Haible  <bruno@clisp.org>
12670
12671         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
12672         <utmpx.h> exists.
12673
12674 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12675
12676         BeOS portability.
12677         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
12678         exist.
12679         Problem reported by Bruno Haible.
12680
12681 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12682
12683         Avoid the need for AC_LIBSOURCES in m4 macros.
12684         * modules/acl (EXTRA_DIST): Add acl.h.
12685         * modules/argmatch (Files): Add m4/argmatch.m4.
12686         (configure.ac): Add gl_ARGMATCH.
12687         (EXTRA_DIST): Renamed from lib_SOURCES, for
12688         consistency with the other modules.  Remove argmatch.c.
12689         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
12690         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
12691         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
12692         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
12693         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
12694         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
12695         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
12696         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
12697         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
12698         * modules/closeout (EXTRA_DIST): Add closeout.h.
12699         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
12700         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
12701         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
12702         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
12703         dirname.h; remove basename.c and stripslash.c.
12704         * modules/exclude (EXTRA_DIST): Add exclude.h.
12705         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
12706         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
12707         * modules/file-type (EXTRA_DIST): Add file-type.h.
12708         * modules/filemode (EXTRA_DIST): Add filemode.h.
12709         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
12710         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12711         * modules/fpending (EXTRA_DIST): Add __fpending.h.
12712         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
12713         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
12714         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
12715         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
12716         * modules/getdate (EXTRA_DIST): Add getdate.c.
12717         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
12718         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
12719         * modules/getpass (EXTRA_DIST): Add getpass.h.
12720         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
12721         * modules/group-member (EXTRA_DIST): Add group-member.h.
12722         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
12723         * modules/hash (EXTRA_DIST): Add hash.h.
12724         * modules/human (EXTRA_DIST): Add human.h.
12725         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
12726         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
12727         * modules/lchown (EXTRA_DIST): Add lchown.h.
12728         * modules/long-options (EXTRA_DIST): Add long-options.h.
12729         * modules/lstat (EXTRA_DIST): Add lstat.h.
12730         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
12731         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
12732         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
12733         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
12734         * modules/memxor (EXTRA_DIST): Add memxor.h.
12735         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
12736         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
12737         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
12738         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
12739         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
12740         * modules/physmem (EXTRA_DIST): Add physmem.h.
12741         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
12742         * modules/posixver (EXTRA_DIST): Add posixver.h.
12743         * modules/quote (EXTRA_DIST): Add quote.h.
12744         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
12745         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
12746         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
12747         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
12748         regex_internal.h regexec.c.
12749         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
12750         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
12751         * modules/same (EXTRA_DIST): Add same.h.
12752         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
12753         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
12754         * modules/savedir (EXTRA_DIST): Add savedir.h.
12755         * modules/sha1 (EXTRA_DIST): Add sha1.h.
12756         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
12757         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
12758         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
12759         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
12760         * modules/strdup (EXTRA_DIST): Add strdup.h.
12761         * modules/strftime (EXTRA_DIST): Add strftime.h.
12762         * modules/strndup (EXTRA_DIST): Add strndup.h.
12763         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
12764         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
12765         * modules/time_r (EXTRA_DIST): Add time_r.h.
12766         * modules/timespec (EXTRA_DIST): Add timespec.h.
12767         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
12768         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
12769         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
12770         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
12771         * modules/userspec (EXTRA_DIST): Add userspec.h.
12772         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
12773         * modules/utimens (EXTRA_DIST): Add utimens.h.
12774         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
12775         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
12776         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
12777         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
12778         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
12779         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
12780         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
12781         * modules/yesno (EXTRA_DIST): Add yesno.h.
12782
12783 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
12784
12785         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
12786
12787         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
12788         * m4/dev-ino.m4, same-inode.m4: Remove.
12789
12790         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
12791         * m4/acl.m4 (AC_FUNC_ACL):
12792         * m4/backupfile.m4 (gl_BACKUPFILE):
12793         * m4/c-strtod.m4 (gl_C99_STRTOLD):
12794         * m4/canon-host.m4 (gl_CANON_HOST):
12795         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
12796         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
12797         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
12798         * m4/cloexec.m4 (gl_CLOEXEC):
12799         * m4/close-stream.m4 (gl_CLOSE_STREAM):
12800         * m4/closeout.m4 (gl_CLOSEOUT):
12801         * m4/dirfd.m4 (gl_FUNC_DIRFD):
12802         * m4/dirname.m4 (gl_DIRNAME):
12803         * m4/exclude.m4 (gl_EXCLUDE):
12804         * m4/exitfail.m4 (gl_EXITFAIL):
12805         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
12806         * m4/file-type.m4 (gl_FILE_TYPE):
12807         * m4/filemode.m4 (gl_FILEMODE):
12808         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
12809         * m4/fpending.m4 (gl_FUNC_FPENDING):
12810         * m4/fprintftime.m4 (gl_FPRINTFTIME):
12811         * m4/fts.m4 (gl_FUNC_FTS):
12812         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
12813         * m4/getdate.m4 (gl_GETDATE):
12814         * m4/gethrxtime.m4 (gl_GETHRXTIME):
12815         * m4/getpagesize.m4 (gl_GETPAGESIZE):
12816         * m4/getpass.m4 (gl_FUNC_GETPASS):
12817         * m4/gettime.m4 (gl_GETTIME):
12818         * m4/getugroups.m4 (gl_GETUGROUPS):
12819         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
12820         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
12821         * m4/hard-locale.m4 (gl_HARD_LOCALE):
12822         * m4/hash.m4 (gl_HASH):
12823         * m4/idcache.m4 (gl_IDCACHE):
12824         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
12825         * m4/lchown.m4 (gl_FUNC_LCHOWN):
12826         * m4/long-options.m4 (gl_LONG_OPTIONS):
12827         * m4/lstat.m4 (gl_FUNC_LSTAT):
12828         * m4/md5.m4 (gl_MD5):
12829         * m4/memcasecmp.m4 (gl_MEMCASECMP):
12830         * m4/memcoll.m4 (gl_MEMCOLL):
12831         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
12832         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
12833         * m4/memxor.m4 (gl_MEMXOR):
12834         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
12835         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
12836         * m4/modechange.m4 (gl_MODECHANGE):
12837         * m4/mountlist.m4 (gl_MOUNTLIST):
12838         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
12839         * m4/openat.m4 (gl_FUNC_OPENAT):
12840         * m4/pathmax.m4 (gl_PATHMAX):
12841         * m4/physmem.m4 (gl_PHYSMEM):
12842         * m4/posixtm.m4 (gl_POSIXTM):
12843         * m4/posixver.m4 (gl_POSIXVER):
12844         * m4/quote.m4 (gl_QUOTE):
12845         * m4/quotearg.m4 (gl_QUOTEARG):
12846         * m4/readtokens.m4 (gl_READTOKENS):
12847         * m4/readutmp.m4 (gl_READUTMP):
12848         * m4/regex.m4 (gl_REGEX):
12849         * m4/safe-read.m4 (gl_SAFE_READ):
12850         * m4/safe-write.m4 (gl_SAFE_WRITE):
12851         * m4/same.m4 (gl_SAME):
12852         * m4/save-cwd.m4 (gl_SAVE_CWD):
12853         * m4/savedir.m4 (gl_SAVEDIR):
12854         * m4/settime.m4 (gl_SETTIME):
12855         * m4/sha1.m4 (gl_SHA1):
12856         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
12857         * m4/stat-macros.m4 (gl_STAT_MACROS):
12858         * m4/stat-time.m4 (gl_STAT_TIME):
12859         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
12860         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
12861         * m4/strdup.m4 (gl_FUNC_STRDUP):
12862         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
12863         * m4/strndup.m4 (gl_FUNC_STRNDUP):
12864         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
12865         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
12866         * m4/time_r.m4 (gl_TIME_R):
12867         * m4/timespec.m4 (gl_TIMESPEC):
12868         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
12869         * m4/unlinkdir.m4 (gl_UNLINKDIR):
12870         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
12871         * m4/userspec.m4 (gl_USERSPEC):
12872         * m4/utimecmp.m4 (gl_UTIMECMP):
12873         * m4/utimens.m4 (gl_UTIMENS):
12874         * m4/xalloc.m4 (gl_XALLOC):
12875         * m4/xgetcwd.m4 (gl_XGETCWD):
12876         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
12877         * m4/xreadlink.m4 (gl_XREADLINK):
12878         * m4/xstrtod.m4 (gl_XSTRTOD):
12879         * m4/yesno.m4 (gl_YESNO):
12880         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
12881         to get the necessary .h files and whatnot.
12882
12883 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
12884             Bruno Haible  <bruno@clisp.org>
12885
12886         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
12887         /bin/sh understanding of '!' conditional negation.
12888
12889 2006-08-21  Jim Meyering  <jim@meyering.net>
12890
12891         * modules/openat (Depends-on): Really alphabetize.
12892
12893         * modules/acl (Depends-on): Add error and quote.
12894
12895         * check-module (find_included_lib_files): Add at-func.c to the
12896         ok-to-include-more-than-once white list.
12897
12898         * modules/openat (Depends-on): Add lstat.  Alphabetize.
12899
12900 2006-08-21  Bruno Haible  <bruno@clisp.org>
12901
12902         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12903         Emit a pkgdata_DATA variable only if some snippets add contents to it.
12904         Reported by Martin Lambers <marlam@marlam.de>.
12905
12906 2006-08-21  Bruno Haible  <bruno@clisp.org>
12907
12908         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
12909         specify an installation location, don't emit a noinst_LIBRARIES or
12910         noinst_LTLIBRARIES assignment.
12911
12912 2006-08-21  Bruno Haible  <bruno@clisp.org>
12913
12914         BeOS portability.
12915         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
12916         BeOS has mbrtowc() but no <wctype.h>.
12917
12918 2006-08-21  Bruno Haible  <bruno@clisp.org>
12919
12920         BeOS portability.
12921         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
12922         exist.
12923
12924 2006-08-21  Bruno Haible  <bruno@clisp.org>
12925
12926         BeOS portability.
12927         * lib/mbchar.h: Include <wctype.h> only if it exists.
12928
12929 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12930
12931         Remove files that are no longer needed by their respective modules.
12932         * m4/obstack.m4: Remove.
12933         * m4/strerror_r.m4: Remove.
12934         * m4/uint32_t.m4: Remove.
12935         * m4/uintptr_t.m4: Remove.
12936         * m4/ullong_max.m4: Remove.
12937         * m4/xstrtoimax.m4: Remove.
12938         * m4/xstrtoumax.m4: Remove.
12939
12940         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
12941         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
12942         dependencies now capture this.
12943
12944         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
12945         Do not use AC_LIBSOURCES, since gnulib modules now do this.
12946         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
12947         * m4/human.m4 (gl_HUMAN): Likewise.
12948         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
12949         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
12950
12951         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
12952
12953         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
12954         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
12955         stdint.
12956         * m4/human.m4 (gl_HUMAN): Likewise.
12957         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
12958         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
12959         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12960         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12961         * m4/xstrtol (gl_XSTRTOL): Likewise.
12962
12963         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
12964         AC_TYPE_LONG_LONG_INT.
12965         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
12966         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
12967         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
12968         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
12969
12970         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
12971         on stdbool.
12972
12973         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
12974         (gl_PREREQ_XSTRTOUL): Remove.
12975
12976         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
12977
12978         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
12979         mode.
12980
12981 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
12982
12983         Add and change modules to make it easier for coreutils to use
12984         gnulib-tool.
12985         * modules/backupfile (Files): Remove m4/d-ino.m4.
12986         (Depends-on): Add d-ino.
12987         * modules/cycle-check (Depends-on): Add stdint.
12988         (lib_SOURCES): Add cycle-check.h.
12989         * modules/d-ino: New module.
12990         * modules/d-type: New module.
12991         * modules/error (Files): Remove m4/strerror_r.m4.
12992         * modules/filemode (Files): Add m4/st_dm_mode.m4.
12993         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
12994         m4/inttypes_h.m4, m4/uintmax_t.m4.
12995         (Depends-on): Add stdint.
12996         (lib_SOURCES): Add fsusage.h.
12997         * modules/getcwd (Files): Remove d-ino.m4.
12998         (Depends-on): Add d-ino.
12999         * modules/getndelim2 (Depends-on): Add stdint.
13000         * modules/glob (Files): Remove m4/d-type.m4.
13001         (Depends-on): Add d-type.
13002         * modules/host-os: New module.
13003         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
13004         m4/inttypes_h.m4, m4/uintmax_t.m4.
13005         * Depends-on: Add stdint.
13006         (lib_SOURCES): Add human.h.
13007         * modules/inttostr (Files): Remove m4/intmax_t.m4,
13008         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
13009         m4/uintmax_t.m4, m4/ulonglong.m4.
13010         (Depends-on): Add stdint.
13011         (EXTRA_DIST): Add inttostr.h.
13012         * modules/lchmod: New module.
13013         * modules/link-follow: New module.
13014         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
13015         (Depends-on): Add lchmod.
13016         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
13017         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
13018         (Depends-on): Add stdint.
13019         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
13020         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
13021         (Depends-on): Add stdint.
13022         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
13023         * modules/perl: New module.
13024         * modules/regex (Depends-on): Add stdint.
13025         * modules/rmdir-errno: New module.
13026         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
13027         m4/intmax_t.m4.
13028         (Depends-on): Add stdint.
13029         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
13030         m4/uintmax_t.m4.
13031         (Depends-on): Add stdint.
13032         * modules/unlink-busy: New module.
13033         * modules/utimecmp (Depends-on): Add stdint.
13034         * modules/uptime: New module.
13035         * modules/winsz-ioctl: New module.
13036         * modules/winsz-termios: New module.
13037         * modules/xnanosleep (Depends-on): Add nanosleep.
13038         * modules/ullong_max: Remove.
13039         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
13040         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
13041         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
13042         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
13043         (Depends-on): Add inttypes.
13044         (lib_SOURCES): Add xstrtol.h.
13045         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
13046         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
13047         * MODULES.html.sh: Move 'assert' into the assert section.
13048         Move 'dummy' into the linking section.
13049         Remove ullong_max.
13050         Add section for compatibility checks for POSIX:2001 functions,
13051         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
13052         winsz-ioctl, and winsz-termios into it.
13053         Add lchmod.
13054         Add top-level Misc section and put host-os, perl, and uptime
13055         into it.
13056
13057 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
13058
13059         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
13060         now assume the stdint module.  Do not include inttypes.h.
13061         * lib/fsusage.h: Likewise.
13062         * lib/getndelim2.c: Likewise.
13063         * lib/human.h: Likewise.
13064         * lib/inttostr.h: Likewise.
13065         * lib/obstack.c: Likewise.
13066         * lib/regex_internal.h: Likewise.
13067         * lib/tempname.c: Likewise.
13068         * lib/utimecmp.c: Likewise.
13069         * lib/xstrtol.h: Likewise.
13070
13071         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
13072
13073         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
13074         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
13075         * lib/xtime.h: Likewise.
13076
13077 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13078
13079         * modules/openat (Files): Add lib/fchmodat.c.
13080         Fixes problem reported by Jay Youngman.
13081
13082 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13083
13084         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
13085         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
13086
13087 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
13088             Bruno Haible  <bruno@clisp.org>
13089
13090         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
13091         and is a script that invokes bison. Tighten the code. Add comments.
13092
13093 2006-08-18  Jim Meyering  <jim@meyering.net>
13094
13095         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
13096         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
13097         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
13098         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
13099
13100 2006-08-18  Bruno Haible  <bruno@clisp.org>
13101
13102         * modules/bison-i18n: New file.
13103         * MODULES.html.sh (Internationalization functions): Add it.
13104
13105 2006-08-18  Bruno Haible  <bruno@clisp.org>
13106
13107         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
13108         sys/statvfs.h. When getmntinfo was found, check its declaration and
13109         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
13110
13111 2006-08-18  Bruno Haible  <bruno@clisp.org>
13112
13113         * m4/bison-i18n.m4: New file, from bison.
13114
13115 2006-08-18  Bruno Haible  <bruno@clisp.org>
13116
13117         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
13118         (ME_DUMMY): Treat "kernfs" as a dummy.
13119         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
13120
13121 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13122
13123         Update from coreutils.
13124
13125         2006-08-15  Jim Meyering  <jim@meyering.net>
13126
13127         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
13128
13129         2006-01-17  Jim Meyering  <jim@meyering.net>
13130
13131         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
13132
13133         2006-01-11  Jim Meyering  <jim@meyering.net>
13134
13135         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
13136         Check for the lchmod function.
13137
13138 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13139
13140         Update from coreutils.
13141
13142         * lib/__fpending.h: Add copyright notice.
13143         * lib/fprintftime.h: Likewise.
13144         * lib/savedir.c: Use (C) in copyright notice.
13145         * lib/savedir.h: Likewise.
13146
13147         2006-08-15  Jim Meyering  <jim@meyering.net>
13148
13149         * lib/at-func.c: New file, with the logic of all emulated at-functions.
13150         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
13151         in support of the EXPECTED_ERRNO macro.
13152         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
13153         definitions.  Instead, define the appropriate symbols and include
13154         "at-func.c".
13155         * lib/mkdirat.c (mkdirat): Likewise.
13156         * lib/fchmodat.c (fchmodat): Likewise.
13157         (ENOSYS): Remove definition.
13158         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
13159         it.  Don't include "unistd--.h" -- it wasn't ever used.
13160
13161         2006-01-17  Jim Meyering  <jim@meyering.net>
13162
13163         Rewrite fts.c not to change the current working directory,
13164         by using openat, fstatat, fdopendir, etc..
13165
13166         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
13167         (HAVE_OPENAT_SUPPORT): Define.
13168         [_LIBC] (fchdir): Don't undef or define; no longer used.
13169         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
13170         Now, this `function' always succeeds, and consumes its file descriptor
13171         parameter -- so callers must not close such FDs.  Update callers.
13172         (diropen_fd, opendirat, cwd_advance_fd): New functions.
13173         (diropen): Add parameter, SP.  Adjust all callers.
13174         Implement using diropen_fd, rather than open.
13175         (fts_open): Initialize new member, fts_cwd_fd.
13176         Remove fts_rft-setting code.
13177         (fts_close): Close fts_cwd_fd, if necessary.
13178         (__opendir2): Define in terms of opendir or opendirat,
13179         depending on whether the FST_NOCHDIR flag is set.
13180         (fts_build): Since fts_safe_changedir consumes its FD, and since
13181         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
13182         and close the dup'd file descriptor upon failure.
13183         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
13184         (fts_safe_changedir): Tweak semantics to reflect that this function
13185         now calls cwd_advance_fd and hence consumes its FD argument.
13186         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
13187         [struct FTS] (fts_rft): Remove now-unused member.
13188         [struct FTS] (fts_cycle.state): Improve comment.
13189
13190         * lib/openat.c (openat_needs_fchdir): New function.
13191         * lib/openat.h (openat_needs_fchdir): Declare it.
13192
13193 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
13194
13195         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
13196         Problem and fix reported by PĆ”draig Brady in
13197         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
13198
13199 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13200
13201         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
13202
13203 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13204
13205         * lib/memcoll.c (memcoll): Optimize for the common case where the
13206         arguments are bytewise equal.
13207
13208 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
13209
13210         * doc/regexprops-generic.texi: Add a copyright notice.
13211
13212 2006-08-15  Bruno Haible  <bruno@clisp.org>
13213
13214         * modules/tmpdir (License): Change to LGPL.
13215
13216 2006-08-15  Bruno Haible  <bruno@clisp.org>
13217
13218         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
13219         module.
13220
13221 2006-08-14  Simon Josefsson  <jas@extundo.com>
13222
13223         * config/srclist.txt: Add gnupload.
13224
13225 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13226
13227         Change copyright notice from LGPL 2 to GPL 2, since that's the
13228         standard form used in the gnulib repository.
13229         * tests/test-lock.c: Likewise.
13230         * tests/test-stdint.c: Likewise.
13231         * tests/test-tls.c: Likewise.
13232
13233         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
13234         prelude-manager.  User shorter URLs for GNU projects, without '?'.
13235         Add copyright notice.
13236
13237         * check-module: Add copyright notice.  Output a copyright
13238         notice if "--version" is specified.
13239         * modules/COPYING: New file.
13240         * tests/test-getaddrinfo.c: Add copyright notice.
13241         * tests/test-verify.c: Likewise.
13242
13243 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13244
13245         Change copyright notice from LGPL 2 to GPL 2, since that's the
13246         standard form used in the gnulib repository.
13247         * lib/lock.c: LGPL -> GPL.
13248         * lib/lock.h: Likewise.
13249         * lib/strnlen1.c: Likewise.
13250         * lib/strnlen1.h: Likewise.
13251         * lib/tls.c: Likewise.
13252         * lib/tls.h: Likewise.
13253         * lib/tmpdir.c: Likewise.
13254
13255         * lib/TODO: Remove; this belongs only in coreutils.
13256
13257 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13258
13259         Add copyright notices to long-enough files that lack them, since
13260         otherwise the files aren't clearly free.  Use the same notice that
13261         getdate.texi already uses.
13262         * doc/alloca-opt.texi: Add copyright notice.
13263         * doc/alloca.texi: Likewise.
13264         * doc/ctime.texi: Likewise.
13265         * doc/functions.texi: Likewise.
13266         * doc/gcd.texi: Likewise.
13267         * doc/gnulib-tool.texi: Likewise.
13268         * doc/inet_ntoa.texi: Likewise.
13269         * doc/visibility.texi: Likewise.
13270
13271         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
13272         * doc/quote.texi: Add copyright notice.
13273
13274         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
13275         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
13276         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
13277         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
13278         is now obsolete, and give a pointer to the Sun list.
13279         Add copyright notice.
13280
13281 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
13282
13283         * config/srclistvars.sh: Add copyright notice.
13284
13285 2006-08-14  Eric Blake  <ebb9@byu.net>
13286
13287         Import the following change from libc:
13288
13289         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
13290
13291         Upstream bug 2997.
13292         * lib/misc/error.c: Add space between program name and message if file
13293         name is missing.
13294
13295 2006-08-12  Karl Berry  <karl@gnu.org>
13296
13297         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
13298         remove, these originate in gnulib now.
13299
13300 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13301
13302         * doc/Makefile (standards.info standards.html standards.dvi):
13303         Also depend on make-stds.texi.
13304
13305 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
13306
13307         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
13308         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
13309
13310         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
13311         in wchar_t.  Problem reported by Eric Blake.
13312
13313         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
13314         LEN is smaller than SIZE.  Suggested by Bruno Haible.
13315         Also, help the compiler to keep LEN in a register.
13316
13317 2006-08-11  Eric Blake  <ebb9@byu.net>
13318
13319         * users.txt: Sort.  Add tar.
13320
13321 2006-08-11  Bruno Haible  <bruno@clisp.org>
13322
13323         * users.txt: New file.
13324
13325 2006-08-11  Bruno Haible  <bruno@clisp.org>
13326
13327         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
13328         before <wchar.h>. Needed for OSF/1 and BSD/OS.
13329
13330 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13331
13332         * modules/snprintf (Depends-on): Remove minmax.
13333         (Maintainer): Add self and Bruno.
13334
13335 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
13336
13337         * lib/.cppi-disable: Add snprintf.h, socket_.h.
13338         * lib/snprintf.c: Include <errno.h> and <limits.h>.
13339         (EOVERFLOW): Define if the system does not.
13340         Do not include "minmax.h"; it wasn't used.
13341         (snprintf): Don't assume size_t promotes to an unsigned type.
13342         Fix bug when generated string was too long for the buffer: the
13343         buffer's contents are supposed to be the initial prefix of the
13344         output.  Don't assume vasnprintf returns EOVERFLOW if the size
13345         exceeds INT_MAX; do the check ourselves.
13346
13347         Import the following changes from libc:
13348
13349         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
13350
13351         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
13352         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
13353         set wc to the byte which couldn't be converted.
13354         (re_string_reconstruct): Don't clear valid_raw_len before calling
13355         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
13356         tip_context using re_string_context_at.
13357
13358         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
13359
13360         * lib/posix/regex.h: g++ still cannot handled [restrict].
13361
13362         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
13363
13364         * lib/posix/regex.h: Remove special handling for VMS.
13365
13366 2006-08-10  Jim Meyering  <jim@meyering.net>
13367
13368         * modules/same-inode: New module.
13369         * modules/dev-ino: New module.
13370         * modules/cycle-check: Depend on these modules, rather than simply
13371         including their .h files.
13372         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
13373         required via m4/cycle-check.m4.
13374         * modules/same: Depend on new same-inode module, rather than
13375         including same-inode.h.
13376         * modules/chdir-safer: New file.
13377
13378         * modules/chown (Depends-on): Add stat-macros.
13379
13380 2006-08-10  Jim Meyering  <jim@meyering.net>
13381
13382         * m4/cycle-check.m4: New file.
13383         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
13384         * m4/dev-ino.m4, m4/same-inode.m4: New files.
13385
13386 2006-08-10  Eric Blake  <ebb9@byu.net>
13387
13388         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
13389         in from original proposal.
13390
13391 2006-08-10  Eric Blake  <ebb9@byu.net>
13392         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13393
13394         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
13395         namespace.
13396
13397 2006-08-10  Bruno Haible  <bruno@clisp.org>
13398
13399         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
13400         as well.
13401
13402 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13403
13404         Sync from coreutils.
13405
13406         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
13407
13408         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
13409         Reported by Toralf Fƶrster in <http://bugs.gentoo.org/141012>.
13410
13411 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13412
13413         * modules/restrict: Remove; no longer needed now that we assume
13414         Autoconf 2.59 or later.
13415         * MODULES.html.sh: Remove 'restrict'.
13416         * modules/argp (Depends-on): Remove 'restrict'.
13417         * modules/base64 (Depends-on): Likewise.
13418         * modules/gc (Depends-on): Likewise.
13419         * modules/getaddrinfo (Depends-on): Likewise.
13420         * modules/glob (Depends-on): Likewise.
13421         * modules/inet_ntop (Depends-on): Likewise.
13422         * modules/inet_pton (Depends-on): Likewise.
13423         * modules/memxor (Depends-on): Likewise.
13424         * modules/regex (Depends-on): Likewise.
13425         * modules/strtok_r (Depends-on): Likewise.
13426         * modules/time_r (Depends-on): Likewise.
13427
13428 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
13429
13430         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
13431         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
13432         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
13433         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
13434         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
13435         * m4/memxor.m4 (gl_MEMXOR): Likewise.
13436         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
13437         gl_C_RESTRICT replaced by AC_C_RESTRICT.
13438
13439         Merge from coreutils.
13440         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
13441         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
13442         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
13443         * m4/time_r.m4 (gl_TIME_R): Likewise.
13444
13445 2006-08-09  Karl Berry  <karl@gnu.org>
13446
13447         * config/srclist.txt: no more gettext-tools, per Bruno.
13448
13449 2006-08-08  Eric Blake  <ebb9@byu.net>
13450
13451         * modules/verror: New module.
13452         * MODULES.html.sh: Document it.
13453
13454 2006-08-08  Eric Blake  <ebb9@byu.net>
13455
13456         * lib/verror.h, lib/verror.c: New files.
13457
13458 2006-08-08  Eric Blake  <ebb9@byu.net>
13459
13460         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
13461         verror_at_line output complies with GNU Coding Standards even when
13462         file is NULL.
13463
13464 2006-08-07  Bruno Haible  <bruno@clisp.org>
13465
13466         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
13467         versions of AIX.
13468         Reported by Ralf Wildenhues.
13469
13470 2006-08-07  Bruno Haible  <bruno@clisp.org>
13471
13472         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
13473         in an AC_DEFUN. Needed so that the autoconf snippets can use
13474         AC_REQUIRE.
13475
13476 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13477
13478         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13479         Initialize pkgdata_DATA.
13480         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
13481         overriding it.
13482
13483 2006-08-06  Eric Blake  <ebb9@byu.net>
13484
13485         * lib/error.h: Fold in some upstream changes from glibc.
13486         * lib/error.c: Likewise.
13487
13488 2006-08-04  Bruno Haible  <bruno@clisp.org>
13489
13490         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13491         Make the mostlyclean-local rule depend on mostlyclean-generic.
13492         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
13493
13494 2006-07-31  Bruno Haible  <bruno@clisp.org>
13495
13496         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
13497         <stdlib.h>, <string.h>.
13498
13499 2006-07-30  Bruno Haible  <bruno@clisp.org>
13500
13501         * modules/readlink (License): Change to LGPL.
13502
13503 2006-07-30  Bruno Haible  <bruno@clisp.org>
13504
13505         * modules/javaversion (Makefile.am): Distribute javaversion.java and
13506         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
13507         set PKGDATADIR to point to it.
13508
13509 2006-07-30  Bruno Haible  <bruno@clisp.org>
13510
13511         * modules/csharpexec (configure.ac): Comment out macro invocation.
13512         * modules/javaexec (configure.ac): Likewise.
13513         * modules/javacomp-script (configure.ac): Likewise.
13514
13515         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
13516
13517 2006-07-30  Bruno Haible  <bruno@clisp.org>
13518
13519         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
13520         linked-list.
13521
13522 2006-07-30  Bruno Haible  <bruno@clisp.org>
13523
13524         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
13525
13526 2006-07-30  Bruno Haible  <bruno@clisp.org>
13527
13528         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13529         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
13530         get removed.
13531
13532 2006-07-29  Bruno Haible  <bruno@clisp.org>
13533
13534         Make it possible for gnulib-tool to work with locally modified or
13535         augmented gnulib repositories.
13536         * gnulib-tool (func_usage): Document --local-dir option.
13537         (local_gnulib_dir): New variable.
13538         Handle --local-dir option.
13539         (func_lookup_file): New function.
13540         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
13541         (func_get_description, func_get_filelist, func_get_description,
13542         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
13543         func_get_automake_snippet, func_get_include_directive,
13544         func_get_license, func_get_maintainer): Use func_lookup_file.
13545         (func_import, func_create_testdir): Use func_lookup_file.
13546
13547 2006-07-29  Bruno Haible  <bruno@clisp.org>
13548
13549         * modules/setenv (Depends-on): Add unistd.
13550
13551 2006-07-29  Bruno Haible  <bruno@clisp.org>
13552
13553         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
13554
13555 2006-07-29  Bruno Haible  <bruno@clisp.org>
13556
13557         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
13558
13559 2006-07-29  Bruno Haible  <bruno@clisp.org>
13560
13561         * gnulib-tool (import, update): If there is no Makefile.am, look at
13562         aclocal.m4, instead of bailing out.
13563
13564 2006-07-29  Bruno Haible  <bruno@clisp.org>
13565
13566         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
13567         Categorize the options by when they are useful.
13568
13569 2006-07-29  Bruno Haible  <bruno@clisp.org>
13570
13571         * gnulib-tool (func_usage): Document option --no-libtool.
13572         Handle option --no-libtool.
13573         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
13574         for changed semantics of $libtool variable.
13575         (func_import): Likewise. If libtool is not used, show this through
13576         an option --no-libtool.
13577         (func_create_testdir): Update.
13578
13579 2006-07-29  Bruno Haible  <bruno@clisp.org>
13580
13581         * gnulib-tool (func_import): Extend error message about missing
13582         --doc-base.
13583
13584 2006-07-29  Bruno Haible  <bruno@clisp.org>
13585
13586         * gnulib-tool (func_import): Don't create the $docbase directory if
13587         there is no file to store there.
13588
13589 2006-07-29  Bruno Haible  <bruno@clisp.org>
13590
13591         * gnulib-tool (autoconf_minversion): If a --dir option is given and
13592         relevant, look for configure.ac there, not in the current directory.
13593         Also use a simple search for AC_PREREQ, not "autoconf --trace".
13594
13595 2006-07-29  Bruno Haible  <bruno@clisp.org>
13596
13597         * gnulib-tool (SORT): New variable.
13598         (func_usage): Undocument --assume-autoconf option.
13599         Remove --assume-autoconf option handling.
13600         (autoconf_minversion): Determine from the contents of configure.ac.
13601         (func_import): Remove autoconf_minversion handling.
13602         Suggested by Eric Blake.
13603
13604 2006-07-29  Bruno Haible  <bruno@clisp.org>
13605
13606         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
13607
13608 2006-07-29  Bruno Haible  <bruno@clisp.org>
13609
13610         * config/srclist.txt (*setenv.[ch]): Remove rules.
13611
13612 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13613
13614         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
13615
13616 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13617
13618         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
13619         arpa/inet.h.
13620
13621 2006-07-28  Simon Josefsson  <jas@extundo.com>
13622
13623         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
13624         * modules/inet_pton (Depends-on): Likewise.
13625
13626 2006-07-28  Simon Josefsson  <jas@extundo.com>
13627
13628         * m4/netinet_in_h.m4: New file.
13629
13630 2006-07-28  Simon Josefsson  <jas@extundo.com>
13631
13632         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
13633         #include's.
13634
13635 2006-07-28  Simon Josefsson  <jas@extundo.com>
13636
13637         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
13638         #include's.
13639
13640 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
13641
13642         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
13643         setgid on directories only if they set these bits.
13644         * lib/modechange.h: Remove obsolete comment about masks.
13645
13646 2006-07-28  Eric Blake  <ebb9@byu.net>
13647
13648         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
13649         macro expansion.
13650
13651 2006-07-28  Bruno Haible  <bruno@clisp.org>
13652
13653         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
13654
13655 2006-07-28  Bruno Haible  <bruno@clisp.org>
13656
13657         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
13658
13659 2006-07-28  Bruno Haible  <bruno@clisp.org>
13660
13661         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
13662         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
13663         Define fallbacks.
13664         Avoids link error on FreeBSD 4.x.
13665         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
13666
13667         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
13668         encoding.
13669         * lib/mbswidth.c (iswcntrl): Likewise.
13670
13671 2006-07-27  Bruno Haible  <bruno@clisp.org>
13672
13673         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
13674         test.
13675
13676 2006-07-27  Bruno Haible  <bruno@clisp.org>
13677
13678         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
13679         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
13680         defined.
13681
13682 2006-07-26  Eric Blake  <ebb9@byu.net>
13683
13684         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
13685
13686 2006-07-26  Eric Blake  <ebb9@byu.net>
13687
13688         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
13689         like mingw that lack mkstemp.
13690         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
13691         avoid compilation warning on mingw.
13692
13693 2006-07-26  Bruno Haible  <bruno@clisp.org>
13694
13695         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
13696         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
13697         INT_FAST*_MIN, INTPTR_MIN.
13698
13699 2006-07-25  Bruno Haible  <bruno@clisp.org>
13700
13701         * modules/version-etc (Depends-on): Add stdarg.
13702
13703 2006-07-25  Bruno Haible  <bruno@clisp.org>
13704
13705         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
13706         complex commands.
13707
13708 2006-07-25  Bruno Haible  <bruno@clisp.org>
13709
13710         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
13711         defined in <stdarg.h> or config.h.
13712
13713 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13714
13715         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
13716         (gl_STDIO_SAFER): Remove.
13717
13718 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
13719
13720         * MODULES.html.sh (File stream based Input/Output):
13721         Add fopen-safer, tmpfile-safer; remove stdio-safer.
13722         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
13723         * modules/fopen-safer, modules/tmpfile-safer: New files.
13724         * modules/stdio-safer: Remove.
13725
13726 2006-07-24  Bruno Haible  <bruno@clisp.org>
13727
13728         * modules/tmpdir: New file.
13729         * MODULES.html.sh (File system functions): Add it.
13730
13731 2006-07-24  Bruno Haible  <bruno@clisp.org>
13732
13733         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
13734         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
13735
13736 2006-07-24  Bruno Haible  <bruno@clisp.org>
13737
13738         * modules/clean-temp: New file.
13739
13740 2006-07-24  Bruno Haible  <bruno@clisp.org>
13741
13742         * m4/tmpdir.m4: New file, from GNU gettext.
13743
13744 2006-07-24  Bruno Haible  <bruno@clisp.org>
13745
13746         * lib/tmpdir.h: New file, from GNU gettext.
13747         * lib/tmpdir.c: New file, from GNU gettext.
13748
13749 2006-07-24  Bruno Haible  <bruno@clisp.org>
13750
13751         * lib/clean-temp.h: New file, from GNU gettext.
13752         * lib/clean-temp.c: New file, from GNU gettext.
13753
13754 2006-07-23  Eric Blake  <ebb9@byu.net>
13755
13756         * modules/stdio-safer (Files): Add tmpfile-safer.c.
13757         (Depends-on): Add binary-io.
13758
13759 2006-07-23  Eric Blake  <ebb9@byu.net>
13760
13761         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
13762
13763 2006-07-23  Eric Blake  <ebb9@byu.net>
13764
13765         * lib/tmpfile-safer.c: New file.
13766         * lib/stdio-safer.h (fopen_safer): Add prototype.
13767         * lib/stdio--.h (tmpfile): Make safer.
13768
13769 2006-07-23  Bruno Haible  <bruno@clisp.org>
13770
13771         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
13772         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
13773         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
13774         gl_linked_remove_at): Use it.
13775
13776 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13777         and Simon Josefsson <jas@extundo.com>
13778
13779         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
13780
13781         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
13782
13783 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13784
13785         * modules/close-stream: New file.
13786         * modules/closeout (Description): Make it clear that it exits
13787         with a diagnostic on error.
13788         (Depends-on): Add close-stream.  Remove fpending, stdbool.
13789         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
13790
13791 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13792
13793         * m4/close-stream.m4: New file.
13794
13795 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
13796
13797         * lib/close-stream.c, lib/close-stream.h: New files.
13798
13799 2006-07-22  Bruno Haible  <bruno@clisp.org>
13800
13801         Merge from GNU gettext 0.15.
13802
13803         2006-05-01  Bruno Haible  <bruno@clisp.org>
13804
13805                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
13806
13807         2006-07-22  Bruno Haible  <bruno@clisp.org>
13808
13809                 * modules/javaversion: New file.
13810                 * MODULES.html.sh (Java): Add javaversion.
13811
13812         2006-03-12  Bruno Haible  <bruno@clisp.org>
13813
13814                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
13815
13816         2005-12-04  Bruno Haible  <bruno@clisp.org>
13817
13818                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
13819                 (untested).
13820
13821         2006-06-21  Bruno Haible  <bruno@clisp.org>
13822
13823                 Avoid warnings from recent versions of mcs.
13824                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
13825                 -o, -L, -r any more. Use options documented since mcs-1.0
13826                 instead. Similarly for -g.
13827
13828         2005-12-04  Bruno Haible  <bruno@clisp.org>
13829
13830                 * build-aux/csharpcomp.sh.in: Suffix for resources is
13831                 .resources, not .resource.
13832
13833         2005-07-09  Bruno Haible  <bruno@clisp.org>
13834
13835                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
13836                 add a .dll suffix.
13837                 Reported by Mark Junker <mjscod@gmx.de>.
13838
13839         2006-07-22  Bruno Haible  <bruno@clisp.org>
13840
13841                 * modules/gettext: Upgrade to gettext-0.15.
13842                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
13843                 m4/visibility.m4.
13844                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
13845
13846 2006-07-22  Bruno Haible  <bruno@clisp.org>
13847
13848         Merge from GNU gettext 0.15.
13849
13850         2006-03-25  Bruno Haible  <bruno@clisp.org>
13851
13852                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
13853
13854         2006-07-21  Bruno Haible  <bruno@clisp.org>
13855
13856                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
13857                 "1.1".
13858
13859         2006-05-09  Bruno Haible  <bruno@clisp.org>
13860
13861                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
13862                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
13863                 for the conftestver execution.
13864
13865         2006-05-01  Bruno Haible  <bruno@clisp.org>
13866
13867                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
13868                 optional target-version argument. Verify that the compiler
13869                 groks source of the specified source-version, or add -source
13870                 option as necessary. Verify that the compiler produces
13871                 bytecode in the specified target-version, or add -target and
13872                 -source options as necessary. Make the result of the test
13873                 available as variable CONF_JAVAC. Also log error output in
13874                 config.log.
13875
13876         2006-03-11  Bruno Haible  <bruno@clisp.org>
13877
13878                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
13879
13880         2006-05-09  Bruno Haible  <bruno@clisp.org>
13881
13882                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
13883                 CLASSPATH_SEPARATOR to a semicolon.
13884
13885         2006-03-12  Bruno Haible  <bruno@clisp.org>
13886
13887                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
13888                 available as variable CONF_JAVA, for subsequent autoconf
13889                 tests. Also log error output in config.log.
13890
13891         2006-07-19  Bruno Haible  <bruno@clisp.org>
13892
13893                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
13894                 that getline works on glibc2 systems. Needed to avoid trouble
13895                 in relocatable.c.
13896                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
13897
13898         2005-12-04  Bruno Haible  <bruno@clisp.org>
13899
13900                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
13901                 launcher (untested).
13902
13903         2005-12-04  Bruno Haible  <bruno@clisp.org>
13904
13905                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
13906
13907         2006-07-22  Bruno Haible  <bruno@clisp.org>
13908
13909                 * gettext.m4: Update from GNU gettext-0.15.
13910                 * nls.m4: Likewise.
13911                 * po.m4: Likewise.
13912                 * inttypes-pri.m4: Likewise.
13913                 * inttypes-h.m4: Renamed from inttypes.m4.
13914                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
13915
13916 2006-07-22  Bruno Haible  <bruno@clisp.org>
13917
13918         Merge from GNU gettext 0.15.
13919
13920         2005-07-05  Bruno Haible  <bruno@clisp.org>
13921
13922                 * printf-args.c (printf_fetchargs): Work around broken
13923                 definition of wint_t on mingw.
13924
13925         2005-02-12  Bruno Haible  <bruno@clisp.org>
13926
13927                 * xallocsa.h: Add extern "C" for C++.
13928
13929         2006-05-17  Bruno Haible  <bruno@clisp.org>
13930
13931                 Cygwin portability.
13932                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
13933
13934         2006-04-30  Bruno Haible  <bruno@clisp.org>
13935
13936                 * progreloc.c: Include <mach-o/dyld.h> if available.
13937                 (find_executable): Use _NSGetExecutablePath when possible.
13938
13939         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13940
13941                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
13942                 function.
13943
13944         2005-12-29  Bruno Haible  <bruno@clisp.org>
13945
13946                 * progreloc.c (set_program_name_and_installdir): Fix
13947                 compilation error.
13948
13949         2005-12-04  Bruno Haible  <bruno@clisp.org>
13950
13951                 Cygwin portability.
13952                 * progreloc.c: Include <windows.h> also on Cygwin.
13953                 (find_executable): Add support for Cygwin.
13954                 (set_program_name_and_installdir): Handle also platforms with
13955                 nonempty EXEEXT.
13956
13957         2006-07-11  Bruno Haible  <bruno@clisp.org>
13958
13959                 * javacomp.c: Fix a comment.
13960                 Reported by Jim Meyering.
13961
13962         2006-04-30  Bruno Haible  <bruno@clisp.org>
13963
13964                 * javacomp.h (compile_java_class): Add source_version,
13965                 target_version arguments.
13966                 * javacomp.c: Rewritten to choose only a compiler that
13967                 respects the specified source_version and target_version.
13968
13969         2006-06-27  Bruno Haible  <bruno@clisp.org>
13970
13971                 Assume correct S_ISDIR macro.
13972                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
13973
13974         2006-07-22  Bruno Haible  <bruno@clisp.org>
13975
13976                 * javaversion.h: New file, from GNU gettext.
13977                 * javaversion.c: New file, from GNU gettext.
13978                 * javaversion.java: New file, from GNU gettext.
13979                 * javaversion.class: New file, from GNU gettext.
13980
13981         2006-05-17  Bruno Haible  <bruno@clisp.org>
13982
13983                 Cygwin portability.
13984                 * javaexec.c (execute_java_class): Test for jview program
13985                 also on Cygwin.
13986
13987         2006-04-09  Bruno Haible  <bruno@clisp.org>
13988
13989                 * fatal-signal.c: Don't include string.h.
13990                 (at_fatal_signal): Use a copying loop instead of memcpy.
13991
13992         2005-12-04  Bruno Haible  <bruno@clisp.org>
13993
13994                 * csharpexec.c: Add support for 'clix' launcher (untested).
13995                 (execute_csharp_using_sscli): New function.
13996                 (execute_csharp_program): Call it.
13997
13998         2006-06-21  Bruno Haible  <bruno@clisp.org>
13999
14000                 Avoid warnings from recent versions of mcs.
14001                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
14002                 -o, -L, -r any more. Use options documented since mcs-1.0
14003                 instead. Similarly for -g.
14004
14005         2005-07-09  Bruno Haible  <bruno@clisp.org>
14006
14007                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
14008                 add a .dll suffix.
14009                 Reported by Mark Junker <mjscod@gmx.de>.
14010
14011         2006-06-17  Bruno Haible  <bruno@clisp.org>
14012
14013                 * config.charset: Update for NetBSD 3.0.
14014
14015         2006-05-17  Bruno Haible  <bruno@clisp.org>
14016
14017                 Cygwin portability.
14018                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
14019
14020         2006-05-16  Bruno Haible  <bruno@clisp.org>
14021
14022                 * localcharset.c [CYGWIN]: Include <windows.h>.
14023                 (get_charset_aliases): For Cygwin, return the same CPxxx
14024                 aliases list as under WIN32.
14025                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
14026                 the environment variables. Fall back to GetACP().
14027
14028         2006-04-05  Bruno Haible  <bruno@clisp.org>
14029
14030                 * config.charset: Update Juan Manuel Guerrero's address.
14031
14032         2005-02-12  Bruno Haible  <bruno@clisp.org>
14033
14034                 * allocsa.h: Add extern "C" for C++.
14035
14036         2005-02-10  Bruno Haible  <bruno@clisp.org>
14037
14038                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
14039                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
14040
14041         2006-07-22  Bruno Haible  <bruno@clisp.org>
14042
14043                 * gettext.h: Update to GNU gettext-0.15.
14044
14045 2006-07-22  Bruno Haible  <bruno@clisp.org>
14046
14047         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
14048         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
14049         lib-prefix.m4, longdouble.m4, ssize_t.m4.
14050
14051 2006-07-21  Eric Blake  <ebb9@byu.net>
14052
14053         * modules/stdlib-safer: New file.
14054         * MODULES.html.sh (File stream based Input/Output): Add
14055         stdlib-safer.
14056
14057 2006-07-21  Eric Blake  <ebb9@byu.net>
14058
14059         * lib/stdlib-safer.h: New file from coreutils, required by
14060         stdlib--.h.
14061
14062 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
14063
14064         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
14065
14066 2006-07-20  Bruno Haible  <bruno@clisp.org>
14067
14068         * gnulib-tool: Recognize new option --assume-autoconf.
14069         (autoconf_minversion): New variable.
14070         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
14071
14072 2006-07-20  Bruno Haible  <bruno@clisp.org>
14073
14074         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
14075
14076 2006-07-19  Derek R. Price  <derek@ximbiot.com>
14077
14078         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
14079         Reindent and repaginate.
14080
14081 2006-07-19  Derek Price  <derek@ximbiot.com>
14082
14083         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
14084         Correct grammar.
14085
14086 2006-07-17  Bruno Haible  <bruno@clisp.org>
14087
14088         * modules/list: New file.
14089         * modules/array-list: New file.
14090         * modules/carray-list, modules/carray-list-tests: New files.
14091         * modules/linked-list, modules/linked-list-tests: New files.
14092         * modules/avltree-list, modules/avltree-list-tests: New files.
14093         * modules/rbtree-list, modules/rbtree-list-tests: New files.
14094         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
14095         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
14096         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
14097         * modules/oset: New file.
14098         * modules/array-oset: New file.
14099         * modules/avltree-oset, modules/avltree-oset-tests: New files.
14100         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
14101         * tests/test-carray_list.c: New file.
14102         * tests/test-linked_list.c: New file.
14103         * tests/test-avltree_list.c: New file.
14104         * tests/test-rbtree_list.c: New file.
14105         * tests/test-linkedhash_list.c: New file.
14106         * tests/test-avltreehash_list.c: New file.
14107         * tests/test-rbtreehash_list.c: New file.
14108         * tests/test-avltree_oset.c: New file.
14109         * tests/test-rbtree_oset.c: New file.
14110         * MODULES.html.sh (Container data structures): New section.
14111
14112 2006-07-17  Bruno Haible  <bruno@clisp.org>
14113
14114         * m4/gl_list.m4: New file.
14115
14116 2006-07-17  Bruno Haible  <bruno@clisp.org>
14117
14118         * lib/gl_list.h: New file.
14119         * lib/gl_list.c: New file.
14120         * lib/gl_array_list.h: New file.
14121         * lib/gl_array_list.c: New file.
14122         * lib/gl_carray_list.h: New file.
14123         * lib/gl_carray_list.c: New file.
14124         * lib/gl_linked_list.h: New file.
14125         * lib/gl_linked_list.c: New file.
14126         * lib/gl_anylinked_list1.h: New file.
14127         * lib/gl_anylinked_list2.h: New file.
14128         * lib/gl_avltree_list.h: New file.
14129         * lib/gl_avltree_list.c: New file.
14130         * lib/gl_anyavltree_list1.h: New file.
14131         * lib/gl_anyavltree_list2.h: New file.
14132         * lib/gl_rbtree_list.h: New file.
14133         * lib/gl_rbtree_list.c: New file.
14134         * lib/gl_anyrbtree_list1.h: New file.
14135         * lib/gl_anyrbtree_list2.h: New file.
14136         * lib/gl_anytree_list1.h: New file.
14137         * lib/gl_anytree_list2.h: New file.
14138         * lib/gl_linkedhash_list.h: New file.
14139         * lib/gl_linkedhash_list.c: New file.
14140         * lib/gl_anyhash_list1.h: New file.
14141         * lib/gl_anyhash_list2.h: New file.
14142         * lib/gl_avltreehash_list.h: New file.
14143         * lib/gl_avltreehash_list.c: New file.
14144         * lib/gl_rbtreehash_list.h: New file.
14145         * lib/gl_rbtreehash_list.c: New file.
14146         * lib/gl_anytreehash_list1.h: New file.
14147         * lib/gl_anytreehash_list2.h: New file.
14148
14149         * lib/gl_oset.h: New file.
14150         * lib/gl_oset.c: New file.
14151         * lib/gl_array_oset.h: New file.
14152         * lib/gl_array_oset.c: New file.
14153         * lib/gl_avltree_oset.h: New file.
14154         * lib/gl_avltree_oset.c: New file.
14155         * lib/gl_rbtree_oset.h: New file.
14156         * lib/gl_rbtree_oset.c: New file.
14157         * lib/gl_anytree_oset.h: New file.
14158
14159 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
14160
14161         * m4/mkancesdirs.m4: New file.
14162         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
14163         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
14164         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
14165         it.
14166
14167 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
14168
14169         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
14170         * lib/mkancesdirs.h: New files.
14171         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
14172         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
14173         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
14174         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
14175         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
14176         callers changed.  Revamp internals significantly, by not
14177         attempting to create directories that are temporarily more
14178         permissive than the final results.  Do not attempt to use
14179         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
14180         This removes some race conditions, fixes some bugs, and simplifies
14181         things.  Use new dirchownmod function to do owner and mode changes.
14182         * lib/mkdir-p.h: Likewise.
14183         * lib/modechange.c (octal_to_mode): New function.
14184         (struct mode_change): New member mentioned.
14185         (make_node_op_equals): New arg mentioned.  All callers changed.
14186         (mode_compile): Keep track of which mode bits the user has explicitly
14187         mentioned.
14188         (mode_adjust): New arg DIR, so that we implement the X op correctly.
14189         New arg PMODE_BITS, to keep track of which mode bits the user
14190         mentioned; it treats S_ISUID and S_ISGID speciall.
14191         All callers changed.
14192         * lib/modechange.h: Likewise.
14193
14194 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
14195
14196         * MODULES.html.sh: Add mkancestors.
14197         * modules/mkancesdirs: New module.
14198         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
14199         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
14200         The chdir-safer and afs files are now orphans; I'll remove them
14201         unless someone speaks up.
14202         Add lib/dirchownmod.c, lib/dirchownmod.h.
14203         (Depends-on): Remove alloca, chown, save-cwd, dirname.
14204         Add lchown, mkancesdirs.
14205         (Maintainer): Add self.
14206
14207 2006-07-15  Karl Berry  <karl@gnu.org>
14208
14209         * gnulib-tool: help message wording/arrangement.
14210
14211 2006-07-14  Simon Josefsson  <jas@extundo.com>
14212
14213         * doc/gnulib.texi (Libtool and Windows): New section.
14214
14215 2006-07-12  Simon Josefsson  <jas@extundo.com>
14216
14217         * modules/gendocs (License): Fix license, approved by Karl.
14218
14219 2006-07-12  Eric Blake  <ebb9@byu.net>
14220
14221         * MODULES.html.sh: Add gendocs.
14222
14223 2006-07-11  Eric Blake  <ebb9@byu.net>
14224
14225         * modules/fdl: New module, to install doc/fdl.texi.
14226         * MODULES.html.sh: Add new section for documentation modules.
14227         * gnulib-tool: Avoid space-tab.
14228         (--doc-base): New option, to manage files from doc.
14229
14230 2006-07-11  Eric Blake  <ebb9@byu.net>
14231
14232         * m4/absolute-header.m4: Fix comments to match recent change.
14233
14234 2006-07-11  Eric Blake  <ebb9@byu.net>
14235
14236         * gnulib-tool: List --doc-base before --tests-base.
14237
14238 2006-07-11  Derek R. Price  <derek@ximbiot.com>
14239
14240         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
14241
14242 2006-07-11  Bruno Haible  <bruno@clisp.org>
14243
14244         * README: Mention where to put documentation.
14245
14246 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14247
14248         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
14249
14250 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
14251
14252         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
14253         to stdint.m4.
14254
14255 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
14256
14257         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
14258         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
14259         "no/such/file/stdint.h" when there is no such file, so that
14260         the resulting C code can be parsed by dodgy compilers.
14261         Problems reported by Bob Proulx.
14262
14263 2006-07-10  Derek R. Price  <derek@ximbiot.com>
14264
14265         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
14266         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
14267         macros into the GNU _D_EXACT_NAMLEN.
14268         * lib/savedir.c:  Likewise.
14269         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
14270
14271 2006-07-10  Derek R. Price  <derek@ximbiot.com>
14272         and Paul Eggert  <eggert@cs.ucla.edu>
14273
14274         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
14275         * m4/savedir.m4:
14276         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
14277         macros into the GNU _D_EXACT_NAMLEN.
14278
14279 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14280
14281         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
14282         around the absolute name, to work around a problem with the HP-UX
14283         11.23 native C compiler, reported by Bob Proulx.
14284
14285 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14286
14287         * doc/maintain.texi, make-stds.texi: Sync from
14288         <http://savannah.gnu.org/projects/gnustandards>.
14289
14290 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14291
14292         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
14293
14294 2006-07-09  Jim Meyering  <jim@meyering.net>
14295
14296         * m4/glob.m4: Remove a doubled word in a comment.
14297
14298 2006-07-09  Jim Meyering  <jim@meyering.net>
14299
14300         * lib/argp-pv.c: Remove a doubled word in a comment.
14301         * lib/check-version.c (check_version): Likewise.
14302         * lib/javacomp.c (compile_java_class): Likewise.
14303
14304 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
14305
14306         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
14307         for the benefit of people using Autoconf 2.60.  If you want to
14308         support older Autoconf versions you can copy m4/onceonly_2_57.m4
14309         (or m4/onceonly.m4, if pre-2.57) manually.
14310
14311 2006-07-08  Jim Meyering  <jim@meyering.net>
14312
14313         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
14314         comment.
14315         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
14316         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
14317         comment.
14318
14319 2006-07-08  Jim Meyering  <jim@meyering.net>
14320
14321         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
14322
14323 2006-07-07  Simon Josefsson  <jas@extundo.com>
14324
14325         * tests/test-crc.c: Change expected crc value, the test vector
14326         were probably computed using the old broken crc.c?
14327
14328 2006-07-06  Simon Josefsson  <jas@extundo.com>
14329
14330         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
14331         now the canonical place for the M4 file).
14332
14333         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
14334         from the sys_socket dependency now.
14335
14336         * modules/inet_pton (Files): Ditto.
14337
14338         * modules/inet_ntop (Files): Ditto.
14339
14340 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14341
14342         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
14343         not gl_PREREQ_GETUSERSHELL.
14344
14345 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14346
14347         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
14348         with only one argument, for Autoconf 2.60.
14349         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
14350         expand to nothing, so add a shell command to avoid syntax error.
14351         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
14352
14353 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14354
14355         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
14356
14357 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14358
14359         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
14360         no longer needed.  Check for isblank decl.
14361         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
14362         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
14363         of existence.
14364
14365 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14366
14367         * lib/getloadavg.c: Use __VMS, not VMS.
14368         * lib/getopt.c: Likewise.
14369         * lib/getpagesize.h: Likewise.
14370         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
14371         and probably does not work.
14372
14373 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
14374
14375         * lib/.cppi-disable: Add wcwidth.
14376         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
14377         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
14378         (ISGRAPH): Remove.  All uses changed to isgraph.
14379         (FOLD) [!defined _LIBC]: Remove special case.
14380         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
14381         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
14382         HAVE_ISBLANK.
14383         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
14384         case.
14385
14386 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14387
14388         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
14389         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
14390         brackets.  Other minor changes to suppress some compiler
14391         warnings.
14392
14393 2006-07-06  Derek R. Price  <derek@ximbiot.com>
14394         and Paul Eggert  <eggert@cs.ucla.edu>
14395
14396         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
14397         of invoking obsolescent AC_HEADER_DIRENT macro.
14398         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
14399         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
14400         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
14401         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
14402         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
14403         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
14404         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
14405         * m4/readdir.m4: Remove; no longer needed.
14406
14407 2006-07-06  Derek R. Price  <derek@ximbiot.com>
14408         and Paul Eggert  <eggert@cs.ucla.edu>
14409
14410         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
14411         Don't worry about this obsolete case any more.
14412         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
14413         directories.
14414         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
14415         worry about this obsolete case any more.
14416         * lib/fts.c: Likewise.
14417         * lib/getcwd.c: Likewise.
14418         * lib/glob.h: Likewise.
14419         * lib/savedir.c: Likewise.
14420
14421 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14422
14423         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
14424         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
14425         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
14426         needed.
14427         All uses removed.
14428         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14429         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14430         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
14431         needed.
14432         * m4/getdate.m4 (gl_GETDATE): Likewise.
14433         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14434         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14435         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14436         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14437         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
14438         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14439         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
14440         needed.
14441
14442 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
14443
14444         * lib/memcasecmp.c: Include <limits.h>.
14445         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
14446         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
14447         Don't assume isdigit succeeds only on '0' through '9'.
14448
14449 2006-07-05  Eric Blake  <ebb9@byu.net>
14450
14451         * modules/getaddrinfo (Depends-on): Add snprintf.
14452
14453 2006-07-05  Eric Blake  <ebb9@byu.net>
14454
14455         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
14456         to avoid 'header present but could not be compiled' on cygwin.
14457
14458 2006-07-05  Eric Blake  <ebb9@byu.net>
14459
14460         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
14461         missing from netdb.h.
14462         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
14463
14464 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14465
14466         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
14467         no longer needed.
14468         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
14469         * m4/getdate.m4 (gl_GETDATE): Likewise.
14470         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
14471         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
14472         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
14473         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
14474         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
14475
14476 2006-07-05  Derek R. Price  <derek@ximbiot.com>
14477
14478         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
14479         All uses of is_space replaced by isspace.
14480         * lib/exit.h: Don't talk about STDC_HEADERS.
14481         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
14482         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
14483         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
14484         replaced by isprint etc.
14485         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
14486         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14487         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
14488         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
14489         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
14490         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
14491
14492 2006-07-05  Bruno Haible  <bruno@clisp.org>
14493
14494         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
14495         the function exists, before testing against AIX.
14496         Reported by Martin Lambers <marlam@marlam.de>.
14497
14498 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14499
14500         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
14501         From Mark D. Baushke.
14502
14503 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
14504
14505         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
14506         to the absolute name, not just one, to bypass Sun C 5.8's
14507         "warning: #include of /usr/include/... may be non-portable".
14508
14509 2006-07-04  Eric Blake  <ebb9@byu.net>
14510
14511         * modules/dirname-tests: New test module.
14512         * tests/test-dirname.c: New file, replacing dirname.c
14513         TEST_DIRNAME section that was recently deleted.
14514
14515 2006-07-04  Bruno Haible  <bruno@clisp.org>
14516
14517         Assume ANSI C header files and <ctype.h> functions.
14518         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
14519         (mbsnwidth): Use isprint, iscntrl instead.
14520
14521 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14522
14523         Merge from coreutils.
14524         * MODULES.html.sh: Add xstrtold.
14525         * modules/xstrtold: New file.
14526         * modules/cycle-check (Files): Add lib/same-inode.h.
14527         * modules/dirname (Files): Add m4/double-slash-root.m4.
14528         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
14529         * modules/mkdir-p (Files): Add lib/same-inode.h.
14530         * modules/same (Files): Add lib/same-inode.h.
14531
14532 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14533
14534         * m4/absolute-header.m4: Renamed from full-header-path.m4.
14535         This is to keep the terminology clean; POSIX talks about
14536         "absolute pathnames", not "full pathnames", but the GNU
14537         Coding Standards say to use "path" for something else;
14538         so use "absolute" to keep both sides happy.
14539         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
14540         Set gl_absolute_header, not gl_full_header_path.
14541         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
14542         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
14543         All uses changed.
14544
14545         Merge from coreutils.
14546
14547         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14548
14549         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
14550         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
14551         want to require the building of c-strtod.o.
14552         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
14553         needs -lm directly.
14554         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
14555
14556         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
14557
14558         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
14559         --as-needed option if available.  Problem reported by Albert Chin in
14560         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
14561         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
14562         cc merely issues a bunch of annoying warnings for --as-needed
14563         (this problem was reported by Bob Proulx).  Also, try linking with
14564         -lm to detect a bug in binutils 2.16 (this problem was reported
14565         by Ralf Wildenhues).
14566
14567         2006-06-18  Jim Meyering  <jim@meyering.net>
14568
14569         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
14570         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
14571         macro.
14572         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
14573         also check for glibc-2.4's abort-inducing bug.
14574
14575         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
14576         Low-probability clean-up should be to use rmdir to get rid of
14577         the just-created directory, not unlink.
14578
14579         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
14580         configure fail, and request a bug report to inform us about it.
14581         Add a comment that, barring reports to the contrary, in 2007 we'll
14582         assume ftruncate is universally available.
14583
14584         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14585
14586         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
14587
14588         2006-03-12  Jim Meyering  <jim@meyering.net>
14589
14590         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
14591         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
14592         * m4/same.m4 (gl_SAME): Likewise.
14593         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
14594
14595         2006-03-11  Eric Blake  <ebb9@byu.net>
14596
14597         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
14598         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
14599         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
14600         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
14601
14602 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
14603
14604         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
14605         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
14606         reported by Mark D. Baushke, one in
14607         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
14608
14609         Merge from coreutils.
14610
14611         * lib/.cppi-disable: Add stdint_.h.
14612         * lib/.cvsignore: Add stdint.h.
14613
14614         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
14615
14616         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
14617         both double and long double versions.
14618         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
14619         * lib/xstrtold.c: New file.
14620         * lib/xstrtod.h (xstrtold): New decl.
14621
14622         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
14623
14624         * lib/filemode.c (setst): Remove.
14625         (strmode): Rewrite to avoid setst.  This makes the code shorter,
14626         (arguably) clearer, and the generated code is a bit smaller on my
14627         Debian GNU/Linux stable x86 host.
14628
14629         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
14630
14631         * lib/filemode.c: Include "filemode.h" first, to test the interface.
14632         Assume that filemode.h includes sys/types.h and sys/stat.h.
14633         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
14634         (ftypelet): Reorder to put common cases first, for efficiency.
14635         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
14636         to do 'M'.
14637         (strmode): Renamed from mode_string, and now stores 12 bytes instead
14638         of 10, for compatibility with FreeBSD.  All callers changed.
14639         (filemodestring): Now stores 12 bytes instead of 10, and sets file
14640         types that can't be deduced solely from st_mode.  First arg is now a
14641         const pointer.
14642         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
14643         (strmode): Renamed from mode_string.
14644         (filemodestring): New decl.
14645         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
14646         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
14647         needed.
14648         (S_ISPORT, S_ISWHT): New macros, if not already defined.
14649
14650         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
14651
14652         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
14653         fsusage.h now does that.  Include fsusage.h first, to test interface.
14654         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
14655         at most one method (the old code could have generated decls that
14656         didn't conform to C89, not that this was ever exercised).
14657         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
14658
14659         2006-03-19  Jim Meyering  <jim@meyering.net>
14660
14661         Work even in a chroot where d_ino values for entries in "/"
14662         don't match the stat.st_ino values for the same names.
14663         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
14664         number, iterate through all entries again, using lstat instead.
14665         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
14666         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
14667
14668         * lib/getcwd.c (__getcwd): Clarify a comment.
14669         Use memcpy in place of a call to strcpy.
14670
14671         2006-03-12  Jim Meyering  <jim@meyering.net>
14672
14673         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
14674         matches that of the current directory (which we're about to chdir ".."
14675         out of), then save the dev-ino of the parent, instead.
14676
14677         * lib/same-inode.h (SAME_INODE): New file/macro.
14678         * lib/chdir-safer.c (SAME_INODE): Remove definition.
14679         Include "same-inode.h", instead.
14680         * lib/same.c: Likewise.
14681         * lib/cycle-check.h: Include "same-inode.h".
14682         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
14683         * lib/cycle-check.c (SAME_INODE): Remove definition.
14684         * lib/root-dev-ino.h: Include "same-inode.h".
14685
14686         2006-03-11  Eric Blake  <ebb9@byu.net>
14687
14688         * lib/same.c (same_name): s/base_name/last_component/
14689         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
14690         * lib/filenamecat.c (file_name_concat): Likewise.
14691
14692         2006-03-11  Eric Blake  <ebb9@byu.net>,
14693                     Paul Eggert  <eggert@cs.ucla.edu>
14694
14695         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
14696         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
14697         drive prefix.
14698         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
14699         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
14700         (last_component): New method.
14701         * lib/dirname.c (dir_len): Determine when drive letters need a
14702         subsequent slash.  Preserve // when it is special.
14703         (dir_name): Don't append dot when drive letter is absolute.
14704         [TEST_DIRNAME]: Move into a full-blown gnulib test.
14705         * lib/basename.c (base_name): New semantics - malloc the result.
14706         Preserve // when it is special.  Preserve relative files that look
14707         like drive letters.
14708         (base_len): Preserve // when it is special.
14709         (last_component): New method, similar to old base_name semantics.
14710         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
14711         base_name.  Strip redundant slashes from ///.
14712
14713 2006-07-03  Jim Meyering  <jim@meyering.net>
14714
14715         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
14716         macro is used before the first cycle_check call.
14717
14718 2006-07-03  Eric Blake  <ebb9@byu.net>
14719
14720         * modules/dirname (Depends-on): Add xstrndup.
14721
14722 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14723
14724         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
14725         test cases, so that config.log is a bit easier to follow.
14726
14727 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
14728
14729         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
14730         both are 64 bits, since this seems to be the tradition, and this
14731         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
14732         we ever run into a host that prefers long long to long in this
14733         case, we'll need another configure-time test.  Problem reported by
14734         Jim Meyering.
14735
14736 2006-07-02  Eric Blake  <ebb9@byu.net>
14737
14738         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
14739
14740 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14741
14742         * modules/inttypes (Depends-on): No longer depends on stdint.
14743         * modules/stdint (Description): Say more about assumptions.
14744         Say that the fast types might differ.  Say macros are used.
14745         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
14746         (Makefile.am): Revise list of substituted symbols to match
14747         new stdint.m4.
14748         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
14749         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
14750         * tests/test-stdint.c (verify_same_types)
14751         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
14752         the code conforms to C99/C89.
14753         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
14754         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
14755
14756 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14757
14758         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
14759         but fix a bug, by requiring at least 64 bits.
14760         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
14761         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
14762         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
14763         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
14764
14765         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
14766         changes.  Make 2.59 a prerequisite.  Check and substitute for
14767         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
14768         inttypes.h.  Do not use special include files; just use the
14769         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
14770         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
14771         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
14772         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
14773         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
14774         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
14775         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
14776         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
14777         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
14778         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
14779         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
14780         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
14781         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
14782         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
14783         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
14784         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
14785         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
14786         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
14787         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
14788         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
14789         WINT_MAX.  Check for C99 conformance more strictly, by detecting
14790         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
14791         not check for things that C99 does not require, e.g., int8_t.  If
14792         a test isn't needed unless <stdint.h> isn't working, and is
14793         unlikely to be needed for any other reason, then don't do it
14794         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
14795         size_t, since we assume C89 freestanding at least.  Do not check
14796         for sig_atomic_t, wchar_t, or wint_t, since the code now does
14797         the right thing even if the types are not defined.  Instead use:
14798         (gl_STDINT_TYPE_PROPERTIES): New macro.
14799         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
14800         testing whether <sys/types.h> clashes, as Autoconf does this for
14801         us now.  All uses removed.
14802         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
14803         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
14804         (gl_CHECK_TYPE_SAME):
14805         Remove; no longer needed.
14806         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
14807         exists, since we'll return 0 anyway in that case.
14808         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
14809
14810 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
14811
14812         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
14813         possible collision with system files.
14814         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
14815         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
14816         WCHAR_MIN and WCHAR_MAX in this case.
14817         (<stddef.h>): Do not include; no longer needed.
14818         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
14819         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
14820         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
14821         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
14822         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
14823         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
14824         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
14825         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
14826         !defined(__c99))]: Include in this case too, since it's harmless
14827         now.
14828         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
14829         dangerous to do so.
14830         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
14831         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
14832         (_STDINT_MIN, _STDINT_MAX): New macros.
14833         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
14834         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
14835         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
14836         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
14837         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
14838         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
14839         macros, not typedefs; this simplifies things quite a bit.
14840         Use long int for all types narrower than int64_t.
14841         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
14842         Define in terms of long long int or int64_t or long int,
14843         not int64_t or int32_t.  This saves some compile-time testing.
14844         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
14845         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
14846         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
14847         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
14848         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
14849         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
14850         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
14851         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
14852         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
14853         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
14854         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14855         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14856         undef any previous version and define our own version, for
14857         simplicity and consistency with the new macros for types.
14858         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
14859         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
14860         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
14861         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
14862         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
14863         @WINT_T_SUFFIX@ to keep things simple here.
14864         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
14865         Simplify by assuming typical 8/16/32/64 host, since we're
14866         already doing that elsewhere anyway.
14867         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
14868         and assume long long int is 64 bits if available.  This
14869         speeds up 'configure'.
14870
14871 2006-07-01  Eric Blake  <ebb9@byu.net>
14872
14873         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
14874         Reported by Andreas Buening.
14875
14876 2006-07-01  Eric Blake  <ebb9@byu.net>
14877
14878         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
14879
14880 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
14881
14882         * lib/getaddrinfo.c: fixed typo
14883
14884 2006-06-29  Jim Meyering  <jim@meyering.net>
14885
14886         * modules/strftime (Maintainer): Add my name, since with the
14887         FPRINTFTIME changes strftime.c has forked from glibc.
14888
14889 2006-06-29  Eric Blake  <ebb9@byu.net>
14890
14891         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
14892
14893 2006-06-29  Eric Blake  <ebb9@byu.net>
14894
14895         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
14896
14897 2006-06-29  Eric Blake  <ebb9@byu.net>
14898
14899         * lib/stat_.h: New file.
14900
14901 2006-06-29  Eric Blake  <ebb9@byu.net>
14902
14903         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
14904         unused static function.
14905
14906 2006-06-29  Eric Blake  <ebb9@byu.net>
14907
14908         * doc/functions.texi (Function Portability): Document missing lstat
14909         on mingw.
14910
14911 2006-06-29  Eric Blake  <ebb9@byu.net>
14912
14913         * MODULES.html.sh: Add sys_stat.
14914         * modules/sys_stat: New module.
14915         * modules/mkstemp (Depends-on): Add sys_stat.
14916
14917 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14918
14919         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
14920
14921 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14922
14923         * m4/c-bs-a.m4: Removed.
14924
14925 2006-06-29  Derek R. Price  <derek@ximbiot.com>
14926
14927         * lib/strftime.c: Assume strftime() exists.
14928
14929 2006-06-29  Derek Price  <derek@ximbiot.com>
14930
14931         * modules/c-bs-a: Removed - \a is C89.
14932         * MODULES.html.sh: Remove c-bs-a.
14933
14934 2006-06-29  Bruno Haible  <bruno@clisp.org>
14935
14936         * modules/wcwidth (License): Change to LGPL.
14937
14938 2006-06-28  Simon Josefsson  <jas@extundo.com>
14939
14940         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
14941         on _WIN32.
14942
14943         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
14944         getnameinfo.
14945
14946 2006-06-28  Simon Josefsson  <jas@extundo.com>
14947
14948         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
14949
14950 2006-06-28  Simon Josefsson  <jas@extundo.com>
14951
14952         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
14953         functions there.  It will succeed on Windows XP, but on Windows
14954         2000 and (presumably) earlier, it will fail, and use the internal
14955         re-implementation.
14956         (use_win32_p): New function.
14957         (getaddrinfo): Use strtoul on servname, to support numeric ports.
14958         Support AI_NUMERICSERV to disable getservbyname.
14959         (getnameinfo): New function, only supports
14960         NI_NUMERICHOST|NI_NUMERICSERV for now.
14961
14962         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
14963         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
14964         getnameinfo.
14965
14966 2006-06-28  Eric Blake  <ebb9@byu.net>
14967
14968         * modules/wcwidth: New file.
14969         * modules/mbchar (Depends-on): Add wcwidth.
14970         * modules/mbswidth (Depends-on): Add wcwidth.
14971         * MODULES.html.sh: Add wcwidth.
14972
14973 2006-06-28  Eric Blake  <ebb9@byu.net>
14974
14975         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
14976         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
14977
14978 2006-06-28  Eric Blake  <ebb9@byu.net>
14979
14980         * lib/xvasprintf.h: Fix comments.
14981
14982 2006-06-28  Eric Blake  <ebb9@byu.net>
14983
14984         * lib/mbchar.h (wcwidth): Include wcwidth.h.
14985         * lib/mbswidth.c (wcwidth): Move from here...
14986         * lib/wcwidth.h: ...to this new file.
14987
14988 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14989
14990         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
14991
14992         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
14993         it's obsolete.
14994         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
14995
14996 2006-06-28  Derek R. Price  <derek@ximbiot.com>
14997
14998         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
14999         Autoconf 2.60 says this stuff was obsolete.
15000
15001 2006-06-28  Bruno Haible  <bruno@clisp.org>
15002
15003         * modules/wcwidth (Files): Add m4/wchar_t.m4.
15004
15005 2006-06-28  Bruno Haible  <bruno@clisp.org>
15006
15007         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
15008         gt_TYPE_WCHAR_T.
15009
15010 2006-06-28  Bruno Haible  <bruno@clisp.org>
15011
15012         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
15013         declaration for wcwidth.
15014         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
15015
15016 2006-06-28  Bruno Haible  <bruno@clisp.org>
15017
15018         * lib/mkdtemp.c [MINGW]: Include <io.h>.
15019         (mkdir): Define using _mkdir.
15020
15021 2006-06-28  Bruno Haible  <bruno@clisp.org>
15022
15023         * lib/getaddrinfo.h: Fix POSIX URL.
15024         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
15025         _WIN32.
15026         (use_win32_p): Make static.
15027         (getaddrinfo): Reject service name if it is empty or does not consist
15028         solely of decimal digits, or if its value is > 65535.
15029         (getnameinfo): Remove useless casts.
15030
15031 2006-06-27  Simon Josefsson  <jas@extundo.com>
15032
15033         * modules/sys_select: New file, suggested by Bruno Haible, Paul
15034         Eggert and Martin Lambers.
15035
15036 2006-06-27  Simon Josefsson  <jas@extundo.com>
15037
15038         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
15039         Eggert and Martin Lambers.
15040
15041 2006-06-27  Bruno Haible  <bruno@clisp.org>
15042
15043         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
15044         result to 0, not to empty.
15045         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
15046
15047 2006-06-27  Bruno Haible  <bruno@clisp.org>
15048
15049         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
15050
15051 2006-06-26  Simon Josefsson  <jas@extundo.com>
15052
15053         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
15054         present.
15055
15056 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
15057
15058         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
15059         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
15060         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
15061
15062 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
15063
15064         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
15065
15066 2006-06-26  Bruno Haible  <bruno@clisp.org>
15067
15068         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
15069
15070 2006-06-26  Bruno Haible  <bruno@clisp.org>
15071
15072         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
15073
15074 2006-06-26  Bruno Haible  <bruno@clisp.org>
15075
15076         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
15077         SGI C compiler in pre-C99 mode.
15078         Suggested by Mark D. Baushke and Larry Jones.
15079
15080 2006-06-26  Bruno Haible  <bruno@clisp.org>
15081
15082         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
15083         WCHAR_MAX.
15084         Reported by Mark D. Baushke and Larry Jones.
15085
15086 2006-06-26  Bruno Haible  <bruno@clisp.org>
15087
15088         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
15089         in pre-C99 mode.
15090         Suggested by Mark D. Baushke and Larry Jones.
15091
15092 2006-06-23  Simon Josefsson  <jas@extundo.com>
15093             Bruno Haible  <bruno@clisp.org>
15094
15095         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
15096         Emit mostlyclean-local rule.
15097         (func_emit_tests_Makefile_am): Likewise.
15098         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
15099
15100 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
15101
15102         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
15103
15104 2006-06-23  Bruno Haible  <bruno@clisp.org>
15105
15106         * tests/test-stdint.c: Update to match ISO C 99 Technical
15107         Corrigendum 1.
15108
15109 2006-06-23  Bruno Haible  <bruno@clisp.org>
15110
15111         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
15112
15113 2006-06-23  Bruno Haible  <bruno@clisp.org>
15114
15115         * lib/stdint_.h: Treat IRIX like OpenBSD.
15116
15117 2006-06-23  Bruno Haible  <bruno@clisp.org>
15118
15119         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
15120         ISO C 99 Technical Corrigendum 1.
15121
15122 2006-06-22  Simon Josefsson  <jas@extundo.com>
15123
15124         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
15125         MinGW.
15126
15127 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15128
15129         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
15130         needed.  Some compiler complained about some of them.  Problem reported
15131         by Larry Jones in
15132         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
15133
15134 2006-06-21  Simon Josefsson  <jas@extundo.com>
15135
15136         * tests/test-getaddrinfo.c: New file.
15137
15138         * modules/getaddrinfo-tests: New file.
15139
15140         * MODULES.html.sh: Add inet_pton.
15141
15142         * modules/inet_pton: New file.
15143
15144 2006-06-21  Simon Josefsson  <jas@extundo.com>
15145
15146         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
15147         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
15148         of using the (limited) gnulib implementation on Windows XP.
15149
15150         * m4/inet_pton.m4: New file.
15151
15152 2006-06-21  Simon Josefsson  <jas@extundo.com>
15153
15154         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
15155         variable.
15156
15157         * lib/socket_.h: Don't define WINVER.
15158
15159         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
15160         slightly modified to work in gnulib.
15161
15162 2006-06-21  Simon Josefsson  <jas@extundo.com>
15163
15164         * doc/gnulib.texi (Windows sockets): Add.
15165
15166 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
15167
15168         * lib/read-file.c (fread_file): Start with buffer allocation of
15169         0 bytes rather than 1 byte; this simplifies the code.
15170         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
15171         code to free buffer and save/restore errno.
15172         (internal_read_file): Remove unused local.
15173
15174 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
15175
15176         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
15177         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
15178         Problem reported by Denis Excoffier in
15179         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
15180
15181 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15182
15183         * modules/sys_socket, modules/socklen: Include sys/types since
15184         FreeBSD 4.x's sys/socket.h needs it.
15185
15186 2006-06-19  Simon Josefsson  <jas@extundo.com>
15187
15188         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
15189
15190 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
15191
15192         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
15193
15194 2006-06-19  Bruno Haible  <bruno@clisp.org>
15195
15196         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
15197         and FULL_PATH_INTTYPES_H in angle brackets.
15198         Reported by Mark D. Baushke <mdb@gnu.org>.
15199
15200 2006-06-17  Eric Blake  <ebb9@byu.net>
15201
15202         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
15203         errno.
15204
15205 2006-06-17  Bruno Haible  <bruno@clisp.org>
15206
15207         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
15208         <sys/inttypes.h>.
15209
15210 2006-06-17  Bruno Haible  <bruno@clisp.org>
15211
15212         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
15213         whether errno is declared. Assume <errno.h> declares errno.
15214
15215 2006-06-17  Bruno Haible  <bruno@clisp.org>
15216
15217         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
15218
15219 2006-06-17  Bruno Haible  <bruno@clisp.org>
15220
15221         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
15222         problem on Solaris 2.5.1.
15223
15224 2006-06-16  Eric Blake  <ebb9@byu.net>
15225
15226         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
15227         * lib/unicodeio.c [!defined errno]: Likewise.
15228         * lib/strtol.c [!defined errno]: Likewise.
15229         * lib/strtod.c [!defined errno]: Likewise.
15230
15231 2006-06-15  Eric Blake  <ebb9@byu.net>
15232
15233         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
15234
15235 2006-06-15  Eric Blake  <ebb9@byu.net>
15236
15237         * config/srclist.txt (ssize_t.m4): Lose sync.
15238
15239 2006-06-15  Bruno Haible  <bruno@clisp.org>
15240
15241         * modules/stdint (Files): Include m4/full-header-path.m4,
15242         m4/size_max.m4, m4/wchar_t.m4.
15243         (Makefile.am): Many more substitutions.
15244         * modules/stdint-tests: New file.
15245         * tests/test-stdint.c: New file.
15246
15247 2006-06-15  Bruno Haible  <bruno@clisp.org>
15248
15249         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
15250         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
15251         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
15252         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
15253         gl_CHECK_TYPE_SAME): New macros.
15254
15255 2006-06-15  Bruno Haible  <bruno@clisp.org>
15256
15257         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
15258
15259 2006-06-15  Bruno Haible  <bruno@clisp.org>
15260
15261         * lib/stdint_.h: Rewritten to be fully auto-configured.
15262         Fixes bug on HP-UX/IA64.
15263
15264 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
15265
15266         * lib/getdate.y (__attribute__): Don't define if already defined.
15267         Problem reported by Larry Jones.
15268         * lib/utimens.c (__attribute__): Likewise.
15269
15270 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
15271
15272         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
15273         reported by Andreas Schwab.
15274
15275 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15276             Bruno Haible  <bruno@clisp.org>
15277
15278         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
15279         check for the declaration of strnlen and a run test that exposes the
15280         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
15281         rpl_strndup.
15282
15283 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15284             Bruno Haible  <bruno@clisp.org>
15285
15286         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
15287
15288 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15289
15290         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
15291         compile test, for Tru64 4.0D.
15292
15293 2006-05-28  Karl Berry  <karl@gnu.org>
15294
15295         * config/srclist.txt (printf-args.c): lose sync.
15296
15297 2006-05-26  Martin Lambers  <marlam@marlam.de>
15298
15299         * lib/getpass.c: Updates the test for the native W32 API, and adds
15300         missing includes, thus fixing compilation warnings.
15301
15302 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
15303
15304         * lib/exclude.c (exclude_fnmatch): New function.
15305         (excluded_file_name): Call exclude_fnmatch.
15306         * lib/exclude.h (excluded_file_name): New prototype
15307
15308 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
15309
15310         * lib/tempname.c (small_open, large_open): New macros.
15311         (__open, __open64) [!_LIBC]: Remove.
15312         (__gen_tempname): Use small_open and large_open instead of __open
15313         and __open64.  This fixes a portability bug on HP-UX 11.11i
15314         reported by Simon Wing-Tang in
15315         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
15316
15317 2006-05-24  Bruno Haible  <bruno@clisp.org>
15318
15319         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
15320         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
15321         Reported by Thorsten Maerz <torte@netztorte.de> via
15322         Aaron Stone <aaron@serendipity.cx>.
15323
15324 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15325
15326         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
15327         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
15328         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
15329         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
15330         not really conditional on the cache.
15331         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
15332
15333 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15334
15335         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
15336         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
15337         (my_usleep): Don't mishandle maximum value.
15338
15339 2006-05-19  Jim Meyering  <jim@meyering.net>
15340
15341         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
15342
15343 2006-05-17  Bruno Haible  <bruno@clisp.org>
15344
15345         Cygwin portability.
15346         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
15347
15348 2006-05-17  Bruno Haible  <bruno@clisp.org>
15349
15350         * lib/stdint_.h: Fix recognition of Cygwin.
15351
15352 2006-05-15  Bruno Haible  <bruno@clisp.org>
15353
15354         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
15355         on libtool patch by Ralf Wildenhues.
15356
15357 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
15358
15359         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
15360         test for C99 conformance; (bool) 0.5 is an integer constant
15361         expression, but (bool) -0.5 is not.  Problem reported by Fedor
15362         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
15363
15364 2006-05-11  Simon Josefsson  <jas@extundo.com>
15365
15366         * m4/xvasprintf.m4: Fix obvious typo.
15367
15368 2006-05-11  Jim Meyering  <jim@meyering.net>
15369
15370         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
15371         James Lemley.
15372
15373 2006-05-10  Simon Josefsson  <jas@extundo.com>
15374
15375         * lib/md4.c: Typo fix, update copyright years.
15376         (K1, K2): Don't use L because it turn computations into 64-bit on
15377         64-bit platforms.
15378
15379 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
15380
15381         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
15382         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
15383         unwanted sign propagation, e.g., on hosts with 64-bit int.
15384         There still are some problems with reeelly weird theoretical hosts
15385         (e.g., 33-bit int) but it's not worth worrying about now.
15386         * lib/sha1.c (rol): Likewise.
15387         (K1, K2, K3, K4): Remove unnecessary L suffix.
15388
15389 2006-05-10  Bruno Haible  <bruno@clisp.org>
15390
15391         * lib/des.c: Cast to avoid warnings.
15392
15393 2006-05-09  Bruno Haible  <bruno@clisp.org>
15394
15395         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
15396         (Depends-on): Depend also on xsize, stdarg.
15397         (configure.ac): Add gl_XVASPRINTF.
15398
15399 2006-05-09  Bruno Haible  <bruno@clisp.org>
15400
15401         * m4/xvasprintf.m4: New file.
15402
15403 2006-05-09  Bruno Haible  <bruno@clisp.org>
15404
15405         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
15406         (EOVERFLOW): Define fallback value.
15407         (xstrcat): New function.
15408         (xvasprintf): Recognize the special case of a string concatenation.
15409
15410 2006-05-08  Eric Blake  <ebb9@byu.net>
15411
15412         * gnulib-tool (func_version): Base copyright year on CVS date.
15413         (func_emit_copyright_notice): New function.
15414         (func_emit_lib_Makefile_am): Use it.
15415         (func_emit_tests_Makefile_am): Likewise.
15416         (func_import): Likewise.
15417
15418 2006-05-08  Bruno Haible  <bruno@clisp.org>
15419
15420         * modules/stdarg: New file.
15421         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
15422
15423 2006-05-08  Bruno Haible  <bruno@clisp.org>
15424
15425         * m4/stdarg.m4: New file, from GNU gettext.
15426
15427 2006-05-08  Bruno Haible  <bruno@clisp.org>
15428
15429         * config/srclist.txt (build-aux/config.rpath): different from latest
15430         release.
15431
15432 2006-05-08  Bruno Haible  <bruno@clisp.org>
15433
15434         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
15435
15436 2006-05-05  Jim Meyering  <jim@meyering.net>
15437
15438         * m4/warning.m4: New file, derived from bison's file by the same name.
15439
15440 2006-05-03  Bruno Haible  <bruno@clisp.org>
15441
15442         * lib/stdint_.h: Shorter URL.
15443         * lib/inttypes.h: Likewise.
15444
15445 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15446
15447         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
15448
15449 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15450
15451         * lib/verify.h: Document the internals better.  Most of this change
15452         was written by Bruno Haible.
15453
15454 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
15455
15456         * doc/verify.texi: New file, partly based on a proposal by
15457         Bruno Haible.
15458
15459 2006-05-02  Bruno Haible  <bruno@clisp.org>
15460
15461         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
15462         test from here...
15463         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
15464
15465 2006-04-29  Bruno Haible  <bruno@clisp.org>
15466
15467         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
15468         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
15469
15470 2006-04-29  Bruno Haible  <bruno@clisp.org>
15471
15472         * gnulib-tool: Make --update option actually work.
15473
15474 2006-04-29  Bruno Haible  <bruno@clisp.org>
15475
15476         * doc/gcd.texi: New file.
15477         * doc/gnulib.texi: Include it.
15478
15479 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
15480
15481         * lib/getdate.y (get_date): When adding relative date, start with the
15482         initial time, not with the result of the first mktime call.
15483
15484 2006-04-25  Bruno Haible  <bruno@clisp.org>
15485
15486         * gnulib-tool (func_import): Output the include directives in three
15487         blocks, sorted separately.
15488         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15489
15490 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15491
15492         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
15493         to define main with arguments, for C++.  Reported by Eric Blake.
15494         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
15495         Prefer 'int main ()' to 'int main (void)', for C++.
15496         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
15497         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
15498         for 'main', for C99 and C++.
15499
15500 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
15501
15502         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
15503         Don't assume that exit status -1 is valid.
15504         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
15505         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
15506         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
15507         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
15508         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
15509         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
15510         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
15511         functions can be used without declaring them, or that you can
15512         exit with status -1.
15513         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
15514
15515 2006-04-24  Karl Berry  <karl@gnu.org>
15516
15517         * config/srclist.txt (longdouble.m4): sync lost.
15518
15519 2006-04-24  Eric Blake  <ebb9@byu.net>
15520
15521         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
15522
15523 2006-04-24  Bruno Haible  <bruno@clisp.org>
15524
15525         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
15526         poll() implementation in AIX.
15527         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15528
15529 2006-04-24  Bruno Haible  <bruno@clisp.org>
15530
15531         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
15532         assigned exactly once.
15533
15534 2006-04-23  Claudio Fontana  <claudio@gnu.org>
15535             Bruno Haible  <bruno@clisp.org>
15536
15537         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
15538         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
15539         for AM_CPPFLAGS.
15540
15541 2006-04-23  Bruno Haible  <bruno@clisp.org>
15542
15543         * modules/copy-file: Depend on unistd.
15544         * modules/execute: Likewise.
15545         * modules/fatal-signal: Likewise.
15546         * modules/findprog: Likewise.
15547         * modules/mkdtemp : Likewise.
15548         * modules/pipe: Likewise.
15549         * modules/wait-process: Likewise.
15550
15551 2006-04-23  Bruno Haible  <bruno@clisp.org>
15552
15553         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
15554         condition was already detected.
15555         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15556
15557 2006-04-23  Bruno Haible  <bruno@clisp.org>
15558
15559         * lib/copy-file.c: Include <unistd.h> unconditionally.
15560         * lib/execute.c: Likewise.
15561         * lib/fatal-signal.c: Likewise.
15562         * lib/findprog.c: Likewise.
15563         * lib/mkdtemp.c: Likewise.
15564         * lib/pipe.h: Likewise.
15565         * lib/pipe.c: Likewise.
15566         * lib/wait-process.h: Likewise.
15567
15568 2006-04-23  Bruno Haible  <bruno@clisp.org>
15569
15570         * gnulib-tool (func_usage): Fix --import description. Document
15571         --update.
15572         (func_import): Create temporary file in a temporary directory, if
15573         --dry-run is specified. Silence errors from 'grep' when there are no
15574         m4 files in $m4dir.
15575         (func_create_testdir): Silence errors from 'grep' when there are no
15576         m4 files in $m4dir.
15577         Reported by Karl Berry <karl@freefriends.org>.
15578
15579 2006-04-20  Bruno Haible  <bruno@clisp.org>
15580
15581         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
15582         one argument, so that the code will be portable to Autoconf 2.60.
15583         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
15584         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
15585         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
15586
15587 2006-04-19  Derek Price  <derek@ximbiot.com>
15588             Eric Blake  <ebb9@byu.net>
15589
15590         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
15591         rather than "/full/path.h".  Update comment to match.  Shorten &
15592         generalize m4_translit call via AS_TR_CPP.
15593
15594 2006-04-19  Derek Price  <derek@ximbiot.com>
15595             Eric Blake  <ebb9@byu.net>
15596
15597         * lib/inttypes.h: Correct grammar in comment.
15598
15599 2006-04-18  Derek Price  <derek@ximbiot.com>
15600             Paul Eggert  <eggert@cs.ucla.edu>
15601
15602         * modules/inttypes: New file.
15603         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
15604
15605 2006-04-18  Derek Price  <derek@ximbiot.com>
15606             Paul Eggert  <eggert@cs.ucla.edu>
15607
15608         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
15609         New files.
15610
15611 2006-04-18  Derek Price  <derek@ximbiot.com>
15612             Paul Eggert  <eggert@cs.ucla.edu>
15613
15614         * lib/inttypes.h: New file.
15615         * lib/strtoimax.c: Assume <inttypes.h>.
15616
15617 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
15618
15619         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
15620         isn't mounted.  Problem reported by Kir Kolyshkin.
15621
15622 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
15623
15624         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
15625         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
15626         Derek R. Price.
15627         * lib/regex.h (RE_DUP_MAX): Update comment to match current
15628         implementation.
15629
15630 2006-04-12  Eric Blake  <ebb9@byu.net>
15631
15632         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
15633         is now done automatically by the corresponding Autoconf macro.
15634
15635 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
15636
15637         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
15638         time_r.h.
15639
15640 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15641
15642         Merge regex changes from libc, removing some of our
15643         POSIX-conformance changes that were rejected and redoing them in a
15644         less-intrusive way.
15645
15646         * lib/regcomp.c (re_compile_internal, init_dfa):
15647         Length arg is now size_t, not Idx.  All uses changed.
15648         (peek_token): Forward decl now says internal_function.
15649         (__re_error_msgid, __re_error_msgid_idx):
15650         Now static rather than extern with attribute_hidden.
15651         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
15652         For some reason libc prefers K&R style defns for external functions.
15653         (regerror) [!defined _LIBC]: Likewise.
15654         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
15655         (seek_collating_symbol_entry, lookup_collation_sequence_value):
15656         (build_range_exp, build_collating_symbol):
15657         Use K&R-style defn.
15658         (re_compile_fastmap): Use '\0' to memset, not 0.
15659         (utf8_sb_map): Make the calculations more obvious.
15660         (init_dfa, parse_bracket_exp, build_charclass_op):
15661         Call calloc and cast result, as glibc does.
15662         (init_word_char, fetch_token, peek_token, peek_token_bracket):
15663         (build_range_exp, build_collating_symbol):
15664         Now internal functions.
15665
15666         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
15667
15668         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
15669         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
15670         Don't depend on VMS; depend on __VMS instead, for POSIX
15671         namespace cleanness.
15672         (regoff_t): Define to ssize_t, not long int.
15673
15674         Remove the REG_ macros named below.  Instead, make the old names
15675         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
15676         __USE_GNU_REGEX.
15677         (REG_BACKSLASH_ESCAPE_IN_LISTS):
15678         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
15679         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
15680         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
15681         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
15682         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
15683         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
15684         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
15685         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
15686         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
15687         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
15688         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
15689         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
15690         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
15691         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
15692         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
15693         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
15694         (REG_NREGS):
15695         Remove.  All uses replaced by the old RE_* names.
15696         (RE_BACKSLASH_ESCAPE_IN_LISTS):
15697         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
15698         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
15699         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
15700         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
15701         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
15702         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
15703         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
15704         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
15705         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
15706         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
15707         Don't bother having these macros be independent of each others'
15708         values, since they no longer exist in the POSIX name space.
15709
15710         Rename the following member names back to their old names,
15711         unless !__USE_GNU_REGEX.  All uses changed back.
15712         (buffer): Renamed from re_buffer.
15713         (allocated): Renamed from re_allocated.
15714         (used): Renamed from re_used.
15715         (syntax): Renamed from re_syntax.
15716         (fastmap): Renamed from re_fastmap.
15717         (translate): Renamed from re_translate.
15718         (can_be_null): Renamed from re_can_be_null.
15719         (regs_allocated): Renamed from re_regs_allocated.
15720         (fastmap_accurate): Renamed from re_fastmap_accurate.
15721         (no_sub): Renamed from re_no_sub.
15722         (not_bol): Renamed from re_not_bol.
15723         (not_eol): Renamed from re_not_eol.
15724         (newline_anchor): Renamed from re_newline_anchor.
15725         (num_regs): Renamed from rm_num_regs.
15726         (start): Renamed from rm_start.
15727         (end): Renamed from rm_end.
15728
15729         (free_state): Move up a bit.
15730
15731         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
15732         #define to be empty.
15733         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
15734         when that is what is intended.
15735         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
15736         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
15737         (MAX): New macro.
15738         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
15739         All uses changed back to re_malloc, etc.  It's now the caller's
15740         responsibility to check for overflow; all callers changed.
15741         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
15742         (re_x2nrealloc): Remove.
15743         (free_state): Remove decl.
15744
15745         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
15746         (re_set_registers, re_exec):
15747         Use K&R-style defn.
15748
15749         2006-01-31  Roland McGrath  <roland@redhat.com>
15750
15751         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
15752         Reported by Mike Frysinger <vapier@gentoo.org>.
15753
15754         2006-01-15  Andreas Jaeger  <aj@suse.de>
15755
15756         [BZ #1950]
15757         * lib/regex_internal.c (re_string_reconstruct): Adjust for
15758         build_wcs_upper_buffer change.
15759         (build_wcs_upper_buffer): Change return type.
15760
15761         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
15762
15763         * lib/regex_internal.h: Include <stdint.h> if available.
15764
15765         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
15766
15767         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
15768
15769         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
15770
15771         * lib/regcomp.c: Adjust for changed secondary hash function.
15772
15773         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
15774
15775         * lib/regex.h: Pretty printing.
15776         Clean up namespace a bit.
15777
15778         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
15779
15780         * lib/regexec.c (update_cur_sifted_state, check_arrival,
15781         check_arrival_add_next_nodes): Avoid using uninitialized variable.
15782
15783         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
15784                     Ulrich Drepper  <drepper@redhat.com>
15785
15786         [BZ #1302]
15787         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
15788         changed.
15789         (bitset_word_t): Renamed from bitset_word.  All uses changed.
15790
15791         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
15792
15793         [BZ #281]
15794         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
15795         * lib/regcomp.c: Remove unnecessary uses of
15796         unsigned RE_TRANSLATE_TYPE.
15797         * lib/regex_internal.h: Likewise.
15798         * lib/regex_internal.c: Likewise.
15799         * lib/regexec.c: Likewise.
15800         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
15801
15802         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
15803
15804         * lib/regexec.c (find_recover_state): Remove unnecessary
15805         initialization.
15806         (transit_state_bkref): Make DFA a const pointer.
15807         (get_subexp): Likewise.
15808         (check_arrival): Likewise.
15809         (update_cur_sifted_state): Likewise.
15810         (re_search_internal): Likewise.
15811         (prune_impossible_nodes): Likewise.
15812         (acquire_init_state_context): Likewise.
15813         (proceed_next_node): Likewise.
15814         (set_regs): Likewise.
15815         (free_fail_stack_return): Likewise.
15816         (check_arrival_expand_ecl): Mark DFA parameter as const.
15817         (check_arrival_expand_ecl_sub): Likewise.
15818         (check_subexp_limits): Likewise.
15819         (sub_epsilon_src_nodes):  Likewise.
15820         (add_epsilon_src_nodes):  Likewise.
15821         (merge_state_array): Likewise.
15822         (update_regs): Likewise.
15823         (build_trtable): Likewise.
15824         (sift_states_backward): Mark MCTX parameter as const.
15825         (build_sifted_states): Likewise.
15826         (update_cur_sifted_state): Likewise.
15827         (sift_states_mkref): Likewise.
15828         (check_arrival_expand_ecl): Mark eclosure as const.
15829         (check_dst_limits_calc_pos_1): Likewise.
15830         * lib/regex_internal.h (re_match_context_t): Make dfa a const
15831         pointer.
15832
15833         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
15834
15835         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
15836         (transit_state_sb): Likewise.
15837         (transit_state_mb): Likewise.
15838         (sift_states_iter_mb): Likewise.
15839         (check_arrival_add_next_nodes): Likewise.
15840         (check_node_accept_bytes): Change first parameter to pointer-to-const.
15841         [_LIBC] (re_search_2_stub): Use mempcpy.
15842
15843         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
15844         mbrtowc for very simple UTF-8 case.
15845
15846         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
15847         a pointer-to-const.
15848         (re_acquire_state_context): Likewise.
15849         * lib/regex_internal.h: Adjust prototypes.
15850
15851         * lib/regex.c: Prevent using C++ compilers.
15852
15853         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
15854         (re_acquire_state_context): Likewise.
15855
15856 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15857
15858         * modules/regex (Depends-on): Add ssize_t.
15859
15860 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15861
15862         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
15863         translation table.
15864
15865 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
15866
15867         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
15868
15869 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
15870             Bruno Haible  <bruno@clisp.org>
15871
15872         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
15873         <sys/types.h> and <inttypes.h>.
15874
15875 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15876
15877         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
15878         `__error_t_defined', so argp.h will not typedef the former.
15879
15880 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15881
15882         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
15883         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
15884         glibc names.  Even if glibc is changed to conform to POSIX, the
15885         traditional names will be available anyway, since regex depends on
15886         the extensions module.  Also, fix a longstanding typo in the
15887         implementation of Spencer ERE test #75 from grep 2.3.  Problems
15888         reported by Emanuele Giaquinta.  Also, change sense of cached
15889         variable, so that the message makes sense.
15890
15891 2006-03-24  Simon Josefsson  <jas@extundo.com>
15892
15893         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
15894         including some doc fixes.
15895         (base64_encode_alloc): Fix +1 bug on allocation failures.
15896
15897 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15898
15899         * lib/base64.c (base64_encode): Do not read past end of array with
15900         unsanitized input on systems with CHAR_BIT > 8.
15901
15902 2006-03-24  Eric Blake  <ebb9@byu.net>
15903
15904         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
15905
15906 2006-03-22  Karl Berry  <karl@gnu.org>
15907
15908         * config/srclist.txt (*setenv.[ch]): get from coreutils.
15909         * config/srclistvars.sh (COREUTILS): new var.
15910
15911 2006-03-17  Jim Meyering  <jim@meyering.net>
15912
15913         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
15914         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
15915
15916 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15917
15918         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
15919         no longer needs it.  Instead, check that regoff_t is as least
15920         as wide as ptrdiff_t.
15921
15922         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
15923         so that our regex.h stays compatible with the installed regex.
15924         This is helpful for installers who configure --without-included-regex.
15925         Problem reported by Emanuele Giaquinta.
15926
15927 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
15928
15929         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
15930         Typedef to long int, not to off_, as POSIX will likely change
15931         in that direction.
15932
15933 2006-03-15  Eric Blake  <ebb9@byu.net>
15934
15935         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
15936
15937 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
15938
15939         * lib/argp-help.c (validate_uparams): Fix typo
15940         * lib/argp-parse.c (argp_default_options): Consistently begin help
15941         messages with a lowercase letter.
15942
15943 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
15944
15945         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
15946         overrun buffers and shouldn't be used (much as gets shouldn't be
15947         used).
15948         * lib/time_r.c (asctime_r, ctime_r): Likewise.
15949
15950 2006-03-08  Simon Josefsson  <jas@extundo.com>
15951
15952         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
15953         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15954
15955 2006-03-08  Simon Josefsson  <jas@extundo.com>
15956
15957         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
15958         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15959
15960 2006-03-08  Simon Josefsson  <jas@extundo.com>
15961
15962         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
15963         signal that configure disabled the device.
15964
15965 2006-03-08  Simon Josefsson  <jas@extundo.com>
15966
15967         * build-aux/maint.mk: Fix refresh-po, to handle no translated
15968         languages.
15969
15970 2006-03-07  Simon Josefsson  <jas@extundo.com>
15971
15972         * modules/getopt (Depends-on): Add unistd.
15973
15974         * modules/unistd: New file.
15975
15976 2006-03-07  Simon Josefsson  <jas@extundo.com>
15977
15978         * modules/gc-random: New file.
15979
15980 2006-03-07  Simon Josefsson  <jas@extundo.com>
15981
15982         * m4/unistd_h.m4: New file.
15983
15984 2006-03-07  Simon Josefsson  <jas@extundo.com>
15985
15986         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
15987         test to be side-effect free by storing the result in the cache
15988         variable gl_cv_lib_readline, and moving the assignment of
15989         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
15990         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15991
15992 2006-03-07  Simon Josefsson  <jas@extundo.com>
15993
15994         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
15995         error on missing devices (the functions will return an error).
15996
15997         * m4/gc.m4: Move random stuff to gc-random.m4
15998
15999 2006-03-07  Simon Josefsson  <jas@extundo.com>
16000
16001         * lib/unistd_.h: New file.
16002
16003 2006-03-07  Simon Josefsson  <jas@extundo.com>
16004
16005         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
16006
16007 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
16008
16009         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
16010         Problem reported by Juan Manuel Guerrero.
16011
16012 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
16013
16014         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
16015         the unistd module.
16016         * lib/getlogin_r.c: Likewise.
16017         * lib/getlogin_r.h: Likewise.
16018         * lib/glob.c: Likewise.
16019         * lib/pagealign_alloc.c: Likewise.
16020         * lib/unistd_.h: Remove; no longer needed.
16021
16022 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
16023
16024         * MODULES.html.sh (Support for systems lacking POSIX:2001):
16025         Add unistd.
16026         * modules/c-stack (Depends-on): Add unistd.
16027         * modules/getlogin_r: Likewise.
16028         * modules/glob: Likewise.
16029         * modules/pagealign_alloc: Likewise.
16030         * modules/unistd (Files): Remove lib/unistd_.h.
16031         (EXTRA_DIST): Remove.
16032         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
16033         need unistd_.h.
16034         (MOSTLYCLEANFILES): Remove unistd.h-t.
16035
16036 2006-03-03  Simon Josefsson  <jas@extundo.com>
16037
16038         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
16039
16040 2006-03-03  Simon Josefsson  <jas@extundo.com>
16041
16042         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
16043         libidn and bison.
16044
16045 2006-03-03  Simon Josefsson  <jas@extundo.com>
16046
16047         * build-aux/maint.mk: Add indent target.
16048
16049 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
16050
16051         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
16052         our replacement poll.h in any case, to avoid a differing
16053         declaration from a system header.  Seen on AIX.
16054
16055 2006-03-01  Simon Josefsson  <jas@extundo.com>
16056
16057         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
16058         <kasal@ucw.cz>.
16059
16060 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16061
16062         * modules/gettime (Depends-on): Add extensions module.
16063         * modules/nanosleep (Depends-on): Likewise.
16064         * modules/settime (Depends-on): Likewise.
16065
16066 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
16067
16068         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
16069         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
16070         pedantically.
16071         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
16072         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
16073
16074         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
16075         not "==".  Reported by Ralf Wildenhues.
16076
16077 2006-03-01  Karl Berry  <karl@gnu.org>
16078
16079         * doc/Copyright/request-*: new files, synced from gnuorg.
16080
16081 2006-03-01  Karl Berry  <karl@gnu.org>
16082
16083         * config/srclist.txt (Copyright/*): new entries.
16084
16085 2006-02-28  Simon Josefsson  <jas@extundo.com>
16086
16087         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
16088
16089 2006-02-27  Simon Josefsson  <jas@extundo.com>
16090
16091         * lib/base64.h: Indent #define's.  From Jim Meyering
16092         <jim@meyering.net>.
16093
16094 2006-02-27  Jim Meyering  <jim@meyering.net>
16095
16096         Revert the change of 2006-02-24, so these files can continue
16097         to be sync'd from gettext.
16098         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
16099         of `config.h'.
16100
16101 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
16102
16103         * modules/intprops: New file.
16104         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
16105         Add intprops.
16106         * modules/getloadavg (Files): Remove lib/intprops.h.
16107         (Depends-on): Add intprops.
16108         * modules/human: Likewise.
16109         * modules/inttostr: Likewise.
16110         * modules/openat: Likewise.
16111         * modules/sig2str: Likewise.
16112         * modules/userspec: Likewise.
16113         * modules/utimecmp: Likewise.
16114         * modules/xnanosleep: Likewise.
16115         * modules/xstrtol: Likewise.
16116
16117 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
16118
16119         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
16120         * modules/lock-tests (TESTS): Use $(EXEEXT).
16121         * modules/tls-tests: Likewise.
16122         * modules/argp-tests: Likewise.
16123         (check_PROGRAMS): New var, replacing...
16124         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
16125
16126 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16127
16128         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
16129         `config.h'.
16130
16131 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
16132
16133         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
16134
16135 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16136
16137         Sync from coreutils.
16138         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
16139         gl_CHDIR_SAFER.
16140
16141 2006-02-22  Jim Meyering  <jim@meyering.net>
16142
16143         Sync from coreutils.
16144         * m4/chdir-safer.m4: New file.
16145
16146 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
16147
16148         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
16149         AT_FDCWD exceeds INT_MAX.
16150         * lib/openat.h (AT_FDCWD): Likewise.
16151
16152 2006-02-17  Eric Blake  <address@hidden>
16153
16154         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
16155
16156 2006-02-16  Simon Josefsson  <jas@extundo.com>
16157
16158         * modules/getaddrinfo (Depends-on): Add sys_socket.
16159
16160 2006-02-15  Simon Josefsson  <jas@extundo.com>
16161
16162         * build-aux/maint.mk: Add dsyntax-check rule.
16163
16164 2006-02-15  Eric Blake  <ebb9@byu.net>
16165
16166         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
16167         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
16168         'present but cannot compile' warnings on cygwin.
16169         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
16170         use ws2tcpip.h if sys/socket.h works.
16171         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
16172         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
16173
16174 2006-02-14  Simon Josefsson  <jas@extundo.com>
16175
16176         * modules/maintainer-makefile (Files): Rename.
16177
16178         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
16179         and (the local) Makefile.cfg to maint-cfg.mk.
16180
16181         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
16182         to the latter.
16183
16184         * modules/maintainer-makefile: New module.
16185
16186         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
16187         severaly stripped to make it possible to build it up from scratch
16188         with reliable tests.
16189
16190         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
16191         fixes to permit overriding the default actions when configure and
16192         makefile are not available.
16193
16194 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
16195
16196         Sync from coreutils.
16197         * modules/lstat (Depends-on): Don't depend on xalloc.
16198         (License): Change from GPL to LGPL, since this is now simply a
16199         replacement for a libc function.
16200
16201 2006-02-14  Jim Meyering  <jim@meyering.net>
16202
16203         Sync from coreutils.
16204
16205         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
16206         failure on deficient systems, and simplify gnulib lgpl dependencies.
16207         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
16208         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
16209
16210         * lib/xalloc-die.c: Remove unused definition of N_.
16211
16212 2006-02-14  Jim Meyering  <jim@meyering.net>
16213
16214         Sync from coreutils.
16215         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
16216         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
16217         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
16218         double-quote uses of that variable, to accommodate the rare case in
16219         which getmntent is available in none of the libraries checked.  This
16220         happens at least on FreeBSD 5.0.
16221
16222 2006-02-13  Simon Josefsson  <jas@extundo.com>
16223
16224         * gnulib-tool (Usage): Fix --import, from
16225         karl@freefriends.org (Karl Berry).
16226
16227 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
16228
16229         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
16230
16231 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
16232
16233         * lib/argp-namefrob.h: Restore changes accidentally lost during the
16234         "autoupdate" on 2005-12-12.
16235
16236 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
16237
16238         * modules/closeout (Depends-on): Remove atexit.
16239
16240 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
16241
16242         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
16243         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
16244
16245 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
16246
16247         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
16248         __EXTENSIONS__ if this causes compilation to fail.  Problem
16249         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
16250         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
16251
16252 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
16253
16254         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
16255         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
16256         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
16257         All uses changed.
16258
16259 2006-01-26  Simon Josefsson  <jas@extundo.com>
16260
16261         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
16262         prototype is visible on mingw32.
16263
16264         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
16265         for mingw32.
16266
16267         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
16268         mingw32).
16269
16270 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
16271
16272         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
16273         attempt to open for write; this always fails, at least on POSIX
16274         hosts.  This reinstates the 2006-01-09 change, which was
16275         inadvertently removed.
16276
16277 2006-01-26  Bruno Haible  <bruno@clisp.org>
16278
16279         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
16280         Reported by Paul Eggert.
16281
16282 2006-01-26  Bruno Haible  <bruno@clisp.org>
16283             Paul Eggert  <eggert@cs.ucla.edu>
16284
16285         * lib/stdbool_.h (_Bool)
16286         [(! (defined __cplusplus || defined __BEOS__)
16287           && !defined __GNUC__
16288           && !(defined __HP_cc || defined __xlc__
16289                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
16290                || defined __sgi))]:
16291         #define to signed char in these cases too; this simplifies
16292         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
16293         etc., separately) and makes it more conservative.
16294
16295 2006-01-25  Simon Josefsson  <jas@extundo.com>
16296
16297         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
16298         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
16299         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
16300
16301 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
16302
16303         * lib/argp-namefrob.h: Bugfix. Remove stray #
16304
16305 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
16306
16307         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
16308         so that we test the test.
16309         Check for yet another HP-UX cc bug involving *bool |= bool.
16310
16311 2006-01-25  Karl Berry  <karl@gnu.org>
16312
16313         * config/srclist.txt (vasnprintf.c): sync lost.
16314
16315 2006-01-25  Jim Meyering  <jim@meyering.net>
16316
16317         Sync from the stable (b5) branch of coreutils:
16318
16319         * lib/fts.c (fts_children): Don't let close() clobber errno from
16320         failed fchdir().
16321
16322         * lib/fts.c (fts_stat): When following a symlink-to-directory,
16323         don't necessarily interpret stat-fails+lstat-succeeds as indicating
16324         a dangling symlink.  That can also happen at least for ELOOP.
16325         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
16326         FYI, this bug predates the inclusion of fts.c in coreutils.
16327
16328         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
16329         in their own block, so pre-c99 compilers don't object.
16330
16331         Avoid the double-free (first in fts_read, second in fts_close) that
16332         would occur when an `active' directory is made inaccessible (e.g.,
16333         via chmod a-x) during a traversal.
16334         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16335         before returning.  Reproduce this failure by
16336         mkdir -p a/b; cd a; chmod a-x . b
16337         Reported by Stavros Passas.
16338
16339 2006-01-25  Jim Meyering  <jim@meyering.net>
16340
16341         * lib/fileblocks.c: Remove more useless parentheses.
16342         * lib/readutmp.h: Likewise.
16343
16344 2006-01-25  Bruno Haible  <bruno@clisp.org>
16345
16346         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
16347         warnings.
16348         Reported by Paul Eggert.
16349
16350 2006-01-25  Bruno Haible  <bruno@clisp.org>
16351
16352         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
16353         rid of a trap command. For Solaris sh.
16354         Reported by Mark D. Baushke <mdb@gnu.org>.
16355
16356 2006-01-24  Simon Josefsson  <jas@extundo.com>
16357
16358         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
16359         Bruno.
16360
16361 2006-01-24  Karl Berry  <karl@gnu.org>
16362
16363         * config/srclist.txt (argp-namefrob.h): sync lost.
16364
16365 2006-01-24  Jim Meyering  <jim@meyering.net>
16366
16367         * modules/openat (Files): Add lib/intprops.h.
16368         From Mark D. Baushke.
16369
16370 2006-01-24  Jim Meyering  <jim@meyering.net>
16371
16372         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
16373         Reported by Mark D. Baushke.
16374
16375 2006-01-24  Jim Meyering  <jim@meyering.net>
16376
16377         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
16378
16379 2006-01-24  Bruno Haible  <bruno@clisp.org>
16380
16381         * modules/strnlen (Maintainer): Change from glibc to all.
16382
16383 2006-01-24  Bruno Haible  <bruno@clisp.org>
16384
16385         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
16386         Patch by Paul Eggert.
16387
16388 2006-01-24  Bruno Haible  <bruno@clisp.org>
16389
16390         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
16391         already has it.
16392         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
16393         2005-11-26.
16394
16395         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
16396         'signed char' to avoid problems with the built-in _Bool type.
16397         Reported by Paul Eggert on 2005-11-26.
16398
16399 2006-01-24  Bruno Haible  <bruno@clisp.org>
16400
16401         * gnulib-tool (func_import): Avoid constructing complicated sed
16402         expressions inside backquote.
16403         Report and solution by Mark D. Baushke <mdb@gnu.org>.
16404
16405 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
16406
16407         These changes imported from libc.
16408         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
16409         test and two separate function calls.
16410         * lib/strndup.c (__strndup): Add libc_hidden_def.
16411
16412 2006-01-23  Simon Josefsson  <jas@extundo.com>
16413
16414         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
16415         Remove the test_*_SOURCES variable: automake infers it by default.
16416         * modules/tls-tests: Likewise.
16417
16418 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16419
16420         Work around porting bugs reported by Dieter in
16421         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
16422         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
16423         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
16424         Include "getopt.h" first, to check interface.
16425         (getenv): Declare only if defined HAVE_DECL_GETENV &&
16426         !HAVE_DECL_GETENV.
16427         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
16428         (__strndup): Revert to K&R-style function dfns, the glibc style.
16429         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
16430         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
16431         Include strnlen.h first, to get prototype properly.
16432         (strnlen): Renamed from __strnlen.
16433         Remove weak alias.
16434
16435 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16436
16437         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
16438
16439 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
16440
16441         * config/srclist.txt: Adjust to reflect glibc reorganization.
16442         This affects only comments.
16443
16444 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
16445
16446          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
16447          Reported by Bruce Korb <bkorb@gnu.org>.
16448
16449 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
16450
16451         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
16452         to pacify gcc -Wswitch-default.
16453
16454 2006-01-22  Bruno Haible  <bruno@clisp.org>
16455
16456         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
16457         temporary buffer for sprintf, take into account the precision also
16458         for 'd', 'i', 'u', 'o', 'x', 'X'.
16459
16460 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16461
16462         * modules/argp-tests: New module
16463         * tests/test-argp.c: New file
16464         * tests/test-argp-2.sh: New file
16465
16466 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
16467
16468         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
16469         (__argp_base_name): Removed
16470         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
16471         typo.
16472         (__argp_base_name): Provide macro definition or extern declaration
16473         depending on the configuration
16474
16475 2006-01-20  Simon Josefsson  <jas@extundo.com>
16476
16477         * modules/inet_ntop (Depends-on): Depend on sys_socket.
16478
16479 2006-01-20  Simon Josefsson  <jas@extundo.com>
16480
16481         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
16482
16483 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
16484
16485         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
16486         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
16487         Suggested by Bruno Haible.
16488
16489 2006-01-20  Karl Berry  <karl@gnu.org>
16490
16491         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
16492         until changes propagate, I guess.
16493
16494 2006-01-19  Simon Josefsson  <jas@extundo.com>
16495
16496         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
16497
16498 2006-01-19  Simon Josefsson  <jas@extundo.com>
16499
16500         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
16501
16502 2006-01-19  Simon Josefsson  <jas@extundo.com>
16503
16504         * gnulib-tool: Set check_PROGRAMS.
16505
16506         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16507         modules/des-tests, modules/gc-arcfour-tests,
16508         modules/gc-arctwo-tests, modules/gc-des-tests,
16509         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16510         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16511         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16512         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16513         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16514         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
16515         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
16516         test_*_SOURCES.
16517
16518 2006-01-18  Simon Josefsson  <jas@extundo.com>
16519
16520         * modules/socklen (Depends-on): Depend on sys_socket.
16521
16522 2006-01-18  Simon Josefsson  <jas@extundo.com>
16523
16524         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
16525         modules/des-tests, modules/gc-arcfour-tests,
16526         modules/gc-arctwo-tests, modules/gc-des-tests,
16527         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
16528         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
16529         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
16530         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
16531         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
16532         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
16533         $(EXEEXT) to automake TESTS variable, for mingw32.
16534
16535 2006-01-17  Simon Josefsson  <jas@extundo.com>
16536
16537         * modules/socklen (Include): Need sys/socket.h.
16538
16539 2006-01-17  Bruno Haible  <bruno@clisp.org>
16540
16541         * modules/ssize_t (Include): Add <sys/types.h>.
16542
16543 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
16544
16545         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
16546         it's not portable and it doesn't work with cross-compiles.
16547         Problem reported by Bruno Haible.  Fix missing-$ typo in
16548         'test "gl_cv_ignore_unused_libraries" ...' that prevented
16549         -zignore from being used with Sun's C compiler.
16550
16551 2006-01-12  Simon Josefsson  <jas@extundo.com>
16552
16553         * lib/base64.c: Fix warning, reported by Bruno Haible
16554         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
16555
16556 2006-01-12  Bruno Haible  <bruno@clisp.org>
16557
16558         * modules/ldd: New file.
16559         * build-aux/ldd.sh.in: New file.
16560         * MODULES.html.sh (Support for building libraries and executables): Add
16561         ldd.
16562
16563 2006-01-12  Bruno Haible  <bruno@clisp.org>
16564
16565         * m4/ldd.m4: New file.
16566
16567 2006-01-12  Bruno Haible  <bruno@clisp.org>
16568
16569         * gnulib-tool (func_import, func_create_testdir): Don't go into an
16570         endless loop while replacing $auxdir with build-aux.
16571
16572 2006-01-11  Simon Josefsson  <jas@extundo.com>
16573
16574         * lib/stdint_.h (SIZE_MAX): Add missing (.
16575
16576 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
16577
16578         Sync from coreutils.
16579         * lib/md5.c: Fix commentary typos.
16580         (alignof, UNALIGNED_P): No need for a GCC-specific version.
16581         * lib/md5.h (__attribute__): Remove; unused.
16582         * lib/sha1.c: Fix commentary to match md5 better.
16583         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
16584         so that we don't need to worry about alignment.  All uses changed.
16585         This merges the 2005-10-28 md5 change into sha1.
16586
16587 2006-01-11  Jim Meyering  <jim@meyering.net>
16588
16589         Sync from coreutils.
16590         * lib/md5.c (OP): Fix spacing.
16591
16592 2006-01-11  Bruno Haible  <bruno@clisp.org>
16593
16594         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16595         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
16596         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
16597
16598 2006-01-11  Bruno Haible  <bruno@clisp.org>
16599
16600         Ensure automatic ordering between gl_LOCK and gl_ARGP.
16601         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
16602         the "early" section as well.
16603
16604 2006-01-11  Bruno Haible  <bruno@clisp.org>
16605
16606         Avoid "ar: no archive members specified" error on MacOS X.
16607         * gnulib-tool (func_modules_add_dummy): New function.
16608         (func_import, func_create_testdir): Invoke it.
16609
16610 2006-01-11  Bruno Haible  <bruno@clisp.org>
16611
16612         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
16613         with $auxdir in AC_CONFIG_FILES statements.
16614
16615 2006-01-11  Bruno Haible  <bruno@clisp.org>
16616
16617         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16618         Initialize also noinst_HEADERS to empty.
16619
16620 2006-01-11  Bruno Haible  <bruno@clisp.org>
16621
16622         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
16623         variables.
16624         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
16625         autoreconf.
16626
16627 2006-01-11  Bruno Haible  <bruno@clisp.org>
16628
16629         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
16630         overridable by the user.
16631         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
16632
16633 2006-01-10  Simon Josefsson  <jas@extundo.com>
16634
16635         * modules/sys_socket: New file.
16636
16637 2006-01-10  Simon Josefsson  <jas@extundo.com>
16638
16639         * m4/sys_socket_h.m4: New file.
16640
16641 2006-01-10  Simon Josefsson  <jas@extundo.com>
16642
16643         * lib/socket_.h: New file.
16644
16645 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16646
16647         * modules/readutmp (Maintainer): Add myself.
16648
16649 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16650
16651         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
16652         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
16653         People who are still concerned with buggy memcmp implementations
16654         can invoke gl_FUNC_MEMCMP themselves.
16655
16656 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
16657
16658         * lib/regex_internal.h (BITSET_WORD_BITS):
16659         Work around a bug in 64-bit PGC (before version 6.1-2), where the
16660         preprocessor mishandles large unsigned values as if they were signed.
16661         Problem reported by Claudio Fontana in
16662         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
16663
16664 2006-01-10  Jim Meyering  <jim@meyering.net>
16665
16666         Avoid the double-free (first in fts_read, second in fts_close) that
16667         would occur when an `active' directory is made inaccessible (e.g.,
16668         via chmod a-x) during a traversal.
16669         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
16670         before returning.  Reproduce this failure by
16671         mkdir -p a/b; cd a; chmod a-x . b
16672         Reported by Stavros Passas.
16673
16674         Sync from coreutils.
16675         * lib/sha1.c: Tweak grammar in a comment.
16676
16677 2006-01-10  Jim Meyering  <jim@meyering.net>
16678
16679         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
16680         Patch by Joerg Sonnenberger.
16681
16682 2006-01-10  Bruno Haible  <bruno@clisp.org>
16683
16684         * modules/readutmp: Depend on module free.
16685         * modules/strtok_r: Depend on module restrict.
16686
16687 2006-01-10  Bruno Haible  <bruno@clisp.org>
16688
16689         * modules/gettext (configure.ac): Add an invocation of
16690         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
16691
16692 2006-01-10  Bruno Haible  <bruno@clisp.org>
16693
16694         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
16695         Reported by Werner Lemberg <wl@gnu.org>.
16696
16697 2006-01-10  Bruno Haible  <bruno@clisp.org>
16698
16699         * lib/localcharset.c: Update from GNU gettext.
16700
16701 2006-01-10  Bruno Haible  <bruno@clisp.org>
16702
16703         * lib/argp.h (__const): Remove macro. Use const instead.
16704         * lib/argp-fmtstream.h (__const): Likewise.
16705         * lib/glob_.h (__const): Remove macro.
16706         * lib/glob-libc.h: Use const instead of __const.
16707
16708 2006-01-10  Bruno Haible  <bruno@clisp.org>
16709
16710         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
16711         variable.
16712         Needed to avoid an automake error regarding the 'gettext' module.
16713
16714 2006-01-09  Simon Josefsson  <jas@extundo.com>
16715
16716         * modules/inet_ntop (Depends-on): Add restrict.
16717
16718 2006-01-09  Simon Josefsson  <jas@extundo.com>
16719
16720         * modules/gc-rijndael-tests (License): Put under LGPL.
16721
16722         * modules/gc-des-tests (License): Likewise.
16723
16724         * modules/gc-arcfour-tests (License): Likewise.
16725
16726         * modules/gc-arctwo-tests (License): Likewise.
16727
16728         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
16729
16730         * modules/gc-hmac-sha1-tests (Files): Likewise.
16731
16732         * modules/gc-hmac-md5-tests (License): Likewise.
16733
16734         * modules/gc-sha1-tests (License): Likewise.
16735
16736         * modules/gc-md5-tests (License): Likewise.
16737
16738         * modules/gc-md4-tests (License): Likewise.
16739
16740         * modules/gc-md2-tests (License): Likewise.
16741
16742         * modules/gc-tests (License): Likewise.
16743
16744         * modules/des-tests (License): Likewise.
16745
16746         * modules/md4-tests (License): Likewise.
16747
16748         * modules/md2-tests (License): Likewise.
16749
16750 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16751
16752         Sync from coreutils:
16753
16754         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
16755         * modules/lib-ignore: New file.
16756         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
16757         chdir-safer.m4, lchmod.m4.
16758         * modules/openat: Add mkdirat.c, openat-priv.h.
16759
16760 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16761
16762         Sync from coreutils.
16763         * m4/lib-ignore.m4: New file.
16764         * m4/lchmod.m4: New file.
16765
16766 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16767
16768         Sync from coreutils.
16769         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
16770         for write access: POSIX says that must fail.
16771         * lib/fts.c (diropen): Likewise.
16772         * lib/save-cwd.c (save_cwd): Likewise.
16773         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
16774         well, for minor improvements on hosts that lack O_DIRECTORY.
16775         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
16776         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
16777         Fall back on chown if open failed with EACCES.
16778
16779         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
16780         Report an error at compile-time if only a 1-second nominal clock
16781         resolution is found.
16782
16783         * lib/lchmod.h: New file.
16784         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
16785         (make_dir_parents): Use lchown rather than chown, and
16786         lchmod rather than chmod.
16787
16788         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
16789         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
16790         "proc" reported by n0dalus.
16791
16792         * lib/mountlist.c: Include <limits.h>.
16793         (dev_from_mount_options)
16794         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
16795         New function.  It no longer assumes "dev=" has the System V meaning
16796         on Linux (since it doesn't).  It also parses "dev=" more carefully.
16797         (read_file_system_list)
16798         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
16799         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
16800         dev= in that case.
16801
16802         * lib/posixtm.h (PDS_PRE_2000): New macro.
16803         * lib/posixtm.c (year): Arg is now syntax_bits rather than
16804         allow_century.  All usages changed.  Reject dates outside the range
16805         1969-1999 if PDS_PRE_2000 is used.
16806
16807 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
16808
16809         Sync from coreutils.
16810         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
16811         (Time of day items): Mention the possibility of leap seconds.
16812         Problem reported by Dr. David Alan Gilbert.
16813
16814 2006-01-09  Jim Meyering  <jim@meyering.net>
16815
16816         Sync from coreutils.
16817
16818         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
16819
16820         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
16821
16822         * lib/modechange.c (mode_compile): Reject an invalid mode string
16823         that starts with an octal digit.  From Andreas Gruenbacher.
16824
16825         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
16826         and dup to open_safer and dup_safer, respectively.
16827         (openat_permissive): Fix typo in comment.
16828
16829         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
16830         "gettext.h"; either no longer needed or are guaranteed by openat.h.
16831         (_): Remove; no longer needed.
16832         (openat): Renamed from rpl_openat; no need for rpl_openat
16833         since openat.h renames openat for us.
16834         Replace most of the body with a call to openat_permissive,
16835         to avoid duplicate code.
16836         Port to (probably hypothetical) environments were mode_t is
16837         wider than int.
16838         (openat_permissive): Require mode arg, so that we can check
16839         types better.  Put it just after flags.  Change cwd failure
16840         indicator from pointer-to-bool to pointer-to-errno-value.
16841         All callers changed.
16842         Invoke openat_save_fail and/or openat_restore_fail if
16843         cwd_errno is null, so that openat can call us.
16844         (openat_permissive, fdopendir, fstatat, unlinkat):
16845         Simplify errno handling to avoid some duplicate code,
16846         as it's OK to set errno on success.
16847         * lib/openat.h: Revamp code so that function macros depend on
16848         __OPENAT_PREFIX only, not also on AT_FDCWD.
16849         (openat_ro): Remove.  Caller changed to use openat_permissive.
16850         (openat_permissive): Now a macro, if not a function.
16851         (openat_restore_fail, openat_save_fail): Now always functions,
16852         since mkdirat needs them even if __OPENAT_PREFIX is defined.
16853
16854         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
16855         and openat.c.
16856         * lib/mkdirat.c: Include openat-priv.h.
16857         Remove definitions of macros defined therein.
16858         * lib/openat.c: Likewise.
16859
16860         * lib/mkdirat.c (mkdirat): New file and function.
16861         * lib/openat.h (mkdirat): Declare.
16862
16863         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
16864
16865         * lib/openat.h (openat_permissive): Declare.
16866         (openat_ro): Define.
16867
16868         * lib/openat.c (EXPECTED_ERRNO): New macro.
16869         (openat_permissive): New function -- used in remove.c rewrite.
16870         (all functions): Set errno just before returning, only if there
16871         was an actual failure.
16872         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
16873
16874         Emulate openat-family functions using Linux's procfs, if possible.
16875         Idea and some code based on Ulrich Drepper's glibc changes.
16876
16877         * lib/openat.c: (BUILD_PROC_NAME): New macro.
16878         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
16879         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
16880         before falling back on save_cwd and restore_cwd.
16881         (fdopendir, fstatat, unlinkat): Likewise.
16882
16883         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
16884         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
16885
16886         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
16887         as second argument to va_arg.  Otherwise, some versions of gcc
16888         warn that `if this code is reached, the program will abort'.
16889
16890 2006-01-09  Jim Meyering  <jim@meyering.net>
16891
16892         Sync from coreutils.
16893         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
16894         Require openat-priv.h.
16895
16896 2006-01-09  Bruno Haible  <bruno@clisp.org>
16897
16898         * modules/strnlen (Include): Use strnlen.h.
16899
16900 2006-01-09  Bruno Haible  <bruno@clisp.org>
16901
16902         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
16903
16904 2006-01-09  Bruno Haible  <bruno@clisp.org>
16905
16906         * lib/sysexit_.h (EX_OK): New macro.
16907         Suggested by Martin Lambers <marlam@marlam.de>.
16908
16909 2006-01-09  Bruno Haible  <bruno@clisp.org>
16910
16911         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
16912         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
16913
16914 2006-01-09  Bruno Haible  <bruno@clisp.org>
16915
16916         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
16917         numbers.
16918
16919 2006-01-09  Bruno Haible  <bruno@clisp.org>
16920
16921         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
16922         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
16923         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
16924         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
16925
16926 2006-01-09  Bruno Haible  <bruno@clisp.org>
16927
16928         * build-aux/javacomp.sh.in: New file, moved from lib/.
16929         * modules/javacomp-script (Files): Update.
16930         (configure.ac): Add AC_CONFIG_FILES invocation.
16931         (EXTRA_DIST): Remove variable.
16932
16933         * build-aux/javaexec.sh.in: New file, moved from lib/.
16934         * modules/javaexec (Files): Update.
16935         (configure.ac): Add AC_CONFIG_FILES invocation.
16936         (EXTRA_DIST): Remove javaexec.sh.in.
16937
16938         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
16939         * modules/csharpcomp-script (Files): Update.
16940         (configure.ac): Add AC_CONFIG_FILES invocation.
16941         (EXTRA_DIST): Remove variable.
16942
16943         * build-aux/csharpexec.sh.in: New file, moved from lib/.
16944         * modules/csharpexec (Files): Update.
16945         (configure.ac): Add AC_CONFIG_FILES invocation.
16946         (EXTRA_DIST): Remove csharpexec.sh.in.
16947
16948 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16949
16950         Sync from coreutils.
16951
16952         Add POSIX ACL support
16953         * lib/acl.h (copy_acl, set_acl): Add declarations.
16954         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
16955         systems other than Linux.
16956         (chmod_or_fchmod): New function: use fchmod when possible,
16957         and chmod otherwise.
16958         (file_has_acl): Add a POSIX ACL implementation, with a
16959         Linux-specific subcase.
16960         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
16961         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
16962         acls are unsupported.
16963         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
16964         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
16965         are unsupported.
16966
16967 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
16968
16969         Sync from coreutils.
16970         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
16971
16972 2006-01-07  Bruno Haible  <bruno@clisp.org>
16973
16974         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
16975         gl_EARLY.
16976
16977 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16978
16979         * lib/strftime.c (tzname): Don't declare if it is already #defined.
16980         Problem reported for Mingw by Mark Junker.
16981
16982 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
16983
16984         * README: Gnulib normally doesn't generate a tarball.
16985
16986 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
16987
16988         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
16989         long int, not int, for nanosecond counts, so that people who are
16990         used to POSIX struct timespec won't be surprised.  Reported by Jim
16991         Meyering.
16992
16993 2005-12-28  Bruno Haible  <bruno@clisp.org>
16994
16995         * build-aux/config.rpath: Update from GNU gettext.
16996
16997 2005-12-16  Jim Meyering  <jim@meyering.net>
16998
16999         * modules/fprintftime: New module.
17000         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
17001
17002 2005-12-16  Jim Meyering  <jim@meyering.net>
17003
17004         * m4/fprintftime.m4: New file.
17005
17006 2005-12-16  Jim Meyering  <jim@meyering.net>
17007
17008         * lib/fprintftime.c, lib/fprintftime.h: New files.
17009
17010 2005-12-15  Simon Josefsson  <jas@extundo.com>
17011
17012         * modules/socklen (configure.ac): Fix M4 macro name, to align with
17013         new m4/socklen.m4.
17014
17015 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
17016
17017         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
17018         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
17019
17020 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
17021
17022         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
17023         * lib/argp-help.c (fill_in_uparams): Check if the constructed
17024         struct uparams is valid. Fall back to the default values if it is
17025         not.
17026
17027 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17028
17029         * modules/argp (Files): Add argp-pin.c
17030         (Depends-on): dirname
17031         (lib_SOURCES): Add argp-pin.c
17032
17033 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17034
17035         * m4/argp.m4:  Check if program_invocation_name and
17036         program_invocation_short_name are declared and define appropriate
17037         macros if they are not.
17038
17039 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
17040
17041         * lib/argp-help.c (__argp_base_name): New function
17042         (__argp_short_program_name): Rewrite using __argp_base_name
17043         * lib/argp-namefrob.h: Define program_invocation_name and
17044         program_invocation_short_name if requested
17045         (__argp_base_name): Add prototype
17046         * lib/argp-parse.c (argp_def): Use gettext wrappers
17047         (argp_default_parser): Use __argp_base_name
17048         * lib/argp-pin.c: New file. Defines program_invocation_name and
17049         program_invocation_short_name on systems that lack them.
17050
17051 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17052
17053         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
17054         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
17055         porting problem reported by Georg Schwarz in
17056         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
17057
17058 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
17059
17060         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
17061         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
17062         porting problem reported by Georg Schwarz in
17063         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
17064
17065 2005-12-05  Bruno Haible  <bruno@clisp.org>
17066
17067         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
17068         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
17069         Reported by Mark Junker <mjscod@gmx.de>.
17070
17071 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
17072
17073         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
17074         Use implementation from Albert Chin, with some
17075         comments/corrections by Stepan Kasal and myself.
17076
17077 2005-12-02  Bruno Haible  <bruno@clisp.org>
17078
17079         * gnulib-tool (func_import): Accept GPLed build tool modules when
17080         --lgpl is given.
17081         * modules/csharpcomp-script: New file.
17082         * modules/csharpcomp: Depend on it.
17083         * modules/javacomp-script: New file.
17084         * modules/javacomp: Depend on it.
17085         Suggested by Simon Josefsson.
17086
17087 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
17088
17089         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
17090         statement, to work around an HP-UX 10.20 compiler bug reported by
17091         Peter O'Gorman.
17092
17093 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
17094
17095         * modules/savedir (Depends-on): Add openat.
17096
17097 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
17098
17099         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
17100         (uintmax_t) [defined uintmax_t]: Do not declare.
17101         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
17102         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
17103         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
17104         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
17105         sake of portability to weird hosts that C allows (though we don't
17106         know of any practical examples).
17107
17108         * lib/savedir.h (fdsavedir): New decl.
17109         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
17110         contains most of the former guts of savedir.
17111         (savedir): Use savedirstream.
17112         Include "openat.h".
17113
17114 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
17115
17116         * modules/obstack (Files): Add m4/ulonglong.m4.
17117         Problem reported by Davide Angelocola.
17118
17119 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
17120
17121         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
17122         coreutils no longer futzes with rounding modes.
17123
17124 2005-11-14  Jim Meyering  <jim@meyering.net>
17125
17126         * lib/mkstemp-safer.c: Include <config.h>, required for possible
17127         replacement of mkstemp.
17128
17129 2005-11-10  Simon Josefsson  <jas@extundo.com>
17130
17131         * lib/readline.c: Remove EOL.
17132
17133 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17134
17135         * modules/gethrxtime (Depends-on): Add gettime.
17136
17137 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17138
17139         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
17140         or gettimeofday; no longer needed.
17141
17142 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
17143
17144         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
17145         time business.
17146         (gethrxtime) [! (HAVE_NANOUPTIME
17147         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
17148         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
17149         our own approximation.
17150
17151 2005-11-08  Eric Blake  <ebb9@byu.net>
17152
17153         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
17154
17155 2005-11-08  Eric Blake  <ebb9@byu.net>
17156
17157         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
17158
17159 2005-11-04  Bruno Haible  <bruno@clisp.org>
17160
17161         * gnulib-tool: Implement --update mode.
17162
17163 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17164
17165         Fix porting problem reported by Theodoros V. Kalamatianos.
17166         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
17167         Don't assume that futimes failing means we must fail.
17168
17169 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
17170
17171         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
17172         variables to suggest the intended function of the PATH_MAX check.
17173
17174 2005-10-30  Kean Johnston  <jkj@sco.com>
17175
17176         Trivial changes to support SCO systems.
17177         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
17178         as PATH_MAX.
17179         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
17180         where __ptr is null when no I/O is pending.
17181
17182 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
17183
17184         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
17185         leave errno alone.  Problem reported by Dmitry V. Levin.
17186
17187 2005-10-28  Simon Josefsson  <jas@extundo.com>
17188
17189         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
17190         Test more.
17191
17192         * tests/test-gc-md2.c, tests/test-md2.c: New files.
17193
17194         * modules/md2, modules/md2-tests: New files.
17195
17196 2005-10-28  Simon Josefsson  <jas@extundo.com>
17197
17198         * m4/inet_ntop.m4: More tests.
17199
17200         * m4/gc-md2.m4, md2.m4: New file.
17201
17202 2005-10-28  Simon Josefsson  <jas@extundo.com>
17203
17204         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
17205         "restrict" keywords, as per POSIX.  Protect the function
17206         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
17207         Don't use K&R prototypes.  Check the sprintf return values.
17208         Re-define EAFNOSUPPORT if not present.  Indent.
17209
17210         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
17211         suggested by Bruno Haible <bruno@clisp.org>.
17212
17213         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
17214
17215         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
17216
17217         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
17218         libgcrypt).
17219
17220         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
17221
17222         * lib/md2.h, lib/md2.c: New files.
17223
17224 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
17225
17226         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
17227         errno alone.  Problem reported by Frederic Jolliton.
17228
17229 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
17230
17231         * modules/verify (License): Change from GPL to LGPL.  This is a
17232         tiny module and there are apparently near-equivalents that are
17233         under the BSD license.
17234
17235 2005-10-24  Simon Josefsson  <jas@extundo.com>
17236
17237         * modules/sha1: Relicense to LGPL.
17238
17239 2005-10-24  Simon Josefsson  <jas@extundo.com>
17240
17241         * lib/md4.h: Shrink buffer size, now that we changed the type.
17242
17243 2005-10-23  Simon Josefsson  <jas@extundo.com>
17244
17245         * gnulib-tool (func_import): Fix --tests-base.
17246
17247 2005-10-22  Simon Josefsson  <jas@extundo.com>
17248
17249         * modules/arcfour (Depends-on): Need stdint.
17250
17251 2005-10-22  Simon Josefsson  <jas@extundo.com>
17252
17253         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
17254         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
17255
17256 2005-10-22  Simon Josefsson  <jas@extundo.com>
17257
17258         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
17259         suggested by Bruno Haible <bruno@clisp.org>.
17260
17261 2005-10-22  Simon Josefsson  <jas@extundo.com>
17262
17263         * lib/crc.h: Include stddef.h, for size_t.
17264
17265 2005-10-22  Simon Josefsson  <jas@extundo.com>
17266
17267         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
17268         arcfour_context struct (simplify test vector testing in GNU
17269         Shishi).
17270
17271 2005-10-21  Simon Josefsson  <jas@extundo.com>
17272
17273         * modules/des, modules/des-tests: New files.
17274
17275         * modules/gc-des, modules/gc-des-tests: New files.
17276
17277         * tests/test-des.c, tests/test-gc-des.c: New file.
17278
17279 2005-10-21  Simon Josefsson  <jas@extundo.com>
17280
17281         * modules/arctwo, modules/arctwo-tests: New files.
17282
17283         * tests/test-arctwo.c: New file.
17284
17285         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
17286
17287         * tests/test-gc-arctwo.c: New file.
17288
17289 2005-10-21  Simon Josefsson  <jas@extundo.com>
17290
17291         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
17292         Bruno Haible <bruno@clisp.org>.
17293
17294         * m4/gc-des.m4: New file.
17295
17296 2005-10-21  Simon Josefsson  <jas@extundo.com>
17297
17298         * m4/arctwo.m4: New file.
17299
17300         * m4/gc-arctwo.m4: New file.
17301
17302 2005-10-21  Simon Josefsson  <jas@extundo.com>
17303
17304         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
17305         block.
17306
17307 2005-10-21  Simon Josefsson  <jas@extundo.com>
17308
17309         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
17310         <bruno@clisp.org>.
17311
17312         * lib/hmac-sha1.c (hmac_sha1): Likewise.
17313
17314         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
17315         Bruno Haible <bruno@clisp.org>.
17316
17317         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
17318         <bruno@clisp.org>.
17319
17320 2005-10-21  Simon Josefsson  <jas@extundo.com>
17321
17322         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
17323
17324 2005-10-21  Simon Josefsson  <jas@extundo.com>
17325
17326         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
17327
17328 2005-10-21  Simon Josefsson  <jas@extundo.com>
17329
17330         * lib/des.h, lib/des.c: New files.
17331
17332         * lib/gc-gnulib.c: Support DES.c
17333
17334 2005-10-21  Simon Josefsson  <jas@extundo.com>
17335
17336         * lib/arctwo.h, lib/arctwo.c: New files.
17337
17338         * lib/gc-gnulib.c: Support ARCTWO.
17339
17340 2005-10-21  Simon Josefsson  <jas@extundo.com>
17341
17342         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
17343         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
17344
17345 2005-10-21  Simon Josefsson  <jas@extundo.com>
17346
17347         * gnulib-tool (func_import, func_create_testdir): Define automake
17348         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
17349         Makefile.am snippet),
17350         suggested by Bruno Haible <bruno@clisp.org>.
17351
17352         * modules/gc (Makefile.am): Use it.
17353
17354 2005-10-21  Bruno Haible  <bruno@clisp.org>
17355
17356         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
17357         patch.
17358
17359 2005-10-19  Simon Josefsson  <jas@extundo.com>
17360
17361         * tests/test-gc-rijndael.c: New file.
17362
17363         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
17364
17365 2005-10-19  Simon Josefsson  <jas@extundo.com>
17366
17367         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
17368         interface too.
17369
17370 2005-10-19  Simon Josefsson  <jas@extundo.com>
17371
17372         * tests/test-gc-arcfour.c: New file.
17373
17374         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
17375
17376 2005-10-19  Simon Josefsson  <jas@extundo.com>
17377
17378         * modules/gc-md4, modules/gc-md4-tests: New file.
17379
17380         * tests/test-gc-md4.c: New file.
17381
17382 2005-10-19  Simon Josefsson  <jas@extundo.com>
17383
17384         * m4/gc-md4.m4: New file.
17385
17386 2005-10-19  Simon Josefsson  <jas@extundo.com>
17387
17388         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
17389         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
17390         <kasal@ucw.cz>.
17391
17392 2005-10-19  Simon Josefsson  <jas@extundo.com>
17393
17394         * m4/gc-arcfour.m4: New file.
17395
17396         * m4/gc-rijndael.m4: New file.
17397
17398 2005-10-19  Simon Josefsson  <jas@extundo.com>
17399
17400         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
17401
17402 2005-10-19  Simon Josefsson  <jas@extundo.com>
17403
17404         * lib/gc-gnulib.c: Support ARCFOUR.
17405
17406 2005-10-19  Simon Josefsson  <jas@extundo.com>
17407
17408         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
17409         support.
17410
17411         * lib/gc.h: Add ECB enum type.
17412
17413         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
17414
17415 2005-10-18  Simon Josefsson  <jas@extundo.com>
17416
17417         * tests/test-md5.c: New file.
17418
17419         * modules/md5-tests: New file.
17420
17421 2005-10-18  Simon Josefsson  <jas@extundo.com>
17422
17423         * tests/test-md4.c: New file.
17424
17425         * modules/md4, modules/md4-tests: New files.
17426
17427 2005-10-18  Simon Josefsson  <jas@extundo.com>
17428
17429         * m4/md4.m4: New file.
17430
17431 2005-10-18  Simon Josefsson  <jas@extundo.com>
17432
17433         * lib/md4.h, lib/md4.c: New files, based on md5.?.
17434
17435 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
17436
17437         * gnulib-tool (func_create_testdir): Omit the second check whether
17438         BUILT_SOURCES in nonempty.
17439
17440 2005-10-17  Simon Josefsson  <jas@extundo.com>
17441
17442         * tests/test-rijndael.c: New file.
17443
17444 2005-10-17  Simon Josefsson  <jas@extundo.com>
17445
17446         * modules/sha1: Depend on stdint instead of md5.
17447
17448         * modules/md5: Depend on stdint, remove uint32_t.
17449
17450 2005-10-17  Simon Josefsson  <jas@extundo.com>
17451
17452         * modules/gc-sha1-tests: New file.
17453
17454         * tests/test-gc-sha1.c: New file.
17455
17456 2005-10-17  Simon Josefsson  <jas@extundo.com>
17457
17458         * m4/md5.m4: Remove call to uint32_t.m4.
17459
17460 2005-10-17  Simon Josefsson  <jas@extundo.com>
17461
17462         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
17463
17464         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
17465         md5.h.
17466
17467         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
17468
17469         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
17470
17471 2005-10-17  Simon Josefsson  <jas@extundo.com>
17472
17473         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
17474
17475 2005-10-17  Simon Josefsson  <jas@extundo.com>
17476
17477         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
17478
17479 2005-10-17  Simon Josefsson  <jas@extundo.com>
17480
17481         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
17482
17483         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
17484
17485 2005-10-17  Bruno Haible  <bruno@clisp.org>
17486
17487         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
17488         that it can also be used in a test.
17489
17490 2005-10-16  Bruno Haible  <bruno@clisp.org>
17491
17492         * gnulib-tool (func_emit_tests_Makefile_am): Also define
17493         TESTS_ENVIRONMENT, so that individual tests can augment it.
17494
17495         * gnulib-tool (func_create_testdir): Use an intermediate target for
17496         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
17497         macros, like $(ALLOCA_H), which cannot be passed through the command
17498         line.
17499
17500 2005-10-15  Simon Josefsson  <jas@extundo.com>
17501
17502         * modules/rijndael-tests: New file.
17503
17504         * modules/rijndael: New file.
17505
17506 2005-10-15  Simon Josefsson  <jas@extundo.com>
17507
17508         * m4/rijndael.m4: New file.
17509
17510 2005-10-15  Simon Josefsson  <jas@extundo.com>
17511
17512         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
17513
17514         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
17515
17516 2005-10-14  Simon Josefsson  <jas@extundo.com>
17517
17518         * tests/test-arcfour.c: New file.
17519
17520         * modules/arcfour, modules/arcfour-tests: New files.
17521
17522 2005-10-14  Simon Josefsson  <jas@extundo.com>
17523
17524         * m4/arcfour.m4: New file.
17525
17526 2005-10-14  Simon Josefsson  <jas@extundo.com>
17527
17528         * lib/arcfour.h, lib/arcfour.c: New files.
17529
17530 2005-10-14  Roland McGrath  <roland@redhat.com>
17531
17532         Import from libc.  [BZ #1331]
17533         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
17534         macro argument.
17535         Reported by Matej Vela <vela@debian.org>.
17536
17537 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17538
17539         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
17540         include <wchar.h>; no longer needed.
17541
17542 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
17543
17544         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
17545
17546 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
17547         and  Ulrich Drepper  <drepper@redhat.com>
17548
17549         Import from libc.
17550         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
17551         instead of inline stream orientation test and two separate
17552         function calls.  Pay no attention to USE_IN_LIBIO.
17553
17554 2005-10-13  Simon Josefsson  <jas@extundo.com>
17555
17556         * modules/gc-hmac-md5-tests: New file.
17557
17558         * tests/test-gc-hmac-sha1.c: New file.
17559
17560         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
17561
17562         * modules/gc-hmac-md5-tests: New file.
17563
17564         * tests/test-gc-md5.c: New file.
17565
17566         * modules/gc-md5-tests: New file.
17567
17568 2005-10-13  Simon Josefsson  <jas@extundo.com>
17569
17570         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
17571         Move memory allocation outside of loop.
17572
17573 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
17574
17575         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
17576         intermediate directory is in a read-only file system.  Problem
17577         reported by Eric Blake.
17578
17579 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
17580
17581         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
17582
17583 2005-10-12  Simon Josefsson  <jas@extundo.com>
17584
17585         * tests/test-hmac-sha1.c: New file.
17586
17587         * modules/hmac-sha1-tests: New file.
17588
17589         * modules/hmac-sha1: New file.
17590
17591 2005-10-12  Simon Josefsson  <jas@extundo.com>
17592
17593         * modules/gc-sha1: New file.
17594
17595 2005-10-12  Simon Josefsson  <jas@extundo.com>
17596
17597         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
17598
17599         * tests/test-gc-pbkdf2-sha1.c: New file.
17600
17601 2005-10-12  Simon Josefsson  <jas@extundo.com>
17602
17603         * modules/gc-md5, modules/gc-hmac-md5: New files.
17604
17605         * modules/gc (Files): Remove md5, memxor and hmac files.
17606
17607 2005-10-12  Simon Josefsson  <jas@extundo.com>
17608
17609         * m4/gc-pbkdf2-sha1.m4: New file.
17610
17611         * m4/gc-hmac-sha1.m4: New file.
17612
17613         * m4/gc-sha1: New file.
17614
17615         * m4/hmac-sha1.m4: New file.
17616
17617 2005-10-12  Simon Josefsson  <jas@extundo.com>
17618
17619         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
17620
17621         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
17622
17623 2005-10-12  Simon Josefsson  <jas@extundo.com>
17624
17625         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
17626         suggested by Bruno Haible <bruno@clisp.org>.
17627
17628 2005-10-12  Simon Josefsson  <jas@extundo.com>
17629
17630         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
17631
17632 2005-10-12  Simon Josefsson  <jas@extundo.com>
17633
17634         * lib/gc-pbkdf2-sha1.c: New file.
17635
17636         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
17637
17638 2005-10-12  Simon Josefsson  <jas@extundo.com>
17639
17640         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
17641
17642         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
17643
17644 2005-10-12  Simon Josefsson  <jas@extundo.com>
17645
17646         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
17647         GC_USE_HMAC_MD5, respectively.
17648
17649         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
17650         (gc_md5): Fix typo.
17651
17652         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
17653
17654         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
17655
17656         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
17657
17658 2005-10-12  Bruno Haible  <bruno@clisp.org>
17659
17660         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
17661         Reported by Stepan Kasal <kasal@ucw.cz>.
17662
17663 2005-10-11  Simon Josefsson  <jas@extundo.com>
17664
17665         * tests/test-crc.c: New file.
17666
17667         * modules/crc, modules/crc-tests: New files.
17668
17669 2005-10-11  Simon Josefsson  <jas@extundo.com>
17670
17671         * m4/crc.m4: New file.
17672
17673 2005-10-11  Simon Josefsson  <jas@extundo.com>
17674
17675         * lib/gc.h: Add gc_hash and gc_hash_buffer.
17676
17677         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
17678
17679         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
17680
17681 2005-10-11  Simon Josefsson  <jas@extundo.com>
17682
17683         * lib/crc.h, lib/crc.c: New files.
17684
17685         * lib/gc.h (gc_hash_buffer): Add doc.
17686
17687 2005-10-11  Bruno Haible  <bruno@clisp.org>
17688
17689         * modules/c-strcasestr: New file.
17690         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
17691
17692 2005-10-11  Bruno Haible  <bruno@clisp.org>
17693
17694         * modules/c-strcase: New file.
17695         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
17696
17697 2005-10-11  Bruno Haible  <bruno@clisp.org>
17698
17699         * lib/strcasecmp.c: Include limits.h.
17700         (strcasecmp): Avoid integer overflow on exotic platforms.
17701         * lib/strncasecmp.c: Include limits.h.
17702         (strncasecmp): Avoid integer overflow on exotic platforms.
17703         Reported by Paul Eggert.
17704
17705 2005-10-11  Bruno Haible  <bruno@clisp.org>
17706
17707         * lib/c-strcasestr.h: New file, from GNU gettext.
17708         * lib/c-strcasestr.c: New file, from GNU gettext.
17709
17710 2005-10-11  Bruno Haible  <bruno@clisp.org>
17711
17712         * lib/c-strcase.h: New file, from GNU gettext.
17713         * lib/c-strcasecmp.c: New file, from GNU gettext.
17714         * lib/c-strncasecmp.c: New file, from GNU gettext.
17715
17716 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
17717
17718         * modules/mempcpy (License): GPL -> LGPL.
17719         * modules/strchrnul (License): Likewise.
17720         * modules/sysexits (License): Likewise.
17721
17722 2005-10-08  Simon Josefsson  <jas@extundo.com>
17723
17724         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
17725
17726 2005-10-07  Simon Josefsson  <jas@extundo.com>
17727
17728         * m4/memxor.m4: Remove gl_C_RESTRICT call.
17729
17730 2005-10-06  Simon Josefsson  <jas@extundo.com>
17731
17732         * tests/test-hmac-md5.c: New file.
17733
17734         * modules/hmac-md5-tests: New file.
17735
17736         * modules/hmac-md5: New file.
17737
17738 2005-10-06  Simon Josefsson  <jas@extundo.com>
17739
17740         * m4/hmac-md5.m4: New file.
17741
17742         * m4/memxor.m4: Require gl_C_RESTRICT.
17743
17744 2005-10-06  Simon Josefsson  <jas@extundo.com>
17745
17746         * lib/memxor.c (memxor): Avoid casts and warnings.
17747
17748 2005-10-06  Simon Josefsson  <jas@extundo.com>
17749
17750         * lib/hmac-md5.c: New file.
17751
17752         * lib/hmac.h: New file.
17753
17754 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
17755
17756         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
17757         promotes to int, not unsigned int, to catch the AIX 5.3
17758         compiler bug.
17759
17760 2005-10-05  Simon Josefsson  <jas@extundo.com>
17761
17762         * modules/memxor: New file.
17763
17764         * modules/iconv (Files): Move config.rpath to havelib, it is used
17765         there.
17766
17767         * modules/havelib (Files): Add config.rpath.
17768
17769 2005-10-05  Simon Josefsson  <jas@extundo.com>
17770
17771         * m4/memxor.m4: New file.
17772
17773 2005-10-05  Simon Josefsson  <jas@extundo.com>
17774
17775         * lib/memxor.c (memxor): Fix compiler error.
17776
17777         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
17778         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
17779
17780         * lib/memxor.h, lib/memxor.c: New files.
17781
17782         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
17783         we assume all systems have it, suggested by Jim Meyering
17784         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
17785         any systems lack sys/socket.h; mingw32 is known to lack it, but we
17786         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
17787         same reasons.
17788
17789 2005-10-05  Simon Josefsson  <jas@extundo.com>
17790
17791         * config/srclist.txt: Add glibc bug 1423 for md5.h.
17792
17793 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
17794
17795         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
17796         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
17797         needed, since the source code now assumes these .h files.
17798
17799 2005-10-05  Derek Price  <derek@ximbiot.com>
17800
17801         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
17802
17803 2005-10-05  Bruno Haible  <bruno@clisp.org>
17804
17805         * modules/stdint (License): Change to LGPL.
17806
17807 2005-10-04  Simon Josefsson  <jas@extundo.com>
17808
17809         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
17810         D. Baushke" <mdb@gnu.org>.
17811
17812 2005-10-04  Bruno Haible  <bruno@clisp.org>
17813
17814         * lib/verify.h (verify_true): Provide alternative definition for C++.
17815
17816 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
17817
17818         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
17819         (SSIZE_MAX): New macro, if not already defined.
17820         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
17821         than 2 GiB.
17822
17823 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17824
17825         Sync from coreutils.
17826         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
17827         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
17828         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
17829         ULLONG_MAX doesn't work with 2.7.2.1.
17830
17831 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17832
17833         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
17834         From Ben Pfaff.
17835
17836         * modules/exclude (Depends-on): Depend on verify.
17837         * modules/strtoimax (Depends-on): Likewise.
17838         * modules/utimecmp (Depends-on): Likewise.
17839
17840 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
17841
17842         * lib/exclude.c: Include verify.h.
17843         (verify): Remove.  All callers changed to use verify.h's version.
17844         * lib/strtoimax.c: Likewise.
17845         * lib/utimecmp.c: Likewis.e
17846
17847         Sync from coreutils.
17848         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
17849         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
17850         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
17851         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
17852         bother returning ENOSYS if settimeofday or stime fails; just let
17853         them return whatever errno they want to return.
17854         * lib/utimens.c: Include unistd.h, for dup2.
17855         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
17856         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
17857
17858 2005-10-02  Jim Meyering  <jim@meyering.net>
17859
17860         Sync from coreutils.
17861         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
17862         from glibc-2.2.5 that fails for read-only files.
17863
17864 2005-10-02  Jim Meyering  <jim@meyering.net>
17865
17866         Sync from coreutils.
17867         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
17868         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
17869         `#if HAVE_CONFIG_H'.
17870         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
17871         Remove AT_FDCWD test.
17872         Do not consume the fd unless successful.
17873         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
17874         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
17875         block, so that we don't even try to compile it if settimeofday is
17876         available.  This works around a compilation failure on OSF1 V5.1,
17877         due to stime requiring a `long int*' while tv_sec is `int'.
17878
17879 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
17880
17881         Sync from coreutils.
17882         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
17883         against `yes', rather than just testing for nonempty.
17884
17885 2005-10-01  Simon Josefsson  <jas@extundo.com>
17886
17887         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
17888         and Darwin.
17889
17890         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
17891         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
17892         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
17893         freeaddrinfo and gai_strerror are declared by the POSIX headers.
17894         Check if struct addrinfo is declared.
17895
17896 2005-10-01  Simon Josefsson  <jas@extundo.com>
17897
17898         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
17899         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
17900         AI_* and EAI_* definitions.  Protect function declarations.
17901
17902 2005-10-01  Jim Meyering  <jim@meyering.net>
17903
17904         Sync from coreutils.
17905
17906         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
17907         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
17908         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
17909         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17910         in the inet and nsl libraries.  Required on Solaris 5.7.
17911
17912 2005-10-01  Jim Meyering  <jim@meyering.net>
17913
17914         Sync from coreutils.
17915         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
17916         in the inet and nsl libraries.  Required on Solaris 5.7.
17917
17918 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
17919
17920         * lib/getdelim.c (getdelim): Remove unused variables.
17921
17922 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
17923
17924         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
17925         so that the code works even with ancient cpp.  Portability problem
17926         with GCC 2.7.2.1 reported by Thomas M.Ott.
17927
17928 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
17929
17930         * modules/regex (Depends-on): Add strcase.
17931
17932         * modules/gethostname (Licence): Change from GPL to LGPL, since
17933         gethostname.c is a trivial implementation of a standard library
17934         function.
17935         * modules/poll (License): Change from GPL to LGPL, since it's
17936         derived from LGPL code.
17937
17938 2005-09-27  Jim Meyering  <jim@meyering.net>
17939
17940         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
17941         HAVE_CONFIG_H.
17942
17943         * lib/intprops.h (signed_type_or_expr__): Define.
17944         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
17945         for unsigned types.
17946
17947 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
17948
17949         * lib/verify.h (verify_expr): Remove, replacing with:
17950         (verify_true): New macro that returns true instead of void.
17951         (verify_type__): Remove.
17952         (verify): Use verify_true rather than verify_type__.
17953
17954 2005-09-26  Bruno Haible  <bruno@clisp.org>
17955
17956         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
17957         is necessary.
17958         (lib_SOURCES): Remove mbchar.c.
17959         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
17960         (Files): Add m4/mbrtowc.m4.
17961         * modules/mbiter: Likewise.
17962         * modules/mbuiter: Likewise.
17963
17964 2005-09-26  Bruno Haible  <bruno@clisp.org>
17965
17966         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
17967         compile mbchar.c if they are not both present.
17968         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
17969         * m4/mbiter.m4 (gl_MBITER): Likewise.
17970         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
17971         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
17972         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
17973
17974 2005-09-25  Jim Meyering  <jim@meyering.net>
17975
17976         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
17977         also uses socklen_t.
17978
17979 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
17980
17981         * lib/utimens.c (ENOSYS): Define if not already defined.
17982         (futimens): Support having a null PATH if the file descriptor
17983         is nonnegative.
17984
17985         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
17986         Remove.
17987         (__attribute): Define to empty unless GCC 3.1 or later.
17988         This works around a core dump on OpenBSD 3.4, which has GCC
17989         2.95.3, which dumps core when given __attribute__(()).  It also
17990         simplifies other tests, since we really don't want to bother with
17991         worrying about which ancient version of GCC supported what.
17992         Original problem reported by Yoann Vandoorselaere, with part of
17993         the fix suggested by Derek Price.
17994
17995 2005-09-24  Jim Meyering  <jim@meyering.net>
17996
17997         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
17998         so we can once again use a positive bitfield width of 1 -- now we
17999         don't have to explain why we were using a bitfield width of 2.
18000
18001 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
18002
18003         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
18004         and similarly for the other external symbols.  Problem reported
18005         by James Gallager.
18006
18007         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
18008         bug reported by Jim Meyering.
18009
18010         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
18011         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
18012         not needed, since socklen is a prerequisite module.
18013
18014 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
18015
18016         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
18017         Problem reported by Eric Blake.
18018         (getaddrinfo): Initialize se so that it's not garbage.
18019         Redo internal storage allocation so that it doesn't make unportable
18020         assumptions about alignment.
18021         Fix a memory leak.
18022
18023         * lib/utimens.c (futimens): Use futimesat if available.
18024         Prefer it to futimes since it doesn't have the futimes bug.
18025
18026         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
18027         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
18028         Instead, declare a function that returns a pointer to an array,
18029         and use verify_type__ to declare the size of the array.
18030         Problem and germ of a solution reported by Bruno Haible.
18031         (verify_type__): Use 2, not 1, for bitfield size, to avoid
18032         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
18033
18034 2005-09-23  Jim Meyering  <jim@meyering.net>
18035
18036         Sync from coreutils.
18037         Correct build failure (socklen_t not defined) on at least
18038         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
18039         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
18040
18041 2005-09-23  Jim Meyering  <jim@meyering.net>
18042
18043         * modules/getaddrinfo (Depends-on): Add socklen.
18044
18045 2005-09-23  Bruno Haible  <bruno@clisp.org>
18046
18047         * tests/test-verify.c: New file.
18048
18049 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
18050
18051         Sync from coreutils.
18052
18053         * modules/argmatch (Depends-on): Add verify.
18054         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
18055         unistd-safer.
18056         * modules/save-cwd (Depends-on): Likewise.
18057
18058         * modules/openat (Files): Add lib/openat-die.c.
18059         (Depends-on): Remove error, exitfail.
18060         Add dirname.
18061
18062         * modules/verify: New file.
18063         * MODULES.html.sh (Diagnostics <assert.h>): New section,
18064         with "verify" module.
18065
18066 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
18067
18068         Sync from coreutils.
18069
18070         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
18071         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
18072         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
18073         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
18074         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
18075         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
18076         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
18077         Don't bother checking for string.h, stdlib.h, unistd.h.
18078         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
18079         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
18080         module's job.
18081         * m4/jm-macros.m4 (gl_MACROS): Likewise.
18082         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
18083
18084         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
18085         (gl_GETDATE): Use it.
18086
18087         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
18088
18089 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
18090
18091         Sync from coreutils.
18092
18093         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
18094         stat-time.h.
18095         * lib/argmatch.h: Include verify.h
18096         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
18097         (ARGMATCH_ASSERT): Remove; unused.
18098         * lib/canonicalize.c: Assume STDC_HEADERS.
18099         * lib/exclude.c: Include "strcase.h".
18100         * lib/regex_internal.h [!defined _LIBC]: Likewise.
18101         * lib/getusershell.c: Include stdio--.h rather than stdio.h
18102         and stdio-safer.h.
18103         (getusershell): Call fopen, not fopen_safer.
18104         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
18105         Do not include unistd-safer.h.
18106         (save_cwd): Don't call fd_safer; no longer needed
18107         now that we include fcntl--.h.
18108
18109         * lib/getdate.y (relative_time): New type.
18110         (RELATIVE_TIME_0): New constant.
18111         (parser_control): Use relative_time instead of doing it ourselves.
18112         (%union): Add new relative_time rel member.
18113         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
18114         Now typeless.
18115         (relunit, relunit_snumber): Now of type rel.
18116         (zone, rel, relunit, get_date): Adjust to above changes.
18117
18118         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
18119         Do not include unistd-safer.h.
18120         (getloadavg): Don't call fd_safer; no longer needed
18121         now that we include fcntl--.h.
18122
18123         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
18124         (make_dir_parents): Treat ENOSYS like EEXIST.
18125
18126         Improve quality of diagnostics on restore_cwd failure.
18127         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
18128         (make_dir_parents): Last arg is now int * (for errno), not bool *.
18129         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
18130         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
18131         each time through the loop.  Do not diagnose restore_cwd failure;
18132         that is the caller's job (and perhaps the caller does not care).
18133
18134         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
18135         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
18136         If the file already exists but is not a directory, don't bother
18137         to try to make its parents.
18138         Close potential file descriptor leak if we can't chdir("/") (!).
18139         Don't always return true if chdir($PWD) fails; return true only
18140         if the requested action was done successfully (except for the
18141         chdir($PWD)).
18142         Don't log final directory unless we actually made it.
18143         Refactor to avoid duplicate code to fix up permissions.
18144         Don't attempt to fix up parent permissions if chdir($PWD) fails.
18145
18146         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
18147         to make it a bit faster and (I hope) clearer.
18148         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
18149         Fix bug in formats like %2N.
18150
18151         * lib/verify.h: New file.
18152
18153 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
18154
18155         Sync from coreutils.
18156         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
18157
18158 2005-09-22  Jim Meyering  <jim@meyering.net>
18159
18160         Sync from coreutils.
18161
18162         * m4/lstat.m4 (gl_FUNC_LSTAT):
18163         Use AC_LIBSOURCES to require lstat.c and lstat.h.
18164         Remove obsolete comment.
18165         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
18166         * m4/xstrtod.m4: Likewise.
18167
18168         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
18169
18170 2005-09-22  Jim Meyering  <jim@meyering.net>
18171
18172         Sync from coreutils.
18173
18174         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
18175
18176         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
18177         the .tm_year member, since otherwise gcc-4.0 would now warn about
18178         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
18179
18180         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
18181         order to avoid an unsuppressible warning from gcc on 64-bit systems.
18182
18183         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
18184         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
18185         when run in a time zone for which daylight savings time is in effect
18186         for the starting date.
18187
18188         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
18189         stop us from restricting permissions of just-created absolute-named
18190         directories.
18191         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
18192         to restore initial working directory.
18193         * lib/mkdir-p.c (make_dir_parents): New parameter:
18194         different_working_dir, to tell caller if/when we change the working
18195         directory and are unable to return to the initial one.
18196         * lib/mkdir-p.h (make_dir_parents): Update prototype.
18197         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
18198         `return false'.  This fixes a bug introduced on 2004-07-30.
18199
18200         * lib/openat.c (fdopendir): Be sure to close the supplied
18201         file descriptor before returning.  This makes our replacement
18202         implementation a little closer to Solaris's, where fdopendir
18203         ties the file descriptor to the returned DIR* pointer.
18204         * lib/openat.c (unlinkat): New function.
18205         * lib/openat.h (unlinkat): Add prototype.
18206         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
18207         (openat_restore_fail): Rename from openat_restore_die.
18208         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
18209
18210         Provide an alternative to exiting immediately upon save_cwd or
18211         restore_cwd failure.  Now, an application can arrange e.g.,
18212         to perform a longjump in that case.
18213         * lib/openat.c: Include dirname.h.
18214         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
18215         (rpl_openat, fdopendir, fstatat): Call openat_save_die
18216         and openat_restore_die rather than calling error directly.
18217         Don't include "error.h" or "exitfail.h"; they're no longer needed.
18218
18219         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
18220         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
18221         define.
18222
18223         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
18224         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
18225                             int utc, int nanoseconds);
18226         Background:
18227         date should not have to allocate a megabyte of virtual memory to
18228         handle a format argument like +%1048575T.  When implemented with
18229         strftime, it must allocate such a buffer, use strftime to fill it
18230         in, print it, then free it.
18231         With fprintftime, it simply prints everything and exits.
18232         With no need for memory allocation, that's one fewer way to fail.
18233         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
18234         optional field width, not before, so we accept %9:z, not %:9z.
18235         (my_strftime): Be sure to use L_('x') for literals.
18236
18237         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
18238         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
18239         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
18240         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
18241         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
18242         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
18243         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
18244         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
18245         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
18246         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
18247         * lib/xgethostname.c, lib/xreadlink.c:
18248         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
18249
18250         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
18251         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
18252         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
18253         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
18254         and don't include <sys/file.h>).
18255
18256 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
18257
18258         Sync from coreutils.
18259
18260         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
18261         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
18262         [!LDAV_DONE]: Avoid unused variable warning.
18263
18264 2005-09-21  Bruno Haible  <bruno@clisp.org>
18265
18266         * lib/unicodeio.h (unicode_to_mb): New declaration.
18267
18268 2005-09-20  Derek Price  <derek@ximbiot.com>
18269
18270         * lib/getaddrinfo.c: Don't include <netdb.h> included from
18271         getaddrinfo.h.
18272
18273 2005-09-20  Bruno Haible  <bruno@clisp.org>
18274
18275         * gnulib-tool: Remove trailing slashes from the values specified for
18276         --source-base, --m4-base, --tests-base, --aux-dir.
18277         Suggested by Simon Josefsson <jas@extundo.com>.
18278
18279 2005-09-20  Bruno Haible  <bruno@clisp.org>
18280
18281         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
18282         func_modules_to_filelist, func_import, func_create_testdir): Make all
18283         sorting results locale-independent, so that gnulib-cache.m4 doesn't
18284         change when gnulib-tool is invoked in a different locale.
18285
18286 2005-09-19  Simon Josefsson  <jas@extundo.com>
18287
18288         * m4/socklen.m4: Fix typo.
18289
18290 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18291
18292         Use a consistent style for including <config.h>.
18293         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
18294         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
18295         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
18296         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
18297         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
18298         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
18299         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
18300         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
18301         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
18302         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
18303         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
18304         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
18305         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
18306         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
18307         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
18308         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
18309         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
18310         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
18311         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
18312         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
18313         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
18314         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
18315         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
18316         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
18317         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
18318         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
18319         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
18320         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
18321         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
18322         lib/xstrtoumax.c, lib/yesno.c:
18323         Standardize inclusion of config.h.
18324         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
18325         lib/inttostr.h:  Removed inclusion of config.h from header files.
18326         * lib/inttostr.c:  Adjusted in-tree users.
18327         * lib/timespec.h: Remove superfluous warning to include config.h.
18328         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
18329         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
18330         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
18331         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
18332         config.h with HAVE_CONFIG_H.
18333
18334 2005-09-19  Jim Meyering  <jim@meyering.net>
18335
18336         * modules/pathmax (License): Change to LGPL.
18337
18338 2005-09-19  Derek Price  <derek@ximbiot.com>
18339
18340         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
18341
18342 2005-09-19  Bruno Haible  <bruno@clisp.org>
18343
18344         * gnulib-tool (import): Provide default for --tests-base.
18345
18346 2005-09-19  Bruno Haible  <bruno@clisp.org>
18347
18348         * doc/quote.texi: New file, extracted from gnulib.texi.
18349         * doc/ctime.texi: New file, extracted from gnulib.texi.
18350         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
18351         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
18352         * doc/gnulib.texi: Include them.
18353
18354 2005-09-18  Bruno Haible  <bruno@clisp.org>
18355
18356         Portability fix.
18357         * gnulib-tool (func_readlink): New function.
18358         (func_ln_if_changed): Use it.
18359
18360 2005-09-18  Bruno Haible  <bruno@clisp.org>
18361
18362         * gnulib-tool: Support --with-tests also with --import.
18363         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
18364         (func_import): Use variables $testsbase and $inctests. Emit a
18365         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
18366         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
18367         SUBDIRS += $testsdir.
18368         (func_create_testdir): Update.
18369
18370 2005-09-18  Bruno Haible  <bruno@clisp.org>
18371
18372         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
18373         instead of $dry_run.
18374         (func_cp_if_changed, func_mv_if_changed): Remove functions.
18375         (func_ln_if_changed): Don't handle dry-run here.
18376         (func_import): In dry-run mode, detect more precisely which actions
18377         would be performed, and don't use "...ing" verbs.
18378
18379 2005-09-18  Bruno Haible  <bruno@clisp.org>
18380
18381         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
18382         (func_import): Use join on two temporary files instead of three nested
18383         loops, in order to determine which files are new or old.
18384
18385 2005-09-18  Bruno Haible  <bruno@clisp.org>
18386
18387         * gnulib-tool (func_import): Comment out code that spits out the
18388         new files with --dry-run.
18389
18390 2005-09-18  Bruno Haible  <bruno@clisp.org>
18391
18392         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
18393
18394 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18395
18396         * lib/stat-time.h: New file.
18397         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
18398         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
18399         in a different way.
18400         (timespec_cmp): New function.
18401         * lib/utimecmp.c: Include stat-time.h.
18402         (SYSCALL_RESOLUTION): Depend on whether various struct stat
18403         members exist, not on the obsolescent ST_MTIM_NSEC.
18404         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
18405
18406 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18407
18408         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
18409
18410 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
18411
18412         * MODULES.html.sh (File system functions): Add stat-time.
18413         * modules/stat-time: New file.
18414         * modules/timespec (Files): Remove m4/st_mtim.m4; this
18415         is now done in a different way, by the stat-time module.
18416         * modules/utimecmp (Depends-on): Add stat-time.
18417
18418 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
18419
18420         * m4/st_mtim.m4: Remove.  Superseded by...
18421         * m4/stat-time.m4: New file.
18422         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
18423         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
18424
18425 2005-09-15  Derek Price  <derek@ximbiot.com>
18426
18427         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
18428
18429 2005-09-15  Derek Price  <derek@ximbiot.com>
18430
18431         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
18432         * lib/regex_internal.c: Ditto, using this...
18433         (__GNUC_PREREQ): ...new macro.
18434         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
18435         using...
18436         (__GNUC_PREREQ): ...this new macro.
18437
18438         * lib/strstr.h: Include string.h. Define strstr as a macro here.
18439
18440 2005-09-15  Derek Price  <derek@ximbiot.com>
18441             Paul Eggert  <eggert@cs.ucla.edu>
18442
18443         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
18444         changes, consolidating in...
18445         * lib/regex_internal.h: ...this file.
18446
18447 2005-09-13  Jim Meyering  <jim@meyering.net>
18448
18449         * lib/canon-host.c: Filter through gnu indent and reword comments
18450         slightly.
18451         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
18452
18453 2005-09-13  Derek Price  <derek@ximbiot.com>
18454
18455         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
18456         failure.
18457         Reported by Jim Meyering  <jim@meyering.net>.
18458
18459 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
18460
18461         * lib/base64.c: Typo.
18462         (base64_encode): Put b64str in initialized data section.
18463
18464 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
18465
18466         Merge glibc and coreutils changes into gnulib, plus a few
18467         extra fixes.
18468         * lib/md5.c: Use #error rather than a string.
18469         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
18470         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
18471         (__attribute__): Define to empty for non recent-GCC.
18472         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
18473         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
18474         Renamed from their non-__ counterparts, with new macros replacing
18475         them if not _LIBC.  Add __THROW attribute.
18476         (rol): Remove.
18477         (struct md5_ctx): Align buffer if using GCC.
18478         * lib/sha1.h (struct sha1_ctx): Likewise.
18479         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
18480         The old name was backwards.
18481         (NOTSWAP): Remove; not used.
18482         (rol): New macro, moved here from md5.h.
18483         (sha1_process_block): Remove a FIXME that doesn't make sense.
18484
18485 2005-09-12  Derek Price  <derek@ximbiot.com>
18486
18487         Return usable errors from canon-host.
18488         * lib/canon-host.h: New file.
18489         * lib/canon-host.c (canon_host): Wrap...
18490         (canon_host_r): ...this new function, which now relies exclusively on
18491         getaddrinfo.
18492         (ch_strerror): New function.
18493         (last_cherror): New global.
18494         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
18495         interface.
18496         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
18497         void *.
18498         (freeaddrinfo): Free ai->ai_canonname when set.
18499
18500 2005-09-12  Derek Price  <derek@ximbiot.com>
18501
18502         Make canon-host require getaddrinfo.
18503         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
18504         AC_LIBSOURCE canon-host.h.  Call...
18505         (gl_PREREQ_CANON_HOST): ...this new function, which requires
18506         gl_GETADDRINFO.
18507         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
18508
18509 2005-09-12  Derek Price  <derek@ximbiot.com>
18510
18511         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
18512         LGPL.
18513         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
18514
18515 2005-09-12  Derek Price  <derek@ximbiot.com>
18516
18517         * lib/gai_strerror.c: Include config.h when available.  Include
18518         getaddrinfo.h before other headers to test interface.
18519         Reported by Larry Jones <lawrence.jones@ugs.com>.
18520
18521 2005-09-12  Derek Price  <derek@ximbiot.com>
18522             Paul Eggert  <eggert@cs.ucla.edu>
18523
18524         * modules/glob (Files): Add glob-libc.h.
18525
18526 2005-09-12  Derek Price  <derek@ximbiot.com>
18527             Paul Eggert  <eggert@cs.ucla.edu>
18528
18529         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
18530         glob_.h, glob-libc.h.
18531         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
18532
18533 2005-09-12  Derek Price  <derek@ximbiot.com>
18534             Paul Eggert  <eggert@cs.ucla.edu>
18535
18536         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
18537         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
18538         protecting things that should be done only in gnulib contexts.
18539         * lib/glob_.h: New file, containing only the glob things needed for
18540         gnulib.
18541         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
18542         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
18543         (glob, globfree, glob_pattern_p): Now defined simply in terms of
18544         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
18545         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
18546         and to respect the namespace rules better.
18547
18548 2005-09-08  Simon Josefsson  <jas@extundo.com>
18549
18550         * modules/socklen: New file.
18551
18552 2005-09-08  Simon Josefsson  <jas@extundo.com>
18553
18554         * m4/socklen.m4: New file.
18555
18556 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18557
18558         * modules/utimens (Files): Add m4/utimbuf.m4, since
18559         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
18560         Reported by Sergey Poznyakoff.
18561
18562 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18563
18564         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
18565         definitions, since that's the preferred style in glibc.
18566         Fix a minor spacing issue, and update copyright notice to match
18567         glibc's.
18568
18569 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
18570
18571         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
18572
18573 2005-09-06  Simon Josefsson  <jas@extundo.com>
18574
18575         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
18576         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
18577
18578 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18579
18580         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
18581         warning.
18582
18583 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
18584
18585         * config/srclist.txt: Add glibc bug 1302.
18586
18587 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
18588
18589         Change bitset word type from unsigned int to unsigned long int,
18590         as this has better performance on typical 64-bit hosts.
18591         Port bitset code to hosts with unusual word sizes.
18592         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
18593         (build_collating_symbol):
18594         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
18595         argument is a bitset.  This is merely a style issue, but it makes
18596         it clearer that an entire array is expected.
18597         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
18598         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
18599         Port to the case where bitset_word is not the same as unsigned int.
18600         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18601         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
18602         Likewise.
18603         * lib/regexec.c (check_dst_limits_calc_pos_1,
18604         check_subexp_matching_top):
18605         (build_trtable, group_nodes_into_DFAstates):
18606         Likewise.
18607         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
18608         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
18609         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
18610         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
18611         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
18612         * lib/regcomp.c (optimize_subexps, lower_subexp):
18613         Work even if bitset_word has holes in its bitwise representation.
18614         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
18615         * lib/regexec.c (check_dst_limits_calc_pos_1,
18616         check_subexp_matching_top):
18617         Likewise.
18618         * lib/regex_internal.c (re_string_reconstruct):
18619         Don't assume UCHAR_MAX == 255.
18620         * lib/regex_internal.h (bitset_set_all): Likewise.
18621         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
18622         All uses changed.
18623         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
18624         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
18625         All uses changed.
18626         (BITSET_WORD_MAX): New macro.
18627         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
18628         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
18629         (bitset_empty, bitset_copy):
18630         Prefer sizeof (bitset) to multiplying it out ourselves.
18631         (bitset_not_merge): Remove; unused.
18632         (bitset_contain): Return bool, not unsigned int with one bit on.
18633         All callers changed.
18634         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
18635         alignment than re_node_set; do this by defining a new internal
18636         type struct dests_alloc and using it to allocate memory.
18637
18638 2005-09-05  Bruno Haible  <bruno@clisp.org>
18639
18640         * gnulib-tool (func_import): Fix comparison in handling of symbolic
18641         links.
18642
18643 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
18644
18645         * modules/size_max (Makefile.am): Add size_max.h
18646
18647 2005-09-04  Derek Price  <derek@ximbiot.com>
18648
18649         * gnulib-tool (func_import): Fix reversed $symbolic logic.
18650
18651 2005-09-03  Simon Josefsson  <jas@extundo.com>
18652
18653         * gnulib-tool: Fix typo.
18654
18655 2005-09-03  Simon Josefsson  <jas@extundo.com>
18656
18657         * config/srclist.txt: Add glibc bug 1293.
18658
18659 2005-09-03  Derek Price  <derek@ximbiot.com>
18660
18661         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
18662         From Larry Jones <lawrence.jones@ugs.com>.
18663
18664 2005-09-02  Simon Josefsson  <jas@extundo.com>
18665
18666         * modules/socklen: New file.
18667
18668 2005-09-02  Simon Josefsson  <jas@extundo.com>
18669
18670         * modules/havelib: New module.
18671
18672         * modules/gettext, modules/iconv, modules/lock, modules/readline:
18673         Use havelib.
18674
18675 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18676
18677         Check for arithmetic overflow when calculating sizes, to prevent
18678         some buffer-overflow issues.  These patches are conservative, in the
18679         sense that when I couldn't determine whether an overflow was possible,
18680         I inserted a run-time check.
18681         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
18682         macros.
18683         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
18684         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
18685         (re_xnrealloc, re_x2nrealloc): New inline functions.
18686         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
18687         parse_bracket_exp):
18688         (build_equiv_class, build_charclass): Check for arithmetic overflow
18689         in size expression calculations.
18690         * lib/regex_internal.c (re_string_realloc_buffers):
18691         (build_wcs_upper_buffer, re_node_set_add_intersect):
18692         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
18693         (re_dfa_add_node, register_state): Likewise.
18694         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
18695         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
18696         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
18697         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
18698
18699 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
18700
18701         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
18702         m4/ulonglong.m4.  Problem reported by Martin Lambers.
18703
18704 2005-09-02  Bruno Haible  <bruno@clisp.org>
18705
18706         Support for lib vs. lib64 distinction on biarch platforms.
18707         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
18708         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
18709         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
18710
18711 2005-09-02  Bruno Haible  <bruno@clisp.org>
18712
18713         * gnulib-tool (import): In the other first-use case, provide defaults
18714         as well.
18715
18716 2005-09-02  Bruno Haible  <bruno@clisp.org>
18717
18718         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
18719         patches not yet found in the latest gettext release.
18720
18721 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18722
18723         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
18724         to avoid a collision with bits/local_lim.h in glibc.
18725         All uses changed.  Problem reported by Dmitry V. Levin in
18726         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
18727
18728         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
18729         bugs in int versus size_t comparisons.
18730         (re_string_context_at): Fix bug where the code assumed that
18731         Idx is signed.
18732
18733         Use bool where appropriate.
18734         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
18735         All callers changed.
18736         (calc_eclosure_iter): Likewise, for ROOT arg.
18737         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
18738         (build_charclass_op): Likewise, for NON_MATCH arg.
18739         * lib/regex_internal.c (re_string_allocate, re_string_construct):
18740         (re_string_construct_common): Likewise, for ICASE arg.
18741         * lib/regexec.c (re_search_2_stub, re_search_stub):
18742         Likewise, for RET_LEN arg.
18743         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
18744         (set_regs): Likewise, for FL_BACKTRACK arg.
18745         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
18746         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
18747         (calc_eclosure_iter, parse_bracket_exp):
18748         Use bool for internal variables that are booleans.
18749         * lib/regexec.c (re_search_internal, check_matching,
18750         proceed_next_node):
18751         (set_regs, build_sifted_states, sift_states_bkref):
18752         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
18753         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
18754         (find_collation_sequence_value):
18755         Likewise.
18756         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
18757         (re_node_set_compare):
18758         Return bool, not int. All callers changed.
18759         * lib/regexec.c (check_halt_node_context, check_dst_limits):
18760         (build_trtable, check_node_accept): Likewise.
18761         * lib/regex_internal.h: Include stdbool.h.
18762
18763         Fix bugs uncovered when converting to bool.
18764         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
18765         failure instead of charging ahead blindly.
18766         * lib/regex_internal.c (register_state): Likewise.
18767         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
18768         for freeing internal storage.
18769         (group_nodes_into_DFA_states): Use unsigned int, not int, for
18770         bitset pieces used as boolean, to avoid undefined behavior
18771         on hosts that do int overflow checking.
18772
18773 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
18774
18775         * config/srclist.txt: Add glibc bugs 1285-1287.
18776
18777 2005-09-01  Jim Meyering  <jim@meyering.net>
18778
18779         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
18780         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
18781         Require gl_STAT_MACROS, too.
18782
18783 2005-09-01  Bruno Haible  <bruno@clisp.org>
18784
18785         * gnulib-tool (import): In the first-use case, provide defaults.
18786
18787 2005-09-01  Bruno Haible  <bruno@clisp.org>
18788
18789         * gnulib-tool (func_import): Remove the .tmp files.
18790
18791 2005-09-01  Bruno Haible  <bruno@clisp.org>
18792
18793         * gnulib-tool (func_import): Fix handling of symbolic links.
18794
18795 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18796
18797         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
18798         old glibc regex code mishandles strings longer than 2**31 bytes.
18799         This patch fixes this when the regex code is used in gnulib
18800         (i.e., outside glibc).
18801
18802         This patch should not affect the use of the regex code inside
18803         glibc.  No doubt this problem also needs to be handled for glibc
18804         as well, but the result will be an incompatible change to the
18805         glibc ABI, and the old ABI will have to be supported too.  That
18806         can be the the subject for another patch.
18807
18808         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
18809         governing whether the rest of this patch is active.  By default,
18810         the macro is disabled and the patch has no effect.
18811         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
18812         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
18813         (struct re_pattern_buffer, re_search, re_search_2, re_match):
18814         (re_match_2, re_set_registers): Use the new types.
18815         * lib/regex_internal.h (Idx, re_hashval_t): New types.
18816         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
18817         New macros.
18818         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
18819         (re_string_context_at, bin_tree_t, re_dfastate_t):
18820         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
18821         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
18822         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
18823         (re_string_char_size_at, re_string_wchar_at):
18824         (re_string_elem_size_at):
18825         Use the new types and macros to port to 64-bit hosts.
18826         Use unsigned types for internal values, so that the code
18827         mostly works even for arrays larger than SSIZE_MAX.
18828         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
18829         (search_duplicated_node, calc_eclosure_iter, fetch_number):
18830         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
18831         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
18832         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
18833         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
18834         (calc_inveclosure, parse_dup_op, build_range_exp):
18835         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
18836         (fetch_number, create_token_tree, mark_opt_subexp):
18837         Likewise.
18838         * lib/regex_internal.c (re_string_construct_common,
18839         create_ci_newstate):
18840         (create_cd_newstate, re_string_allocate, re_string_construct):
18841         (re_string_realloc_buffers, build_wcs_upper_buffer):
18842         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
18843         (re_string_reconstruct, re_string_peek_byte_case):
18844         (re_string_fetch_byte_case, re_string_context_at):
18845         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
18846         (re_node_set_init_copy, re_node_set_add_intersect):
18847         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
18848         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
18849         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
18850         (re_acquire_state, re_acquire_state_context, register_state):
18851         Likewise.
18852         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
18853         search_cur_bkref_entry):
18854         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
18855         (re_search_internal, re_search_2_stub, re_search_stub)
18856         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
18857         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
18858         (update_cur_sifted_state, check_dst_limits):
18859         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18860         (check_subexp_limits, sift_states_bkref, merge_state_array):
18861         (check_subexp_matching_top, get_subexp, get_subexp_sub):
18862         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
18863         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
18864         (expand_bkref_cache, check_node_accept_bytes):
18865         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
18866         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
18867         (acquire_init_state_context, check_halt_node_context):
18868         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
18869         (sift_states_backward, clean_state_log_if_needed):
18870         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
18871         (find_recover_state, transit_state_sb, transit_state_mb):
18872         (transit_state_bkref, build_trtable, match_ctx_clean):
18873         Likewise.
18874         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
18875         to work around an assumption that REG_MISSING is negative.
18876
18877         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
18878         (seek_collating_symbol_entry) [defined _LIBC]:
18879         (lookup_collation_sequence_value) [defined _LIBC]:
18880         (build_range_exp, build_collating_symbol) [defined _LIBC]:
18881         Use prototypes rather than old-style function definitions.
18882         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
18883         (transit_state_sb) [0]:
18884         (find_collation_sequence_value) [defined _LIBC]: Likewise.
18885
18886         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
18887         rm_eo.
18888
18889         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
18890         (optimize_subexps, lower_subexp):
18891         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
18892         since the signed shift might overflow.  Use 1u<<31 instead.
18893         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
18894         Likewise.
18895         * lib/regexec.c (check_dst_limits_calc_pos_1,
18896         check_subexp_matching_top): Likewise.
18897
18898         * lib/regcomp.c (optimize_subexps, lower_subexp):
18899         Use CHAR_BIT rather than 8, for clarity.
18900         * lib/regexec.c (check_dst_limits_calc_pos_1):
18901         (check_subexp_matching_top): Likewise.
18902         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
18903         have to worry about portability issues when shifting it left.
18904         Remove no-longer-needed test for table_size > 0.
18905         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
18906         in a word, as the resulting behavior is undefined.
18907         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
18908         in one case, a <= should have been an <, and in another case the
18909         whole test was missing.
18910         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
18911         the standard name CHAR_BIT.
18912         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
18913         this is not true on one's complement and signed-magnitude hosts.
18914
18915         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
18916         next_last_offset.
18917         (struct re_dfa_t): Remove unused member states_alloc.
18918         * lib/regcomp.c (init_dfa): Don't initialize unused members.
18919
18920 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18921
18922         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
18923         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
18924         and large-file glibc and in 32-bit large-file Solaris.
18925
18926 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18927
18928         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
18929         lengths fit in regoff_t; this isn't true if regoff_t is the same
18930         width as size_t.
18931         * lib/regex.c (re_search_internal): 5th arg is LAST_START
18932         (= START + RANGE) instead of RANGE.  This avoids overflow
18933         problems when regoff_t is the same width as size_t.
18934         All callers changed.
18935         (re_search_2_stub): Check for overflow when adding the
18936         sizes of the two strings.
18937         (re_search_stub): Check for overflow when adding START
18938         to RANGE; if it occurs, substitute the extreme value.
18939
18940 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
18941
18942         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
18943
18944 2005-08-31  Jim Meyering  <jim@meyering.net>
18945
18946         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
18947         a pointer-to-const.
18948         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
18949         (register_state): Likewise.
18950         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
18951         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
18952         (group_nodes_into_DFAstates): Likewise.
18953
18954 2005-08-31  Jim Meyering  <jim@meyering.net>
18955
18956         * check-module: Add a FIXME comment.
18957
18958 2005-08-31  Eric Blake  <ebb9@byu.net>
18959
18960         * modules/unistd-safer (Files): Add unistd--.h.
18961         * modules/stdio-safer (Files): Add stdio--.h.
18962
18963 2005-08-31  Derek Price  <derek@ximbiot.com>
18964
18965         * lib/getdelim.c (getdelim): Return EOF on EOF.
18966         Reported by Larry Jones <lawrence.jones@ugs.com>.
18967
18968 2005-08-31  Bruno Haible  <bruno@clisp.org>
18969
18970         Avoid unnecessary diffs in the generated lib/Makefile.am.
18971         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
18972         the generated files.
18973         (func_import): Don't set cmd.
18974
18975 2005-08-31  Bruno Haible  <bruno@clisp.org>
18976
18977         * lib/strstr.c: Include <stddef.h>, for NULL.
18978         * lib/strcasestr.c: Likewise.
18979         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
18980
18981 2005-08-31  Bruno Haible  <bruno@clisp.org>
18982
18983         * gnulib-tool: New option --macro-prefix.
18984         (func_import): Use macro_prefix.
18985         (import): Handle option --macro-prefix.
18986
18987 2005-08-31  Bruno Haible  <bruno@clisp.org>
18988
18989         * gnulib-tool (import): Rename most ac_* variables to cached_*.
18990         Also use new variables cached_lgpl, cached_libtool.
18991
18992 2005-08-31  Bruno Haible  <bruno@clisp.org>
18993
18994         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
18995         always instantiating them.
18996
18997 2005-08-31  Bruno Haible  <bruno@clisp.org>
18998
18999         * gnulib-tool (func_import): Read the previous cached settings
19000         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
19001         earlier added by gnulib but are now dropped. Warn when a gnulib file
19002         overwrites a non-gnulib file.
19003
19004 2005-08-31  Bruno Haible  <bruno@clisp.org>
19005
19006         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
19007         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
19008         projects that don't keep autogenerated files in CVS. Put into
19009         actioncmd only the specified modules, not the transitive closure.
19010
19011 2005-08-31  Bruno Haible  <bruno@clisp.org>
19012
19013         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
19014         Create directories that shall be filled.
19015         (import): Don't look for gl_* macros in configure.ac. Recurse across
19016         all directories containing a gnulib-cache.m4 files, if meaningful.
19017
19018 2005-08-31  Bruno Haible  <bruno@clisp.org>
19019
19020         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
19021         (import): Set seen_libtool when we see gl_LIBTOOL.
19022
19023 2005-08-31  Bruno Haible  <bruno@clisp.org>
19024
19025         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
19026         declaration macro definitions from generated gnulib.m4.
19027
19028 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
19029
19030         * lib/iconvme.h: Add prototype for iconv_alloc.
19031
19032 2005-08-29  Simon Josefsson  <jas@extundo.com>
19033
19034         * lib/iconvme.c: Fix errno.
19035
19036 2005-08-29  Bruno Haible  <bruno@clisp.org>
19037
19038         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
19039         that it works when the directory contains spaces.
19040
19041 2005-08-29  Bruno Haible  <bruno@clisp.org>
19042
19043         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
19044
19045 2005-08-29  Bruno Haible  <bruno@clisp.org>
19046
19047         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
19048         Emit more advice.
19049
19050 2005-08-29  Bruno Haible  <bruno@clisp.org>
19051         and Stepan Kasal  <kasal@ucw.cz>
19052
19053         * check-module: If more parameters are given, check each of them
19054         separately; add more exceptions, as noted by Jim Meyering.
19055         (check_module): New procedure.
19056         (%exempt_header): Now contains all exceptions.
19057
19058 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
19059
19060         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
19061
19062 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
19063
19064         * lib/iconvme.c: Split iconv_string into iconv_alloc.
19065
19066 2005-08-28  Bruno Haible  <bruno@clisp.org>
19067
19068         * m4/gnulib-tool.m4: New file.
19069
19070 2005-08-27  Jim Meyering  <jim@meyering.net>
19071
19072         * modules/unistd-safer (Files): Add pipe-safer.c.
19073         * modules/fcntl-safer (Files): Add creat-safer.c.
19074
19075 2005-08-27  Jim Meyering  <jim@meyering.net>
19076
19077         * m4/stdlib-safer.m4: New file.  From coreutils.
19078         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
19079         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
19080         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
19081         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
19082         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
19083
19084 2005-08-27  Jim Meyering  <jim@meyering.net>
19085
19086         * lib/fopen-safer.c: Merge minor changes from coreutils.
19087         * lib/dup-safer.c: Likewise.
19088         * lib/fd-safer.c: Likewise.
19089
19090         Merge from coreutils.
19091         * lib/stdio--.h: New file.
19092         * lib/stdlib--.h: New file.
19093         * lib/mkstemp-safer.c: New file.
19094
19095         GNU tar needs these.
19096         * lib/pipe-safer.c: New file.
19097         * lib/creat-safer.c: New file.
19098         * lib/fcntl--.h (creat): Define to creat_safer.
19099         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
19100         * lib/unistd--.h (pipe): Define to pipe_safer.
19101         * lib/unistd-safer.h: Declare pipe_safer.
19102
19103 2005-08-26  Simon Josefsson  <jas@extundo.com>
19104
19105         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
19106         Haible <bruno@clisp.org>.
19107
19108 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
19109
19110         * lib/regex_internal.h: Remove all references to
19111         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
19112         or better.
19113         (bitset_not, bitset_merge, bitset_not_merge):
19114         (bitset_mask, re_string_allocate, re_string_construct):
19115         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
19116         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
19117         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
19118         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
19119         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19120         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19121         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
19122         (re_acquire_state_context):
19123         Remove unnecessary forward decls.
19124         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
19125         Put __attribute at function definition,
19126         now that the function decl has been removed.
19127         * lib/regex_internal.c (re_string_peek_byte_case):
19128         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
19129         Likewise.
19130
19131 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
19132
19133         * m4/regex.m4: Add AC_PREREQ(2.50).
19134         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
19135
19136 2005-08-25  Simon Josefsson  <jas@extundo.com>
19137
19138         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
19139         __fsetlocking.
19140
19141 2005-08-25  Simon Josefsson  <jas@extundo.com>
19142
19143         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
19144         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
19145         GLIBC specific code.
19146
19147 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19148
19149         Make regex safe for g++.  This fixes one real bug (an "err"
19150         that should have been "*err").  g++ problem reported by
19151         Sam Steingold.
19152         * lib/regex_internal.h (re_calloc): New macro, consistent with
19153         re_malloc etc.  All callers of calloc changed to use re_calloc.
19154         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
19155         not int.  All callers changed.
19156         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
19157         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
19158         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
19159         (find_recover_state): Change "err" to "*err"; this fixes what
19160         appears to be a real bug.
19161         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
19162         versus int.
19163
19164 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19165
19166         * modules/regex (Depends-on): Add malloc, since the code
19167         assumes that !malloc(0) means failure.
19168
19169 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19170
19171         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
19172
19173         alloca modernization/simplification for regex.
19174         * lib/regex.c: Remove portability cruft for alloca.  This no longer
19175         needs to be at the start of the file, and can be moved into
19176         regex_internal.h and simplified.
19177         * lib/regex_internal.h: Include <alloca.h>.
19178         (__libc_use_alloca) [!defined _LIBC]: New macro.
19179         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
19180         now works outside glibc.
19181
19182 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
19183
19184         * config/srclist.txt: Add glibc bugs 1241, 1245.
19185
19186 2005-08-25  Jim Meyering  <jim@meyering.net>
19187
19188         * lib/open-safer.c: Include <config.h>.
19189         Otherwise, we'd lose LARGEFILE support in any file using
19190         e.g. "fcntl--.h"
19191
19192 2005-08-25  Bruno Haible  <bruno@clisp.org>
19193
19194         * m4/minmax.m4: Require autoconf 2.52.
19195         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
19196         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
19197         alternatives of translit over the alphabet.
19198         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
19199
19200 2005-08-24  Simon Josefsson  <jas@extundo.com>
19201
19202         * tests/test-getpass.c: New file.
19203
19204 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19205
19206         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
19207         for GNU regex features.
19208
19209 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19210
19211         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
19212         * lib/regex.h (regerror): Likewise.
19213
19214         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
19215         requires this.  (The code never needed it.)
19216
19217         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
19218         All uses of recently-renamed identifiers changed to use the new,
19219         POSIX-compliant names.  The code will build and run just fine
19220         without these changes, but it's better to eat our own dog food
19221         and use the standard-conforming names.
19222
19223         * lib/regex.h: Fix a multitude of POSIX name space violations.
19224         These changes have an effect only for programs that define
19225         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
19226         do not change anything for programs compiled in the normal way.
19227         Also, there is no effect on the ABI.
19228
19229         (_REGEX_SOURCE): New macro.
19230         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
19231         defined and _GNU_SOURCE is not; this fixes a name space violation.
19232
19233         Rename the following macros to obey POSIX requirements.
19234         The old names are still visible as macros if _REGEX_SOURCE is defined.
19235         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
19236         RE_BACKSLASH_ESCAPE_IN_LISTS.
19237         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
19238         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
19239         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
19240         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
19241         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
19242         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
19243         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
19244         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
19245         (REG_INTERVALS): renamed from RE_INTERVALS.
19246         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
19247         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
19248         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
19249         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
19250         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
19251         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
19252         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
19253         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
19254         RE_UNMATCHED_RIGHT_PAREN_ORD.
19255         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
19256         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
19257         (REG_DEBUG): renamed from RE_DEBUG.
19258         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
19259         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
19260         unusual, since we can't clash with the POSIX REG_ICASE.
19261         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
19262         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
19263         (REG_NO_SUB): renamed from RE_NO_SUB.
19264         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
19265         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
19266         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
19267         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
19268         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
19269         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
19270         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
19271         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
19272         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
19273         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
19274         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
19275         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
19276         RE_SYNTAX_POSIX_MINIMAL_BASIC.
19277         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
19278         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
19279         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
19280         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
19281         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
19282         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
19283         (REG_FIXED): Renamed from REGS_FIXED.
19284         (REG_NREGS): Renamed from RE_NREGS.
19285
19286         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
19287         of other REG_* macros, since POSIX says the user is allowed to
19288         #undef these macros selectively.
19289
19290         (reg_errcode_t): Update comment stating what other tables need
19291         to be consistent.
19292
19293         Rename the following enum values to obey POSIX requirements.
19294         The old names are still visible as macros.
19295         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
19296         is not defined, since GNU is supposed to be a superset of POSIX as
19297         much as possible, and since we want reg_errcode_t to be a signed
19298         type for implementation consistency.
19299         (_REG_NOERROR): Renamed from REG_NOERROR.
19300         (_REG_NOMATCH): Renamed from REG_NOMATCH.
19301         (_REG_BADPAT): Renamed from REG_BADPAT.
19302         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
19303         (_REG_ECTYPE): Renamed from REG_ECTYPE.
19304         (_REG_EESCAPE): Renamed from REG_EESCAPE.
19305         (_REG_ESUBREG): Renamed from REG_ESUBREG.
19306         (_REG_EBRACK): Renamed from REG_EBRACK.
19307         (_REG_EPAREN): Renamed from REG_EPAREN.
19308         (_REG_EBRACE): Renamed from REG_EBRACE.
19309         (_REG_BADBR): Renamed from REG_BADBR.
19310         (_REG_ERANGE): Renamed from REG_ERANGE.
19311         (_REG_ESPACE): Renamed from REG_ESPACE.
19312         (_REG_BADRPT): Renamed from REG_BADRPT.
19313         (_REG_EEND): Renamed from REG_EEND.
19314         (_REG_ESIZE): Renamed from REG_ESIZE.
19315         (_REG_ERPAREN): Renamed from REG_ERPAREN.
19316         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
19317         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
19318         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
19319         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
19320
19321         (_REG_RE_NAME, _REG_RM_NAME): New macros.
19322         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
19323         changed.  But support the old name if the new one is not defined
19324         and if _REGEX_SOURCE.
19325
19326         Change the following member names in struct re_pattern_buffer.
19327         The old names are still supported if !_REGEX_SOURCE.
19328         The new names are always supported, regardless of _REGEX_SOURCE.
19329         (re_buffer): Renamed from buffer.
19330         (re_allocated): Renamed from allocated.
19331         (re_used): Renamed from used.
19332         (re_syntax): Renamed from syntax.
19333         (re_fastmap): Renamed from fastmap.
19334         (re_translate): Renamed from translate.
19335         (re_can_be_null): Renamed from can_be_null.
19336         (re_regs_allocated): Renamed from regs_allocated.
19337         (re_fastmap_accurate): Renamed from fastmap_accurate.
19338         (re_no_sub): Renamed from no_sub.
19339         (re_not_bol): Renamed from not_bol.
19340         (re_not_eol): Renamed from not_eol.
19341         (re_newline_anchor): Renamed from newline_anchor.
19342
19343         Change the following member names in struct re_registers.
19344         The old names are still supported if !_REGEX_SOURCE.
19345         The new names are always supported, regardless of _REGEX_SOURCE.
19346         (rm_num_regs): Renamed from num_regs.
19347         (rm_start): Renamed from start.
19348         (rm_end): Renamed from end.
19349
19350         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
19351         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
19352         Prepend __ to parameter names.
19353
19354         Undo yesterday's changes.
19355
19356 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
19357
19358         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
19359         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
19360         lib/regex.c.
19361
19362 2005-08-24  Jim Meyering  <jim@meyering.net>
19363
19364         Sync from coreutils.
19365         * m4/fcntl-safer.m4: New file.
19366
19367         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
19368         and object files for this module.
19369
19370 2005-08-24  Jim Meyering  <jim@meyering.net>
19371
19372         Sync from coreutils.
19373         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
19374
19375 2005-08-24  Jim Meyering  <jim@meyering.net>
19376
19377         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
19378         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
19379
19380 2005-08-24  Jim Meyering  <jim@meyering.net>
19381
19382         * modules/fcntl-safer: New module.
19383         * modules/fts (Depends-on): Add fcntl-safer.
19384         * MODULES.html.sh (File descriptor based Input/Output):
19385         Add fcntl-safer.
19386
19387 2005-08-24  Bruno Haible  <bruno@clisp.org>
19388
19389         Support for unit test modules.
19390         * modules/README: Mention tests modules.
19391         * modules/TEMPLATE-TESTS: New file.
19392         * gnulib-tool: New options --extract-tests-module, --with-tests and
19393         --tests-base (unused for the moment).
19394         (testsbase, inctests): New variables.
19395         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
19396         (func_verify_module): Exclude TEMPLATE-TESTS.
19397         (func_verify_nontests_module, func_verify_tests_module): New functions.
19398         (func_get_dependencies): Add implicit dependency for tests modules.
19399         (func_get_tests_module): New function.
19400         (func_modules_transitive_closure): When --with-tests was specified,
19401         include the unit tests as well, unless explicitly avoided.
19402         (func_emit_lib_Makefile_am): Ignore the tests modules here.
19403         (func_emit_tests_Makefile_am): New function.
19404         (func_create_testdir): When --with-tests was specified, emit a
19405         tests/ directory.
19406         * MODULES.html.sh (Future developments): Update.
19407
19408 2005-08-24  Bruno Haible  <bruno@clisp.org>
19409
19410         * modules/tls-tests: New file.
19411         * tests/test-tls.c: New file, from GNU gettext.
19412
19413 2005-08-24  Bruno Haible  <bruno@clisp.org>
19414
19415         * modules/lock-tests: New file.
19416         * tests/test-lock.c: New file, from GNU gettext.
19417
19418 2005-08-24  Bruno Haible  <bruno@clisp.org>
19419
19420         * lib/lock.h: Add multiple inclusion guard.
19421         * lib/tls.h: Add multiple inclusion guard.
19422
19423 2005-08-24  Bruno Haible  <bruno@clisp.org>
19424
19425         * gnulib-tool: Add support for the --aux-dir option to
19426         --create-testdir, --create-megatestdir, --test, --megatest.
19427         (func_create_testdir, func_create_megatestdir): Optionally emit a
19428         AC_CONFIG_AUX_DIR directive.
19429         (create-testdir, create-megatestdir, test, megatest): Provide a
19430         default value for $auxdir.
19431
19432 2005-08-24  Bruno Haible  <bruno@clisp.org>
19433
19434         * gnulib-tool (import): Use compound statement instead of subshell
19435         where possible.
19436
19437 2005-08-24  Bruno Haible  <bruno@clisp.org>
19438
19439         * gnulib-tool (import): Change --aux-dir default to "build-aux".
19440
19441 2005-08-24  Bruno Haible  <bruno@clisp.org>
19442
19443         * gnulib-tool (func_version): Update.
19444
19445 2005-08-24  Bruno Haible  <bruno@clisp.org>
19446
19447         * gnulib-tool (func_import, func_create_testdir,
19448         func_create_megatestdir): Quote all autoconf macro arguments.
19449
19450 2005-08-24  Bruno Haible  <bruno@clisp.org>
19451
19452         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
19453         option --force, because --force causes the aclocal.m4 of each
19454         subdirectory to be newer than the corresponding config.h.in.
19455
19456 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19457
19458         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
19459         All contents moved to gl_REGEX.
19460         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
19461         assume that it does.
19462
19463 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19464
19465         * lib/regex.h (REG_NOSYS)
19466         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
19467         Define, since POSIX requires it as of 2001.
19468         (_REG_ENOSYS)
19469         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
19470         New private symbol, used to keep the enum signed in all cases.
19471         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
19472         Youngman in
19473         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
19474
19475         * lib/regex_internal.c (re_string_skip_chars, register_state):
19476         (calc_state_hash):
19477         Remove forward decls; no longer needed now that we use prototypes.
19478         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
19479         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
19480         (clean_state_log_if_needed): Likewise.
19481
19482 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
19483
19484         * config/srclist.txt: Add glibc bugs 1231-1233.
19485
19486 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19487
19488         Fix problems reported by Sam Steingold in
19489         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
19490         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
19491         assumed that reg_errcode_t is a signed type, which is not
19492         necessarily true if _XOPEN_SOURCE is not defined.
19493         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
19494         since some compilers warn about it otherwise.
19495
19496 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19497
19498         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
19499         (init_word_char, create_initial_state, duplicate_node_closure):
19500         (fetch_token, peek_token_bracket, build_range_exp):
19501         (build_collating_symbol): Remove forward decls; no longer needed
19502         now that we use prototypes.
19503
19504         * lib/regcomp.c:
19505         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
19506         (re_compile_fastmap_iter, regcomp, regerror, regfree):
19507         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
19508         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
19509         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
19510         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
19511         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
19512         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
19513         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
19514         (build_range_exp, build_collating_symbol, parse_bracket_exp):
19515         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
19516         (build_charclass, build_charclass_op, fetch_number, create_tree):
19517         (create_token_tree, mark_opt_subexp, duplicate_tree):
19518         Use prototypes rather than old-style definitions.
19519
19520         * lib/regex_internal.c:
19521         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
19522         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
19523         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
19524         (re_string_reconstruct, re_string_peek_byte_case):
19525         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
19526         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
19527         (re_node_set_init_copy, re_node_set_add_intersect):
19528         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
19529         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
19530         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
19531         (re_acquire_state, re_acquire_state_context, register_state):
19532         (create_ci_newstate, create_cd_newstate, free_state):
19533         Likewise.
19534         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
19535         re_search_2):
19536         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
19537         (re_search_internal, prune_impossible_nodes):
19538         (acquire_init_state_context, check_matching, static):
19539         (check_halt_node_context, check_halt_state_context, proceed_next_node):
19540         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
19541         (update_regs, sift_states_backward, build_sifted_states):
19542         (clean_state_log_if_needed, merge_state_array):
19543         (update_cur_sifted_state, add_epsilon_src_nodes):
19544         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
19545         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
19546         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
19547         (find_recover_state, check_subexp_matching_top, transit_state_mb):
19548         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
19549         (check_arrival, check_arrival_add_next_nodes):
19550         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
19551         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
19552         (check_node_accept_bytes, check_node_accept, extend_buffers):
19553         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
19554         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
19555         (sift_ctx_init):
19556         Likewise.
19557
19558         * lib/regex_internal.h:
19559         (re_string_allocate, re_string_construct, re_string_reconstruct):
19560         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
19561         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
19562         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
19563         (re_string_context_at, re_string_peek_byte_case):
19564         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
19565         is defined, since we now use prototypes always.
19566
19567         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
19568         C89 or better.  All uses removed.
19569
19570 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
19571
19572         * config/srclist.txt: Add glibc bugs 1220-1227.
19573
19574 2005-08-20  Jim Meyering  <jim@meyering.net>
19575
19576         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
19577         of unused local, dfa.
19578
19579 2005-08-20  Bruno Haible  <bruno@clisp.org>
19580
19581         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
19582
19583 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19584
19585         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
19586         (re_node_set_insert_last, re_dfa_add_node):
19587         Rename local variables to avoid GCC shadowing warnings.
19588
19589 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19590
19591         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
19592         [defined lint]: Suppress bogus uninitialized-variable warnings.
19593
19594         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
19595         and let the caller return REG_ESPACE if out of space.  This
19596         removes an uninitialied-variable warning with GCC 4.0.1, and also
19597         avoids taking the address of a local variable.  All callers
19598         changed.
19599
19600 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19601
19602         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
19603         $LIBCSRC/posix/regexec.c.
19604         Add glibc bug 1217 for regcomp.c.
19605
19606 2005-08-19  Jim Meyering  <jim@meyering.net>
19607
19608         * lib/regexec.c (proceed_next_node): Redo local variables to
19609         avoid GCC shadowing warnings.
19610
19611 2005-08-18  Bruno Haible  <bruno@clisp.org>
19612
19613         * lib/strstr.c (strstr): Fix return value in multibyte case.
19614         * lib/strcasestr.c (strcasestr): Likewise.
19615
19616 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19617
19618         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
19619
19620 2005-08-17  Jim Meyering  <jim@meyering.net>
19621
19622         Make the %s format (seconds since the epoch) work for a negative
19623         number and when used with a zero-padded field width, e.g. %015s.
19624
19625         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
19626         label so that it precedes the code to set `digits'.  Otherwise,
19627         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
19628         print `00-22'.  Now, it prints `-0022', as it should.
19629
19630 2005-08-17  Bruno Haible  <bruno@clisp.org>
19631
19632         * modules/strstr (Files): Add m4/mbrtowc.m4.
19633         (Depends-on): Add mbuiter.
19634
19635 2005-08-17  Bruno Haible  <bruno@clisp.org>
19636
19637         * modules/strcasestr: New file.
19638         * MODULES.html.sh (String handling, based on ANSI C 89): Add
19639         strcasestr.
19640
19641 2005-08-17  Bruno Haible  <bruno@clisp.org>
19642
19643         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
19644
19645 2005-08-17  Bruno Haible  <bruno@clisp.org>
19646
19647         * modules/mbuiter: New file.
19648         * MODULES.html.sh (Extended multibyte and wide character utilities):
19649         Add mbuiter.
19650
19651 2005-08-17  Bruno Haible  <bruno@clisp.org>
19652
19653         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
19654         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
19655
19656 2005-08-17  Bruno Haible  <bruno@clisp.org>
19657
19658         * m4/strcasestr.m4: New file.
19659
19660 2005-08-17  Bruno Haible  <bruno@clisp.org>
19661
19662         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
19663         * lib/strstr.c: Completely rewritten, with multibyte locale support.
19664
19665 2005-08-17  Bruno Haible  <bruno@clisp.org>
19666
19667         * lib/strcasestr.h: New file.
19668         * lib/strcasestr.c: New file.
19669
19670 2005-08-17  Bruno Haible  <bruno@clisp.org>
19671
19672         * lib/strcasecmp.c: Use mbuiter.h.
19673
19674 2005-08-17  Bruno Haible  <bruno@clisp.org>
19675
19676         * lib/mbuiter.h: New file.
19677
19678 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
19679
19680         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
19681         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
19682         and gl_GETOPT are both invoked via different paths (as happens
19683         with GNU tar CVS because it uses both argp and getopt), the former
19684         wins.
19685
19686 2005-08-16  Bruno Haible  <bruno@clisp.org>
19687
19688         * modules/tls: New file.
19689         * MODULES.html.sh (Multithreading): Add tls.
19690
19691 2005-08-16  Bruno Haible  <bruno@clisp.org>
19692
19693         * modules/strnlen1: New file.
19694         * MODULES.html.sh (String handling): Add strnlen1.
19695
19696 2005-08-16  Bruno Haible  <bruno@clisp.org>
19697
19698         * modules/strcase (Files): Add m4/mbrtowc.m4.
19699         (Depends-on): Add strnlen1, mbchar.
19700
19701 2005-08-16  Bruno Haible  <bruno@clisp.org>
19702
19703         * modules/mbiter: New file.
19704         * MODULES.html.sh (Extended multibyte and wide character utilities):
19705         Add mbiter.
19706
19707 2005-08-16  Bruno Haible  <bruno@clisp.org>
19708
19709         * modules/mbfile: New file.
19710         * MODULES.html.sh (Extended multibyte and wide character utilities):
19711         Add mbfile.
19712
19713 2005-08-16  Bruno Haible  <bruno@clisp.org>
19714
19715         * modules/mbchar: New file.
19716         * MODULES.html.sh (Extended multibyte and wide character utilities):
19717         New section.
19718
19719 2005-08-16  Bruno Haible  <bruno@clisp.org>
19720
19721         * m4/tls.m4: New file, from GNU gettext.
19722
19723 2005-08-16  Bruno Haible  <bruno@clisp.org>
19724
19725         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
19726         always.
19727         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
19728
19729 2005-08-16  Bruno Haible  <bruno@clisp.org>
19730
19731         * m4/mbiter.m4: New file.
19732
19733 2005-08-16  Bruno Haible  <bruno@clisp.org>
19734
19735         * m4/mbfile.m4: New file.
19736
19737 2005-08-16  Bruno Haible  <bruno@clisp.org>
19738
19739         * m4/mbchar.m4: New file.
19740
19741 2005-08-16  Bruno Haible  <bruno@clisp.org>
19742
19743         * lib/tls.h: New file, from GNU gettext.
19744         * lib/tls.c: New file, from GNU gettext.
19745
19746 2005-08-16  Bruno Haible  <bruno@clisp.org>
19747
19748         * lib/strnlen1.h: New file.
19749         * lib/strnlen1.c: New file.
19750
19751 2005-08-16  Bruno Haible  <bruno@clisp.org>
19752
19753         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
19754         (mbi_init): Update.
19755         (mbi_avail, mbi_advance): Let the iteration end before the terminating
19756         NUL byte, not after it.
19757
19758 2005-08-16  Bruno Haible  <bruno@clisp.org>
19759
19760         * lib/strcase.h (strcasecmp): Add note in comments.
19761         * lib/strncasecmp.c: Use code from strcasecmp.c.
19762         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
19763         (strcasecmp): Work correctly in multibyte locales.
19764
19765 2005-08-16  Bruno Haible  <bruno@clisp.org>
19766
19767         * lib/mbiter.h: New file.
19768
19769 2005-08-16  Bruno Haible  <bruno@clisp.org>
19770
19771         * lib/mbfile.h: New file.
19772
19773 2005-08-16  Bruno Haible  <bruno@clisp.org>
19774
19775         * lib/mbchar.h: New file.
19776         * lib/mbchar.c: New file.
19777
19778 2005-08-16  Bruno Haible  <bruno@clisp.org>
19779
19780         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
19781         the valid ones. Makes the comparison operations transitive:
19782         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
19783         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
19784
19785 2005-08-15  Simon Josefsson  <jas@extundo.com>
19786
19787         * modules/ssize_t (License): Change to 'unlimited'.
19788
19789         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
19790
19791 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
19792
19793         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
19794         Add comments for each pending glibc patch.
19795
19796 2005-08-15  Bruno Haible  <bruno@clisp.org>
19797
19798         * lib/regex.h (__restrict_arr): Don't define to __restrict if
19799         __cplusplus is defined.
19800
19801 2005-08-14  Jim Meyering  <jim@meyering.net>
19802
19803         Sync from coreutils.
19804
19805         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
19806         Use the hash-table-based cycle-detection code not just when
19807         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
19808         Reported by James Youngman in
19809         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
19810         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
19811         FTS_TIGHT_CYCLE_CHECK.
19812         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
19813         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
19814         once again.
19815         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
19816         * lib/fts.c (fd_safer): Remove decl.
19817         Include fcntl--.h rather than unistd-safer.h
19818         (fts_safe_changedir): Don't call fd_safer; no longer needed
19819         now that we include fcntl--.h.
19820
19821 2005-08-12  Simon Josefsson  <jas@extundo.com>
19822
19823         * modules/getndelim2: Use ssize_t module.
19824         * modules/getnline: Likewise.
19825         * modules/safe-read: Likewise.
19826         * modules/xreadlink: Likewise.
19827
19828         * modules/ssize_t: New file.
19829
19830 2005-08-12  Simon Josefsson  <jas@extundo.com>
19831
19832         * m4/readline.m4: Look for termcap, curses or ncurses if required.
19833
19834 2005-08-12  Simon Josefsson  <jas@extundo.com>
19835
19836         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19837         ssize_t.
19838
19839 2005-08-12  Simon Josefsson  <jas@extundo.com>
19840
19841         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
19842         readline, getdelim and check_version.
19843         (Support for systems lacking ISO C 99: Sizes of integer types):
19844         Add size_max.
19845
19846 2005-08-12  Bruno Haible  <bruno@clisp.org>
19847
19848         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
19849
19850 2005-08-11  Simon Josefsson  <jas@extundo.com>
19851
19852         * modules/readline: New file.
19853
19854         * modules/strnlen (Files): Add strnlen.h.
19855
19856 2005-08-11  Simon Josefsson  <jas@extundo.com>
19857
19858         * m4/readline.m4: New file.
19859
19860 2005-08-11  Simon Josefsson  <jas@extundo.com>
19861
19862         * lib/readline.h, readline.c: New file.
19863
19864 2005-08-11  Simon Josefsson  <jas@extundo.com>
19865
19866         * doc/gnulib.texi (Initial import, Finishing touches): Mention
19867         gl_AVOID.
19868
19869 2005-08-11  Bruno Haible  <bruno@clisp.org>
19870
19871         * lib/strnlen.h (strnlen): Change parameter name to match comment.
19872
19873 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
19874
19875         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
19876
19877 2005-08-10  Simon Josefsson  <jas@extundo.com>
19878
19879         * tests/test-iconvme.c: New file.
19880
19881 2005-08-10  Simon Josefsson  <jas@extundo.com>
19882
19883         * m4/strnlen.m4: New file.
19884
19885         * m4/strndup.m4: Don't check for strnlen declaration, done in
19886         strnlen.m4.
19887
19888 2005-08-10  Simon Josefsson  <jas@extundo.com>
19889
19890         * lib/strndup.c: Use strnlen.h.
19891
19892         * lib/strnlen.h: New file.
19893
19894 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19895
19896         * README: Typos.
19897
19898 2005-08-02  Simon Josefsson  <jas@extundo.com>
19899
19900         * modules/readline: New file.
19901
19902 2005-08-02  Simon Josefsson  <jas@extundo.com>
19903
19904         * modules/getdelim: New file.
19905
19906         * modules/getline: Rewrite, don't use getndelim2.
19907
19908 2005-08-02  Simon Josefsson  <jas@extundo.com>
19909
19910         * m4/getline.m4: Separate out getdelim stuff into separate module.
19911
19912         * m4/getdelim.m4: New file.
19913
19914 2005-08-02  Simon Josefsson  <jas@extundo.com>
19915
19916         * lib/getline.h, getline.c: Rewrite.
19917
19918         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
19919
19920 2005-07-31  Bruno Haible  <bruno@clisp.org>
19921
19922         * lib/lock.h (gl_lock_initializer): New macro.
19923         (gl_lock_define_initialized): Use it.
19924         (gl_rwlock_initializer): New macro.
19925         (gl_rwlock_define_initialized): Use it.
19926         (gl_recursive_lock_initializer): New macro.
19927         (gl_recursive_lock_define_initialized): Use it.
19928
19929 2005-07-30  Karl Berry  <karl@gnu.org>
19930
19931         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
19932         Report from Ben Pfaff, regarding getopt.
19933
19934 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
19935
19936         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
19937         normal way.
19938         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
19939         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
19940         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
19941         (gl_GETOPT): Use the new macros.  Most of the implementation
19942         is moved to the new macros.  This is for programs like Emacs
19943         that don't want all the functionality of gl_GETOPT.
19944
19945 2005-07-26  Bruno Haible  <bruno@clisp.org>
19946
19947         * m4/lock.m4: Update from GNU gettext.
19948
19949 2005-07-26  Bruno Haible  <bruno@clisp.org>
19950
19951         * lib/lock.h: Update from GNU gettext.
19952         * lib/lock.c: Update from GNU gettext.
19953
19954 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
19955
19956         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
19957         obsolescent AC_TRY_RUN.  Include the default includes files, for
19958         'exit'.
19959
19960 2005-07-24  Bruno Haible  <bruno@clisp.org>
19961
19962         * modules/visibility: New file.
19963         * MODULES.html.sh (Misc): Add visibility.
19964
19965 2005-07-24  Bruno Haible  <bruno@clisp.org>
19966
19967         * m4/visibility.m4: New file.
19968
19969 2005-07-24  Bruno Haible  <bruno@clisp.org>
19970
19971         * doc/visibility.texi: New file.
19972
19973 2005-07-22  Bruno Haible  <bruno@clisp.org>
19974
19975         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
19976         $(ALLOCA_H), redundant through BUILT_SOURCES.
19977         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
19978         redundant through BUILT_SOURCES.
19979         * modules/byteswap (Makefile.am): Remove explicit dependency on
19980         $(BYTESWAP_H), redundant through BUILT_SOURCES.
19981         * modules/fnmatch (Makefile.am): Remove explicit dependency on
19982         $(FNMATCH_H), redundant through BUILT_SOURCES.
19983         * modules/getopt (Makefile.am): Remove explicit dependency on
19984         $(GETOPT_H), redundant through BUILT_SOURCES.
19985         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
19986         redundant through BUILT_SOURCES.
19987         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
19988         redundant through BUILT_SOURCES.
19989         * modules/stdbool (Makefile.am): Remove explicit dependency on
19990         $(STDBOOL_H), redundant through BUILT_SOURCES.
19991         * modules/stdint (Makefile.am): Remove explicit dependency on
19992         $(STDINT_H), redundant through BUILT_SOURCES.
19993         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
19994         Remove explicit dependency on $(SYSEXITS_H).
19995         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
19996
19997 2005-07-18  Simon Josefsson  <jas@extundo.com>
19998
19999         * lib/check-version.c (check_version): Accept identical versions too.
20000
20001 2005-07-18  Bruno Haible  <bruno@clisp.org>
20002
20003         * modules/lock: New file.
20004         * MODULES.html.sh (Multithreading): New section.
20005
20006 2005-07-18  Bruno Haible  <bruno@clisp.org>
20007
20008         * m4/lock.m4: New file, from GNU gettext.
20009
20010 2005-07-18  Bruno Haible  <bruno@clisp.org>
20011
20012         * lib/lock.h: New file, from GNU gettext.
20013         * lib/lock.c: New file, from GNU gettext.
20014
20015 2005-07-18  Bruno Haible  <bruno@clisp.org>
20016
20017         * lib/lock.h (gl_once_t): New type.
20018         (gl_once_define, gl_once): New macros.
20019         * lib/lock.c (fresh_once): New variable.
20020         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
20021         functions.
20022
20023 2005-07-16  Simon Josefsson  <jas@extundo.com>
20024
20025         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
20026         workaround, suggested by Bruno.
20027
20028 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
20029
20030         * modules/xalloc (Depends-on): Add xalloc-die.
20031         * modules/xvasprintf (Depends-on): Add xalloc-die.
20032
20033 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
20034
20035         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
20036         with a minor change.
20037
20038 2005-07-15  Bruno Haible  <bruno@clisp.org>
20039
20040         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
20041         When using lib/poll.c, define poll as rpl_poll.
20042
20043 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
20044
20045         * modules/argp (Depends-on): Remove unlocked-io.
20046
20047 2005-07-14  Derek Price  <derek@ximbiot.com>
20048
20049         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
20050         for glob symlink bug.
20051
20052 2005-07-14  Bruno Haible  <bruno@clisp.org>
20053
20054         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
20055         Instead, test for *_unlocked function declarations directly.
20056
20057 2005-07-11  Simon Josefsson  <jas@extundo.com>
20058
20059         * modules/size_max: New file.
20060
20061         * modules/xsize: Depend on size_max module for size_max.m4.
20062
20063 2005-07-11  Simon Josefsson  <jas@extundo.com>
20064
20065         * lib/size_max.h: New file.
20066
20067 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
20068
20069         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
20070         copyright symbol and the year.
20071         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
20072         (version_etc_va): Use parameterized copyright notice.
20073         Reword to conform to the current GNU coding standards.
20074
20075 2005-07-11  Karl Berry  <karl@gnu.org>
20076
20077         * doc/gnulib.texi (Quoting): new node.
20078         (Initial import): more info, from Patrice.
20079
20080 2005-07-11  Bruno Haible  <bruno@clisp.org>
20081
20082         * gnulib-tool (func_usage): Document option --avoid.
20083         (Command line options): Handle --avoid.
20084         (func_acceptable): New function.
20085         (func_modules_transitive_closure): Use it.
20086
20087 2005-07-11  Bruno Haible  <bruno@clisp.org>
20088
20089         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
20090         Reported by Jim Meyering.
20091
20092 2005-07-10  Bruno Haible  <bruno@clisp.org>
20093
20094         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
20095         Needed when size_t is smaller than 'unsigned int'.
20096         Reported by Paul Eggert.
20097
20098 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20099
20100         * modules/argp (Depends-on): Add unlocked-io
20101
20102 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20103
20104         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
20105         block of defines.
20106
20107 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
20108
20109         * config/srclist.txt: Comment out regcomp.c, since we have a porting
20110         fix now.
20111
20112 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
20113         and Paul Eggert  <eggert@cs.ucla.edu>
20114
20115         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
20116         in wint_t, not wchar_t.  Remove now-unnecessary cast.
20117
20118 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
20119
20120         * modules/regex (Files): Add lib/regex_internal.c,
20121         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
20122         (Depends-on): Add extensions.
20123         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
20124
20125 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
20126
20127         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
20128         pathconf.
20129         * m4/same.m4 (gl_SAME): Likewise.
20130         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
20131
20132         * m4/regex.m4: Adjust to new libc regex implementation.
20133         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
20134         all the .c and .h parts of (the new) regex.
20135         Quote the m4 stuff better.
20136         Check for RE_ICASE bug of old gnulib.
20137         Check for REG_STARTEND of recent libc.
20138         Rename local variables from jm_* to gl_*.
20139         Quote operand of "test -f".
20140         Say "recent enough" version of libc, not "version 2".
20141         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
20142         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
20143         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
20144         Remove check for btowc, isascii.
20145         Require AM_LANGINFO_CODESET.
20146
20147 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
20148
20149         * lib/regex.c, regex.h: Sync from libc.
20150         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
20151         * lib/regexec.c:
20152         New files, synced from libc, except that regex_internal.h
20153         currently has a small porting fix.
20154
20155 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
20156
20157         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
20158         regex_internal.c, regexec.c.
20159         Add regex_internal.h too, but as a comment, since the libc version
20160         is currently broken in gnulib mode.
20161
20162 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
20163
20164         Support programs like Emacs that use gnulib but not gettext.
20165         * MODULES.html.sh (Internationalization functions): Add gettext-h.
20166         * modules/gettext-h: New file.
20167         * modules/gettext (Files): Remove lib/gettext.h.
20168         (Depends-on): Add gettext-h.
20169         (Makefile.am): Remove lib_SOURCES.
20170         * modules/argmatch, modules/c-stack, modules/closeout:
20171         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
20172         * modules/execute, modules/file-type, modules/getaddrinfo:
20173         * modules/getopt, modules/human, modules/javacomp:
20174         * modules/javaexec, modules/mkdir-p, modules/obstack:
20175         * modules/openat, modules/pagealign_alloc, modules/pipe:
20176         * modules/quotearg, modules/regex, modules/rpmatch:
20177         * modules/unicodeio, modules/userspec, modules/version-etc:
20178         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
20179         * modules/xsetenv:
20180         Depend on gettext-h, not gettext.
20181
20182 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
20183
20184         * gnulib-tool (func_import): Add support for 'public domain' license.
20185         * modules/alloca, modules/atexit, modules/memmove:
20186         Now public domain, not GPL.
20187         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
20188         * modules/realloc, modules/strerror, modules/strtod:
20189         Now LGPL, not GPL.
20190
20191 2005-07-05  Bruno Haible  <bruno@clisp.org>
20192
20193         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
20194         autoconf CVS. Needed for mingw.
20195
20196 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20197
20198         Remove the dependency of the strftime module on the tzset module.
20199         * modules/strftime (Depends-on): Remove dependency on tzset.
20200
20201 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20202
20203         Remove the dependency of the strftime module on the tzset module.
20204         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
20205         gl_FUNC_TZSET_CLOBBER.
20206
20207 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
20208
20209         Remove the dependency of the strftime module on the tzset module.
20210         * lib/strftime.c (my_strftime)
20211         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
20212         Copy the input structure, to work around some of the bug with
20213         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
20214         Solaris releases, you should also use the tzset module, but we won't
20215         require it as a dependency any more since we don't want LGPLed code
20216         to depend on GPLed code.
20217
20218 2005-07-02  Jim Meyering  <jim@meyering.net>
20219
20220         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
20221         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
20222         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
20223         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
20224
20225 2005-07-02  Jim Meyering  <jim@meyering.net>
20226
20227         * lib/backupfile.c (backup_args): Change a `0' to NULL.
20228
20229 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
20230
20231         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
20232         declares only 'struct timespec;' (!).
20233
20234 2005-07-01  Jim Meyering  <jim@meyering.net>
20235
20236         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
20237         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
20238         * lib/save-cwd.c, tempname.c:
20239         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
20240         and don't include <sys/file.h>).
20241
20242 2005-06-29  Jim Meyering  <jim@meyering.net>
20243
20244         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
20245         type name.  Use the variable name instead.
20246         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
20247         Likewise.
20248
20249 2005-06-28  Simon Josefsson  <jas@extundo.com>
20250
20251         * modules/check-version (Files): Add check-version.m4.
20252
20253 2005-06-28  Simon Josefsson  <jas@extundo.com>
20254
20255         * m4/check-version.m4: New file, suggested by Jim Meyering
20256         <jim@meyering.net>.
20257
20258 2005-06-28  Simon Josefsson  <jas@extundo.com>
20259
20260         * lib/check-version.h, lib/check-version.c: New files.
20261
20262 2005-06-28  Simon Josefsson  <jas@extundo.com>
20263
20264         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
20265         collision with global variable.  Better indentation.  Don't
20266         increment buffer pointer beyond buffer end.  Based on comments
20267         from Paul Eggert <eggert@cs.ucla.edu>.
20268
20269         * lib/base64.h: Indent.
20270
20271 2005-06-28  Simon Josefsson  <jas@extundo.com>
20272
20273         * doc/gnulib.texi (Library version handling): New section.
20274
20275 2005-06-28  Jim Meyering  <jim@meyering.net>
20276
20277         * check-module (find_included_lib_files): Hard-code another
20278         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
20279         but modules/fts-lgpl (correctly) does not list those files.
20280
20281         * modules/canonicalize (Files): Add lib/pathmax.h.
20282
20283 2005-06-25  Simon Josefsson  <jas@extundo.com>
20284
20285         * modules/check-version: New file.
20286
20287 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
20288
20289         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
20290         initializer of struct addrinfo, as an indication that we don't
20291         care how many members the structure has.
20292
20293 2005-06-24  Derek Price  <derek@ximbiot.com>
20294         and Bruno Haible  <bruno@clisp.org>
20295
20296         Remove stat module & update lstat.
20297         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
20298         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
20299         * m4/stat.m4: Remove this 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         * lib/stat.c: Remove this file...
20306         (slash_aware_lstat): ...moving this content and its support...
20307         * lib/lstat.c (rpl_lstat): ...into here.
20308         * lib/lstat.h: New file.
20309
20310 2005-06-24  Derek Price  <derek@ximbiot.com>
20311         and Bruno Haible  <bruno@clisp.org>
20312
20313         Remove stat module & update lstat.
20314         * config/srclist.txt (libc sources): Remove stat.
20315
20316 2005-06-24  Derek Price  <derek@ximbiot.com>
20317         and Bruno Haible  <bruno@clisp.org>
20318
20319         Remove stat module & update lstat.
20320         * MODULES.html.sh (stat): Remove.
20321         * MODULES.html: Regenerated.
20322         * modules/lstat (Description): Correct function name.
20323         (Files): Add "lstat.h".
20324         (Depends-on): Remove stat, add xalloc, stat-macros.
20325         * modules/stat: Remove this file.
20326         (Include): Add "lstat.h", remove <sys/stat.h>.
20327
20328 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
20329
20330         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
20331         (ranged_convert): Don't save conversion in a temporary struct.
20332         This causes a warning with GCC 4.0.0, and anyway in the typical
20333         case it's not worth the extra 100 bytes or so of code.
20334         (ranged_convert, __mktime_internal): When calling a function via a
20335         pointer P, use P () rather than (*P) (), as we now assume C89 or
20336         better.
20337
20338 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
20339
20340         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
20341         "who -r" failed to give output.  Problem reported by Tim Waugh.
20342
20343         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
20344         (xcalloc): Use it to avoid needless tests.
20345         Problem reported by Jim Meyering.
20346
20347 2005-06-20  Derek Price  <derek@ximbiot.com>
20348
20349         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
20350         unnecessary for Autoconfs > 2.59c.
20351
20352 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20353
20354         * lib/argp.h (__option_is_short): Check upper limit of
20355         __key. Isprint() requires its argument to have the value
20356         of an unsigned char or EOF.
20357
20358 2005-06-16  Jim Meyering  <jim@meyering.net>
20359
20360         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
20361         when either N or S is zero.
20362
20363 2005-06-16  Derek Price  <derek@ximbiot.com>
20364
20365         * m4/bison.m4: Declare YACC & YFLAGS precious.
20366
20367 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
20368
20369         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
20370         multibyte string or pattern, fall back on unibyte matching.
20371         Problem reported by James Youngman.
20372
20373 2005-06-08  Bruno Haible  <bruno@clisp.org>
20374
20375         * modules/csharpcomp: New file.
20376         * MODULES.html.sh (C#): Add csharpcomp.
20377
20378 2005-06-08  Bruno Haible  <bruno@clisp.org>
20379
20380         * m4/csharpcomp.m4: New file, from GNU gettext.
20381
20382 2005-06-08  Bruno Haible  <bruno@clisp.org>
20383
20384         * lib/csharpcomp.h: New file, from GNU gettext.
20385         * lib/csharpcomp.c: New file, from GNU gettext.
20386         * lib/csharpcomp.sh.in: New file, from GNU gettext.
20387
20388 2005-06-08  Bruno Haible  <bruno@clisp.org>
20389
20390         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
20391         warning on mingw.
20392
20393 2005-06-07  Derek Price  <derek@ximbiot.com>
20394
20395         Sync from CVS.
20396         * lib/glob_.h: Indent nested #ifdef.
20397
20398 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20399
20400         Sync from coreutils.
20401         Use "file name" when talking about file names, instead of "filename"
20402         or "path", as per the GNU coding standards.
20403         * lib/mkdir-p.c: Renamed from makepath.c.
20404         (make_dir_parents): Renamed from make_path.  All callers changed.
20405         * lib/mkdir-p.h: Likewise.  All includers changed.
20406         * lib/filenamecat.c: Renamed from path-concat.c.
20407         (file_name_concat): Renamed from path_concat.  All callers changed.
20408         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
20409         * lib/filenamecat.h: Likewise.  All includers changed.
20410         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
20411         in comments or local variable names.
20412         * lib/basename.c: Likewise.
20413         * lib/canonicalize.c, canonicalize.h: Likewise.
20414         * lib/dirname.c, dirname.h: Likewise.
20415         * lib/euidaccess.c: Likewise.
20416         * lib/exclude.c: Likewise
20417         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
20418         * lib/fsusage.c, fsuage.h: Likewise.
20419         * lib/fts.c, fts_.h: Likewise.
20420         * lib/getcwd.c: Likewise.
20421         * lib/getloadavg.c: Likewise.
20422         * lib/mkstemp.c: Likewise.
20423         * lib/mountlist.c, mountlist.h: Likewise.
20424         * lib/openat.c, openat.h: Likewise.
20425         * lib/readlink-stub.c: Likewise.
20426         * lib/readutmp.c, readutmp.h: Likewise.
20427         * lib/rename.c: Likewise.
20428         * lib/rmdir.c: Likewise.
20429         * lib/same.c: Likewise.
20430         * lib/savedir.c: Likewise.
20431         * lib/stripslash.c: Likewise.
20432         * lib/tempname.c: Likewise.
20433         * lib/xreadlink.c: Likewise.
20434         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
20435         All uses changed.
20436         * lib/exclude.h: Likewise.
20437
20438         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
20439         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20440         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
20441         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20442         * lib/pathmax.h: Include <limits.h> unconditionally, since other
20443         files have been getting away with it for years (MORE/BSD 4.3
20444         is extinct now).
20445         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
20446         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
20447
20448         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
20449         Define to 256, not 255, as per modern POSIX.
20450
20451 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20452
20453         Sync from coreutils.
20454         Use "file name" when talking about file names, instead of "filename"
20455         or "path", as per the GNU coding standards.
20456         * MODULES.html.sh: mkdir-p renamed from makepath.
20457         filenamecat renamed from path-concat.
20458         * modules/filenamecat: Renamed from modules/path-concat.
20459         (Files): filenamecat.h and filenamecat.c renamed from
20460         path-concat.h and path-concat.c.
20461         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
20462         (Include): filenamecat.h, not path-concat.h.
20463         * modules/mkdir-p: Renamed from modules/makepath.
20464         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
20465         makepath.c.
20466         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
20467         (Include): mkdir-p.h, not makepath.h.
20468
20469 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
20470
20471         Sync from coreutils.
20472         * m4/mkdir-p.m4: Renamed from makepath.m4.
20473         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
20474         Rename files from makepath.c to mkdir-p.c, and from
20475         makepath.h to mkdir-p.h.
20476         * m4/filenamecat.m4: Renamed from path-concat.m4.
20477         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
20478         Rename files from path-concat.c to filenamecat.c,
20479         and from path-concat.h to filenamecat.h.
20480         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
20481         "file name" in local variables or comments.
20482         * m4/rename.m4: Likewise.
20483
20484 2005-06-01  Bruno Haible  <bruno@clisp.org>
20485
20486         * modules/csharpexec: New file.
20487         * MODULES.html.sh (C#): New section.
20488
20489 2005-06-01  Bruno Haible  <bruno@clisp.org>
20490
20491         * m4/csharp.m4: New file, from GNU gettext.
20492         * m4/csharpexec.m4: New file, from GNU gettext.
20493
20494 2005-06-01  Bruno Haible  <bruno@clisp.org>
20495
20496         * lib/csharpexec.h: New file, from GNU gettext.
20497         * lib/csharpexec.c: New file, from GNU gettext.
20498         * lib/csharpexec.sh.in: New file, from GNU gettext.
20499
20500 2005-05-31  Derek Price  <derek@ximbiot.com>
20501             Paul Eggert  <eggert@cs.ucla.edu>
20502
20503         Sync from cvs.
20504         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20505
20506 2005-05-31  Derek Price  <derek@ximbiot.com>
20507             Paul Eggert  <eggert@cs.ucla.edu>
20508
20509         Sync from cvs.
20510         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
20511
20512 2005-05-29  Derek Price  <derek@ximbiot.com>
20513
20514         * config/srclist.txt (glob_.h, glob.c): Add these files.
20515
20516 2005-05-29  Derek Price  <derek@ximbiot.com>
20517
20518         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
20519         * modules/glob: New file.
20520         * modules/getlogin_r: Add link to POSIX spec in description.
20521
20522 2005-05-29  Derek Price  <derek@ximbiot.com>
20523             Paul Eggert  <eggert@cs.ucla.edu>
20524
20525         * m4/glob.m4: New file.
20526
20527 2005-05-29  Derek Price  <derek@ximbiot.com>
20528             Paul Eggert  <eggert@cs.ucla.edu>
20529
20530         * lib/glob_.h, lib/glob.c: New files.
20531
20532 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20533
20534         * modules/fts (Files): Remove m4/inttypes-pri.m4.
20535         * modules/fts-lgpl (Depends-on): Remove gettext.
20536
20537 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20538
20539         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
20540         and don't require gt_INTTYPES_PRI.
20541
20542 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
20543
20544         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
20545
20546         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
20547         the configuration hassle isn't worth it.
20548         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
20549         (LONGEST_MODIFIER, PRIuMAX): Remove.
20550
20551 2005-05-27  Bruno Haible  <bruno@clisp.org>
20552
20553         * lib/getlogin_r.h: Remove second include of <stddef.h>.
20554
20555 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
20556
20557         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
20558         _POSIX_PTHREAD_SEMANTICS for Solaris.
20559
20560 2005-05-25  Derek Price  <derek@ximbiot.com>
20561
20562         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
20563
20564 2005-05-25  Derek Price  <derek@ximbiot.com>
20565             Paul Eggert  <eggert@cs.ucla.edu>
20566
20567         * modules/getlogin_r, m4/getlogin_r.m4: New files.
20568         * lib/getlogin_r.c, getlogin_r.h: New files.
20569
20570 2005-05-25  Bruno Haible  <bruno@clisp.org>
20571             Derek Price  <derek@ximbiot.com>
20572
20573         * lib/getlogin_r.h: Simplify API documentation.
20574
20575 2005-05-23  Derek Price  <derek@ximbiot.com>
20576
20577         * modules/minmax (Files): Add m4/minmax.m4.
20578         (configure.ac): Add gl_MINMAX.
20579
20580 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
20581
20582         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
20583         so that unistd-safer.h (GPL'ed code) need not be included.
20584
20585 2005-05-22  Bruno Haible  <bruno@clisp.org>
20586
20587         * m4/minmax.m4: New file.
20588         Based on a patch by Derek Price <derek@ximbiot.com>.
20589
20590 2005-05-22  Bruno Haible  <bruno@clisp.org>
20591
20592         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
20593         (INT64_MIN): Fix definition.
20594         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
20595
20596         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
20597         NEED_SIGNED_INT_TYPES.
20598
20599         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
20600         HAVE_SYSTEM_INTTYPES.
20601
20602 2005-05-22  Bruno Haible  <bruno@clisp.org>
20603
20604         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
20605         Also include <sys/param.h> if it defines MIN, MAX.
20606         Based on a patch by Derek Price <derek@ximbiot.com>.
20607
20608 2005-05-21  Jim Meyering  <jim@meyering.net>
20609
20610         * modules/fts (Files): Add m4/inttypes-pri.m4.
20611         (Depends-on): Add lstat and remove gettext.  Alphabetize.
20612
20613 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20614
20615         New fts module.
20616         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
20617         (setup_dir, free_dir): New functions.
20618         (enter_dir, leave_dir): Define trivial
20619         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
20620         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
20621         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
20622         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
20623         Move to fts-cycle.c.
20624         (fts_open): Use setup_dir.
20625         (fts_close): Use free_dir.
20626         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
20627         This adds a label and some gotos, but the alternatives were messier.
20628         Check for memory allocation failure when entering a dir.
20629         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
20630         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
20631         (FTS): New member fts_cycle, that is a union that contains the
20632         old active_dir_ht and cycle_state.  All uses changed to mention
20633         fts_cycle.ht and fts_cycle.state.
20634         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
20635         fts.c, with the following changes:
20636         (setup_dir, free_dir): New functions.
20637         (enter_dir): Now returns bool.  Return true if successful, false
20638         if memory exhausted.  All callers changed.
20639         Do not bother partly cleaning up on
20640         memory allocation failure; that is free_dir's job.
20641         However, free ad if hash_insert fails, to avoid memory leak.
20642         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
20643         fts->fts_options to see which union member to use.
20644
20645 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20646
20647         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
20648         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
20649
20650 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
20651
20652         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
20653
20654 2005-05-20  Jim Meyering  <jim@meyering.net>
20655
20656         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
20657         Now a macro, to pacify GCC.
20658
20659 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20660
20661         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
20662         of -1.
20663
20664 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
20665
20666         * lib/chown.c (rpl_chown): Return -1 on failure.
20667
20668 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20669
20670         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
20671         Don't check for stddef.h.
20672         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
20673         don't use its results.
20674         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
20675         since we include them unconditionally.  Don't require
20676         AM_STDBOOL_H, since stdbool is a prerequisite.
20677         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
20678         since we assume C89 or better.
20679         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
20680         as we don't use their results.
20681         Don't check for fchdir, memmove, memset, strrchr, as we use
20682         them unconditionally.
20683         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
20684         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
20685
20686 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
20687
20688         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
20689         Include <stddef.h> unconditionally, since we assume C89 now.
20690         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
20691         * lib/fts.c: Include fts_.h first, to check interface.
20692         Do not include intprops.h; no longer needed.
20693         Include cycle-check.h and hash.h, since fts_.h no longer does.
20694         Remove unnecessary casts of closedir to void.
20695         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
20696         decide whether to decrement nlinks.
20697         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
20698         (FTS): Use struct hash_table * instead of Hash_table, so that
20699         we no longer need to include hash.h here.
20700
20701 2005-05-18  Jim Meyering  <jim@meyering.net>
20702
20703         * modules/dirfd (License): Change to LGPL.  Most of the code
20704         is already in the public domain.
20705
20706 2005-05-18  Jim Meyering  <jim@meyering.net>
20707
20708         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
20709         Reported by Yoann Vandoorselaere.
20710
20711 2005-05-17  Jim Meyering  <jim@meyering.net>
20712
20713         * m4/fts.m4: New file, from coreutils.
20714
20715 2005-05-17  Jim Meyering  <jim@meyering.net>
20716
20717         * lib/fts.c, lib/fts_.h: New files, from coreutils.
20718
20719 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20720
20721         Sync from coreutils.
20722         * m4/unlinkdir.m4: New file.
20723
20724 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20725
20726         Sync from coreutils.
20727         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
20728         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
20729         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
20730         White space changes only.
20731         * lib/makepath.c (make_path): Port to hosts where leading "//" is
20732         special.
20733         * lib/yesno.c: Include getline.h, not ctype.h.
20734         (yesno): Don't remove leading white space; POSIX doesn't allow it.
20735         Use getline to remove arbitrary restriction on response length.
20736
20737 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
20738
20739         * config/srclist-update: Spell out "Street" in FSF postal
20740         mail address; this is the style the FSF seems to prefer.
20741
20742         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
20743         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
20744         this updates FSF postal mail address.
20745
20746         Sync from coreutils.
20747         * modules/unlinkdir: New file.
20748         * modules/yesno (Depends-on): Add getline.
20749         * MODULES.html.sh (File system functions): Add unlinkdir.
20750
20751 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20752
20753         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
20754         lib/strsep.h:
20755         Change the initial comment to refer to GPL, not LGPL.
20756         gnulib-tool will change it to LGPL as needed.
20757
20758         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
20759         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
20760         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
20761         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
20762         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
20763         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
20764         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
20765         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
20766         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
20767         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
20768         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
20769         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
20770         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
20771         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
20772         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
20773         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
20774         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
20775         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
20776         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
20777         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
20778         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
20779         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
20780         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
20781         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
20782         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
20783         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
20784         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
20785         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
20786         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
20787         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
20788         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
20789         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
20790         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
20791         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
20792         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
20793         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
20794         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
20795         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
20796         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
20797         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
20798         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
20799         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
20800         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
20801         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
20802         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
20803         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
20804         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
20805         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
20806         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
20807         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
20808         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
20809         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
20810         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
20811         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
20812         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
20813         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
20814         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
20815         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
20816         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
20817         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
20818         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
20819         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
20820         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
20821         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
20822         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
20823         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
20824         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
20825         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
20826         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
20827         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
20828         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
20829         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
20830         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
20831         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
20832         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
20833         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
20834         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
20835         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
20836         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
20837         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
20838         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
20839         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
20840         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
20841         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
20842         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
20843         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
20844         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
20845         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
20846         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
20847         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
20848         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
20849         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
20850         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
20851         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
20852         lib/yesno.c, lib/yesno.h:
20853         Update FSF postal mail address.
20854
20855 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
20856
20857         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
20858         tests/test-memmem.c, tests/test-stpncpy.c:
20859         Update FSF postal mail address.
20860
20861 2005-05-13  Bruno Haible  <bruno@clisp.org>
20862
20863         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
20864         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
20865         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
20866         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
20867         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
20868         Add support for 64-bit integers in the MSVC compiler.
20869
20870 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
20871
20872         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
20873
20874 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
20875
20876         * gnulib-tool (func_import): Sort and uniquify recommended includes.
20877
20878 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
20879
20880         * doc/getdate.texi (General date syntax): Don't say that date
20881         date --iso-8601=ns generates acceptable dates; it doesn't yet.
20882         Problem reported by Nic Ferrier.
20883
20884 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20885
20886         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
20887         specified in ai_socktype. Fix invalid ai_protocol
20888         check. ai_protocol is usually set to 0 or depending on
20889         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
20890         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
20891         ai_socktype / ai_protocol in the returned addrinfo structure.
20892
20893 2005-05-10  Simon Josefsson  <jas@extundo.com>
20894
20895         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
20896         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20897
20898 2005-05-10  Karl Berry  <karl@gnu.org>
20899
20900         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
20901         (from http://www.gnu.org/licenses).
20902         * doc/COPYING.LIB: also rename to COPYING.LESSER.
20903         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
20904         fdl.texi suffices.
20905
20906 2005-05-10  Karl Berry  <karl@gnu.org>
20907
20908         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
20909         (COPYING.DOC): remove.
20910
20911         * config/srclist-update: new FSF address.
20912
20913 2005-05-10  Derek Price  <derek@ximbiot.com>
20914
20915         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
20916         possible.
20917
20918 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20919             Bruno Haible  <bruno@clisp.org>
20920
20921         * modules/inet_ntop: New file.
20922         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20923         inet_ntop.
20924
20925 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20926             Bruno Haible  <bruno@clisp.org>
20927
20928         * m4/inet_ntop.m4: New file.
20929
20930 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
20931             Bruno Haible  <bruno@clisp.org>
20932
20933         * lib/inet_ntop.h: New file.
20934         * lib/inet_ntop.c: New file, from glibc with modifications.
20935
20936 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
20937
20938         * modules/time_r (License): Change to LGPL.
20939         * modules/extensions (License): Change to LGPL.  Actually,
20940         the license is more permissive than that, but currently gnulib-tool
20941         doesn't know how to handle more-permissive licenses.
20942
20943         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
20944         Problem reported by Dave Love.
20945
20946 2005-05-08  Jim Meyering  <jim@meyering.net>
20947
20948         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
20949         blank.
20950
20951 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
20952
20953         * modules/argmatch (Depends-on): Add stdbool.
20954         * modules/backupfile (Depends-on): Likewise.
20955         * modules/chdir-long (Depends-on): Likewise.
20956         * modules/closeout (Depends-on): Likewise.
20957         * modules/cycle-check (Depends-on): Likewise.
20958         * modules/dirname (Depends-on): Likewise.
20959         * modules/fnmatch (Depends-on): Likewise.
20960         * modules/fsusage (Depends-on): Likewise.
20961         * modules/fwriteerror (Depends-on): Likewise.
20962         * modules/getcwd (Depends-on): Likewise.
20963         * modules/getloadavg (Depends-on): Likewise.
20964         * modules/hard-locale (Depends-on): Likewise.
20965         * modules/makepath (Depends-on): Likewise.
20966         * modules/mountlist (Depends-on): Likewise.
20967         * modules/nanosleep (Depends-on): Likewise.
20968         * modules/posixtm (Depends-on): Likewise.
20969         * modules/quotearg (Depends-on): Likewise.
20970         * modules/readtokens (Depends-on): Likewise.
20971         * modules/readtokens0 (Depends-on): Likewise.
20972         * modules/readutmp (Depends-on): Likewise.
20973         * modules/save-cwd (Depends-on): Likewise.
20974         * modules/strftime (Depends-on): Likewise.
20975         * modules/userspec (Depends-on): Likewise.
20976         * modules/utimecmp (Depends-on): Likewise.
20977         * modules/xgetcwd (Depends-on): Likewise.
20978         * modules/xnanosleep (Depends-on): Likewise.
20979         * modules/xstrtod (Depends-on): Likewise.
20980         * modules/yesno (Depends-on): Likewise.
20981
20982 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
20983
20984         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
20985         needless checks.
20986
20987 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
20988
20989         Merge from coreutils.  Among other things,
20990         add bulletproofing for cases where stdin, stdout, or stderr are closed.
20991         * lib/fd-safer.c: New file.
20992         * lib/fcntl-safer.h, open-safer.c: Remove.
20993         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
20994         * lib/dup-safer.c: Include unistd-safer.h first.
20995         Don't include errno.h.
20996         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
20997         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
20998         * lib/file-type.c: Rely on file-type.h change.
20999         * lib/getloadavg.c: Include unistd-safer.h.
21000         (getloadavg): Use safer open.
21001         * lib/getusershell.c: Include "stdio-safer.h".
21002         (getusershell): Use safer fopen.
21003         * lib/long-options.c (long_options): Use NULL rather than 0.
21004         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
21005         'free'.
21006         * lib/modechange.c: Likewise.
21007         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
21008         (MODE_DONE): New constant.
21009         (struct mode_change): Remove 'next' member.
21010         (make_node_op_equals): New function; like the old one of the
21011         same name, except it allocates an array.
21012         (mode_compile, mode_create_from_ref): Use it.
21013         (mode_compile): Allocate result as an array, not a linked list.
21014         Parse octal string ourself, so that we catch mistakes like "+0".
21015         (mode_adjust): Arg is an array, not a linked list.
21016         * lib/modechange.c: Include stat-macros.h, xalloc.h.
21017         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
21018         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
21019         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
21020         Remove.  This is now stat-macros.h's job.
21021         (talloc): Remove.  All callers replaced by xalloc, so that
21022         our invokers don't have to worry about reporting memory failures.
21023         (make_node_op_equals): Remove.
21024         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
21025         New constants.
21026         (struct mode_change): Moved here from modechange.h.
21027         (mode_append_entry): Remove.
21028         (mode_compile): Remove MASKED_OPS arg, since it encouraged
21029         apps to have incorrect behavior.  Use simpler algorithm for head
21030         and tail.  Don't futz with umask; that's now the job of mode_adjust.
21031         Detect more invalid usages rather than having somewhat-random behavior.
21032         Don't insert an "a=" action, as that leads to incorrect behavior.
21033         (mode_compile, mode_create_from_ref): Return NULL on error instead
21034         of an enum, since now there's only one way to have an error.  All
21035         callers changed.
21036         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
21037         at the correct time.  Simplify calculation of "+u" and its ilk.
21038         Don't mishandle "+X".
21039         (mode_free): Remove "register" and localize decls.
21040         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
21041         (struct mode_change): Move to modechange.c; callers don't
21042         need to see this stuff.
21043         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
21044         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
21045         (mode_change, mode_adjust): Reflect the new signatures noted above.
21046         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
21047         that might redefine system include files.
21048         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
21049         (my_usleep): Use NULL rather than (void *) 0.
21050         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
21051         Use siginterrupt to specify that system calls should be interrupted.
21052         (rpl_nanosleep): Move initialization of suspended closer to call of
21053         my_usleep.
21054         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
21055         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
21056         (desirable_utmp_entry): New function.
21057         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
21058         using x2nrealloc, to simplify logic.
21059         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
21060         size calculation.  Do not assume utmp file is a regular file.
21061         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
21062         (READ_UTMP_CHECK_PIDS): New constant.
21063         * lib/save-cwd.c: Include unistd-safer.h.
21064         (save_cwd): Use fd_safer.
21065         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
21066         [!_LIBC] Include "stat-macros.h" instead.
21067         * lib/unistd-safer.h (fd_safer): New decl.
21068
21069 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
21070
21071         * modules/getloadavg (Depends-on): Add unistd-safer.
21072         * modules/getusershell (Depends-on): Add stdio-safer.
21073         * modules/lstat (Depends-on): Remove xalloc.
21074         * modules/mkstemp (Depends-on): Add stat-macros.
21075         * modules/modechange (Depends-on): Remove xstrtol.
21076         Add stat-macros, xalloc.
21077         * modules/save-cwd (Depends-on): Add unistd-safer.
21078         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
21079         * modules/unistd-safer (Files): Add lib/fd-safer.c
21080         (Makefile.am): Remove lib_SOURCES.
21081
21082         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
21083         Remove fcntl-safer; unistd-safer supersedes it.
21084
21085 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
21086
21087         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
21088         AC_HEADER_STAT.
21089         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
21090         (gl_PREREQ_CHOWN): Remove.
21091         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
21092         it.  Don't require AC_HEADER_STAT.
21093         (gl_PREREQ_LSTAT): Remove.
21094         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
21095         Don't require AC_HEADER_STAT.
21096         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
21097         (gl_PREREQ_RMDIR): Remove.
21098         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
21099         mention stat-macros.h or AC_HEADER_STAT, since we'll make
21100         the stat-macros module a prerequisite.
21101         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
21102         * m4/filemode.m4 (gl_FILEMODE): Likewise.
21103         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
21104         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
21105         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
21106         variable names.
21107         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
21108         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
21109         variable prefixes.
21110         * m4/fcntl-safer.m4: Remove.
21111         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
21112         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
21113         Invoke gl_PREREQ_FD_SAFER.
21114         (gl_PREREQ_FD_SAFER): New macro.
21115         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
21116         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
21117         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
21118         Remove duplicate call to AC_LIBOBJ(readutmp).
21119         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
21120
21121         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
21122         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
21123
21124 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
21125
21126         * MODULES.html.sh (Misc): Add byteswap.
21127
21128 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
21129
21130         * modules/getcwd (Depends-on): Add extensions.
21131         * modules/openat (Depends-on): Likewise.
21132
21133 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
21134
21135         * modules/byteswap: New file.
21136
21137 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
21138
21139         * m4/byteswap.m4: New file.
21140
21141 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
21142
21143         * lib/byteswap_.h: New file.
21144
21145 2005-04-25  Karl Berry  <karl@gnu.org>
21146
21147         * m4/gettext.m4: Update from GNU gettext 0.14.4.
21148
21149 2005-04-25  Albert Chin  <china@thewrittenword.com>
21150
21151         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
21152         Toolkit C bug.
21153
21154 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
21155
21156         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
21157         (func_ln_if_changed) Remove forcibly for no error message
21158         in case file does not exist.
21159
21160 2005-04-19  Simon Josefsson  <jas@extundo.com>
21161
21162         * gnulib-tool (Options): Make --symlink mean --symbolic.
21163
21164 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
21165
21166         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
21167
21168 2005-04-16  Simon Josefsson  <jas@extundo.com>
21169
21170         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
21171
21172 2005-04-15  Simon Josefsson  <jas@extundo.com>
21173
21174         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
21175
21176 2005-04-15  Simon Josefsson  <jas@extundo.com>
21177
21178         * gnulib-tool: Rename --symlink to --symbolic.
21179
21180 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
21181
21182         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
21183         symbolic links to files instead of copying/moving.  Add --aux-dir,
21184         specifying directory relative --dir where auxiliary build tools
21185         are placed.
21186
21187 2005-04-14  Bruno Haible  <bruno@clisp.org>
21188
21189         * modules/allocsa (License): Change to LGPL.
21190         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21191
21192 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
21193
21194         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
21195         that "UTC +1 second" continues to work.  Problem reported
21196         by Dmitry V. Levin.
21197         (relunit_snumber): New rule.
21198         (relunit): Use it.
21199
21200 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
21201
21202         * lib/getdate.y (universal_time_zone_table): New constant.
21203         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
21204         universal_time_zone_table.
21205         (lookup_zone): Prefer universal_time_zone_table to
21206         local_time_zone_table, so that "GMT" time stamps are allowed in
21207         London during the summer.  Problem reported by Ian Abbott.
21208
21209 2005-04-12  Jim Meyering  <jim@meyering.net>
21210
21211         * lib/human.c (humblock): Set *options even when returning due to
21212         xstrtoumax conversion failure.  Thanks to a used-uninitialized
21213         warning from gcc-4.
21214
21215 2005-04-09  Jim Meyering  <jim@meyering.net>
21216
21217         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
21218         -Wuninitialized: initialize tm0.tm_year.
21219
21220 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
21221
21222         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
21223         count, since there's no maximum.  All uses changed.
21224         Add member dsts_seen.
21225         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
21226         not being INT_MAX.
21227         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
21228         Use pc_rels_seen to decide whther a date is absolute.
21229
21230         * lib/getdate.y (number): Don't overwrite year.
21231         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
21232         check.
21233
21234 2005-04-02  Simon Josefsson  <jas@extundo.com>
21235
21236         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
21237         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
21238
21239 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
21240
21241         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
21242         where no absolute path name can be longer than PATH_MAX.
21243
21244 2005-03-27  Jim Meyering  <jim@meyering.net>
21245
21246         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
21247
21248 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
21249
21250         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
21251         "one's complement" -> "ones' complement" in comment, as per Knuth.
21252         "value of type" -> "type or expression" in comment.
21253         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
21254
21255 2005-03-26  Jim Meyering  <jim@meyering.net>
21256
21257         Comment nits.
21258         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
21259         Correct typos: s/or/of/.
21260
21261 2005-03-26  Jim Meyering  <jim@meyering.net>
21262
21263         * modules/check-include-files: Move to ../ and rename to...
21264         * check-module: ...this.
21265
21266 2005-03-25  Jim Meyering  <jim@meyering.net>
21267
21268         * modules/xvasprintf (Files): Add xalloc.h.
21269
21270 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
21271
21272         * modules/gettext (Files): config/config.rpath ->
21273         build-aux/config.rpath
21274         * modules/iconv (Files): Likewise.
21275         Problem reported by Oskar Liljeblad.
21276
21277 2005-03-23  Jim Meyering  <jim@meyering.net>
21278
21279         * modules/check-include-files: New script to check for
21280         missing dependencies, multiple includes, etc.
21281
21282         * modules/c-strtold (Depends-on): Add xalloc.
21283         * modules/c-strtod (Depends-on): Add xalloc.
21284         * modules/hash (Depends-on): Add xalloc.
21285         (Files): Remove lib/xalloc.h.
21286
21287         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
21288         * modules/userspec (Files): Add lib/inttostr.h.
21289
21290 2005-03-23  Jim Meyering  <jim@meyering.net>
21291
21292         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
21293
21294 2005-03-22  Jim Meyering  <jim@meyering.net>
21295
21296         * modules/stat-macros: New module.
21297         * modules/canonicalize, modules/euidaccess, modules/file-type,
21298         * modules/filemode, modules/lchown, modules/makepath,
21299         * modules/rmdir, modules/stat: Depend on new stat-macros module
21300         rather than listing lib/stat-macros.h manually.
21301         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
21302
21303 2005-03-22  Jim Meyering  <jim@meyering.net>
21304
21305         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
21306
21307 2005-03-22  Bruno Haible  <bruno@clisp.org>
21308
21309         * config/srclist.txt: Replace target directory 'config' with
21310         'build-aux'.
21311         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
21312         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
21313         ../build-aux/.
21314
21315 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
21316
21317         * modules/chdir-long (Depends-on): Add mempcpy.
21318
21319         * modules/acl, modules/backupfile, modules/c-strtod,
21320         modules/c-strtold, modules/canon-host, modules/canonicalize,
21321         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
21322         modules/exclude, modules/exitfail, modules/file-type,
21323         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
21324         modules/getdate, modules/getline, modules/getpagesize,
21325         modules/getpass, modules/getugroups, modules/group-member,
21326         modules/hard-locale, modules/hash, modules/human, modules/idcache,
21327         modules/inttostr, modules/long-options, modules/makepath,
21328         modules/md5, modules/memcasecmp, modules/memcoll,
21329         modules/modechange, modules/mountlist, modules/path-concat,
21330         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
21331         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
21332         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
21333         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
21334         modules/strftime, modules/strndup, modules/strverscmp,
21335         modules/timespec, modules/unlocked-io, modules/userspec,
21336         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
21337         modules/yesno:
21338         Remove lib_SOURCES line from Makefile.am section, as this is now
21339         done automatically by the corresponding Autoconf macro.
21340
21341 2005-03-21  Jim Meyering  <jim@meyering.net>
21342
21343         Changes imported from coreutils.
21344
21345         * lib/cycle-check.c: Don't include xalloc.h.
21346
21347         * lib/path-concat.c: Don't include assert.h.
21348         (path_concat): Remove assertion that would have triggered
21349         for ABASE starting with more than one slash.
21350         Reported by Andreas Schwab.
21351
21352         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
21353         properly when ABASE is an absolute file name.
21354         Correct the description of this function.
21355         Include <assert.h>.
21356         Add an assertion and a test driver.
21357         This fixes a bug introduced on 2004-07-02.
21358         Andreas Schwab reported the resulting failure of cp --parents:
21359         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
21360
21361 2005-03-21  Jim Meyering  <jim@meyering.net>
21362
21363         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
21364         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
21365
21366 2005-03-21  Jim Meyering  <jim@meyering.net>
21367         and  Paul Eggert  <eggert@cs.ucla.edu>
21368
21369         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
21370         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
21371         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
21372         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
21373         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
21374         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
21375         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
21376         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
21377         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
21378         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
21379         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
21380         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
21381         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
21382         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
21383         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
21384         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
21385         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
21386         for these modules.
21387
21388 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
21389
21390         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
21391         (which shouldn't happen), generate nothing instead of returning 0
21392         immediately, so that nstrftime (NULL, ...) doesn't return 0.
21393
21394 2005-03-16  Bruno Haible  <bruno@clisp.org>
21395
21396         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
21397         HAVE_LONGLONG_64BIT.
21398
21399 2005-03-16  Bruno Haible  <bruno@clisp.org>
21400
21401         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
21402         HAVE_LONGLONG_64BIT.
21403
21404 2005-03-16  Bruno Haible  <bruno@clisp.org>
21405
21406         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
21407         HAVE_LONGLONG_64BIT.
21408
21409 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
21410
21411         * lib/strftime.c (my_strftime): Prepend space to format so that we can
21412         reliably distinguish strftime failure from empty output on POSIX
21413         hosts.
21414
21415 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
21416
21417         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
21418         (iconv_string): Don't guess a size-zero buffer, as that might cause
21419         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
21420         result would be 'too large', where 'too large' is (heuristically)
21421         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
21422         overflow concerns.  This will prevent some unwanted malloc failures
21423         when the inputs are very large.
21424
21425 2005-03-15  Karl Berry  <karl@gnu.org>
21426
21427         * config/srclist.txt (config.rpath): from gettext.
21428         * config/config.rpath: update.
21429
21430 2005-03-15  Bruno Haible  <bruno@clisp.org>
21431
21432         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
21433         to 'negate'.
21434
21435         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
21436         variable.
21437
21438         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
21439         results.
21440
21441 2005-03-14  Simon Josefsson  <jas@extundo.com>
21442
21443         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
21444         <fx@gnu.org>.
21445
21446 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
21447
21448         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
21449         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
21450         intprops.h.
21451         * lib/strtol.c: Likewise.
21452
21453 2005-03-14  Jim Meyering  <jim@meyering.net>
21454
21455         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
21456         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
21457         to be nonzero so that we (and caller) can detect the difference
21458         between a valid zero-length expansion and an error return, even
21459         when the underlying strftime fails before writing anything into
21460         that location.
21461
21462 2005-03-14  Bruno Haible  <bruno@clisp.org>
21463
21464         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
21465         Update from GNU gettext 0.14.3.
21466
21467 2005-03-10  Jim Meyering  <jim@meyering.net>
21468
21469         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
21470
21471 2005-03-10  Jim Meyering  <jim@meyering.net>
21472
21473         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
21474         so that this module works on systems without fchdir.
21475
21476 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
21477
21478         Factor int-properties macros into a single file, except for
21479         glibc-related files.
21480         * lib/intprops.h: New file.
21481         * lib/getloadavg.c: Include it instead of limits.h.
21482         (INT_STRLEN_BOUND): Remove.
21483         * lib/human.c: Include intprops.h.
21484         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
21485         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
21486         302/1000.
21487         * lib/inttostr.h: Include intprops.h instead of limits.h.
21488         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
21489         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
21490         for consistency with intprops.h.
21491         (time_t_is_integer, twos_complement_arithmetic): Use them.
21492         * lib/sig2str.h: Include <signal.h>, intprops.h.
21493         (INT_STRLEN_BOUND): Remove.
21494         * lib/strftime.c (TYPE_SIGNED): Remove.
21495         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
21496         * lib/strtol.c: Adjust comments to match intprops.h.
21497         * lib/userspec.c: Include intprops.h.
21498         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
21499         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
21500         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
21501         instead of rolling our own expressions.
21502         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
21503
21504         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
21505         instead of int.
21506         (my_strftime): Do not mishandle years close to INT_MAX, by doing
21507         the right thing even if adding 1900 would overflow.  Similarly
21508         for tm_mon + 1 and tm_yday + 1.
21509         Make %Y always equivalent to %C%y, and similarly for %G and %g.
21510         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
21511         (DO_SIGNED_NUMBER): New macro.
21512         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
21513
21514 2005-03-07  Bruno Haible  <bruno@clisp.org>
21515
21516         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
21517
21518 2005-03-07  Bruno Haible  <bruno@clisp.org>
21519
21520         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
21521
21522 2005-03-04  Derek R. Price  <derek@ximbiot.com>
21523
21524         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
21525         (func_import): Only replace files via --import when they have actually
21526         changed.
21527
21528 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21529
21530         * m4/mmap-anon.m4: New file.
21531         * m4/pagealign_alloc.m4: New file.
21532
21533 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21534             Bruno Haible  <bruno@clisp.org>
21535
21536         * modules/pagealign_alloc: New file.
21537         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
21538
21539 2005-03-03  Derek R. Price  <derek@ximbiot.com>
21540             Bruno Haible  <bruno@clisp.org>
21541
21542         * lib/pagealign_alloc.h: New file.
21543         * lib/pagealign_alloc.c: New file.
21544
21545 2005-03-03  Bruno Haible  <bruno@clisp.org>
21546
21547         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
21548         Use an all-permissive copyright notice, recommended by RMS.
21549
21550 2005-03-02  Bruno Haible  <bruno@clisp.org>
21551
21552         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
21553         of AIX, the replacement has to be done only after <string.h> is
21554         included, therefore not in config.h. stpncpy.h does the replacement,
21555         and stpncpy.c uses it.
21556
21557 2005-03-02  Bruno Haible  <bruno@clisp.org>
21558
21559         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
21560         stpncpy.c uses it.
21561
21562 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21563
21564         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
21565         The workaround isn't strictly needed for POSIX conformance, and
21566         it's too much of a pain to configure and maintain.  We'll ask
21567         people to fix their kernels instead.
21568         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
21569         (NANOSLEEP_BUG_WORKAROUND): Remove.
21570         (xnanosleep): Remove the workaround.
21571
21572 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21573
21574         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
21575         Reported by Derek Price.
21576         (Include): Add "timespec.h".
21577
21578         * modules/xnanosleep (Depends-on): Remove gethrxtime.
21579
21580 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
21581
21582         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
21583         to detect nanosleep bug.
21584
21585 2005-03-01  Bruno Haible  <bruno@clisp.org>
21586
21587         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
21588
21589 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
21590
21591         * modules/gethrxtime: New file.
21592         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
21593         (Depends-on): Add gethrxtime.
21594         (configure.ac): Add gl_XNANOSLEEP.
21595         (Makefile.am): Remove lib_SOURCES line.
21596
21597 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21598
21599         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
21600         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
21601
21602 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
21603
21604         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
21605         * lib/timespec.h (gettime): Return void, since it always
21606         succeeds now.  All uses changed.
21607         * lib/gettime.c (gettime) Likewise.
21608         [HAVE_NANOTIME]: Prefer nanotime.
21609         Assume gettimeofday succeeds, as POSIX requires.
21610         Assime time () succeeds, since other code already does.
21611         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
21612         (timespec_subtract): Remove.
21613         (NANOSLEEP_BUG_WORKAROUND): New constant.
21614         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
21615         things considerably.  Use it only on GNU/Linux hosts, since the
21616         workaround shouldn't be needed elsewhere.
21617
21618 2005-02-24  Bruno Haible  <bruno@clisp.org>
21619
21620         * modules/gettext (Files): Add m4/glibc2.m4.
21621
21622 2005-02-24  Bruno Haible  <bruno@clisp.org>
21623
21624         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
21625         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
21626         * m4/progtest.m4:
21627         Update from GNU gettext 0.14.2.
21628         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
21629
21630 2005-02-24  Bruno Haible  <bruno@clisp.org>
21631
21632         * lib/localcharset.c: Update from GNU gettext 0.14.2.
21633         * lib/config.charset: Update from GNU gettext 0.14.2.
21634
21635 2005-02-24  Bruno Haible  <bruno@clisp.org>
21636
21637         * lib/gettext.h: Update from GNU gettext 0.14.2.
21638
21639 2005-02-23  Simon Josefsson  <jas@extundo.com>
21640
21641         * m4/iconvme.m4: New file.
21642
21643 2005-02-23  Jim Meyering  <jim@meyering.net>
21644
21645         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
21646         change.
21647         Thanks to Bruno Haible for catching it.
21648
21649 2005-02-22  Simon Josefsson  <jas@extundo.com>
21650
21651         * modules/iconvme: New file.
21652
21653         * MODULES.html.sh: Add iconvme.
21654
21655 2005-02-22  Simon Josefsson  <jas@extundo.com>
21656
21657         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
21658
21659 2005-02-22  Simon Josefsson  <jas@extundo.com>
21660
21661         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
21662
21663 2005-02-22  Jim Meyering  <jim@meyering.net>
21664
21665         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
21666         s/ifndef/ifdef/.
21667
21668 2005-02-20  Neil Conway  <neilc@samurai.com>
21669
21670         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
21671         returned by OSX/Darwin if the specified buffer is not large
21672         enough for the hostname.
21673
21674 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21675
21676         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
21677         pass it to _help, otherwise the latter coredumps trying to
21678         dereference state.root_argp.
21679
21680 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21681
21682         * modules/chdir-long (Depends-on): Add memrchr.
21683         * modules/memrchr (Files): Add lib/memrchr.h.
21684         (Include): "memrchr.h".
21685
21686 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21687
21688         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
21689
21690 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
21691
21692         * lib/memrchr.h: New file.
21693         * lib/chdir-long.c: Include it.
21694         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
21695         Don't bother including stddef.h.
21696
21697 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
21698
21699         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
21700         inclusion.
21701         Include <sys/types.h>, for dev_t.
21702         (ME_DUMMY, ME_REMOTE): Move from here....
21703         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
21704         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
21705         Dmitry V. Levin.
21706         Include mountlist.h first, to test the interface.
21707
21708 2005-01-29  Bruno Haible  <bruno@clisp.org>
21709
21710         * lib/progname.c (program_name): Initialize.
21711         Needed when linking statically on MacOS X.
21712
21713 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21714
21715         Sync from coreutils.
21716         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
21717         (Depends-on): Add c-strtod.
21718         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
21719
21720 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
21721
21722         Sync from coreutils.
21723         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
21724
21725         Remove files that are specific to coreutils.
21726         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
21727
21728 2005-01-28  Bruno Haible  <bruno@clisp.org>
21729
21730         * modules/javacomp: New file.
21731         * MODULES.html.sh (Java): Add javacomp.
21732
21733 2005-01-28  Bruno Haible  <bruno@clisp.org>
21734
21735         * m4/javacomp.m4: New file, from GNU gettext.
21736
21737 2005-01-28  Bruno Haible  <bruno@clisp.org>
21738
21739         * lib/javacomp.sh.in: New file, from GNU gettext.
21740         * lib/javacomp.h: New file, from GNU gettext.
21741         * lib/javacomp.c: New file, from GNU gettext.
21742
21743 2005-01-26  Simon Josefsson  <jas@extundo.com>
21744
21745         * lib/gai_strerror.c: Use GPL in header.
21746
21747 2005-01-26  Bruno Haible  <bruno@clisp.org>
21748
21749         * modules/javaexec: New file.
21750         * MODULES.html.sh (Java): Add javaexec.
21751
21752 2005-01-26  Bruno Haible  <bruno@clisp.org>
21753
21754         * m4/javaexec.m4: New file, from GNU gettext.
21755
21756 2005-01-26  Bruno Haible  <bruno@clisp.org>
21757
21758         * lib/javaexec.sh.in: New file, from GNU gettext.
21759         * lib/javaexec.h: New file, from GNU gettext.
21760         * lib/javaexec.c: New file, from GNU gettext.
21761
21762 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21763
21764         * modules/lchown (Depends-on): Remove lchown.h
21765
21766 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21767
21768         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
21769         must be defined if the header file was not found, in order
21770         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
21771
21772 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
21773
21774         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
21775         initializers for struct pentry_state.
21776         (__argp_error): Check return value of __asprintf
21777         (__argp_failure): Translate error message
21778
21779         * lib/argp-parse.c: Removed braces around the expansion of N_()
21780
21781 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21782
21783         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
21784         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
21785         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
21786         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
21787         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
21788         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
21789         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
21790         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
21791         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
21792         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
21793         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
21794         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
21795         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
21796         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
21797         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
21798         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
21799         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
21800         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
21801         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
21802         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
21803         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
21804         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
21805         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
21806         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
21807         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
21808         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
21809         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
21810         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
21811         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
21812         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
21813         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
21814         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
21815         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
21816         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
21817         xstrtol.m4, xstrtoumax.m4, yesno.m4:
21818         Use an all-permissive copyright notice, recommended by RMS.
21819
21820 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
21821
21822         * modules/chdir-long (Depends-on): Remove mempcpy.
21823
21824 2005-01-21  Jim Meyering  <jim@meyering.net>
21825
21826         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
21827         same value as for Solaris 9.
21828
21829         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
21830         component length.  This included changing the parameter to be
21831         of type `char *' rather than `char const *'.
21832         * lib/chdir-long.h (chdir_long): Update prototype.
21833
21834         * lib/openat.c (fdopendir, fstatat): New functions.
21835         * lib/openat.h: Include headers required for use of DIR and struct
21836         stat.
21837         [AT_SYMLINK_NOFOLLOW]: Define.
21838         (fdopendir, fstatat): Add prototypes.
21839
21840 2005-01-21  Bruno Haible  <bruno@clisp.org>
21841
21842         * modules/classpath: New file.
21843         * MODULES.html.sh (Java): Add classpath.
21844
21845 2005-01-21  Bruno Haible  <bruno@clisp.org>
21846
21847         * lib/classpath.h: New file, from GNU gettext.
21848         * lib/classpath.c: New file, from GNU gettext.
21849
21850 2005-01-20  Simon Josefsson  <jas@extundo.com>
21851
21852         * modules/version-etc-fsf: New file.
21853
21854 2005-01-20  Simon Josefsson  <jas@extundo.com>
21855
21856         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
21857         * lib/version-etc.c: Remove version_etc_copyright.
21858         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
21859         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
21860
21861 2005-01-20  Simon Josefsson  <jas@extundo.com>
21862
21863         * lib/base64.h (isbase64): Add.
21864
21865         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
21866         using a unsigned prototype, don't inline.
21867         (base64_decode): Use it.
21868
21869 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21870
21871         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
21872         it.
21873
21874 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21875
21876         * lib/save-cwd.c (save_cwd): Remove code to support the case
21877         where fchdir is missing or flaky.
21878
21879 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
21880
21881         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
21882
21883 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
21884
21885         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
21886         AC_LIBSOURCES now does this.
21887         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
21888         with new ullong_max module.
21889
21890 2005-01-19  Bruno Haible  <bruno@clisp.org>
21891
21892         * modules/sh-quote: New file.
21893         * MODULES.html.sh (Executing programs): Add sh-quote.
21894
21895 2005-01-19  Bruno Haible  <bruno@clisp.org>
21896
21897         * lib/sh-quote.h: New file, from GNU gettext.
21898         * lib/sh-quote.c: New file, from GNU gettext.
21899
21900 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21901
21902         Merge from coreutils.
21903         * m4/ullong_max.m4: New file.
21904         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
21905         (gl_MACROS): Assume localeconv exists.
21906
21907 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21908
21909         Merge changes from coreutils, as described below in several
21910         changelogs dated today.
21911
21912         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
21913         (O_DIRECTORY): Remove; not needed here, since "." must be
21914         a directory.  All uses removed.
21915         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
21916         universal on Suns, and we also need to test for IRIX.
21917         Revamp code to use 'if' rather than '#if'.
21918         Avoid unnecessary comparison of cwd->desc to 0.
21919
21920         * lib/utimens.c (futimens): Robustify the previous patch, by checking
21921         for known valid error numbers rather than observed invalid ones.
21922
21923 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
21924
21925         * modules/ullong_max: New file.
21926
21927         * modules/chdir-long, modules/openat: New files.
21928         * modules/save-cwd (Depends-on): Depend on chdir-long.
21929         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
21930
21931 2005-01-18  Jim Meyering  <jim@meyering.net>
21932
21933         Merge from coreutils.
21934         * m4/chdir-long.m4, m4/openat.m4: New files.
21935         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
21936         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
21937         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
21938         is sane and DOES follow symlinks.  Besides, testing 20 different
21939         systems found no broken chown implementations.
21940         Prompted by a change in rsync's copy of this macro.
21941         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
21942
21943         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
21944
21945         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
21946         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
21947         NULL-means-set-to-current-time semantics.
21948         Remove temporary file immediately, rather than waiting
21949         for configure's at-exit trap code to do it.
21950
21951 2005-01-18  Jim Meyering  <jim@meyering.net>
21952
21953         * lib/version-etc.c (version_etc_copyright): Update copyright date.
21954
21955         * lib/utimens.c (futimens): Account for the fact that futimes
21956         can also fail with errno == ENOSYS or errno == ENOENT.
21957         Patch from Dmitry V. Levin.
21958
21959         Change the name of the robust chdir function from chdir to chdir_long.
21960         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
21961         (restore_cwd): Use chdir_long, not chdir.
21962         * lib/chdir-long.c: Renamed from chdir.c.
21963         * lib/chdir-long.h: Renamed from chdir.h.
21964         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
21965         Hurd.
21966
21967 2005-01-18  Bruno Haible  <bruno@clisp.org>
21968
21969         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
21970         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
21971         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
21972         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
21973         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
21974         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
21975         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
21976         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
21977         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
21978         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
21979         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
21980         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
21981         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
21982         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
21983         Use an all-permissive copyright notice, recommended by RMS.
21984
21985 2005-01-18  Bob Proulx  <bob@proulx.com>
21986
21987         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
21988         simplify offsetof() macro construct to avoid compile failure with
21989         native HP-UX 11.0 ANSI C compiler.
21990
21991 2005-01-17  Bruno Haible  <bruno@clisp.org>
21992
21993         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
21994         redundant because stpncpy.m4 takes care of it.
21995
21996 2005-01-17  Bruno Haible  <bruno@clisp.org>
21997
21998         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
21999
22000 2005-01-17  Bruno Haible  <bruno@clisp.org>
22001
22002         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
22003         used.
22004
22005 2005-01-17  Bruno Haible  <bruno@clisp.org>
22006
22007         * lib/fwriteerror.h (fwriteerror): Change specification to include
22008         fclose.
22009         * lib/fwriteerror.c: Include <stdbool.h>.
22010         (fwriteerror): At the end, close the file stream. Record whether
22011         stdout was already closed.
22012
22013 2005-01-17  Bruno Haible  <bruno@clisp.org>
22014
22015         * lib/execute.c (environ): Declare if needed.
22016         * lib/pipe.c (environ): Likewise.
22017         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
22018
22019 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22020
22021         * modules/argp: Depend on vsnprintf
22022
22023 2005-01-10  Jim Meyering  <jim@meyering.net>
22024
22025         * modules/closeout (Depends-on): Add atexit.
22026
22027 2005-01-06  Bruno Haible  <bruno@clisp.org>
22028
22029         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
22030
22031 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
22032
22033         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
22034         definitions to be after all include files, to avoid collisions.
22035         Problem reported by Bob Proulx.
22036
22037 2005-01-04  Jim Meyering  <jim@meyering.net>
22038
22039         Changes imported from coreutils.
22040         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
22041         as the mkstemp template, use a temporary directory and an
22042         8.3-friendly template to avoid trouble on systems like DJGPP.
22043         Reported by Juan M. Guerrero via Stepan Kasal.
22044         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
22045         close. Remove the temporary directory right away, rather than waiting
22046         for configure's at-exit trap code to do it.
22047         Suggestion from Stepan Kasal.
22048
22049 2005-01-01  Simon Josefsson  <jas@extundo.com>
22050
22051         * gnulib-tool: Print #include directives when --import'ing.
22052
22053 2004-12-28  Simon Josefsson  <jas@extundo.com>
22054
22055         * tests/test-base64.c: Include required header files.  Remove
22056         unused variables.
22057
22058 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
22059
22060         * modules/error (Depends-on): Remove gettext.
22061
22062 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
22063
22064         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
22065         not needed.  This removes a dependency on the gettext module.
22066         [defined _LIBC]: Do not include <libintl.h>; not needed.
22067
22068 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
22069
22070         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
22071         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
22072
22073 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
22074
22075         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
22076         HAVE_DECL_STRTOLD.
22077
22078 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22079
22080         * modules/getdate (Depends-on): Remove alloca-opt.
22081
22082 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22083
22084         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
22085
22086 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
22087
22088         * lib/argp-parse.c: Include <stddef.h>.
22089         (alignof, alignto): New macros.
22090         (parser_init): Don't assume that void * is aligned sufficiently
22091         for struct option.
22092
22093         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
22094         need to extend the stack.
22095         (YYINITDEPTH): New macro, so that the initial stack isn't overly
22096         large.
22097
22098 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22099
22100         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
22101
22102 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
22103
22104         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
22105         (2004-10-24) change.  Apparently this was a false alarm.
22106
22107         * modules/getdate: Depend on alloca-opt, not alloca.
22108
22109 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
22110
22111         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
22112         Remove now-obsolete comment about AIX.
22113         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
22114         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
22115         (YYMAXDEPTH): New macro.
22116
22117 2004-12-18  Simon Josefsson  <jas@extundo.com>
22118
22119         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
22120
22121 2004-12-18  Bruno Haible  <bruno@clisp.org>
22122
22123         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
22124
22125 2004-12-18  Bruno Haible  <bruno@clisp.org>
22126
22127         * lib/fatal-signal.c (fatal_signals): Make non-const.
22128         (init_fatal_signals): New function.
22129         (uninstall_handlers, install_handlers): Ignore signals that were set to
22130         SIG_IGN.
22131         (at_fatal_signal): Call init_fatal_signals.
22132         (init_fatal_signal_set): Likewise. Ignore signals that were set to
22133         SIG_IGN.
22134         Reported by Paul Eggert.
22135
22136 2004-12-18  Bruno Haible  <bruno@clisp.org>
22137
22138         * doc/alloca.texi: New file.
22139         * doc/alloca-opt.texi: New file.
22140
22141 2004-12-17  Jim Meyering  <jim@meyering.net>
22142
22143         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
22144         Otherwise, install-sh could exit with improper exit status when
22145         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
22146
22147 2004-12-16  Simon Josefsson  <jas@extundo.com>
22148
22149         * tests/test-base64.c: Add license.
22150
22151 2004-12-15  Stepan Kasal  <address@hidden>
22152
22153         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
22154
22155 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
22156
22157         * modules/getcwd (Files): Add m4/d-ino.m4.
22158         Suggested by Mark D. Baushke.
22159
22160 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
22161
22162         * lib/getdate.y (textint): New member "negative".
22163         (time_zone_hhmm): New function.
22164         Expect 14 shift-reduce conflicts, not 13.
22165         (o_colon_minutes): New rule.
22166         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
22167         (yylex): Set the "negative" member of signed numbers.
22168
22169 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
22170
22171         * doc/getdate.texi (Time of day items, Time zone items):
22172         Describe new formats +00:00, UTC+00:00.
22173
22174 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
22175
22176         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
22177         spurious "-l"s.  Problem reported by Stepan Kasal.
22178
22179 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
22180
22181         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
22182         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
22183
22184 2004-12-04  Simon Josefsson  <jas@extundo.com>
22185
22186         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
22187         Vandoorselaere <yoann@prelude-ids.org>.
22188
22189 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22190
22191         Changes imported from coreutils.
22192         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
22193         exist.
22194         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
22195
22196 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22197
22198         Changes imported from coreutils.
22199         * lib/hard-locale.c: Assume <locale.h> exists.
22200         Include "strdup.h".
22201         (GLIBC_VERSION): New macro.
22202         (hard_locale): Assume setlocale exists.
22203         Rewrite to avoid #ifdef.
22204         Use strdup rather than malloc + strcpy.
22205         * lib/human.c: Assume <locale.h> exists.
22206         (human_readable): Assume localeconv exists.
22207
22208 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22209
22210         * modules/hard-locale (Depends-on): Add strdup.
22211
22212 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
22213
22214         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
22215         convert T2, not T.  (Imported from libc.)
22216
22217 2004-11-30  Simon Josefsson  <jas@extundo.com>
22218
22219         * modules/restrict (License): Change to LGPL.
22220
22221 2004-11-30  Simon Josefsson  <jas@extundo.com>
22222
22223         * m4/restrict.m4: Add copyright and copying conditions.
22224
22225 2004-11-30  Simon Josefsson  <jas@extundo.com>
22226
22227         * m4/base64.m4: New file.
22228
22229 2004-11-30  Simon Josefsson  <jas@extundo.com>
22230
22231         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
22232         base64.
22233
22234         * tests/test-base64.c: New file.
22235
22236         * modules/base64: New file.
22237
22238 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
22239
22240         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
22241         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
22242
22243         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
22244
22245 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
22246
22247         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
22248         (__getcwd.c): Don't restore errno; glibc doesn't.
22249         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
22250         first, falling back to our code only if its results look suspicious.
22251         Ensure that the resulting buffer is only as large as necessary.
22252
22253         * lib/readutmp.c: Include readutmp.h first.
22254         Include <errno.h>, since readutmp.h no longer does that.
22255         * lib/readutmp.h: Don't include <errno.h>,
22256         <sys/param.h>, <time.h>; not needed to establish interface.
22257         (errno): Remove decl.
22258         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
22259         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
22260         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
22261
22262 2004-11-28  Simon Josefsson  <jas@extundo.com>
22263
22264         * lib/base64.h, base64.c: New file.
22265
22266 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
22267
22268         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
22269
22270 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
22271
22272         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
22273         (Depends-on): Remove pathmax, same.  Add mempcpy.
22274         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
22275         (Makefile.am): Append getcwd.h to lib_SOURCES.
22276         (Include): Add getcwd.h.
22277         (Maintainer): Change from Jim Meyering to "all, glibc",
22278         since getdate now uses intended-for-glibc code.
22279         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
22280         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
22281
22282 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
22283
22284         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
22285         HP's ANSI C compiler.
22286         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
22287         Declaring int functions causes warnings on some modern systems and
22288         shouldn't be needed to compile on ancient ones.
22289         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
22290         defined.
22291
22292         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
22293         with the following changes.
22294         (__set_errno): Parenthesize properly.
22295         Include <stdbool.h>.
22296         (MIN, MAX, MATCHING_INO): New macros.
22297         (__getcwd): Define with prototype, not K&R form.
22298         Use heuristics to allocate default buffer on stack if possible.
22299         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
22300         behavior, and to avoid the PATH_MAX limit when computing
22301         ../../../../...
22302         Use MATCHING_INO to compare inode number to file.
22303         Check for arithmetic overflow in size calculations.
22304         Fix bug in reallocation of dot array that caused getcwd to fail
22305         on directories nested deeper than 75.
22306         Be more careful about saving errno on error.
22307         Do not use realloc; use only free+malloc, as this is a bit
22308         more flexible and avoids a needless copy operation.
22309         Do not inspect st_dev and st_ino for symbolic links; POSIX
22310         doesn't specify the latter.
22311         Check for closedir errors.
22312         Avoid needless casts.
22313         Use "#ifdef weak_alias" around weak_alias, to be like other
22314         glibc code.
22315         The following changes to getcwd.c have effect only when used in
22316         gnulib; they have no effect inside glibc proper.
22317         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
22318         as alloca isn't used.
22319         (alloca, __alloca): Likewise.
22320         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
22321         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
22322         unconditionally, as gnulib assumes C89 or better.
22323         Do not include <sys/param.h>.
22324         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
22325         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
22326         better.
22327         (NULL) [!defined NULL]: Remove; we assume C89 or better.
22328         Include <dirent.h> in a way that is compatible with modern Autoconf.
22329         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
22330         New macros, if not already defined.
22331         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
22332         Use "_LIBC", not "defined _LIBC", for consistency.
22333         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
22334         a mempcpy module.
22335         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
22336         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
22337         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
22338         credit only to Jim Meyering and adjust the copyright dates.
22339         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
22340         <stdlib.h>, <unistd.h>, "pathmax.h".
22341         Instead, include "xgetcwd.h" (first) and "getcwd.h".
22342         (INITIAL_BUFFER_SIZE): Remove.
22343         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
22344
22345 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
22346
22347         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
22348         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
22349         Use the _ONCE methods, for efficiency.
22350         Check for fcntl.h.  In test program, include <errno.h>
22351         and <fcntl.h> if available.  Remove old K&R cruft from
22352         test program.  Check for common errors in GNU/Linux,
22353         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
22354         don't do AC_LIBOBJ, as that's getcwd.m4's job.
22355         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
22356         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
22357         name accordingly.
22358         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
22359         accommodate new getcwd.c.
22360         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
22361         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
22362         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
22363         that's all we need now.
22364
22365 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22366
22367         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
22368         argp-parse.c depends on getopt internals, that means we should
22369         always use our getopt, to be on the safe side.
22370         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
22371         order not to spoil the result of an eventual previous invocation
22372         of gl_GETOPT_SUBSTITUTE.
22373
22374 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22375
22376         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
22377         redefinition warnings. To avoid them, include the defines
22378         in `#if !defined __need_getopt ... #endif'. The only place
22379         where __getopt_argv_const is used is in definitions
22380         of getopt_long and getopt_long_only below, which are as well
22381         protected by `#ifndef __need_getopt'.
22382         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
22383         __need_getopt after including <stdio.h> and <unistd.h> These
22384         headers might have defined it.
22385
22386 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
22387
22388         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
22389
22390 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
22391
22392         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
22393         (futimens): New function, which uses futimes if available.
22394         (futimens, utimens): Support timespec==NULL, with same semantics
22395         as utime and utimens.
22396         * lib/utimens.h (futimens): New decl.
22397
22398 2004-11-23  Jim Meyering  <jim@meyering.net>
22399
22400         * lib/getopt_.h: Remove trailing blanks.
22401
22402 2004-11-23  Jim Meyering  <jim@meyering.net>
22403
22404         * lib/__fpending.c: Add comment.
22405
22406 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
22407
22408         * modules/canonicalize (Depends-on): Add xreadlink.
22409         Problem reported by James Youngman.
22410
22411 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
22412
22413         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
22414         New macros.
22415         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
22416         optopt): Use them instead of invoking ## directly; otherwise, the
22417         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
22418
22419 2004-11-19  Bruno Haible  <bruno@clisp.org>
22420
22421         * lib/strtok_r.c: Move comments from here...
22422         * lib/strtok_r.h: ... to here.
22423
22424 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22425
22426         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
22427         implementations that mishandle size_t overflow.
22428
22429 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
22430
22431         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
22432         might fail.  Problem reported by Yoann Vandoorselaere.
22433         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
22434         implementations that mishandle size_t overflow.
22435
22436 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22437
22438         * modules/canon-host (Depends-on): Add strdup.
22439
22440 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22441
22442         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
22443
22444 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22445
22446         * lib/canon-host.c: Include "strdup.h".
22447         (canon_host): Use getaddrinfo if available, so that IPv6 works.
22448         Use strdup instead of malloc/strcpy to duplicate strings.
22449
22450         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
22451         (human_space_before_unit): New constant.
22452         * lib/human.c (human_readable): Support it.
22453
22454         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
22455         (xgetcwd): Set errno correctly when failing.
22456         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
22457         the failure is actually due to a PATH_MAX problem.
22458
22459         Further getopt changes to make it more likely that glibc will
22460         buy the changes back.
22461         * lib/getopt.c (POSIXLY_CORRECT): New constant.
22462         (getopt): Use it, so to preserve glibc semantic
22463         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
22464         when compiling for libc.
22465         * lib/getopt_.h (__getopt_argv_const): Bring it back.
22466         (getopt_long, getopt_long_only): Use it.
22467
22468         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22469         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
22470         (getopt): Argv is now char * const *, as per standard.
22471         (_getopt_internal_r, _getopt_internal): Argv is now char **,
22472         not char *__getopt_argv_const *.
22473         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22474         _getopt_long_only_r): Likewise.
22475         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
22476         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22477         _getopt_long_r, _getopt_long_only_r): Likewise.
22478         * lib/getopt_.h (__getopt_argv_const): Remove.
22479         (getopt): Argv is now char * const *, as per standard.
22480
22481         * lib/getdate.y (tORDINAL): New token.
22482         (day, relunit): Allow it for relative times.
22483         (relative_time_table): Use tORDINAL for ordinals.
22484
22485 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
22486
22487         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
22488         Document that "second" isn't allowed as an ordinal number.
22489
22490 2004-11-16  Jim Meyering  <jim@meyering.net>
22491
22492         * modules/closeout (Depends-on): Add fpending.
22493
22494 2004-11-15  Jim Meyering  <jim@meyering.net>
22495
22496         * lib/closeout.c: Include "__fpending.h" once again.
22497         Include <stdbool.h>.
22498         (close_stdout): Don't fail just because stdout was closed initially,
22499         since some programs don't write to stdout in the normal course of
22500         operation (other than --version and --help), and we don't want this
22501         function to make e.g. `touch file >&-' fail.
22502         But do fail if it was closed and someone has tried to write to it.
22503         E.g., `printf foo >&-' must fail.
22504
22505 2004-11-13  Jim Meyering  <jim@meyering.net>
22506
22507         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
22508
22509 2004-11-12  Simon Josefsson  <jas@extundo.com>
22510
22511         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
22512         small doc fix is still pending.
22513
22514 2004-11-11  Simon Josefsson  <jas@extundo.com>
22515
22516         * modules/strtok_r: New file.
22517
22518         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22519         strtok_r.
22520
22521 2004-11-11  Simon Josefsson  <jas@extundo.com>
22522
22523         * m4/strtok_r.m4: New file.
22524
22525         * m4/getopt.m4: Replace opterr.
22526
22527 2004-11-11  Simon Josefsson  <jas@extundo.com>
22528
22529         * lib/strtok_r.h, strtok_r.c: New file.
22530
22531 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22532
22533         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
22534         of replacing opterr, getopt, etc.  This should handle the
22535         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
22536
22537 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
22538
22539         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
22540         we can stop lying to compilers about the constness of argv when we
22541         are compiled outside glibc.
22542         (getopt, getopt_long, getopt_long_only): Use it.
22543         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
22544         _getopt_internal, getopt): Likewise.
22545         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
22546         _getopt_long_only_r): Likewise.
22547         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
22548         _getopt_long_r, _getopt_long_only_r): Likewise.
22549
22550         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
22551         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
22552         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
22553         the other external symbols.
22554         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
22555         declaration, since the above renaming now works around collisions.
22556
22557 2004-11-11  Jim Meyering  <jim@meyering.net>
22558
22559         * lib/linebreak.c: Remove trailing blanks.
22560         * lib/alloca_.h: Likewise.
22561         * lib/acosl.c: Likewise.
22562         * lib/euidaccess.c: Likewise.
22563         * lib/allocsa.h: Likewise.
22564
22565 2004-11-10  Simon Josefsson  <jas@extundo.com>
22566
22567         * m4/getaddrinfo.m4: New file.
22568
22569 2004-11-10  Simon Josefsson  <jas@extundo.com>
22570
22571         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
22572
22573 2004-11-10  Simon Josefsson  <jas@extundo.com>
22574
22575         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22576         getaddrinfo.
22577
22578         * modules/getaddrinfo: New file.
22579
22580 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22581
22582         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
22583
22584 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
22585
22586         * lib/mktime.c (SHR): New macro, which is a portable
22587         substitute for >> that should work even on Crays.
22588         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
22589         Problem reported by Mark D. Baushke in
22590         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
22591         * lib/getdate.y (SHR): Likewise.
22592         (tm_diff): Use it.
22593         * lib/strftime.c (SHR): Likewise.
22594         (tm_diff): Use it.
22595         * lib/quotearg.c (struct quoting_options): Use unsigned int for
22596         quote_these_too, so that right shifts are well defined.  All uses
22597         changed.
22598
22599 2004-11-10  Jim Meyering  <jim@meyering.net>
22600
22601         Ensure that no close failure goes unreported.
22602         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
22603         return early when it seems there's nothing to flush.
22604         Don't include __fpending.h.
22605
22606 2004-11-10  Jim Meyering  <jim@meyering.net>
22607
22608         * modules/closeout (Depends-on): Remove fpending.
22609
22610 2004-11-10  Jim Meyering  <jim@meyering.net>
22611
22612         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
22613
22614 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22615
22616         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
22617         gl_FUNC_STRFTIME.
22618         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
22619         and AC_REQUIRE when possible, to avoid duplicate checks.
22620         Check for <wchar.h>.
22621
22622 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
22623
22624         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
22625
22626 2004-11-09  Bruno Haible  <bruno@clisp.org>
22627
22628         * m4/sockpfaf.m4: New file.
22629
22630 2004-11-05  Bruno Haible  <bruno@clisp.org>
22631
22632         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
22633         Reported by Mark D. Baushke <mdb@cvshome.org>.
22634
22635 2004-11-04  Bruno Haible  <bruno@clisp.org>
22636
22637         2004-09-11  Bruno Haible  <bruno@clisp.org>
22638                 * allocsa.valgrind: New file.
22639         2004-02-06  Bruno Haible  <bruno@clisp.org>
22640                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
22641                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
22642                 Reported by Christopher Seip <chris.seip@hp.com>.
22643
22644 2004-11-04  Bruno Haible  <bruno@clisp.org>
22645
22646         * modules/allocsa (Files): Add lib/allocsa.valgrind.
22647         (Makefile.am): Distribute it.
22648
22649 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
22650
22651         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
22652         with errno == ERANGE if the buffer is too small.
22653         Problem reported by Mark D. Baushke.
22654
22655 2004-11-03  Albert Chin  <china@thewrittenword.com>
22656             Paul Eggert  <eggert@cs.ucla.edu>
22657
22658         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
22659         equivalent, substitute $ac_type for equivalent type rather than
22660         blindly using uint32_t *always* which won't work if uint32_t is not
22661         available.  Define _UINT32_T to work around typedef of uint32_t if
22662         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
22663         2.5.1.
22664
22665 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22666
22667         * m4/jm-macros.m4: Sync from coreutils.
22668         (gl_MACROS): Check for mbrlen, for pathchk.
22669         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
22670
22671 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22672
22673         * lib/xreadlink.c (MAXSIZE): New macro.
22674         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
22675         size does not exceed MAXSIZE.  Avoid cast.
22676         As suggested by Mark D. Baushke in
22677         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
22678         if readlink fails with buffer size just under MAXSIZE, try again
22679         with MAXSIZE.
22680
22681 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
22682
22683         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
22684
22685 2004-11-02  Derek R. Price  <derek@ximbiot.com>
22686         and  Paul Eggert  <eggert@cs.ucla.edu>
22687
22688         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
22689         (get_date): Overparenthesize to avoid GCC warning.
22690
22691 2004-11-02  Bruno Haible  <bruno@clisp.org>
22692
22693         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
22694         returns void.
22695
22696 2004-11-02  Bruno Haible  <bruno@clisp.org>
22697
22698         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
22699         function returns void.
22700
22701 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22702
22703         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
22704         fflush_unlocked, flockfile, funlockfile, funlockfile,
22705         fputs_unlocked, putc_unlocked.
22706
22707 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
22708
22709         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22710         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
22711         already declared.
22712
22713 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22714
22715         * modules/getdate (Files): Add doc/getdate.texi.
22716         (Depends-on): Add setenv, xalloc.
22717
22718 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22719
22720         * lib/getdate.y: Add support for TZ="foo" within a date string.
22721         Fix some bugs near time_t boundaries.  Reject dates with
22722         out-of-range components, e.g., "Sept 31".
22723         Include <stdlib.h>, "setenv.h", "xalloc.h".
22724         (ISDIGIT_LOCALE): Remove; unused.
22725         Note that the TZ and time functions used here are not reentrant.
22726         (mktime_ok, get_tz): New functions.
22727         (TZBUFSIZE): New constant.
22728         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
22729         This requires that we sometimes generate our own TZ="XXX..." setting.
22730
22731 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
22732
22733         * doc/getdate.texi: New file, from coreutils with modifications for
22734         the new TZ parsing.
22735
22736 2004-10-27  Derek R. Price  <derek@ximbiot.com>
22737
22738         * lib/mktime.c (not_equal_tm): Remove redundant check.
22739
22740 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22741
22742         * modules/regex (lib_SOURCES): Add regex.c.
22743         Reported by James Youngman in
22744         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
22745
22746 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
22747
22748         * lib/getdate.y: Use Bison 1.875 features, and some minor
22749         code cleanups.  This change does not affect semantics.
22750         Don't include <stdlib.h>; no longer needed.
22751         Don't include unlocked-io.h; only the "#if TEST" code uses
22752         stdio, and performance isn't crucial there.
22753         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
22754         Bison 1.875 features as described below.
22755         All uses of "PC." replaced by "pc->".
22756         (YYSTYPE): Add a forward declaration.
22757         (yylex, yyerror): Use full prototypes in forward decls.
22758         Use "%pure-parser" rather than obsolescent "%pure_parser".
22759         Use %parse-param and %lex-param instead of obsolescent
22760         YYPARSE_PARAM and YYLEX_PARAM.
22761         (meridian_table, month_and_day_table, time_units_table,
22762         relative_time_table, time_zone_table, military_table,
22763         lookup_zone, lookup_word, get_date):
22764         Use NULL instead of 0 where appropriate.
22765         (to_hour): Avoid abort (), to avoid a dependency on
22766         stdlib.h.
22767         (yyerror, yylex): Now accepts parser_control * arg.
22768         (main) [TEST]: Use '\0' rather than 0 for char.
22769
22770 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22771
22772         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
22773
22774 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
22775
22776         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
22777         It's now the caller's responsibility to handle the case where
22778         !HAVE_GETPAGESIZE && !defined getpagesize.
22779
22780         * lib/mktime.c (leapyear): Arg is long int, not int.
22781
22782 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
22783
22784         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
22785
22786 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
22787
22788         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
22789         missing.  Problem reported by James Youngman.
22790
22791 2004-10-16  Simon Josefsson  <jas@extundo.com>
22792
22793         * gnulib-tool: Fix comments.  Fix parse problem.
22794         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
22795
22796 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
22797
22798         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
22799         implementation of getopt_long.  Problem reported by Alexander Taler in:
22800         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
22801
22802 2004-10-15  Bruno Haible  <bruno@clisp.org>
22803
22804         * gnulib-tool: Untabify. Initialize supplied_libname.
22805         (func_usage): More homogenous output.
22806         (func_modules_transitive_closure, func_modules_to_filelist,
22807         func_emit_lib_Makefile_am): New functions.
22808         (func_import): New function, extracted from big case statement. Use
22809         func_get_license, func_modules_transitive_closure,
22810         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
22811         opt_lgpl. Don't use test -a, as it's not portable.
22812         (func_create_testdir): Use func_modules_transitive_closure,
22813         func_modules_to_filelist, func_emit_lib_Makefile_am.
22814
22815 2004-10-15  Bruno Haible  <bruno@clisp.org>
22816
22817         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
22818
22819 2004-10-15  Bruno Haible  <bruno@clisp.org>
22820
22821         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
22822         the portions belonging to each module.
22823         Suggested by Derek Robert Price <derek@ximbiot.com>.
22824
22825 2004-10-12  Simon Josefsson  <jas@extundo.com>
22826
22827         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
22828         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
22829         to real functions.
22830
22831 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22832
22833         * modules/vsnprintf: New file.
22834
22835 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22836
22837         * m4/vsnprintf.m4: New file.
22838
22839 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22840
22841         * lib/vsnprintf.h: New file.
22842         * lib/vsnprintf.c: New file.
22843
22844 2004-10-11  Bruno Haible  <bruno@clisp.org>
22845
22846         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
22847         vsnprintf.
22848
22849 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
22850
22851         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
22852
22853 2004-10-07  Bruno Haible  <bruno@clisp.org>
22854
22855         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
22856         fits into the provided buffer.
22857
22858 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
22859
22860         * lib/diacrit.c, diacrit.h: Add GPL notice.
22861
22862         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
22863         notice.
22864         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
22865         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
22866         This avoids a potential constant-folding bug.
22867
22868 2004-10-05  Bruno Haible  <bruno@clisp.org>
22869
22870         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
22871         for the declaration of strsep.
22872
22873 2004-10-05  Bruno Haible  <bruno@clisp.org>
22874
22875         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
22876
22877 2004-10-04  Simon Josefsson  <jas@extundo.com>
22878
22879         * modules/memmem: New file.
22880         * tests/test-memmem.c: New file.
22881         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
22882
22883 2004-10-04  Simon Josefsson  <jas@extundo.com>
22884
22885         * m4/memmem.m4: New file.
22886
22887 2004-10-04  Simon Josefsson  <jas@extundo.com>
22888
22889         * lib/memmem.h: New file.
22890         * lib/memmem.c: New file, taken from glibc.
22891
22892 2004-10-04  Simon Josefsson  <jas@extundo.com>
22893
22894         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
22895         '#ifdef USE_UNLOCKED_IO'.
22896
22897 2004-10-04  Simon Josefsson  <jas@extundo.com>
22898
22899         * config/srclist.txt: Add memmem from glibc.
22900
22901 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22902
22903         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
22904
22905         * modules/argmatch, modules/argp, modules/closeout, modules/error,
22906         modules/exclude, modules/getdate, modules/getline,
22907         modules/getndelim2, modules/getpass, modules/getpass-gnu,
22908         modules/getusershell, modules/linebuffer, modules/md5,
22909         modules/mountlist, modules/posixtm, modules/readtokens,
22910         modules/readutmp, modules/regex, modules/sha1,
22911         modules/version-etc, modules/yesno:
22912         Remove dependency on unlocked-io.
22913
22914 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22915
22916         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
22917
22918         * m4/unlocked-io.m4: Add copyright notice.
22919         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
22920
22921 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22922
22923         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
22924         * lib/xmalloc.c (xmemdup): Likewise.
22925         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
22926         XFREE): Remove these long-obsolescent macros.
22927         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
22928         * lib/xstrdup.c: Remove.
22929
22930         * lib/regex.c (re_comp): Cast gettext return value to char *,
22931         Problem reported by Martin Neitzel via Mark D. Baushke.
22932
22933 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
22934
22935         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
22936         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
22937         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
22938         regex.c, sha1.c, version-etc.c, yesno.c:
22939         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
22940         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
22941         the includer's responsibility.
22942
22943         Sync from coreutils.
22944
22945         * lib/modechange.c (mode_compile): Don't decrement a pointer that
22946         points to the start of a string, as the C Standard says the
22947         resulting behavior is undefined.
22948
22949         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
22950         simple -> simple_backups, numbered_existing ->
22951         numbered_existing_backups, numbered -> numbered_backups
22952         to avoid shadowing problems.  All uses changed.
22953         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
22954         * lib/backupfile.c (check_extension, numbered_backup):
22955         Rename locals to avoid shadowing 'basename'.
22956         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
22957         once.
22958
22959         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
22960         * lib/.cvsignore: Add getopt.h.
22961
22962 2004-10-04  Bruno Haible  <bruno@clisp.org>
22963
22964         * modules/README: New file.
22965         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
22966         not a module.
22967
22968 2004-10-02  Jim Meyering  <jim@meyering.net>
22969
22970         * lib/dirfd.h, getpagesize.h: Add copyright notice.
22971
22972 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22973
22974         * modules/strsep: New file.
22975
22976 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22977
22978         * m4/strsep.m4: New file.
22979
22980 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22981
22982         * lib/strsep.h: New file.
22983         * lib/strsep.c: New file.
22984
22985 2004-10-01  Simon Josefsson  <jas@extundo.com>
22986
22987         * lib/snprintf.c (snprintf): Handle size==0.
22988
22989 2004-10-01  Simon Josefsson  <jas@extundo.com>
22990             Bruno Haible  <bruno@clisp.org>
22991
22992         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
22993         (snprintf): Declare 'args'.
22994
22995 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
22996
22997         * lib/snprintf.c: Remove comments as to why each header is needed.
22998
22999 2004-10-01  Bruno Haible  <bruno@clisp.org>
23000
23001         * MODULES.html.sh: Add strsep.
23002
23003 2004-09-30  Simon Josefsson  <jas@extundo.com>
23004
23005         * modules/snprintf: New file.
23006
23007 2004-09-30  Simon Josefsson  <jas@extundo.com>
23008
23009         * m4/snprintf.m4: New file.
23010
23011 2004-09-30  Simon Josefsson  <jas@extundo.com>
23012
23013         * lib/snprintf.h, lib/snprintf.c: New files.
23014
23015 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23016
23017         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
23018         (hol_entry_help): Never translate an empty string.
23019         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
23020         * lib/argp.h (OPTION_NO_TRANS): New option.
23021
23022 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
23023
23024         * modules/argp (Maintainer): Replace Simon Josefsson
23025         by Sergey Poznyakoff.
23026
23027 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
23028
23029         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
23030         changes merged back into glibc.
23031
23032 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
23033
23034         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
23035
23036 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
23037
23038         * lib/xvasprintf.c: Include xalloc.h.
23039         (xvasprintf): Use xalloc_die, not xmalloc_die.
23040
23041 2004-09-29  Bruno Haible  <bruno@clisp.org>
23042
23043         * modules/alloca-opt: New file, derived from modules/alloca.
23044         * modules/allocsa: Depend on alloca-opt instead of alloca.
23045         * modules/setenv: Likewise.
23046         * modules/vasnprintf: Likewise.
23047         * MODULES.html.sh: Add alloca-opt.
23048
23049 2004-09-28  Simon Josefsson  <jas@extundo.com>
23050
23051         * gnulib-tool: New parameter --lgpl, to asseert that modules are
23052         LGPL, and to replace license template from GPL to LGPL.
23053
23054 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
23055
23056         * modules/dummy: Change license to LGPL.
23057
23058 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
23059
23060         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
23061
23062 2004-09-24  Simon Josefsson  <jas@extundo.com>
23063
23064         * modules/minmax (License): Change from GPL to LGPL.
23065
23066 2004-09-23  Simon Josefsson  <jas@extundo.com>
23067
23068         * gnulib-tool (--import): Typo.
23069
23070 2004-09-23  Simon Josefsson  <jas@extundo.com>
23071
23072         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
23073
23074 2004-09-22  Bruno Haible  <bruno@clisp.org>
23075
23076         * modules/*: Add 'License' field.
23077         * gnulib-tool: Accept --extract-license option.
23078         (func_get_license): New function.
23079
23080 2004-09-21  Bruno Haible  <bruno@clisp.org>
23081
23082         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
23083         Reported by Simon Josefsson.
23084
23085 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23086
23087         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
23088         gl_AC_TYPE_LONG_LONG.
23089
23090 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
23091
23092         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
23093
23094 2004-09-18  Simon Josefsson  <jas@extundo.com>
23095         and  Paul Eggert  <eggert@cs.ucla.edu>
23096
23097         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
23098         calls with autoreconf.  Define GL_LIB.
23099
23100 2004-09-14  Karl Berry  <karl@gnu.org>
23101
23102         * config/srclist.txt: unsync setenv.c, sigh.
23103
23104 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
23105
23106         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
23107         Problem reported by Bruno Haible in:
23108         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
23109
23110 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
23111
23112         * config/srclist.txt: Comment out argp-pvh.c.
23113
23114 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
23115
23116         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
23117         in case some system header has #define'd it.  Problem reported by
23118         Soeren D. Schulze in
23119         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
23120
23121 2004-09-09  Karl Berry  <karl@gnu.org>
23122
23123         * regex.[ch]: delete from the root.  These were supposed to be
23124                 synced with emacs cvs, but this has not happened for about
23125                 a year, and anyway nothing else uses emacs regex.[ch].
23126                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
23127                 lib/regex[.ch] is untouched.
23128
23129 2004-09-09  Bruno Haible  <bruno@clisp.org>
23130
23131         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
23132
23133 2004-09-09  Bruno Haible  <bruno@clisp.org>
23134
23135         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
23136         modifications.
23137         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
23138
23139 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
23140
23141         * modules/xvasprintf: New file.
23142         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
23143
23144 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
23145
23146         * lib/xvasprintf.h: New file.
23147         * lib/xvasprintf.c: New file.
23148         * lib/xasprintf.c: New file.
23149
23150 2004-09-08  Bruno Haible  <bruno@clisp.org>
23151
23152         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
23153
23154 2004-09-08  Bruno Haible  <bruno@clisp.org>
23155
23156         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
23157         length is > INT_MAX.
23158         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
23159         more.
23160
23161 2004-09-08  Bruno Haible  <bruno@clisp.org>
23162
23163         * lib/stdint_.h: New file, taken from GNU clisp.
23164
23165 2004-09-08  Bruno Haible  <bruno@clisp.org>
23166             Oskar Liljeblad  <oskar@osk.mine.nu>
23167
23168         * modules/stdint: New file.
23169         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
23170
23171 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23172
23173         Import from coreutils.
23174         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
23175         strings on unbounded length.  alloca's performance benefits aren't
23176         that important here.
23177         (V_STRDUP): Remove.
23178         (parse_with_separator): New function, with most of the internals
23179         of the old parse_user_spec.  Allow user to omit both user and group,
23180         for compatibility with FreeBSD.
23181         Clone only the user name, not the entire spec.
23182         Do not set *uid, *gid unless entirely successful.
23183         Avoid memory leak in some failing cases.
23184         Fix regression for USER.GROUP reported by Dmitry V. Levin in
23185         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
23186         (parse_user_spec): Rewrite to use parse_with_separator.
23187
23188 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23189
23190         * modules/userspec: Don't depend on alloca.
23191
23192 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23193
23194         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
23195
23196 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23197
23198         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
23199         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
23200         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
23201
23202 2004-08-16  Simon Josefsson  <jas@extundo.com>
23203
23204         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
23205         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
23206         Add --dry-run for --import.
23207         Let user provided command line parameters override configure.ac
23208         settings.
23209
23210 2004-08-12  Simon Josefsson  <jas@extundo.com>
23211
23212         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
23213         as discussed with Paul Eggert in threads rooted at
23214         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
23215         and
23216         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
23217         Before, the test was empty, and relied on ELIDE_CODE in source
23218         code.)
23219         (gl_PREREQ_GETOPT): New macro.
23220         (gl_GETOPT): Use them.
23221
23222 2004-08-12  Simon Josefsson  <jas@extundo.com>
23223
23224         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
23225         * lib/getopt_.h: Renamed from getopt.h.
23226
23227 2004-08-12  Simon Josefsson  <jas@extundo.com>
23228
23229         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
23230         Change default library name from libfoo to libgnu.
23231         Now, if you have a configure.ac that says:
23232                 gl_SOURCE_BASE(gl)
23233                 gl_M4_BASE(gl/m4)
23234                 gl_MODULES(error getopt etcetera)
23235                 gl_INIT
23236         you can import all you need by running:
23237                 ../gnulib/gnulib-tool --import
23238
23239         * modules/getopt (Files): Rename getopt.h to getopt_.h.
23240         (Makefile.am): Rewrite, use logic from argz.
23241         (Include): Use <getopt.h> instead of "getopt.h".
23242
23243 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23244
23245         * modules/argp (Files): Add m4/unlocked-io.m4.
23246         (Depends-on): Add extensions.
23247
23248 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23249
23250         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
23251         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
23252         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
23253         Check for program_invocation_name, program_invocation_short_name,
23254         flockfile, funlockfile, features.h, _getopt_long_only_r.
23255
23256 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23257
23258         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
23259         its complicated substitute.
23260         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
23261         and program_invocation_name.
23262         (__argp_basename) [!_LIBC]: Remove; the only use was
23263         replaced by its body.
23264         (__argp_short_program_name): Change condition from
23265         !defined __argp_short_program_name to
23266         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
23267         to match argp-namefrob.h.
23268         (__argp_failure): Don't assume strerror_r returns char *.
23269         * lib/argp-parse.c (N_): Define unconditionally.
23270         (argp_default_options): Fill out initializers with 0 to avoid
23271         gcc warnings.
23272
23273 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
23274
23275         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
23276         getopt1.c.
23277
23278 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23279
23280         Merge from coreutils.
23281
23282         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
23283
23284         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
23285         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
23286
23287 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23288
23289         Merge from coreutils.
23290
23291         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
23292         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
23293         for Reliant Unix 5.43.
23294
23295         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
23296         (union fooround): Use uintmax_t, not long int.
23297         The rest is a merge from libc:
23298         [defined _LIBC]: Include <shlib-compat.h>.
23299         (_obstack) [defined _LIBC]: Remove after 2.3.4.
23300
23301         * lib/settime.c (settime): Recode to avoid warning with
23302         Sun Forte C 6U2.
23303
23304         * lib/strverscmp.c: Convert to UTF-8.
23305
23306 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
23307
23308         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
23309         m4/uintmax_t.m4.
23310
23311 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23312
23313         * modules/xalloc-die: New file.
23314         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
23315
23316         * modules/md5 (Files): Add m4/uint32_t.m4.
23317         * modules/sha1: Renamed from modules/sha.
23318         (Files):
23319         Rename lib/sha.h to lib/sha1.h.
23320         Rename lib/sha.c to lib/sha1.c.
23321         Rename m4/sha.m4 to m4/sha1.m4.
23322         (lib_SOURCES): Likewise.
23323         (configure.ac): Rename gl_SHA to gl_SHA1.
23324         (Include): sha.h -> sha1.h.
23325
23326 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23327
23328         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
23329         * m4/sha1.m4: Renamed from sha.m4.
23330         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
23331
23332 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
23333
23334         * lib/obstack.h (obstack_empty_p):
23335         Don't assume that chunk->contents is suitably aligned.
23336         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
23337         Likewise. Problem reported by Benno in
23338         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
23339
23340         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
23341         readable.  This could be improved further but it'd take some work.
23342
23343 2004-08-08  Simon Josefsson  <jas@extundo.com>
23344
23345         * modules/xgethostname (Depends-on): Remove exit and error (not
23346         used).
23347
23348         * modules/getpass-gnu: Add getpass.h.
23349         (Depends-on): Add stdbool.
23350         * modules/getpass: Add getpass.h.
23351
23352 2004-08-08  Simon Josefsson  <jas@extundo.com>
23353
23354         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
23355         Check getpass declaration.
23356
23357 2004-08-08  Simon Josefsson  <jas@extundo.com>
23358
23359         * lib/xgethostname.c: Don't include error.h (not used).
23360
23361         * lib/getpass.h: Add.
23362         * lib/getpass.c: Include getpass.h first.
23363
23364 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
23365
23366         * lib/xalloc-die.c: New file.
23367         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
23368         All uses removed.
23369         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
23370         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
23371         xalloc-die.c.
23372         (_, N_, xalloc_die): Move to xalloc-die.c.
23373         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
23374         so that we needn't mess with xalloc_msg_memory_exhausted.
23375
23376         * lib/sha1.h: Renamed from sha.h.
23377         (SHA1_H): Renamed from _SHA_H.
23378         (sha1_ctx): Renamed from sha_ctx.
23379         (sha1_init_ctx): Renamed from sha_init_ctx.
23380         (sha1_process_block): Renamed from sha_process_block.
23381         (sha1_process_bytes): Renamed from sha_process_bytes.
23382         (sha1_finish_ctx): Renamed from sha_finish_ctx.
23383         (sha1_read_ctx): Renamed from sha_read_ctx.
23384         (sha1_stream): Renamed from sha_stream.
23385         (sha1_buffer): Renamed from sha_buffer.
23386         * lib/sha1.c: Likewise; renamed from sha.c.
23387         Do not include <sys/types.h>.
23388         Include <stddef.h> rather than <stdlib.h>.
23389
23390 2004-08-08  Bruno Haible  <bruno@clisp.org>
23391
23392         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
23393         FILESYSTEM_PREFIX_LEN.
23394         * lib/progreloc.c: Likewise.
23395         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
23396
23397 2004-08-06  Simon Josefsson  <jas@extundo.com>
23398
23399         * modules/progname (Depends-on): Don't depend on stdbool.
23400
23401 2004-08-06  Simon Josefsson  <jas@extundo.com>
23402
23403         * modules/getsubopt: New file.
23404         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23405         getsubopt.
23406
23407 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23408
23409         More merge from coreutils.
23410
23411         * m4/utimens.m4, m4/utimecmp.m4: New files.
23412         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
23413         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
23414         prereq.m4, sha.m4: Import changes from coreutils.
23415
23416 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23417
23418         More merge from coreutils.
23419         * modules/raise, modules/readtokens0, modules/utimens:
23420         * modules/utimecmp, module/xnanosleep: New files.
23421         * modules/strftime: Add lib/strftime.h.
23422         Change include from <time.h> to "strftime.h".
23423         * modules/yesno: Add lib/yesno.h.
23424         * modules/backupfile: Remove lib/addext.c.
23425         * modules/euidaccess: Add stat-macros.h.
23426         * modules/canonicalize, modules/euidaccess,
23427         modules/filemode, modules/lchown, modules/makepath,
23428         modules/rmdir, modules/stat: Likewise.
23429
23430 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
23431
23432         Merge from tar.
23433         * lib/argp-help.c (make_hol, hol_append): Don't assume that
23434         SIZE_MAX is a valid preprocessor constant.
23435         (__argp_basename): Change from "#ifndef _LIBC"
23436         to "#ifndef __argp_short_program_name", so that
23437         we don't compile these functions for tar.
23438
23439         More merges from coreutils.
23440         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
23441         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
23442         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
23443         * lib/addext.c: Remove; no longer needed.
23444         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
23445         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
23446         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
23447         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
23448         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
23449         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
23450         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
23451         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
23452         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
23453         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
23454         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
23455         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
23456         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
23457         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
23458         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
23459         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
23460         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
23461         Import changes from coreutils.
23462
23463 2004-08-05  Simon Josefsson  <jas@extundo.com>
23464
23465         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
23466
23467 2004-08-05  Simon Josefsson  <jas@extundo.com>
23468
23469         * m4/getsubopt.m4: New file.
23470
23471 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23472
23473         Merge from coreutils.
23474
23475         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
23476         * m4/getcwd-path-max.m4: New files.
23477
23478         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
23479         FILESYSTEM_PREFIX_LEN ->
23480         FILE_SYSTEM_PREFIX_LEN.
23481         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
23482         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
23483         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
23484         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
23485
23486         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
23487         prerequisite modules now handle the DOS stuff.
23488         Don't check for unistd.h.
23489
23490 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23491
23492         Merge from coreutils.
23493
23494         * lib/.gdb-history: Remove; this doesn't belong here.
23495
23496         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
23497         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
23498         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
23499         * lib/getcwd.c: New files.
23500
23501         * lib/dirname.h: Include <stdbool.h>.
23502         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
23503         for consistency with POSIX terminology.  All uses changed.
23504         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
23505         (strip_trailing_slashes): Use bool for booleans.
23506         * lib/stripslash.c (strip_trailing_slashes): Likewise.
23507
23508         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
23509         sometimes returns a positive errno value even when it succeeds.
23510         (print_errno_message) [!LIBC]: Fall back on strerror if
23511         __strerror_r fails.
23512
23513         * lib/path-concat.c (mempcpy): Don't define if a system header defines
23514         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
23515         (longest_relative_suffix): New function.
23516         (path_concat): Use it.  Assume first argument is not NULL.
23517         Port to DOS.  Omit redundant separators.
23518         Report an error instead of returning NULL.
23519         Use mempcpy instead of memcpy.
23520         (xpath_concat): Remove: not declared or used.
23521
23522         * lib/same.h: Include <stdbool.h>
23523         (same_name): Return bool, not int.
23524         * lib/same.c (same_name): Likewise.
23525         (errno): Don't declare; we assume C89 or better now.
23526
23527         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
23528         if not already defined.
23529
23530         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
23531         * lib/dup-safer.c (errno): Likewise.
23532
23533 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
23534
23535         Merge from coreutils.
23536         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
23537         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
23538         * modules/path-concat: Don't depend on strdup.
23539
23540 2004-08-03  Simon Josefsson  <jas@extundo.com>
23541
23542         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
23543         * lib/progname.h: Don't include stdbool.h.
23544
23545 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23546
23547         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
23548         * MODULES.html.sh (func_all_modules): Remove fatal.
23549
23550 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23551
23552         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
23553
23554 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
23555
23556         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
23557         working.
23558
23559 2004-08-02  Simon Josefsson  <jas@extundo.com>
23560
23561         * lib/getsubopt.h: New file, with comments from Bruno Haible.
23562         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
23563         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
23564
23565 2004-08-01  Simon Josefsson  <jas@extundo.com>
23566
23567         * lib/xgetdomainname.c: Include stdlib.h, for free().
23568
23569 2004-07-19  Bruno Haible  <bruno@clisp.org>
23570
23571         * MODULES.html.sh (func_all_modules): Add dummy.
23572
23573 2004-07-16  Simon Josefsson  <jas@extundo.com>
23574
23575         * modules/dummy: New file.
23576
23577 2004-07-16  Simon Josefsson  <jas@extundo.com>
23578
23579         * lib/dummy.c: New file.
23580
23581 2004-07-16  Bruno Haible  <bruno@clisp.org>
23582
23583         * lib/backupfile.h: Add extern "C" for C++.
23584         * lib/closeout.h: Likewise.
23585         * lib/copy-file.h: Likewise.
23586         * lib/findprog.h: Likewise.
23587         * lib/full-write.h: Likewise.
23588         * lib/pathname.h: Likewise.
23589         * lib/progname.h: Likewise.
23590         * lib/stpcpy.h: Likewise.
23591         * lib/stpncpy.h: Likewise.
23592         * lib/strcase.h: Likewise.
23593         * lib/strstr.h: Likewise.
23594         * lib/xalloc.h: Likewise.
23595
23596         * lib/mbswidth.h: Add extern "C" for C++.
23597         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
23598
23599 2004-07-13  Robert Millan  <robertmh@gnu.org>
23600
23601         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
23602
23603 2004-07-09  Simon Josefsson  <jas@extundo.com>
23604
23605         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
23606         failed without this.)
23607
23608 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23609
23610         * modules/chown (Files): Add lib/fchown-stub.c, since
23611         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
23612
23613 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
23614
23615         * lib/fchown-stub.c: New file.
23616
23617 2004-06-24  Jim Meyering  <jim@meyering.net>
23618
23619         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
23620
23621 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23622
23623         * modules/argz: Omit "#include".
23624
23625         * MODULES.html.sh (func_all_modules): Add calloc, to match
23626         2004-06-01 addition of calloc module.
23627
23628 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23629
23630         * m4/argz.m4: New file, which is autoupdated from libtool.
23631
23632 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23633
23634         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
23635         libtool.
23636
23637 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23638
23639         * config/srclist-update: Don't insist on "USA." before the
23640         close-comment, as libtool omits the period and puts the */ on a
23641         separate line.
23642         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
23643         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
23644
23645 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
23646
23647         * modules/argz: New file.
23648         * MODULES.html.sh (func_all_modules): Add argz.
23649
23650 2004-06-12  Jim Meyering  <jim@meyering.net>
23651         and  Paul Eggert  <eggert@cs.ucla.edu>
23652
23653         * modules/hash (Files): Add lib/xalloc.h.
23654         * modules/pipe (Depends-on): Add wait-process.
23655         * modules/stat (Depends-on): Add xalloc.
23656         * modules/userspec (Files): Add lib/userspec.h.
23657         * modules/xstrto
23658
23659         Upgrade from gettext-0.13.
23660         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
23661         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
23662         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
23663
23664 2004-06-10  Jim Meyering  <jim@meyering.net>
23665
23666         * lib/calloc.c: New file.
23667
23668 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
23669
23670         * lib/getdate.y (yylex): Allow space between sign and number.
23671         Problem reported by Dan Jacobson.
23672
23673 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23674
23675         Merge from coreutils CVS.
23676
23677         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
23678         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
23679         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
23680         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
23681         xstrtol.m4: Fix copyright date and/or serial number.
23682
23683         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
23684         See if we need an fchown replacement.
23685         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
23686         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
23687         and use the replacement function if we detect either defect.
23688
23689         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
23690         gl_UTIMECMP.
23691
23692 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
23693         and  Jim Meyering  <jim@meyering.net>
23694
23695         Merge from coreutils CVS.
23696
23697         * lib/stat-macros.h: New file, with contents from file-type.h
23698         and coreutils' system.h.
23699         * lib/file-type.c: Include "stat-macros.h".
23700         * lib/file-type.h (file_type): Move all macro definitions to new file,
23701         stat-macros.h.
23702
23703         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
23704         Wrap old code with this conditional.
23705         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
23706         function that does not dereference symlinks.
23707         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
23708
23709         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
23710         dependency problems.
23711         (xreadlink): Accept new arg SIZE, for efficiency.
23712         All decls and uses changed.
23713         * lib/xreadlink.h: Include <stddef.h>, for size_t.
23714
23715         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
23716         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
23717
23718         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
23719         sysexits.h.
23720
23721 2004-06-01  Jim Meyering  <jim@meyering.net>
23722
23723         * m4/calloc.m4: New file.
23724
23725 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
23726
23727         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
23728         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
23729         Also, fix a typo in a diagnostic.
23730
23731 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23732
23733         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
23734         or AC_FUNC_REALLOC.
23735
23736 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
23737
23738         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
23739         macros to be defined.
23740         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
23741         the allocator returns NULL because the requested size is zero.
23742
23743 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
23744
23745         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
23746         var.  Add comment explaining why libc still defines it.  This
23747         merges the following patch from glibc:
23748         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
23749
23750 2004-05-20  Andreas Schwab  <schwab@suse.de>
23751
23752         * m4/free.m4: Replace free if it not known to work, not the other
23753         way round.
23754
23755 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
23756
23757         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
23758         present in glibc since revision 1.1 of this file.
23759         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
23760         obstack_alignment_mask, obstack_alloc, obstack_base,
23761         obstack_blank, obstack_blank_fast, obstack_chunk_size,
23762         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
23763         obstack_grow0, obstack_init, obstack_int_grow,
23764         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
23765         obstack_next_free, obstack_object_size, obstack_ptr_grow,
23766         obstack_ptr_grow_fast, obstack_room): Remove declarations of
23767         nonexistent functions.
23768
23769 2004-05-18  Karl Berry  <karl@gnu.org>
23770
23771         * config/srclist.txt: break link for vasnprintf.c.
23772
23773 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23774
23775         Port obstack to the AS/400, where pointers are 16 bytes wide and
23776         you cannot cast an integer to a valid pointer.  This patch is
23777         currently waiting to be integrated into glibc; see
23778         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
23779
23780         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
23781         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
23782         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
23783         (struct obstack): temp member is now a union of a pointer and
23784         an integer, instead of an integer.  All integer uses changed.
23785         This does not affect the physical layout of struct obstack,
23786         except on hosts (like the AS/400) where the size or alignment of
23787         void * is greater than that of ptrdiff_t.
23788         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
23789         __STDC__)]: Store temporary in pointer member of union, not
23790         integer member.
23791         * lib/obstack.c: Include <stddef.h>, for offsetof.
23792         (struct fooalign): Remove; it doesn't need a name.
23793         (union fooround): Change double to long double, and add void *.
23794         (DEFAULT_ALIGNMENT): Use offsetof to compute.
23795         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
23796         not a macro.  Hence the values are always int; so remove all
23797         casts-to-int in uses.
23798
23799 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
23800
23801         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
23802         we can get this patch merged into glibc.
23803
23804 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23805             Paul Eggert  <eggert@cs.ucla.edu>
23806
23807         * m4/argp: Depend on alloca.
23808
23809 2004-05-17  Derek R. Price  <derek@ximbiot.com>
23810             Paul Eggert  <eggert@cs.ucla.edu>
23811
23812         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
23813         freecoding.
23814
23815 2004-05-17  Bruno Haible  <bruno@clisp.org>
23816
23817         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
23818         precision that consists of a '.' followed by an empty digit string.
23819         Patch by Tor Lillqvist <tml@iki.fi>.
23820
23821 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23822
23823         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
23824         for backward compatibility with older code.  We need our own
23825         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
23826         it under some other name, and our alloca.h will define it.
23827
23828 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
23829             Derek Price  <derek@ximbiot.com>
23830
23831         * lib/alloca.c: Include <alloca.h>, to get our interface.
23832         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
23833         include <alloca.h> first.  Use C89 prototype for alloca; this
23834         requires including <stddef.h> for size_t.  Use extern "C" if C++.
23835         Use #elif for simplicity, since we can assume C89 now.
23836         Don't try to source the system alloca.h since it will not be found
23837         and to prevent recursively including its replacement.
23838         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
23839         * lib/regex.c: Likewise.
23840
23841 2004-05-16  Derek Price  <derek@ximbiot.com>
23842             Paul Eggert  <eggert@cs.ucla.edu>
23843
23844         getline cleanup.  This changes the getndelim2 API: both order of
23845         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
23846         no delimiter).
23847
23848         * lib/getline.c: Don't include stddef.h or stdio.h, since our
23849         interface does that.
23850         (getline): Always use getdelim, so that we don't have two
23851         copies of this code.
23852         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
23853         if available.
23854         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
23855         (GETNDELIM2_MAXIMUM): New macro.
23856         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
23857         instead of the old practice of delim2==0.  All callers changed.
23858         Return -1 on overflow, instead of returning junk.
23859         Do not set *linesize unless allocation succeeds.
23860         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
23861         that we include sys/types.h.
23862         * lib/getnline.h: Likewise.
23863         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
23864         (getndelim2): Reorder arguments.
23865         * lib/getnline.c (getnline, getndelim):
23866         Don't discard the NMAX argument.
23867         (getnline): Invoke getndelim, to avoid code duplication.
23868         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
23869         of (size_t) -1 by callers of the getnline family.
23870
23871 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23872
23873         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
23874         Check for gettimeofday.
23875         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
23876         Check for settimeofday, stime.
23877
23878 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
23879
23880         * lib/nanosleep.c (suspended): Change its type from int to
23881         sig_atomic_t volatile.
23882         (first_call): Make it private to rpl_nanosleep, and have it
23883         be zero initially as that's a bit faster.
23884         (my_usleep): Round up fractional times instead of truncating them,
23885         as this is the usual meaning for 'sleep'.
23886
23887         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
23888         doesn't work.
23889         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
23890         (ENOSYS): Define if not defined.
23891         (settime): Fall back on stime if it exists and settimeofday fails.
23892         But don't bother with fallbacks if a method fails with errno == EPERM.
23893
23894 2004-05-11  Jim Meyering  <jim@meyering.net>
23895
23896         Prior to this change, the save_cwd caller required read access to the
23897         current directory on most systems (ones with the fchdir function).
23898
23899         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
23900         fails, try write-only, and finally, resort to using xgetcwd.
23901
23902 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
23903
23904         * lib/obstack.c, obstack.h: Import changes from libc.
23905
23906 2004-04-28  Bruno Haible  <bruno@clisp.org>
23907
23908         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
23909         also implicitly appends .exe to executables.
23910         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
23911         accepts Windows pathnames.
23912         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23913         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23914         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
23915         Treat Cygwin like Windows, since it now accepts Windows pathnames.
23916         Reported by Derek Robert Price <derek@ximbiot.com>.
23917
23918 2004-04-21  Karl Berry  <karl@gnu.org>
23919
23920         * config/srclist.txt (localcharset.c): break sync.
23921
23922 2004-04-20  Paul Eggert  <eggert@twinsun.com>
23923
23924         * m4/host-os.m4: Add a copyright notice.
23925
23926 2004-04-20  Jim Meyering  <jim@meyering.net>
23927
23928         Change UTILS_ to gl_ in AC_DEFINE'd names.
23929         Change utils_- and jm_-prefixed variables, too.
23930         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
23931         UTILS_FUNC_MKDIR_TRAILING_SLASH.
23932         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
23933
23934         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
23935         Don't emit trailing blanks.
23936         Also rename jm_-prefixed variables to have gl_ prefix.
23937
23938         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
23939         Also rename jm_-prefixed variables to have gl_ prefix.
23940
23941         * m4/jm-macros.m4: Reflect the renamings.
23942         * m4/prereq.m4: Likewise.
23943
23944 2004-04-20  Jim Meyering  <jim@meyering.net>
23945
23946         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
23947         memory.
23948
23949 2004-04-20  Jim Meyering  <jim@meyering.net>
23950             Bruno Haible  <bruno@clisp.org>
23951
23952         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
23953         memory when realloc fails.
23954
23955 2004-04-19  Jim Meyering  <jim@meyering.net>
23956
23957         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
23958         now that readutmp.c may call `free (0)'.
23959
23960 2004-04-19  Bruno Haible  <bruno@clisp.org>
23961
23962         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
23963         * m4/inttypes_h.m4: Likewise.
23964         * m4/stdint_h.m4: Likewise.
23965         * m4/intmax_t.m4: Likewise.
23966         * m4/uintmax_t.m4: Likewise.
23967
23968 2004-04-18  Jim Meyering  <jim@meyering.net>
23969
23970         * m4/prereq.m4: Don't forbid jm_ prefix.
23971
23972         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
23973         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
23974         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
23975         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
23976         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
23977         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
23978         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
23979         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
23980         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
23981         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
23982         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
23983         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
23984         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
23985         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
23986         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
23987         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
23988         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
23989         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
23990         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
23991
23992 2004-04-18  Jim Meyering  <jim@meyering.net>
23993
23994         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
23995         failure, don't leak memory and do call END_UTMP_ENT.
23996
23997 2004-04-16  Jim Meyering  <jim@meyering.net>
23998
23999         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
24000         coreutils' stat program.
24001         (gl_PREREQ): Don't require jm_PREREQ_STAT.
24002
24003 2004-04-11  Paul Eggert  <eggert@twinsun.com>
24004
24005         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
24006         C89.
24007         (CHAR_BIT): Remove, since we assume C89.
24008         Include <stdint.h> if available, as per current Autoconf CVS advice.
24009
24010 2004-03-31  Jim Meyering  <jim@meyering.net>
24011
24012         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
24013         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
24014         * m4/xalloc.m4: Likewise.
24015
24016 2004-03-30  Paul Eggert  <eggert@twinsun.com>
24017
24018         Merge from coreutils.
24019
24020         * m4/inttostr.m4: New file.
24021         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
24022         Require AM_STDBOOL_H and gl_TIMESPEC instead.
24023         Require gl_CLOCK_TIME.
24024         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
24025
24026 2004-03-30  Paul Eggert  <eggert@twinsun.com>
24027
24028         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
24029         not bool, to be more consistent with Unix conventions.
24030         Suggested by Bruno Haible.
24031
24032         Merge from coreutils.
24033
24034         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
24035         * lib/umaxtostr.c: New files.
24036
24037         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
24038         the usual <time.h> dance.
24039         (get_date): Change signature to support fractional time stamps.
24040         All callers changed.
24041         * lib/getdate.y: Include "getdate.h" first, as we can now
24042         assume C89 and don't need to worry about 'const'.
24043         Similarly, include "unlocked-io.h" near start, not in middle.
24044         Include <limits.h>.
24045         (textint.value): Use long int rather than int.
24046         (textint.digits): Use size_t rather than int.
24047         (BILLION, LOG10_BILLION): New constants.
24048         (parser_control): New member rel_ns.  Members day_ordinal,
24049         time_zone, month, day, hour, minutes, rel_year, rel_month,
24050         rel_day, rel_hour, rel_minutes, rel_seconds
24051         are now long int, not int.  Member seconds is now struct timespec,
24052         not int.  New member timespec_seen.  Members dates_seen, days_seen,
24053         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
24054         not int.
24055         (%union.intval): Now long int, not int.
24056         New member timespec.
24057         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
24058         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
24059         (spec): Now is a timespec or an item list.
24060         (timespec, items): New nonterminals.
24061         (time, rel, relunit, number, get_date):
24062         Add support for fractional seconds.
24063         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
24064         (gmtime, localtime, mktime): Remove decls; not needed with C89.
24065         (to_hour): First arg is now long int, not int.
24066         (to_year): Returns long int, not int.
24067         Don't treat year -70 like 70.
24068         (tm_diff): Returns long int, not int.
24069         (lookup_word): Use bool instead of int when appropriate.
24070         (yylex): Use size_t for count, not int.
24071         Detect overflow when parsing large integer constants.
24072         Add support for fractions.
24073         (get_date): Make pointers 'const' if possible.
24074         Use more-portable code to detect integer overflow.
24075         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
24076         Don't use ctime; it's not reliable if the year has >4 digits.
24077
24078         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
24079         This is for compatibility with BSD.
24080
24081         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
24082         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
24083         From coreutils' system.h.
24084
24085         * lib/userspec.c: Don't include "posixver.h".
24086         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
24087         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
24088         compatible extension.  Simplify code by removing a boolean int
24089         that was always nonzero if a string was nonnull.
24090
24091 2004-03-30  Jim Meyering  <jim@meyering.net>
24092
24093         Merge from coreutils.
24094
24095         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
24096         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
24097         on some systems one must include <grp.h> before it.
24098         Reported by Christian Krackowizer.
24099
24100 2004-03-30  Jim Meyering  <jim@meyering.net>
24101
24102         Merge from coreutils.
24103
24104         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
24105
24106         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
24107         an empty input stream.
24108
24109         * lib/readtokens.c: Include <stdbool.h>.
24110         (readtoken): Use `size_t' rather than int/long.
24111         All callers adjusted.
24112         Use `bool' rather than `int' where appropriate.
24113         Use memset rather than an explicit loop.
24114         Use x2nrealloc rather than xrealloc.
24115         Allow the use of `\0' as a delimiter.
24116         (readtokens): Likewise.
24117         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
24118
24119 2004-03-30  Jim Meyering  <jim@meyering.net>
24120
24121         * m4/realloc.m4: Remove file, since now it does no more than
24122         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
24123         the `configure.ac' section of module/realloc.
24124         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
24125
24126 2004-03-30  Bruno Haible  <bruno@clisp.org>
24127
24128         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
24129         nonnull.
24130
24131 2004-03-29  Paul Eggert  <eggert@twinsun.com>
24132
24133         Merge changes to getloadavg.c from coreutils and Emacs.
24134
24135         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
24136         Define to an expression, not to the empty string.
24137         Include cloexec.h and xalloc.h.
24138         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
24139         Use set_cloexec_flag rather than rolling our own.
24140         * lib/cloexec.c, lib/cloexec.h: New files.
24141
24142 2004-03-29  Paul Eggert  <eggert@twinsun.com>
24143
24144         * m4/cloexec.m4: New file.
24145
24146 2004-03-18  Paul Eggert  <eggert@twinsun.com>
24147
24148         * lib/getopt.h: Sync with libc CVS.
24149
24150 2004-03-18  Paul Eggert  <eggert@twinsun.com>
24151             Bruno Haible  <bruno@clisp.org>
24152
24153         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
24154         mbswidth.
24155
24156 2004-03-18  Paul Eggert  <eggert@twinsun.com>
24157             Bruno Haible  <bruno@clisp.org>
24158
24159         * lib/mbswidth.h: Include <wchar.h> only if
24160         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
24161         <wchar.h>.
24162         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
24163
24164 2004-03-09  Paul Eggert  <eggert@twinsun.com>
24165
24166         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
24167         Sync with libc CVS.
24168         * lib/getopt_int.h: New file, also synced from libc.
24169
24170 2004-03-09  Paul Eggert  <eggert@twinsun.com>
24171
24172         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
24173         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
24174         Bring back getopt.c, getopt.h, getopt1.c.
24175
24176 2004-03-07  Paul Eggert  <eggert@twinsun.com>
24177
24178         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
24179         All uses changed.  Check for sa_sigaction member; this fixes
24180         a bug first reported by Jason Andrade in
24181         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
24182
24183 2004-03-07  Paul Eggert  <eggert@twinsun.com>
24184
24185         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
24186         '#if' expressions.  Unlike the code it replaces, it does not
24187         depend on (defined _SC_PAGESIZE).  However, it does depend on
24188         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
24189         first reported by Jason Andrade in
24190         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
24191
24192 2004-02-25  Simon Josefsson  <jas@extundo.com>
24193
24194         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
24195
24196 2004-02-25  Simon Josefsson  <jas@extundo.com>
24197
24198         * lib/strdup.h: New file.
24199         * lib/strdup.c: Include it.
24200         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
24201         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
24202
24203 2004-02-23  Karl Berry  <karl@gnu.org>
24204
24205         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
24206         (from fencepost.gnu.org:/gd/gnuorg).
24207
24208 2004-02-23  Karl Berry  <karl@gnu.org>
24209
24210         * config/srclistvars.sh (GNUORG) [karl]: redefine.
24211         * config/srclist.txt: add maintain/standards documents.
24212
24213 2004-02-18  Bruno Haible  <bruno@clisp.org>
24214
24215         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
24216         Reported by Derek Robert Price <derek@ximbiot.com>.
24217
24218 2004-02-16  Karl Berry  <karl@gnu.org>
24219
24220         * config/mkinstalldirs, install-sh: update from automake.
24221
24222 2004-02-06  Karl Berry  <karl@gnu.org>
24223
24224         * m4/po.m4: update from gettext 0.14.1.
24225
24226 2004-02-06  Karl Berry  <karl@gnu.org>
24227
24228         * lib/config.charset: update from gettext 0.14.1.
24229
24230 2004-02-05  Paul Eggert  <eggert@twinsun.com>
24231
24232         Add comments and code, prompted by suggestions from Bruno Haible
24233         for sh-quote.
24234         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
24235         describing the enum quoting_style values.
24236         * lib/quotearg.c (quotearg_alloc): New function.
24237         (quotearg_buffer_restyled): Treat lone { and } as special.
24238         Treat = as special.  Work around bug with older shells
24239         that "see" a '\' that is really the 2nd byte of a multibyte char.
24240         Quote empty string with shell_quoting_style.
24241
24242 2004-02-03  Bruno Haible  <bruno@clisp.org>
24243
24244         * m4/pipe.m4: New file, from GNU gettext.
24245
24246 2004-02-03  Bruno Haible  <bruno@clisp.org>
24247
24248         * lib/pipe.h: New file, from GNU gettext.
24249         * lib/pipe.c: New file, from GNU gettext.
24250
24251 2004-01-27  Bruno Haible  <bruno@clisp.org>
24252
24253         * m4/execute.m4: New file, from GNU gettext.
24254
24255 2004-01-27  Bruno Haible  <bruno@clisp.org>
24256
24257         * lib/execute.h: New file, from GNU gettext.
24258         * lib/execute.c: New file, from GNU gettext.
24259         * lib/w32spawn.h: New file, from GNU gettext.
24260
24261 2004-01-24  Paul Eggert  <eggert@twinsun.com>
24262
24263         Merge from diffutils.
24264
24265         * lib/file-type.c (file_type): Add typed memory objects.
24266         * lib/file-type.h (S_TYPEISTMO): New macro.
24267
24268         * lib/c-stack.h (c_stack_action): Remove argv argument.
24269         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
24270         (die): Don't calculate message unless segv_action returns.
24271         (get_stack_location, min_address_from_argv, max_address_from_argv,
24272         volatile stack_base, volatile_stack_size): Remove.
24273         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
24274         that every segmentation violation is a stack overflow.  (Ouch!)
24275         See Debian bug 136249 (still outstanding) for more info about why
24276         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
24277
24278 2004-01-24  Paul Eggert  <eggert@twinsun.com>
24279
24280         Exit-status fix from coreutils.
24281
24282         Use exit_failure consistently in place of EXIT_FAILURE,
24283         so that program exit statuses are consistent on failure.
24284
24285         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
24286         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
24287         * lib/argmatch.h: Comment fix to match the above.
24288         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
24289         Now a macro referring to exit_failure, instead of a separate
24290         variable.  Include "exitfail.h" to get it.
24291         * lib/xstrtol.h: Include "exitfail.h".
24292         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
24293
24294         * lib/long-options.c (parse_long_options): Use prototype
24295         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
24296         for clarity.
24297
24298 2004-01-21  Jim Meyering  <jim@meyering.net>
24299
24300         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
24301         so as not to conflict with a different-sized __mktime_internal
24302         function in GNU libc.
24303         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
24304         Problem building statically-linked `ls' reported by Michael Brunnbauer.
24305
24306 2004-01-20  Karl Berry  <karl@gnu.org>
24307
24308         * config/config.guess: update from config.
24309
24310         * config/srclistvars.sh: GNUWWWLICENSES for karl.
24311
24312 2004-01-20  Bruno Haible  <bruno@clisp.org>
24313
24314         Safer stack allocation.
24315         * lib/setenv.c: Include allocsa.h.
24316         (alloca): Remove fallback definition.
24317         (freea): Remove macro.
24318         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
24319         instead of freea.
24320
24321 2004-01-20  Bruno Haible  <bruno@clisp.org>
24322
24323         * m4/eealloc.m4: New file, from GNU gettext.
24324
24325 2004-01-20  Bruno Haible  <bruno@clisp.org>
24326
24327         * m4/allocsa.m4: New file, from GNU gettext.
24328
24329 2004-01-20  Bruno Haible  <bruno@clisp.org>
24330
24331         * lib/xallocsa.h: New file, from GNU gettext.
24332         * lib/xallocsa.c: New file, from GNU gettext.
24333
24334 2004-01-20  Bruno Haible  <bruno@clisp.org>
24335
24336         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
24337
24338 2004-01-20  Bruno Haible  <bruno@clisp.org>
24339
24340         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
24341         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
24342         specially.
24343
24344 2004-01-20  Bruno Haible  <bruno@clisp.org>
24345
24346         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
24347         patch.
24348
24349 2004-01-20  Bruno Haible  <bruno@clisp.org>
24350
24351         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
24352
24353 2004-01-20  Bruno Haible  <bruno@clisp.org>
24354
24355         * lib/eealloc.h: New file.
24356
24357 2004-01-20  Bruno Haible  <bruno@clisp.org>
24358
24359         * lib/binary-io.h: Avoid warnings on Cygwin.
24360
24361 2004-01-20  Bruno Haible  <bruno@clisp.org>
24362
24363         * lib/allocsa.h: New file, from GNU gettext.
24364         * lib/allocsa.c: New file, from GNU gettext.
24365
24366 2004-01-18  Karl Berry  <karl@gnu.org>
24367
24368         * doc/gpl.texi, doc/lgpl.texi: new files.
24369
24370 2004-01-18  Karl Berry  <karl@gnu.org>
24371
24372         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
24373         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
24374
24375 2004-01-15  Paul Eggert  <eggert@twinsun.com>
24376
24377         Merge from coreutils.
24378
24379         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
24380         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
24381         (gl_DEFAULT_POSIX2_VERSION): Move
24382         the documentation from 'configure' into 'config.hin',
24383         so that 'configure --help' isn't burdened by it and
24384         we don't have to worry about its formatting there.
24385         Reword the documentation so that it's more succinct
24386         and can be run together into a single paragraph.
24387         * m4/same.m4 (gl_SAME): Check for pathconf.
24388
24389 2004-01-15  Paul Eggert  <eggert@twinsun.com>
24390
24391         Merge from coreutils.
24392
24393         * lib/posixver.c: Include posixver.h.
24394
24395         * lib/same.c: Include <stdbool.h>, <limits.h>.
24396         (_POSIX_NAME_MAX): Define if not defined.
24397         (MIN): New macro.
24398         (same_name): If file names are silently truncated, report
24399         that the file names are the same if they are the same after
24400         the silent truncation.
24401
24402         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
24403         conversion function.
24404         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
24405         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
24406         longer needed.
24407
24408 2004-01-15  Jim Meyering  <jim@meyering.net>
24409
24410         Merge from coreutils.
24411
24412         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
24413         if no library is required.
24414         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
24415         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
24416         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
24417         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
24418         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
24419         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
24420         value, $ac_cv_search_crypt, if it's "none required".
24421         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
24422         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
24423         not gl_FUNC_GETLOADAVG.
24424         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
24425         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
24426
24427 2004-01-15  Jim Meyering  <jim@meyering.net>
24428
24429         Merge from coreutils.
24430
24431         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
24432         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
24433         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
24434
24435         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
24436         optional configure-time default.
24437
24438         * lib/version-etc.c (version_etc_copyright): Update copyright date.
24439
24440         * lib/xreadlink.c (xreadlink): Correct outdated comment.
24441
24442 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
24443
24444         Merge from coreutils.
24445
24446         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
24447         value, $ac_cv_search_nanosleep, if it's "none required".
24448
24449 2004-01-14  Paul Eggert  <eggert@twinsun.com>
24450
24451         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
24452         with like-named macro in fnmatch.c.
24453         (EXT): Use an internal constant instead.
24454
24455         Merge fnmatch patches from glibc.
24456         * lib/fnmatch.c (mbsinit): Remove define.
24457         Add libc_hidden_ver (__fnmatch, fnmatch).
24458         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
24459         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
24460
24461 2004-01-14  Karl Berry  <karl@gnu.org>
24462
24463         * config/install-sh: update from automake.
24464
24465 2004-01-13  Karl Berry  <karl@gnu.org>
24466
24467         * config/install-sh: update from automake.
24468
24469 2004-01-09  Karl Berry  <karl@gnu.org>
24470
24471         * config/install-sh: update from automake.
24472
24473 2004-01-05  Karl Berry  <karl@gnu.org>
24474
24475         * config/config.{sub,guess}: update from config.
24476
24477 2003-12-31  Karl Berry  <karl@gnu.org>
24478
24479         * config/depcomp: update from automake.
24480
24481 2003-12-14  Karl Berry  <karl@gnu.org>
24482
24483         * lib/config.charset: update from gettext-runtime.
24484
24485 2003-12-03  Paul Eggert  <eggert@twinsun.com>
24486
24487         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
24488         Bug reported by Alfred M. Szmidt.
24489
24490 2003-12-03  Bruno Haible  <bruno@clisp.org>
24491
24492         * m4/gettext.m4: Upgrade from gettext-0.13.
24493         * m4/po.m4: Upgrade from gettext-0.13.
24494         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
24495         * m4/intmax.m4: New file, from gettext-0.13.
24496         * m4/printf-posix.m4: New file, from gettext-0.13.
24497
24498 2003-11-29  Karl Berry  <karl@gnu.org>
24499
24500         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
24501
24502 2003-11-25  Paul Eggert  <eggert@twinsun.com>
24503             Bruno Haible  <bruno@clisp.org>
24504
24505         * lib/printf-parse.h: Don't include sys/types.h.
24506         (ARG_NONE): New macro.
24507         (char_directive): Change type of *arg_index fields to size_t.
24508         * lib/printf-parse.c: Don't include sys/types.h.
24509         (SSIZE_MAX): Remove macro.
24510         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
24511         Remove unnecessary overflow check.
24512         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
24513         fields.
24514
24515 2003-11-25  Bruno Haible  <bruno@clisp.org>
24516
24517         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
24518
24519 2003-11-25  Bruno Haible  <bruno@clisp.org>
24520
24521         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
24522         gt_TYPE_SSIZE_T.
24523
24524 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24525
24526         * modules/alloca: Remove dependency on xalloc.
24527
24528 2003-11-24  Paul Eggert  <eggert@twinsun.com>
24529
24530         * lib/alloca.c: Remove dependency on xalloc module.
24531         (xalloc_die): Remove.
24532         (memory_full) [!defined emacs]: New macro.
24533         [!defined emacs]: Don't include xalloc.h.
24534         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
24535         address arithmetic overflows.  Change datatypes a bit to avoid
24536         unnecessary casts.
24537
24538 2003-11-22  Jim Meyering  <jim@meyering.net>
24539
24540         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
24541         s/size/size_t/.
24542
24543 2003-11-21  Karl Berry  <karl@gnu.org>
24544
24545         * config/config.{sub,guess}: update from config.
24546
24547 2003-11-18  Karl Berry  <karl@gnu.org>
24548
24549         * config/config.{sub,guess}: update from config.
24550
24551         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
24552
24553 2003-11-17  Paul Eggert  <eggert@twinsun.com>
24554
24555         * README: Mention that S+T cannot overflow if S is the size of
24556         an existing object and T is sufficiently small.
24557
24558 2003-11-17  Jim Meyering  <jim@meyering.net>
24559
24560         On systems without utime and without a utimes function capable of
24561         dealing with a NULL struct utimbuf* argument, this utime replacement
24562         could -- in unusual circumstances -- leak a file descriptor.
24563         * lib/utime.c: Include <unistd.h> and <errno.h>.
24564         (utime_null): Be sure to close `fd' and to preserve errno.
24565         Reported by Geoff Collyer via Arnold Robbins.
24566
24567 2003-11-17  Bruno Haible  <bruno@clisp.org>
24568
24569         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
24570         (Depends-on): Add xsize.
24571
24572 2003-11-17  Bruno Haible  <bruno@clisp.org>
24573
24574         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
24575
24576 2003-11-17  Bruno Haible  <bruno@clisp.org>
24577
24578         * lib/vasnprintf.c (alloca): Remove fallback definition.
24579         (freea): Remove definition.
24580         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
24581         Reported by Paul Eggert.
24582
24583 2003-11-16  Paul Eggert  <eggert@twinsun.com>
24584             Bruno Haible  <bruno@clisp.org>
24585
24586         Protect against address arithmetic overflow.
24587         * lib/printf-args.h: Include stddef.h.
24588         (arguments): Change type of field 'count' to size_t.
24589         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
24590         'unsigned int' where appropriate.
24591         * lib/printf-parse.h: Include sys/types.h.
24592         (char_directive): Change type of *arg_index fields to ssize_t.
24593         (char_directives): Change type of fields 'count', max_*_length to
24594         size_t.
24595         * lib/printf-parse.c: Include sys/types.h and xsize.h.
24596         (SSIZE_MAX): Define fallback value.
24597         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
24598         instead of 'int' where appropriate. Check a_allocated, d_allocated
24599         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
24600         * lib/vasnprintf.c: Include xsize.h.
24601         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
24602         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
24603         overflow. Avoid wraparound when converting a width or precision from
24604         decimal to binary.
24605
24606 2003-11-16  Bruno Haible  <bruno@clisp.org>
24607
24608         Update from GNU gettext.
24609         * lib/printf-parse.c: Generalize to it can be compiled for wide
24610         strings.
24611         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
24612         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
24613         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
24614         SNPRINTF): New macros.
24615         Don't include <alloca.h> if the file is used inside libintl.
24616         (local_wcslen): New function, for Solaris 2.5.1.
24617         (VASNPRINTF): Use it instead of wcslen.
24618
24619 2003-11-16  Bruno Haible  <bruno@clisp.org>
24620
24621         * lib/xsize.h (xmax): New function.
24622         (xsum, xsum3, xsum4): Declare as "pure" functions.
24623
24624 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24625
24626         * modules/xalloc (Files): Undo latest change, since xalloc.h
24627         no longer needs SIZE_MAX or PTRDIFF_MAX.
24628
24629 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24630
24631         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
24632         gl_PTRDIFF_MAX.
24633
24634 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24635
24636         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
24637         "return", to pacify some unknown compiler.  Problem reported
24638         by Joerg Schilling.
24639
24640 2003-11-12  Paul Eggert  <eggert@twinsun.com>
24641
24642         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
24643         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
24644         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
24645         heuristic is just as accurate as far as we know, and it removes a
24646         dependency on size_max.m4 and ptrdiff_max.m4.
24647
24648 2003-11-11  Bruno Haible  <bruno@clisp.org>
24649
24650         * modules/xsize (Files): Add m4/size_max.m4.
24651         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
24652
24653 2003-11-11  Bruno Haible  <bruno@clisp.org>
24654
24655         * m4/size_max.m4: New file.
24656         * m4/ptrdiff_max.m4: New file.
24657         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
24658         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
24659         (gl_XALLOC): Invoke it.
24660
24661 2003-11-11  Bruno Haible  <bruno@clisp.org>
24662
24663         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
24664         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
24665         defined.
24666
24667 2003-11-10  Paul Eggert  <eggert@twinsun.com>
24668
24669         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
24670         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
24671         rejected some allocations of exactly SIZE_MAX - 2 bytes.
24672         From Bruno Haible.
24673         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
24674         not (size_t) -1, since it's defined here.
24675
24676 2003-11-09  Karl Berry  <karl@gnu.org>
24677
24678         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
24679
24680 2003-11-06  Paul Eggert  <eggert@twinsun.com>
24681
24682         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
24683         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
24684         Reject sizes of exactly SIZE_MAX bytes.
24685         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
24686         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
24687
24688 2003-11-05  Bruno Haible  <bruno@clisp.org>
24689
24690         * lib/xsize.h: Include limits.h, to avoid a possible collision with
24691         SIZE_MAX defined in <limits.h> on Solaris.
24692
24693 2003-11-04  Jim Meyering  <jim@meyering.net>
24694
24695         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
24696         variable names, rather than @VAR@.
24697         * modules/poll: Likewise.
24698
24699 2003-11-04  Bruno Haible  <bruno@clisp.org>
24700
24701         * modules/xsize: New file.
24702         * modules/linebreak: Depend on xsize.
24703         * MODULES.html.sh (func_all_modules): Add xsize.
24704
24705 2003-11-04  Bruno Haible  <bruno@clisp.org>
24706
24707         * m4/xsize.m4: New file.
24708
24709 2003-11-04  Bruno Haible  <bruno@clisp.org>
24710
24711         * lib/xsize.h: New file.
24712         * lib/linebreak.c: Include xsize.h.
24713         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
24714         argument for overflow.
24715         Suggested by Paul Eggert.
24716
24717 2003-11-03  Karl Berry  <karl@gnu.org>
24718
24719         * config/config.{guess,sub}: update from config.
24720
24721 2003-11-03  Jim Meyering  <jim@meyering.net>
24722
24723         * modules/userspec (lib_SOURCES): Add userspec.h.
24724         (Include): Add "userspec.h".
24725         Improve description.
24726
24727 2003-11-03  Jim Meyering  <jim@meyering.net>
24728
24729         * lib/userspec.c: Include "userspec.h".
24730         * lib/userspec.h: New file.
24731
24732 2003-11-03  Bruno Haible  <bruno@clisp.org>
24733
24734         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
24735
24736 2003-11-03  Bruno Haible  <bruno@clisp.org>
24737
24738         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
24739         available, to avoid (extremely rare) race condition.
24740         Suggested by Paul Eggert.
24741
24742 2003-11-02  Karl Berry  <karl@gnu.org>
24743
24744         * config/srclist.txt (vasprintf.c): sync broken, sigh.
24745
24746 2003-10-31  Paul Eggert  <eggert@twinsun.com>
24747
24748         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
24749         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
24750         (read_filesystem_list): Set and use me_type_malloced.
24751         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
24752         whatever the type happens to be), for brevity and consistency.
24753         Check for size calculation overflow on Alphas running OSF/1.
24754
24755 2003-10-31  Jim Meyering  <jim@meyering.net>
24756
24757         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
24758
24759         * lib/linebuffer.c: Include <string.h> for declaration of memset.
24760
24761 2003-10-30  Paul Eggert  <eggert@twinsun.com>
24762             Bruno Haible  <bruno@clisp.org>
24763
24764         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
24765         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
24766
24767 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
24768
24769         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
24770         netbsd*-gnu*.  Suggested by Robert Millan.
24771
24772 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24773
24774         * modules/group-member: Depend on stdbool.
24775
24776 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24777
24778         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
24779
24780 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24781
24782         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
24783         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
24784         after the 'gnu' in these cases.  This fixes some bugs in the
24785         previous change, and is based on suggestions by Robert Millan.
24786
24787 2003-10-29  Paul Eggert  <eggert@twinsun.com>
24788
24789         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
24790         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
24791         no longer needed.
24792         * lib/quotearg.c (quotearg_n_options): Use it.
24793         * lib/group-member.c: Include <stdbool.h>.
24794         (free_group_info): Arg is now const *; don't free arg.
24795         (get_group_info): Now returns bool and accepts struct group_info *,
24796         rather than returning a malloc'ed struct group_info *.
24797         All uses changed.  Check for overflow in internal size calculation.
24798
24799         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
24800         rather than xmalloc/xrealloc.
24801         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
24802         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
24803         conformance bug: the old code used a pointer after freeing the
24804         storage that it addressed.
24805         * lib/hash.c (hash_initialize): Simplify the code by using
24806         xalloc_oversized rather than doing it by hand.
24807         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
24808         the buffer preserved.  Use free and xmalloc instead.
24809         * lib/quotearg.c (quotearg_n_options): Likewise.
24810         Use a simpler test for size overflow.  Don't use xalloc_oversized
24811         because unsigned int might be wider than size_t (!); this suggests
24812         that we should switch from unsigned int to size_t for slot numbers.
24813
24814 2003-10-28  Paul Eggert  <eggert@twinsun.com>
24815
24816         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
24817         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
24818         NetBSD kernels.  Requested by Richard Stallman.
24819
24820 2003-10-27  Paul Eggert  <eggert@twinsun.com>
24821
24822         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
24823         to allocate the returned structure.  Do not allocate a subarray,
24824         as x2nrealloc will do that.
24825         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
24826         instead of xnrealloc.
24827         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
24828
24829 2003-10-27  Bruno Haible  <bruno@clisp.org>
24830
24831         * lib/stdbool_.h: Better support for BeOS.
24832
24833 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24834
24835         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
24836         now uses inline.
24837
24838 2003-10-26  Paul Eggert  <eggert@twinsun.com>
24839
24840         * lib/xalloc.h (xalloc_oversized): New static inline function, for
24841         callers that want to do their own size-overflow checking.  Include
24842         <stdbool.h>, since xalloc_oversized returns bool.
24843         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
24844         to use xalloc_oversized.
24845
24846         Add two functions x2realloc, x2nrealloc, for programs that grow
24847         arrays dynamically by doubling their sizes.
24848         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
24849         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
24850         New functions.
24851
24852         Port to C99 semantics for 'inline' of external functions.
24853         Bug reported by Bruno Haible.
24854         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
24855         with the old contents of xnmalloc.
24856         (xnmalloc, xmalloc): Use it.
24857         (xnrealloc_inline): New static inline function,
24858         with the old contents of xnrealloc.
24859         (xnrealloc, xrealloc): Use it.
24860
24861         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
24862         that.
24863
24864 2003-10-26  Karl Berry  <karl@gnu.org>
24865
24866         * config/srclist.txt (COPYING.DOC): no longer available from
24867         /gd/gnuorg; don't know where the ultimate source is.
24868
24869 2003-10-25  Paul Eggert  <eggert@twinsun.com>
24870
24871         Fix several address-calculation bugs in the hash modules,
24872         plus some minor code cleanup.
24873
24874         * lib/hash.h: Include <stdbool.h>, for bool.
24875         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
24876         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
24877         hash_get_n_entries, hash_get_max_bucket_length,
24878         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
24879         hash_rehash): Use size_t rather than unsigned.
24880         * lib/hash.c (struct hash_table, hash_get_n_buckets,
24881         hash_get_n_buckets_used, hash_get_n_entries,
24882         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
24883         hash_get_entries, hash_do_for_each, hash_string, is_prime,
24884         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
24885         Likewise.
24886         (SIZE_MAX): Define if not defined.
24887         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
24888         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
24889         hash_print):
24890         Use const * when possible.
24891         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
24892         (check_tuning): Fix bug: if tuning parameters were very close to
24893         0 or 1, rounding errors could have caused subscript violations.
24894         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
24895         (hash_initialize): Add 'fail:' label
24896         to free table and return NULL, and use it to simplify code.
24897         Use calloc rather than clearing the storage ourself.
24898         (hash_initialize, hash_rehash): Check for arithmetic overflow in
24899         buffer size calculations.
24900         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
24901         Include <stddef.h>, for size_t.
24902         * lib/hash-pjw.c (hash_pjw): Likewise.
24903         Switch to method described by Bruno Haible.
24904         Include <limits.h>, for CHAR_BIT.
24905         (SIZE_BITS): New macro.
24906
24907 2003-10-23  Paul Eggert  <eggert@twinsun.com>
24908
24909         * m4/getline.m4 (AM_FUNC_GETLINE):
24910         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
24911         hosts.  Problem reported by Derek Robert Price in
24912         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
24913         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
24914         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
24915
24916 2003-10-21  Paul Eggert  <eggert@twinsun.com>
24917
24918         * lib/getndelim2.c (getndelim2): When size calculation overflows,
24919         ceiling the allocation at NMAX bytes rather than silently
24920         discarding input bytes before NMAX is reached.  This makes
24921         a difference only if NMAX exceeds SIZE_MAX / 2.
24922
24923         * lib/obstack.c: Merge from glibc.
24924         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
24925         Add libc_hidden_def (_obstack_newchunk).
24926         (_obstack_free) [! defined _LIBC]: Remove.
24927         [defined _LIBC]: Make a strong alias from obstack_free, rather than
24928         a clone of the function body.
24929         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
24930         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
24931
24932         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
24933         glibc.
24934         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
24935         arg to memcpy.
24936
24937         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
24938         (obstack_ptr_grow_fast, obstack_int_grow_fast):
24939         Don't use lvalue casts, as GCC plans to remove support for them
24940         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
24941         was also present in the non-GCC version, indicating that this
24942         code had always been buggy and had never been widely used.
24943         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
24944         Use the fast variant of each macro, rather than copying the
24945         definiens of the fast variant; that way, we'll be more likely to
24946         catch future bugs in the fast variants.
24947
24948 2003-10-20  Bruno Haible  <bruno@clisp.org>
24949
24950         * modules/wait-process: New file.
24951         * MODULES.html.sh (func_all_modules): Add wait-process.
24952
24953 2003-10-20  Bruno Haible  <bruno@clisp.org>
24954
24955         * m4/wait-process.m4: New file.
24956
24957 2003-10-20  Bruno Haible  <bruno@clisp.org>
24958
24959         * lib/wait-process.h: New file, from GNU gettext.
24960         * lib/wait-process.c: New file, from GNU gettext.
24961
24962 2003-10-19  Jim Meyering  <jim@meyering.net>
24963
24964         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
24965         HPUX 10.20.
24966
24967 2003-10-18  Karl Berry  <karl@gnu.org>
24968
24969         * config/config.guess: update from config.
24970
24971 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24972
24973         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
24974         (getgroups): First arg is int, not size_t.
24975         Don't let 'free' mangle errno.
24976
24977 2003-10-16  Paul Eggert  <eggert@twinsun.com>
24978
24979         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
24980
24981 2003-10-16  Karl Berry  <karl@gnu.org>
24982
24983         * config/config.{guess,sub}: update from config.
24984
24985 2003-10-16  Jim Meyering  <jim@meyering.net>
24986
24987         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
24988         memcpy.
24989
24990 2003-10-15  Paul Eggert  <eggert@twinsun.com>
24991
24992         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
24993         (SIZE_MAX): Remove.
24994         (new_exclude, add_exclude_file): Initial size no longer needs to
24995         be a power of 2.
24996         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
24997         our own address arithmetic overflow checking.
24998
24999         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
25000         (fnmatch): Do not alloca more than 2000 wide characters;
25001         instead, use malloc for large buffers.
25002         Check for address arithmetic overflow, and return -1
25003         with errno set to ENOMEM in that case.
25004         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
25005         (NEW_PATTERN): Do not alloca more than 8000 bytes;
25006         instead, return -1.  Check for address arithmetic overflow.
25007
25008 2003-10-14  Paul Eggert  <eggert@twinsun.com>
25009
25010         Handle invalid suffixes and overflow independently, so that
25011         callers can treat them independently as needed.  Fix some bugs in
25012         suffix handling, e.g., "100k@" was not diagnosed as an invalid
25013         suffix for a human-readable blocksize.  The major caller-visible
25014         change is the addition of a new
25015         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
25016         that both overflow and suffix chars were found.
25017
25018         * lib/human.c (humblock): Don't check separately for invalid suffix
25019         char; that is xstrtoumax's job (now that its bug is fixed).
25020         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
25021         INTMAX_MAX]: New macros.
25022         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
25023         TYPE_MAXIMUM): New macros.
25024         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
25025         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
25026         if overflow occurs, as it's what __strtol does and it's more useful
25027         in practice.
25028         (__xstrtol): If __strtol reports some error other than ERANGE,
25029         reflect it to the caller as LONGINT_INVALID.  If it reports
25030         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
25031         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
25032         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
25033         value.
25034         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
25035         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
25036         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
25037         [defined UINTMAX_MAX]: New macros.
25038
25039 2003-10-14  Bruno Haible  <bruno@clisp.org>
25040
25041         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
25042
25043 2003-10-14  Bruno Haible  <bruno@clisp.org>
25044
25045         * m4/sig_atomic_t: New file, from GNU gettext.
25046         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
25047
25048 2003-10-14  Bruno Haible  <bruno@clisp.org>
25049
25050         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
25051         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
25052         Also use volatile where needed.
25053
25054 2003-10-12  Paul Eggert  <eggert@twinsun.com>
25055
25056         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
25057         Change maintainer from Bruno Haible to 'all'.
25058
25059 2003-10-12  Paul Eggert  <eggert@twinsun.com>
25060
25061         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
25062
25063 2003-10-12  Paul Eggert  <eggert@twinsun.com>
25064
25065         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
25066         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
25067         and define in terms of the other primitives.
25068         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
25069         (SIZE_MAX): Define if not already defined.
25070         (array_size_overflow): New function.
25071         (xalloc_die): Abort instead of exiting if 'error' returns.
25072         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
25073         (xmalloc, xrealloc): Use them.
25074         (xcalloc): Check for address arithmetic overflow.
25075         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
25076         a bit faster than strcpy.
25077
25078 2003-10-10  Simon Josefsson  <jas@extundo.com>
25079
25080         * modules/argp (Depends-on): Add restrict and strcase.
25081
25082 2003-10-10  Simon Josefsson  <jas@extundo.com>
25083
25084         * m4/argp.m4: Add AC_C_INLINE.
25085
25086 2003-10-08  Paul Eggert  <eggert@twinsun.com>
25087
25088         Merge getpass from libc, plus a few fixes.
25089
25090         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
25091         Include <stdbool.h>.
25092         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
25093         __fsetlocking to empty.
25094         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
25095         do include <bits/libc-lock.h>.
25096         Do not include <fcntl.h>; not needed.
25097         [_LIBC]: Include <wchar.h>.
25098         (NOTCANCEL_MODE): New macro.
25099         (flockfile, funlockfile) [_LIBC]: New macros.
25100         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
25101         [!_LIBC]: New macros.
25102         (call_fclose): New function.
25103         (getpass): Use it.  Save tty stream separately; this simplifies the
25104         code and makes it more reliable if stdin happens to equal stdout.
25105         Invoke __fsetlocking on tty.
25106         Handle thread cancellation if needed.
25107         Namespace cleanup (use __tcgetattr, __getline).
25108         Use bool for Booleans.
25109         [USE_IN_LIBIO]: Handle wide streams.
25110         [!_LIBC]: Unconditionally do the fseek, since we don't know what
25111         stream might go where.
25112
25113         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
25114         doesn't have to include <stdio.h> before us.
25115         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
25116         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
25117         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
25118         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
25119         if not declared, so that we can use getpass.c code from libc without
25120         rewriting it.
25121         (flockfile, ftrylockfile, funlockfile): New macros.
25122
25123 2003-10-08  Paul Eggert  <eggert@twinsun.com>
25124
25125         * modules/getpass: Depend on stdbool.
25126
25127 2003-10-08  Paul Eggert  <eggert@twinsun.com>
25128
25129         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
25130
25131 2003-10-07  Karl Berry  <karl@gnu.org>
25132
25133         * config/config.{guess,sub}: update from config.
25134
25135 2003-10-06  Jim Meyering  <jim@meyering.net>
25136             Bruno Haible  <bruno@clisp.org>
25137
25138         This lets translators provide better translations for the
25139         "Written by ..." part of --version output.
25140         * lib/version-etc.h: Include stdarg.h.
25141         (version_etc_copyright): Declare as readonly.
25142         (version_etc): Make this function variadic with a NULL-terminated list
25143         of author name strings.
25144         (version_etc_va): New declaration.
25145         * lib/version-etc.c: Include stdarg.h, stdlib.h.
25146         (version_etc_copyright): Declare as readonly.
25147         (version_etc_va): New function. Provide a different translatable string
25148         for each possible number of authors < 10. Abbreviate when there are 10
25149         authors or more.
25150         (version_etc): Make this function variadic. Call version_etc_va.
25151         Suggestion from Gary V. Vaughan.
25152
25153         * lib/long-options.h (parse_long_options): Change prototype: the
25154         authors string is moved to the end and becomes variadic.
25155         * lib/long-options.c: Include stdarg.h.
25156         (parse_long_options): Make this function variadic, too.
25157         Call version_etc_va, not version_etc.
25158
25159 2003-10-06  Bruno Haible  <bruno@clisp.org>
25160
25161         * modules/version-etc-2: Remove file.
25162         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
25163
25164 2003-10-06  Bruno Haible  <bruno@clisp.org>
25165
25166         * modules/fatal-signal: New file.
25167         * MODULES.html.sh (func_all_modules): Add fatal-signal.
25168
25169 2003-10-06  Bruno Haible  <bruno@clisp.org>
25170
25171         * m4/fatal-signal.m4: New file.
25172         * m4/signalblocking.m4: New file, from GNU gettext.
25173
25174 2003-10-06  Bruno Haible  <bruno@clisp.org>
25175
25176         * lib/version-etc-2.h: Remove file.
25177         * lib/version-etc-2.c: Remove file.
25178
25179 2003-10-06  Bruno Haible  <bruno@clisp.org>
25180
25181         * lib/fatal-signal.h: New file, from GNU gettext.
25182         * lib/fatal-signal.c: New file, from GNU gettext.
25183
25184 2003-10-05  Paul Eggert  <eggert@twinsun.com>
25185
25186         * README: Rework advice for preventing empty .o files.
25187         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
25188         not <sys/types.h>.
25189
25190 2003-10-04  Karl Berry  <karl@gnu.org>
25191
25192         * lib/argp*: update from libc.
25193
25194 2003-10-04  Karl Berry  <karl@gnu.org>
25195
25196         * config/config.{guess,sub}: update from config.
25197
25198 2003-10-02  Bruno Haible  <bruno@clisp.org>
25199
25200         * modules/lchown (Include): Add lchown.h.
25201         * modules/time_r (Include): Use "..." syntax.
25202         * modules/xgetdomainname (Include): Add xgetdomainname.h.
25203
25204 2003-10-01  Simon Josefsson  <jas@extundo.com>
25205
25206         * MODULES.html.sh (func_all_modules): Move gethostname from section
25207         'based on' to section 'lacking' POSIX:2001.
25208
25209 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
25210
25211         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
25212         to output mode on the same stream.
25213
25214 2003-09-29  Paul Eggert  <eggert@twinsun.com>
25215
25216         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
25217         Fix arg typo in previous patch.
25218
25219 2003-09-28  Jim Meyering  <jim@meyering.net>
25220
25221         * lib/error.c: Correct cpp indentation.
25222
25223 2003-09-27  Paul Eggert  <eggert@twinsun.com>
25224
25225         * modules/free: New file.
25226
25227 2003-09-27  Paul Eggert  <eggert@twinsun.com>
25228
25229         * m4/free.m4: New file.
25230
25231 2003-09-27  Paul Eggert  <eggert@twinsun.com>
25232
25233         * lib/minmax.h (MIN, MAX)
25234         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
25235         Omit the special code that used __typeof__, since we worry that
25236         it could be more trouble than it's worth.  See:
25237         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
25238         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
25239
25240         * lib/free.c: New file.
25241
25242 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
25243
25244         Trivial fixes to Makefile.am parts of module listings.
25245         * modules/strstr: Append strstr.h to lib_SOURCES.
25246         * modules/strcase: Likewise, for strcase.h.
25247
25248 2003-09-27  Karl Berry  <karl@gnu.org>
25249
25250         * config/mkinstalldirs: update from automake.
25251
25252 2003-09-26  Paul Eggert  <eggert@twinsun.com>
25253
25254         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
25255         (error_tail): Do not loop, reallocating temporary buffer, since
25256         the output cannot contain more wide characters than the input
25257         contains bytes, the size must be big enough already.  This avoids
25258         one potential size overflow calculation.  Check for size overflow
25259         when calculating temporary buffer size.  Free temporary buffer
25260         when done, if it was allocated with malloc; this plugs a memory
25261         leak.  Remove casts from void * to pointers, that are no longer
25262         needed now that we're assuming C89 or better.
25263
25264         Merge error changes from glibc.
25265
25266         * lib/error.c, error.h: Update copyright notice header to match glibc.
25267         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
25268         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
25269         Disable cancellation while printing error.
25270         * lib/error.h: Prepend __ to parameter names.
25271
25272 2003-09-26  Jim Meyering  <jim@meyering.net>
25273
25274         * lib/error.c (error_tail): Move some declarations
25275         into inner scope where the local variables are used.
25276
25277 2003-09-26  Bruno Haible  <bruno@clisp.org>
25278
25279         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
25280         stpncpy().
25281         Don't define stpncpy through config.h; it's now done through stpncpy.h.
25282
25283 2003-09-26  Bruno Haible  <bruno@clisp.org>
25284
25285         * lib/stpncpy.h (gnu_stpncpy): New declaration.
25286         (stpncpy): Define as alias for gnu_stpncpy.
25287         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
25288
25289 2003-09-25  Simon Josefsson  <jas@extundo.com>
25290
25291         * lib/xgetdomainname.h: New file.
25292         * lib/xgetdomainname.c: New file.
25293
25294 2003-09-25  Simon Josefsson  <jas@extundo.com>
25295             Bruno Haible  <bruno@clisp.org>
25296
25297         * modules/getdomainname: New file.
25298         * modules/xgetdomainname: New file.
25299         * MODULES.html.sh (func_all_modules): Add getdomainname,
25300         xgetdomainname.
25301
25302 2003-09-25  Simon Josefsson  <jas@extundo.com>
25303             Bruno Haible  <bruno@clisp.org>
25304
25305         * m4/getdomainname.m4: New file.
25306
25307 2003-09-25  Simon Josefsson  <jas@extundo.com>
25308             Bruno Haible  <bruno@clisp.org>
25309
25310         * lib/getdomainname.h: New file.
25311         * lib/getdomainname.c: New file.
25312
25313 2003-09-25  Karl Berry  <karl@gnu.org>
25314
25315         * lib/argp-fmtstream.c, argp-help.c: update from libc.
25316
25317 2003-09-25  Karl Berry  <karl@gnu.org>
25318
25319         * config/install-sh: update from automake.
25320
25321 2003-09-25  Bruno Haible  <bruno@clisp.org>
25322
25323         * modules/version-etc-2: New file, from modules/version-etc with
25324         modifications.
25325         * MODULES.html.sh (func_all_modules): Add version-etc-2.
25326
25327 2003-09-25  Bruno Haible  <bruno@clisp.org>
25328
25329         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
25330         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
25331
25332 2003-09-24  Simon Josefsson  <jas@extundo.com>
25333
25334         * modules/xgethostname: Add xgethostname.h.
25335
25336 2003-09-24  Paul Eggert  <eggert@twinsun.com>
25337
25338         * lib/linebuffer.c (freebuffer): Don't free the argument, just
25339         the buffer associated with the argument.  Bug reported by
25340         Simon Josefsson.
25341
25342 2003-09-24  Paul Eggert  <eggert@twinsun.com>
25343
25344         * README: Document assumptions that 'int' is at least 32 bits
25345         wide, that integer arithmetic is 2's complement without overflow,
25346         that there are no holes in integer values, that adding sizes of
25347         two nonoverlapping objects can't overflow, and that all-bits-zero
25348         yields scalar zero.  Fix spelling and capitalization typos.
25349
25350 2003-09-19  Karl Berry  <karl@gnu.org>
25351
25352         * lib/argp.h: update from libc.
25353
25354 2003-09-17  Paul Eggert  <eggert@twinsun.com>
25355
25356         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
25357         to avoid spurious warnings like "AC_RUN_IFELSE was called before
25358         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
25359
25360 2003-09-17  Paul Eggert  <eggert@twinsun.com>
25361
25362         * gnulib-tool: Use "test -h", not "test -L", for portability
25363         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
25364         (tags_regexp): Remove, since \| doesn't conform to POSIX.
25365         (sed_extract_prog): Issue s commands one-by-one, rather than
25366         using \| in one s command.
25367
25368 2003-09-16  Paul Eggert  <eggert@twinsun.com>
25369
25370         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
25371         input error, instead of returning NULL the next time we are called
25372         (and therefore losing track of errno).
25373
25374 2003-09-16  Bruno Haible  <bruno@clisp.org>
25375
25376         * gnulib-tool (func_create_testdir): Warn about duplicated
25377         dependencies.
25378
25379 2003-09-15  Paul Eggert  <eggert@twinsun.com>
25380
25381         * modules/argmatch, modules/fatal, modules/obstack,
25382         modules/xalloc, modules/xgethostname: Sort dependencies by
25383         importance, not alphabetically.
25384
25385 2003-09-15  Paul Eggert  <eggert@twinsun.com>
25386
25387         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
25388         fails, so that the caller gets the proper errno.
25389
25390         * lib/readutmp.c (read_utmp): Likewise.
25391         Check for fstat error.  Close stream and free storage
25392         when failing.
25393
25394 2003-09-14  Karl Berry  <karl@gnu.org>
25395
25396         * config/srclist.txt (strdup.c): disable for c89 changes.
25397
25398 2003-09-14  Jim Meyering  <jim@meyering.net>
25399
25400         * lib/getloadavg.c: Correct cpp indentation.
25401         * lib/strdup.c: Likewise.
25402         * lib/vasnprintf.c: Likewise.
25403
25404 2003-09-14  Bruno Haible  <bruno@clisp.org>
25405
25406         * modules/fwriteerror: New file.
25407         * MODULES.html.sh (func_all_modules): Add fwriteerror.
25408
25409 2003-09-14  Bruno Haible  <bruno@clisp.org>
25410
25411         * lib/fwriteerror.h: New file.
25412         * lib/fwriteerror.c: New file.
25413
25414 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25415
25416         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
25417         modules/xgethostname, modules/xalloc: Depend on exit.
25418
25419 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25420
25421         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
25422
25423         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
25424         and AC_MINIX, too, so that their extensions are available.
25425
25426         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
25427         This macro has been superseded by gl_BACKUPFILE.
25428
25429         More patches to assume C89 or better.
25430
25431         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
25432
25433         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
25434         unconditionally.
25435         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
25436         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
25437         Include <string.h>, <stdlib.h> unconditionally.
25438         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
25439         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
25440         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
25441         headers or for string.h.
25442         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
25443         or strtoul.
25444
25445         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
25446         headers.
25447         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
25448         * m4/userspec.m4 (gl_USERSPEC): Likewise.
25449         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
25450         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
25451         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
25452         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
25453         memcpy, memset.
25454         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
25455         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
25456         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
25457         strtol.
25458         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
25459         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
25460         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
25461         strtoul.
25462
25463 2003-09-12  Paul Eggert  <eggert@twinsun.com>
25464
25465         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
25466         * lib/obstack.c [!defined _LIBC]: Likewise.
25467         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
25468         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
25469         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
25470
25471         More changes to assume C89 or better.
25472
25473         * lib/error.c (error_tail): Assume vprintf.
25474
25475         * lib/argmatch.c (getenv): Remove decl.
25476         * lib/progreloc.c (get_full_program_name): Define via prototype.
25477         * lib/setenv.c (clearenv): Likewise.
25478         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
25479         needed.
25480         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
25481         (malloc, memcpy): Remove decls.
25482         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
25483         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
25484         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25485         (memcpy): Remove macro.
25486         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
25487         (__P): Remove.  All uses removed.
25488         (PTR): Remove.  All uses changed to void *.
25489         (CHAR_BIT, NULL): Remove.
25490         (spaces, zeros, memset_space, memset_zero)
25491         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
25492         Remove.
25493         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
25494         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
25495         Define with prototype.
25496         Remove now-unnecessary prototype decl.
25497         (extra_args_spec): Assume ANSI C.  All uses changed.
25498         (extra_args_spec_iso): Remove.
25499         (my_strftime, emacs_strftimeu): Define via prototype.
25500         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
25501         unconditionally.
25502         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
25503         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
25504         (strtoul, strtol): Remove decls.
25505         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
25506         LONG_MAX): Remove.
25507         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
25508         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
25509         (LOCALE_PARAM_PROTO): New macro.
25510         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
25511         (INTERNAL (strtol), strtol): Define with a prototype.
25512         (PARAMS): Remove.  All uses removed.
25513         * lib/tempname.c: Include <string.h> unconditionally.
25514         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
25515         * lib/xgethostname.c (main): Define with a prototype.
25516         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
25517         Include <stdlib.h> unconditionally.
25518         (calloc, malloc, realloc, free): Remove decls.
25519         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
25520         Include <stdlib.h> unconditionally.  Sort include file names.
25521         (strtod): Remove.
25522         (xstrtod): Define with a prototype.
25523         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
25524         (strtol, strtoul): Remove decls.
25525
25526 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25527
25528         More patches to assume C89 or better.
25529         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
25530         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
25531         string.h, memchr, STDC_HEADERS.
25532
25533 2003-09-11  Paul Eggert  <eggert@twinsun.com>
25534
25535         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
25536         Include <stdlib.h>, <string.h> unconditionally.
25537         Remove now-unnecessary cast to char *.
25538         * lib/strnlen.c: Include <string.h> unconditionally.
25539         * lib/yesno.c (yesno): Define with a prototype.
25540
25541 2003-09-11  Bruno Haible  <bruno@clisp.org>
25542
25543         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
25544
25545 2003-09-10  Jim Meyering  <jim@meyering.net>
25546
25547         * lib/error.c: Correct indentation of cpp directives.
25548
25549 2003-09-10  Bruno Haible  <bruno@clisp.org>
25550
25551         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
25552         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
25553         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
25554         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
25555         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
25556         <stdlib.h> and <string.h> checks.
25557         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
25558         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
25559
25560 2003-09-10  Bruno Haible  <bruno@clisp.org>
25561
25562         * lib/strcspn.c: Include <string.h> unconditionally.
25563         * lib/strpbrk.c: Include <string.h> unconditionally.
25564         * lib/strstr.c: Include <string.h> unconditionally.
25565         * lib/unicodeio.c: Include <string.h> unconditionally.
25566         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
25567         * lib/unsetenv.c: Likewise.
25568         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
25569         * lib/yesno.c: Include <stdlib.h> unconditionally.
25570         (rpmatch): Add prototype.
25571
25572 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25573
25574         More patches to assume C89 or better.
25575         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
25576         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
25577         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
25578         or for string.h.
25579         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
25580         stdlib.h.
25581         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
25582         C headers.
25583         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
25584         string.h.
25585         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
25586         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
25587         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
25588         or for string.h.
25589         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
25590         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
25591         C headers.
25592         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
25593         memcpy.
25594         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
25595         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
25596         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
25597         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
25598         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
25599         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
25600         string.h, free.
25601         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
25602         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
25603         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
25604         C headers, or for string.h.
25605         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
25606         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
25607         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
25608         headers, memory.h, stdlib.h, string.h, strings.h.
25609         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
25610         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
25611         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
25612         strchr.
25613         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
25614         headers, memory.h, string.h.
25615         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
25616         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
25617         free.
25618         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
25619         headers.
25620         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
25621         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
25622         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
25623         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
25624         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
25625
25626 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25627
25628         More K&R removal.
25629
25630         * lib/acosl.c (main): Use a prototype.
25631         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
25632         tanl.c: Likewise.
25633
25634         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
25635
25636         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
25637         (getopt, etopt_long, getopt_long_only, _getopt_internal)
25638         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
25639         with a prototype.
25640         * lib/getopt.c (const): Remove macro.
25641         Include <string.h> unconditionally.
25642         (my_index): Remove; all uses changed to strchr.
25643         (strlen): Remove decl.
25644         (exchange): Remove forward decl; no longer needed.
25645         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
25646         Define with prototype.
25647         * lib/getopt1.c (const): Remove macro.
25648         (getopt_long, getopt_long_only, main): Define with prototype.
25649
25650         * lib/getugroups.c: Include <string.h> unconditionally.
25651
25652         * lib/getusershell.c: Include <stdlib.h> unconditionally.
25653         (getusershell, setusershell, endusershell, readname, main):
25654         Define with prototypes.
25655
25656         * lib/group-member.c: Include group-member.h first.
25657         Include <stdlib.h> unconditionally.
25658
25659         * lib/hard-locale.c: Include hard-locale.h first.
25660         Include <stdlib.h>, <string.h> unconditionally.
25661
25662         * lib/hash.c (free, malloc): Remove decls.
25663         Include <stdlib.h> unconditionally.
25664
25665         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
25666         (getenv): Do not declare.
25667
25668         * lib/idcache.c: Include <string.h> unconditionally.
25669
25670         * lib/long-options.c: Include long-options.h first, to test interface.
25671         Include <stdlib.h> unconditionally.
25672
25673         * lib/makepath.c: Include makepath.h first, to test interface.
25674         Include <stdlib.h> and <string.h> unconditionally.
25675
25676         * lib/linebuffer.c: Include <stdlib.h>.
25677         (free): Remove decl.
25678
25679         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
25680         stddef.h. rpl_malloc returns void *, not char *.
25681         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
25682         prototype.
25683
25684         * lib/md5.h: Include <limits.h> unconditionally.
25685         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
25686         (__P): Remove; all uses removed.
25687         * lib/md5.c: Include "md5.h" first.
25688         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
25689         md5_buffer, md5_process_bytes, md5_process_block):
25690         Define with prototypes.
25691         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
25692         * lib/sha.c: Include "sha.h" first.
25693         Include <stdlib.h>, <string.h> unconditionally.
25694
25695         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
25696         * lib/memcmp.c (__ptr_t): Likewise.
25697         * lib/memrchr.c (__ptr_t): Likewise.
25698         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
25699         Include <string.h> unconditionally.
25700         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
25701         * lib/memchr.c: Include <stdlib.h> unconditionally.
25702         * lib/memchr.c (LONG_MAX): Remove.
25703         * lib/memrchr.c (LONG_MAX): Likewise.
25704         * lib/memchr.c (__memchr): Define via a prototype.
25705         * lib/memrchr.c (__memrchr): Likewise.
25706         * lib/memcmp.c (__P): Remove, and remove all uses.
25707         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
25708         Remove forward decls; no longer needed.
25709         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
25710         Use types required by C89 in prototype.
25711
25712         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
25713         * lib/savedir.c: Likewise.
25714         * lib/mkdir.c (free): Remove decl.
25715         * lib/rmdir.c (rmdir): Define with a prototype.
25716         * lib/savedir.c: Include savedir.h first, to test interface.
25717
25718         * lib/mktime.c (STDC_HEADERS): Remove.
25719         Include <stdlib.h>, <string.h> unconditionally.
25720
25721         * lib/modechange.c: Include <stdlib.h> unconditionally.
25722         (malloc): Remove decl.
25723
25724         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
25725         (free): Remove decl.
25726
25727         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
25728         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
25729         (This type really should be intptr_t, but that's a C99ism.)
25730         (_obstack_memcpy): Remove: all uses changed to memcpy.
25731         Include <string.h> unconditionally.
25732         (struct obstack): Assume __STDC__ for types of members
25733         chunkfun, freefun, extra_arg.
25734         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
25735         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
25736         obstack_begin, obstack_specify_allocation,
25737         obstack_specify_allocation_with_arg, obstack_chunkfun,
25738         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
25739         Remove unprototyped decls and the macros that use them.
25740         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
25741         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
25742         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
25743         (defined __STDC__ && __STDC__)]:
25744         Remove nonprototyped code.
25745         Include <stdlib.h> unconditionally.
25746         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
25747         _obstack_allocated_p, _obstack_free, obstack_free,
25748         _obstack_memory_used, print_and_abort):
25749         Define using prototypes.
25750         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
25751         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
25752         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
25753         obstack_next_free, obstack_object_size, obstack_room) [0]:
25754         Remove unused, unprototyped code.
25755
25756         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
25757
25758         * lib/physmem.c (physmem_total, physmem_available, main): Define
25759         with prototypes.
25760
25761         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
25762         (main): Define with a prototype.
25763
25764         * lib/posixver.c (getenv): Remove decl.
25765
25766         * lib/putenv.c (malloc): Returns void *, not char *.
25767         Include <string.h> unconditionally.
25768         (strchr, memcpy, NULL): Do not define.
25769
25770         * lib/readtokens.c: Include readtokens.h first, to test interface.
25771         Include <stdlib.h>, <string.h> unconditionally.
25772         (init_tokenbuffer): Define with a prototype.
25773
25774         * lib/regex.c (PARAMS): Remove.  All uses removed.
25775         All uses of _RE_ARGS removed, too.
25776         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25777         unconditionally.
25778         (bzero): Assume memset exists.
25779         (memcmp, memcpy, NULL): Remove.
25780         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
25781         char, or assignments to local vars of type signed char.
25782         (init_syntax_once, PREFIX(extract_number_and_incr),
25783         PREFIX(print_partial_compiled_pattern),
25784         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
25785         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
25786         PREFIX(regex_grow_registers), PREFIX(regex_compile),
25787         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
25788         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
25789         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
25790         wcs_compile_range, byte_compile_range, truncate_wchar,
25791         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
25792         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
25793         count_mbs_length, wcs_re_match_2_internal,
25794         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
25795         PREFIX(alt_match_null_string_p),
25796         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
25797         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
25798         regfree, PREFIX(extract_number)): Define with prototype.  Remove
25799         now-unnecessary declaration, if any.
25800         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
25801         regcomp, regexec):
25802         Remove now-unnecessary casts among pointer types.
25803         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
25804
25805         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
25806         (free): Remove decl.
25807
25808         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
25809
25810         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
25811         (free): Remove decl.
25812
25813         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
25814         * lib/xgetcwd.c: Likewise.
25815
25816         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
25817         (free): Remove decl.
25818
25819         * lib/strchrnul.c (strchrnul): Define with a prototype.
25820         Fix bug: c_in was not converted to char before searching.
25821
25822         The following changes are not K&R related:
25823
25824         * lib/group-member.h: Include <sys/types.h>, so that this file is
25825         self-contained.
25826         * lib/makepath.h: Likewise.
25827
25828         * lib/getusershell.c (readname, default_index, line_size, readname):
25829         Use size_t, not int, for sizes.
25830         (readname): If the size overflows, report an error instead of
25831         looping forever.
25832
25833 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25834
25835         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
25836         libc.
25837
25838 2003-09-09  Paul Eggert  <eggert@twinsun.com>
25839
25840         * README: New section: portability guidelines.
25841
25842 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25843
25844         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
25845         C89 spec.
25846
25847 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
25848
25849         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
25850
25851 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25852
25853         Assume C89 or better; remove K&R cruft.
25854         A few of these changes were first proposed by Derek Robert Price
25855         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
25856
25857         * lib/addext.c: Include <string.h> unconditionally.
25858         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
25859         Don't declare getenv or malloc.
25860
25861         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
25862         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
25863         (NULL): Remove.
25864         (find_stack_direction, alloca): Use prototypes.
25865
25866         * lib/atexit.c (atexit): Define using a prototype.
25867
25868         * lib/basename.c, dirname.c, stripslash.c:
25869         Include <string.h> unconditionally.
25870
25871         * lib/bcopy.c: Include <stddef.h>.
25872         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
25873
25874         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
25875
25876         * lib/error.h (error, error_at_line, error_print_progname)
25877         [! (defined (__STDC__) && __STDC__)]: Remove decls.
25878         * lib/error.c: Include error.h first, to check interface.
25879         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25880         (VA_START): Remove; all uses changeed to va_start.
25881         (exit, strerror): Remove decls.
25882         (error_print_progname): Prototype uncondionally.
25883         Don't include <errno.h>; no longer needed.
25884         (private_strerror): Remove.
25885         (error_tail): Always define.
25886         (error, error_at_line): Assume C89 or better; always use prototypes.
25887         * lib/fatal.c: Include "fatal.h" first, to test interface.
25888         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
25889         (VA_START): Remove; all uses changed to va_start.
25890         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
25891         this case.
25892         (exit): Remove decl.
25893         (fatal): Prototype unconditionally.  Assume va_start works.
25894         Abort at end, to pacify gcc.
25895
25896         * lib/euidaccess.c (main): Define with a prototype.
25897
25898         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
25899
25900         * lib/exitfail.c: Include <stdlib.h> unconditionally.
25901
25902         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
25903         prototypes.
25904         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
25905         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
25906         (getenv): Remove decl.
25907         (fnmatch): Define using a prototype.
25908         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
25909         (FCT): Define using a prototype.
25910
25911         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
25912
25913         * lib/gethostname.c: Include <stddef.h>.
25914         (gethostname): Define with prototype.  Length is size_t, not int.
25915
25916 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25917
25918         Assume C89 or better; remove K&R cruft.
25919         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
25920         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
25921         string.h, getenv, malloc.
25922         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
25923         headers.
25924         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
25925         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
25926         do not check for strerror.
25927         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
25928         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
25929         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
25930         do not check for doprnt or vprintf.
25931         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
25932         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
25933
25934 2003-09-08  Paul Eggert  <eggert@twinsun.com>
25935
25936         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
25937         getversion.c should have been removed then, but was accidentally
25938         preserved.
25939
25940         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
25941         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
25942
25943 2003-09-08  Karl Berry  <karl@gnu.org>
25944
25945         * config/config.sub, config.guess, srclistvars.sh: update from savannah
25946                 config, forget about prep.
25947
25948         * config/depcomp, missing: update from automake.
25949
25950 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25951
25952         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
25953         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25954
25955 2003-09-07  Paul Eggert  <eggert@twinsun.com>
25956
25957         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
25958         copy_tm_result.  Bug reported by Simon Josefsson in
25959         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
25960
25961 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25962
25963         * m4/time_r.m4: New file.
25964         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
25965         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
25966         is. Check for timegm declaration.
25967         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
25968         Do not check for gmtime_r.
25969         Replace mktime if __mktime_internal does not exist and if mktime
25970         hasn't been replaced already.
25971
25972 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25973
25974         * lib/time_r.c, lib/time_r.h: New files.
25975
25976         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
25977         __localtime_r.
25978         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
25979         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
25980
25981         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
25982         __gmtime_r.
25983         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
25984         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
25985         Include <time_r.h>.
25986
25987         * lib/timegm.c: Switch to glibc implementation, with the following
25988         changes:
25989         [defined HAVE_CONFIG_H]: Include <config.h>.
25990         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
25991         (__mktime_internal) [!defined _LIBC]: New decl.
25992         (__gmtime_r) [!defined _LIBC]: New macro and function.
25993         (timegm): Use a prototype, since gnulib assumes C89.
25994         Do not bother declaring tmp to be const, as it's not really usefu.
25995         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
25996         (timegm): Declare only if HAVE_DECL_TIMEGM.
25997
25998 2003-09-06  Paul Eggert  <eggert@twinsun.com>
25999
26000         * MODULES.html.sh (func_all_modules): Add time_r.
26001         * modules/time_r: New file.
26002         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
26003         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
26004
26005 2003-09-03  Paul Eggert  <eggert@twinsun.com>
26006
26007         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
26008         Bug reported by Lute Kamstra in
26009         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
26010
26011         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
26012         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
26013         course with correspondingly smaller numbers for tomorrow and
26014         yesterday.  From Tadayoshi Funaba.  Originally installed into
26015         sh-utils on 1999-08-07, but the patch got lost (I guess during the
26016         coreutils merge?).
26017
26018 2003-08-31  Simon Josefsson  <jas@extundo.com>
26019
26020         * modules/timegm: New file.
26021         * MODULES.html.sh (func_all_modules): Add timegm.
26022
26023 2003-08-31  Simon Josefsson  <jas@extundo.com>
26024
26025         * m4/timegm.m4: New file.
26026
26027 2003-08-31  Simon Josefsson  <jas@extundo.com>
26028
26029         * lib/timegm.h: New file.
26030         * lib/timegm.c: New file.  Based on
26031         wget-1.8.2/src/http.c:mktime_from_utc.
26032
26033 2003-08-31  Karl Berry  <karl@gnu.org>
26034
26035         * lib/argp.h: update from libc.
26036
26037 2003-08-28  Bruno Haible  <bruno@clisp.org>
26038
26039         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
26040         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
26041         followed by '#define fnmatch fnmatch_posix' gives an error.
26042
26043 2003-08-28  Bruno Haible  <bruno@clisp.org>
26044
26045         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
26046         warning on QNX, which defines O_BINARY to 000000.
26047
26048 2003-08-27  Jim Meyering  <jim@meyering.net>
26049
26050         * m4/mkstemp.m4: Require that the system mkstemp be able to create
26051         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
26052         would fail after 32.  Reported by Danny Levinson.  Details here:
26053         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
26054
26055 2003-08-24  Bruno Haible  <bruno@clisp.org>
26056
26057         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
26058         MSVC7 <stdio.h> is included later.
26059
26060 2003-08-22  Simon Josefsson  <jas@extundo.com>
26061
26062         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
26063
26064 2003-08-20  Karl Berry  <karl@gnu.org>
26065
26066         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
26067
26068 2003-08-20  Bruno Haible  <bruno@clisp.org>
26069
26070         * modules/progname: New file.
26071         * MODULES.html.sh (func_all_modules): Add progname.
26072
26073 2003-08-20  Bruno Haible  <bruno@clisp.org>
26074
26075         * lib/progname.h: New file, from GNU gettext.
26076         * lib/progname.c: New file, from GNU gettext.
26077         * lib/progreloc.c: New file, from GNU gettext.
26078
26079 2003-08-19  Jim Meyering  <jim@meyering.net>
26080
26081         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
26082         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
26083
26084 2003-08-19  Bruno Haible  <bruno@clisp.org>
26085
26086         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
26087         more.
26088
26089 2003-08-19  Bruno Haible  <bruno@clisp.org>
26090
26091         * lib/xstrdup.c: Assume <string.h> exists.
26092
26093 2003-08-18  Paul Eggert  <eggert@twinsun.com>
26094
26095         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
26096         in makefile rules.
26097
26098 2003-08-18  Jim Meyering  <jim@meyering.net>
26099
26100         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
26101         * m4/lib-ld.m4: Likewise.
26102
26103 2003-08-18  Jim Meyering  <jim@meyering.net>
26104
26105         * lib/setenv.h: Indent nested cpp directive.
26106         * lib/vasnprintf.c: Remove trailing blanks.
26107
26108 2003-08-17  Simon Josefsson  <jas@extundo.com>
26109
26110         * modules/xstrndup: New file.
26111         * MODULES.html.sh (func_all_modules): Add xstrndup.
26112
26113 2003-08-17  Simon Josefsson  <jas@extundo.com>
26114
26115         * modules/argp: Fix autoconf macro name. Add more dependencies.
26116
26117 2003-08-17  Simon Josefsson  <jas@extundo.com>
26118
26119         * m4/xstrndup.m4: New file.
26120
26121 2003-08-17  Simon Josefsson  <jas@extundo.com>
26122
26123         * m4/argp.m4: New file.
26124
26125 2003-08-17  Simon Josefsson  <jas@extundo.com>
26126             Bruno Haible  <bruno@clisp.org>
26127
26128         * lib/xstrndup.h: New file.
26129         * lib/xstrndup.c: New file.
26130
26131 2003-08-17  Bruno Haible  <bruno@clisp.org>
26132
26133         * modules/strndup (Files, Include): Add lib/strndup.h.
26134
26135 2003-08-17  Bruno Haible  <bruno@clisp.org>
26136
26137         * modules/euidaccess (Files): Add lib/euidaccess.h.
26138
26139 2003-08-17  Bruno Haible  <bruno@clisp.org>
26140
26141         * lib/strndup.h: New file.
26142
26143 2003-08-17  Bruno Haible  <bruno@clisp.org>
26144
26145         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
26146         like AC_GNU_SOURCE.
26147         * modules/extensions (configure.ac): Comment out the invocation of
26148         gl_USE_SYSTEM_EXTENSIONS.
26149
26150 2003-08-16  Paul Eggert  <eggert@twinsun.com>
26151
26152         Merges from coreutils, etc.
26153         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
26154         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
26155         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
26156         fixing a typo.
26157         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
26158         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
26159
26160 2003-08-16  Paul Eggert  <eggert@twinsun.com>
26161
26162         Document merge from coreutils.
26163         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
26164         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
26165         * modules/utime: Add m4/utimes-null.m4.
26166
26167 2003-08-16  Paul Eggert  <eggert@twinsun.com>
26168
26169         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
26170         space, undoing this 2003-08-12 change:
26171         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
26172
26173 2003-08-16  Paul Eggert  <eggert@twinsun.com>
26174
26175         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
26176         strtoul.c from libc, undoing this 2003-08-12 change:
26177         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
26178
26179 2003-08-16  Jim Meyering  <jim@meyering.net>
26180
26181         Merges from coreutils.
26182         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
26183         prefix.  Adjust cache variables similarly.  Create 500 rather than
26184         just 300 files, to exercise bug on Darwin6.5, too.
26185         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
26186         $missing_dir.
26187         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
26188         AM_SYS_POSIX_TERMIOS.
26189         Reported by mkc@mathdogs.com.
26190         Also change use of $am_cv_sys_posix_termios
26191         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
26192         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
26193         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
26194         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
26195         in /proc/mounts until it finds one with matching device number.  This
26196         is unnecessary when the FILE argument *is* a mount point.  No stat call
26197         is necessary in that case.  So, disable the statvfs-testing code on
26198         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
26199         as RedHat bug# 84846.
26200         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
26201         to 1MB, so as not to render systems with no stack size limit (e.g.,
26202         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
26203         Include <unistd.h>.  On some systems,
26204         it is required for the definition of _SC_PAGESIZE.
26205
26206 2003-08-16  Jim Meyering  <jim@meyering.net>
26207
26208         Merge from coreutils.
26209         * lib/xstrtoimax.c: #else #if -> #elif.
26210         * lib/xstrtoumax.c: Likewise.
26211
26212 2003-08-16  Jim Meyering  <jim@meyering.net>
26213
26214         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
26215         * m4/utimes.m4: Removed.
26216         * m4/utimes-null.m4: Renamed from utimes.m4.
26217
26218         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
26219         to 1MB, so as not to render systems with no stack size limit (e.g.,
26220         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
26221         Include <unistd.h>.  On some systems,
26222         it is required for the definition of _SC_PAGESIZE.
26223
26224 2003-08-16  Jim Meyering  <jim@meyering.net>
26225         and Paul Eggert  <eggert@cs.ucla.edu>
26226
26227         Merges from coreutils, etc.
26228
26229         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
26230         using the latest version from cvs.  This avoids problems with #line
26231         directives using a vendor (Sun) compiler.
26232         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
26233         Don't set GETGROUPS_LIB here; now it's
26234         done via getgroups.m4's wrapper function.
26235         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
26236         rather than just in sh-util/configure.in, so that the
26237         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
26238         same.
26239         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
26240         AC_FUNC_GETLOADAVG where to find getloadavg.c.
26241         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
26242         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
26243         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
26244         Remove code that is now done by the newly-required macros.
26245         Append $(EXEEXT) to DF_PROG.
26246         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
26247         Do not invoke or require the following here,
26248         since prereq.m4 or some gnulib .m4 now does this for us:
26249         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
26250         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
26251         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
26252         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
26253         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
26254         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
26255         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
26256         AC_FUNC_OBSTACK.
26257         Do not replace the following functions, as this is now the job
26258         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
26259         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
26260         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
26261         atexit getpass, strdup, getpagesize.
26262         Replace 'raise'.
26263         Do not check for the following functions, as this is now the job
26264         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
26265         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
26266         setregid.
26267         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
26268         Check for sys/sysctl.h.
26269         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
26270         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
26271         of checking for ssize_t ourselves.
26272
26273         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
26274         Require every macro that gnulib/modules/* suggests for us.
26275         (jm_PREREQ_ADDEXT): New macro.
26276         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
26277         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
26278
26279         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
26280         (gl_PHYSMEM): Use it.
26281         Also check for `table' function.
26282         Check for new headers and functions.
26283         Add check for sys/sysmp.h.
26284         With suggestions from Kaveh Ghazi.
26285         Ignore headers that are present but cannot be compiled.  This
26286         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
26287         C 5.4.
26288
26289 2003-08-15  Paul Eggert  <eggert@twinsun.com>
26290
26291         Document merge from coreutils.
26292         * modules/userspec: Depend on posixver.
26293         * modules/strftime: Depend on tzset.
26294
26295 2003-08-15  Paul Eggert  <eggert@twinsun.com>
26296
26297         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
26298         rather than tab, after '#' in shell-script copyright notices.
26299         Suggested by Bruno Haible.
26300
26301 2003-08-15  Paul Eggert  <eggert@twinsun.com>
26302
26303         * config/srclist-update: Use three spaces, rather than tab, after '#'
26304         in shell-script copyright notices.  Suggested by Bruno Haible.
26305         Remove unnecessary parenthesization in regular expression.
26306
26307 2003-08-15  Jim Meyering  <jim@meyering.net>
26308
26309         Merge from coreutils.
26310         * lib/xgethostname.c: Include <stdlib.h>.
26311         (xghostname): Don't exit for anything other than memory-related
26312         failure; just return NULL.
26313         * lib/userspec.c: Include "posixver.h".
26314         (parse_user_spec): Accept `.' as a separator only
26315         in pre-POSIX-200112 mode.
26316         * lib/strtoimax.c: Use #elif rather than #else #if.
26317         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
26318         Remove function, now that we can rely on a working tzset function.
26319         [!_LIBC]: Ensure that the required autoconf test has been run.
26320         [!defined _NL_CURRENT && HAVE_STRFTIME]:
26321         Use underlying_strftime for %r.
26322         * lib/sha.c: Merge in some clean-up and optimization changes from
26323         glibc.
26324         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
26325         Ensure that it is a multiple of 64.
26326         Rearrange loop exit tests so as to avoid performing an
26327         additional fread after encountering an error or EOF.
26328         * lib/realloc.c: Update copyright date.
26329
26330 2003-08-15  Jim Meyering  <jim@meyering.net>
26331         and Paul Eggert  <eggert@twinsun.com>
26332
26333         Merge from coreutils.
26334         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
26335         member but strut utmpx does not.  Needed for AIX 4.3.3.
26336         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
26337
26338 2003-08-15  Jim Meyering  <jim@meyering.net>
26339         and Paul Eggert  <eggert@cs.ucla.edu>
26340
26341         Merges from coreutils, etc.
26342         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
26343         Require gl_FUNC_TZSET_CLOBBER.
26344         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
26345         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
26346         members.
26347
26348 2003-08-14  Paul Eggert  <eggert@twinsun.com>
26349
26350         Help the merge from coreutils.
26351         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
26352         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
26353         * m4/tzset.m4: Use it too.
26354
26355 2003-08-14  Paul Eggert  <eggert@twinsun.com>
26356
26357         * modules/tzset: New file.
26358
26359 2003-08-14  Jim Meyering  <jim@meyering.net>
26360
26361         Merges from coreutils.
26362         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
26363         variable names, rather than @FNMATCH_H@.
26364         * modules/alloca: Likewise for $(ALLOCA_H).
26365
26366         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
26367         the three copies of the literal target, `fnmatch.h'.
26368         * modules/alloca (alloca.h): Likewise.
26369
26370 2003-08-14  Jim Meyering  <jim@meyering.net>
26371
26372         Merge from coreutils.
26373         * m4/tzset.m4: New file.
26374         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
26375         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
26376         otherwise, AIX 5.1 systems would end up using the latter.
26377         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
26378         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
26379         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
26380         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
26381
26382 2003-08-14  Jim Meyering  <jim@meyering.net>
26383
26384         Merge from coreutils.
26385         * lib/obstack.h: Whitespace changes.
26386         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
26387         and xcalloc return values.
26388         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
26389         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
26390         hang on OSF/1 5.1 for DIR on both local and remote file systems.
26391         Reported by (and fix confirmed by) Nelson H. F. Beebe.
26392         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
26393         error from mntctl.
26394         Use mntctl's return value to drive the entry-processing loop, since
26395         we can't rely on the value of the vmt_length member in the last
26396         entry.  On some systems doing so could result in exhausting
26397         virtual memory.  Based in part on a patch from Mike Jetzer.
26398
26399 2003-08-14  Jim Meyering  <jim@meyering.net>
26400         and Paul Eggert  <eggert@twinsun.com>
26401
26402         Merges from coreutils, plus other fixes.
26403         * lib/physmem.c: Merge in portability changes from gcc/libiberty
26404         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
26405         for credits and details.  Thanks to Kaveh Ghazi for helping
26406         to keep these files in sync.
26407         (ARRAY_SIZE): Define it.
26408         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
26409         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
26410         (memcasecmp): Don't assume size_t fits in unsigned int.
26411         Remove casts and duplicate code.
26412         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
26413         (memcpy): Remove definition.
26414         Merge in some clean-up and optimization changes from glibc.
26415         [BLOCKSIZE]: Move definition to top of file.
26416         Ensure that it is a multiple of 64.
26417         Rearrange loop exit tests so as to avoid performing an
26418         additional fread after encountering an error or EOF.
26419         * lib/md5.h (md5_uintptr): Define.
26420         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
26421         return to the initial working directory.  Preserve errno
26422         for caller.
26423         * lib/idcache.c: Include "xalloc.h".
26424         (xmalloc, xrealloc): Remove decls.
26425         (getuser): Remove casts no longer required in C89.
26426         * lib/human.c: Include stdio.h, for sprintf.
26427         * lib/group-member.c: Include "xalloc.h".
26428         (xmalloc, xrealloc): Remove decls.
26429         (get_group_info): Remove casts no longer required in C89.
26430         * lib/getusershell.c (readname): Remove casts no longer required in
26431         C89.
26432         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
26433         * lib/getline.c: Whitespace fix, from coreutils.
26434
26435 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26436
26437         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
26438         Check for isascii.
26439
26440         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26441         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26442         Undo previous (whitespace-only) change.
26443
26444 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26445
26446         * lib/exclude.c: Include <ctype.h>
26447         (IN_CTYPE_DOMAIN): New macro.
26448         (is_space): New fn.
26449         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
26450         and empty lines.
26451
26452         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26453         Undo previous (whitespace-only) change.
26454
26455 2003-08-13  Paul Eggert  <eggert@twinsun.com>
26456
26457         * config/srclist-update: Change update back to the old behavior,
26458         leaving whitespace alone.  Use one 'sed' command rather than a
26459         pipeline.
26460         (fixlicense): Now a variable, not a function.
26461         (remove_trailing_blanks): Remove.
26462         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
26463         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26464         Undo previous (whitespace-only) change.
26465
26466 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26467
26468         Merge from coreutils.
26469         * modules/euidaccess: Add lib_SOURCES, include for new
26470         file euidaccess.h
26471
26472 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26473
26474         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
26475         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
26476         Normalize leading white space and remove trailing white space.
26477
26478         Merge from coreutils
26479         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
26480
26481         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
26482         0.12.1.  These files are now being upgraded automatically by
26483         ../config/srclist-update.
26484
26485 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26486
26487         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
26488         Normalize leading white space and remove trailing white space.
26489         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
26490         notice, as per ../config/srclist-update.
26491
26492         Merge from coreutils.
26493         * lib/euidaccess.h: New file.
26494         * lib/euidaccess.c: Include it.
26495         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
26496         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
26497         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
26498
26499 2003-08-12  Paul Eggert  <eggert@twinsun.com>
26500
26501         * config/srclist-update: Add copyright notice.
26502         (remove_id_lines, remove_trailing_blanks): New constants.
26503         (fixfile): Use them to normalize spacing a bit in copied files.
26504         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
26505         Normalize leading white space and remove trailing white space.
26506
26507         * config/texinfo.tex: Sync with texinfo.
26508
26509         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
26510         strtoul.c from libc, to merge coreutils whitespace changes.
26511
26512         * config/srclist.txt: Get the following m4 files from gettext:
26513         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
26514         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
26515         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
26516         wint_t.m4.
26517
26518 2003-08-12  Karl Berry  <karl@gnu.org>
26519
26520         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
26521         been made.
26522
26523 2003-08-11  Paul Eggert  <eggert@twinsun.com>
26524
26525         * modules/gnu-source, m4/gnu-source.m4:
26526         Remove; we're assuming Autoconf 2.54 or later now.
26527         Suggested by Bruno Haible.
26528         * MODULES.html.sh (func_all_modules): Remove gnu-source.
26529
26530 2003-08-11  Bruno Haible  <bruno@clisp.org>
26531
26532         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
26533
26534 2003-08-11  Bruno Haible  <bruno@clisp.org>
26535
26536         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
26537         (vasnprintf): Use it instead of wcslen.
26538
26539 2003-08-11  Bruno Haible  <bruno@clisp.org>
26540
26541         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
26542         value to ensure that _Bool promotes to int. Use #define for _Bool when
26543         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
26544
26545 2003-08-10  Karl Berry  <karl@gnu.org>
26546
26547         * lib/regex.h: update from libc (whitespace fix).
26548
26549 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26550
26551         Merge some files from coreutils.  These changes were
26552         originally made by Jim Meyering.
26553         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
26554         many older Unixes require this.
26555         * lib/alloca.c (alloca): Remove cast to argument of free;
26556         no longer needed in C89.
26557         * lib/alloca_.h, regex.h: Fix white space to match
26558         what GNU indent does.
26559
26560 2003-08-09  Paul Eggert  <eggert@twinsun.com>
26561
26562         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
26563         apparently Emacs's Unicode mode got confused before my 2003-08-05
26564         checkin.
26565
26566 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26567
26568         * m4/extensions.m4: New file.
26569         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
26570         Require gl_USE_SYSTEM_EXTENSIONS.
26571         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
26572         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
26573
26574 2003-08-08  Paul Eggert  <eggert@twinsun.com>
26575
26576         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
26577         * modules/extensions, modules/gnu-source: New files.
26578         * modules/timespec, modules/unlocked-io: Depend on extensions.
26579
26580 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26581
26582         * modules/restrict: New file.
26583         * MODULES.html.sh (func_all_modules): Add restrict.
26584         * modules/regex: Depend on restrict.
26585
26586 2003-08-07  Paul Eggert  <eggert@twinsun.com>
26587
26588         * m4/restrict.m4: New file.
26589         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
26590
26591 2003-08-07  Bruno Haible  <bruno@clisp.org>
26592
26593         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
26594         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
26595
26596 2003-08-07  Bruno Haible  <bruno@clisp.org>
26597
26598         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
26599         makes the module 'getndelim2' compatible with the module 'getline'.
26600
26601 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26602
26603         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
26604         byte with "\201" to avoid glitches when editing that source file
26605         with multi-gnome-terminal.
26606
26607 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26608
26609         * lib/bumpalloc.h: Remove.
26610
26611 2003-08-05  Paul Eggert  <eggert@twinsun.com>
26612
26613         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
26614         * modules/bumpalloc: Remove.
26615
26616 2003-08-04  Paul Eggert  <eggert@twinsun.com>
26617
26618         * lib/getloadavg.c: Change copyright notice and spacing to conform to
26619         GNU coding style.
26620
26621         Merge from coreutils.
26622         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
26623         1. From glibc.
26624         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
26625         from Karl Berry, implemented by Jim Meyering.
26626         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
26627         from Dmitry V. Levin.
26628         Remove anachronistic cast of xrealloc.
26629         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
26630         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
26631         type. Otherwise, it wouldn't compile with at least /bin/cc on
26632         ymp-cray-unicos9.0.2.X.
26633         Combine two mostly-identical uses of alloca into one.
26634         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
26635
26636 2003-08-04  Dave Love  <d.love@dl.ac.uk>
26637
26638         [From Emacs.]
26639
26640         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
26641         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
26642         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
26643         obsolete NLIST_NAME_UNION.
26644         [__GNU__]: Undef BSD and FSCALE.
26645         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
26646
26647 2003-08-03  Paul Eggert  <eggert@twinsun.com>
26648
26649         * lib/stdbool_.h (_Bool): Make it signed char, instead of
26650         an enum type, so that it's guaranteed to promote to int.  See:
26651         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
26652
26653 2003-08-03  Karl Berry  <karl@gnu.org>
26654
26655         * config/depcomp: update from automake.
26656
26657 2003-07-31  Paul Eggert  <eggert@twinsun.com>
26658
26659         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
26660         (strerror): Don't assume that a printable int fits in 14 bytes.
26661
26662 2003-07-31  Bruno Haible  <bruno@clisp.org>
26663
26664         * modules/getpass-gnu: New file.
26665         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
26666
26667 2003-07-31  Bruno Haible  <bruno@clisp.org>
26668
26669         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
26670
26671 2003-07-24  Karl Berry  <karl@gnu.org>
26672
26673         * config/missing: update from automake.
26674
26675 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
26676             Bruno Haible  <bruno@clisp.org>
26677
26678         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
26679         * lib/getline.c (getline, getdelim): Likewise.
26680         Remove _GNU_SOURCE define; now it's defined in config.h through
26681         m4/getline.m4.
26682
26683 2003-07-23  Karl Berry  <karl@gnu.org>
26684
26685         * config/config.sub: update from prep.
26686
26687 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26688
26689         * modules/xalloc (Depends-on): Add exitfail.
26690         * modules/xmemcoll: Likewise.
26691
26692 2003-07-22  Paul Eggert  <eggert@twinsun.com>
26693
26694         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
26695         over-parenthesization in macros.
26696
26697         Sync with coreutils.
26698
26699         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
26700         required by C99.
26701
26702         Use `exit_failure' for xalloc and xmemcoll instead of their own
26703         private exit-failure variables.
26704         * lib/xalloc.h (xalloc_exit_failure): Remove.
26705         * lib/xmalloc.c: Likewise.  Include exitfail.h.
26706         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
26707         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
26708         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
26709         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
26710
26711 2003-07-20  Jim Meyering  <jim@meyering.net>
26712
26713         * modules/closeout (Depends-on): Add exitfail.
26714         Suggestion from Bruno Haible.
26715
26716 2003-07-19  Karl Berry  <karl@gnu.org>
26717
26718         * config/config.sub: update from prep.
26719
26720 2003-07-18  Paul Eggert  <eggert@twinsun.com>
26721
26722         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
26723         Remove.
26724         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
26725         to test that it can stand by itself.  Include "exitfail.h".
26726         Clients should set exit_failure instead.
26727         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
26728
26729 2003-07-18  Bruno Haible  <bruno@clisp.org>
26730
26731         * modules/getndelim2: New file.
26732         * modules/getline: Share files with module getndelim2.
26733         * modules/getnline: Depend on getndelim2 instead of sharing files with
26734         it. Add getnline.c to lib_SOURCES.
26735         * MODULES.html.sh (func_all_modules): Add getndelim2.
26736
26737 2003-07-18  Bruno Haible  <bruno@clisp.org>
26738
26739         * m4/getndelim2.m4: New file.
26740         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
26741         invoke gl_PREREQ_GETNDELIM2.
26742         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
26743         gl_PREREQ_GETNDELIM2.
26744         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
26745         gl_GETNDELIM2.
26746
26747 2003-07-18  Bruno Haible  <bruno@clisp.org>
26748
26749         * lib/getndelim2.h: New file.
26750         * lib/getndelim2.c: Make into a module of its own. Include config.h,
26751         getndelim2.h.
26752         (getndelim2): Make non-static. Change return type to ssize_t.
26753         * lib/getline.h: Change argument names.
26754         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
26755         * lib/getnline.c: Include getndelim2.h.
26756
26757 2003-07-18  Andreas Schwab  <schwab@suse.de>
26758
26759         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
26760
26761 2003-07-17  Karl Berry  <karl@gnu.org>
26762
26763         * config/config.sub: update from prep.
26764
26765 2003-07-17  Bruno Haible  <bruno@clisp.org>
26766
26767         * modules/getnline: New file.
26768         * modules/getline: Add lib/getndelim2.c to source file list.
26769         * MODULES.html.sh (func_all_modules): Add getnline.
26770
26771 2003-07-17  Bruno Haible  <bruno@clisp.org>
26772
26773         * m4/getnline.m4: New file.
26774
26775 2003-07-17  Bruno Haible  <bruno@clisp.org>
26776
26777         * m4/Makefile.am.in: Remove file.
26778         * m4/Makefile.am: Remove file.
26779         * m4/Makefile.in: Remove file.
26780
26781 2003-07-17  Bruno Haible  <bruno@clisp.org>
26782
26783         * lib/getnline.h: New file.
26784         * lib/getnline.c: New file.
26785         * lib/getndelim2.c: New file, extracted from getline.c.
26786         (getndelim2): Renamed from getdelim2, with added nmax argument.
26787         * lib/getline.c: Include getndelim2.c.
26788         (getdelim2): Moved out to getndelim2.c.
26789         (getline, getdelim): Update.
26790
26791 2003-07-17  Bruno Haible  <bruno@clisp.org>
26792
26793         * lib/Makefile.am: Remove file.
26794         * lib/Makefile.in: Remove file.
26795
26796 2003-07-17  Bruno Haible  <bruno@clisp.org>
26797
26798         * configure.in: Remove file.
26799         * Makefile.in: Remove file.
26800
26801 2003-07-17  Bruno Haible  <bruno@clisp.org>
26802
26803         * MODULES.html.sh: Put the </BODY> right before </HTML>.
26804
26805 2003-07-16  Karl Berry  <karl@gnu.org>
26806
26807         * config/srclist-update: was running fixlicense twice, which caused
26808                 texinfo.tex to be nullified for some reason.  Simplify,
26809                 $gplsrc is no longer needed as far as I can see?
26810
26811 2003-07-16  Jim Meyering  <jim@meyering.net>
26812
26813         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
26814
26815 2003-07-15  Paul Eggert  <eggert@twinsun.com>
26816
26817         * config/srclist.txt: Get the following files from gettext-runtime/intl
26818         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
26819         ref-del.sin.  From Bruno Haible.
26820         * config/srclist-update (fixfile): Change grep pattern again, since the
26821         previous fix didn't work (there was another trailing $).  Use
26822         '[$]' to escape the $s.
26823
26824 2003-07-15  Karl Berry  <karl@gnu.org>
26825
26826         * lib/vasnprintf.c: update from gettext.
26827
26828 2003-07-15  Karl Berry  <karl@gnu.org>
26829
26830         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
26831         gets expanded when surrounded by '$'.
26832
26833 2003-07-15  Jim Meyering  <jim@meyering.net>
26834
26835         * modules/save-cwd: Don't depend on error.  From Derek Price.
26836
26837 2003-07-15  Jim Meyering  <jim@meyering.net>
26838
26839         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
26840
26841 2003-07-14  Simon Josefsson  <jas@extundo.com>
26842
26843         * modules/mempcpy: New file.
26844         * MODULES.html.sh (func_all_modules): Add mempcpy.
26845
26846 2003-07-14  Simon Josefsson  <jas@extundo.com>
26847
26848         * m4/mempcpy.m4: New file.
26849
26850 2003-07-14  Simon Josefsson  <jas@extundo.com>
26851
26852         * lib/mempcpy.h: New file.
26853         * lib/mempcpy.c: New file.
26854
26855 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26856
26857         * modules/getdate, modules/posixtm: Depend on mktime.
26858
26859 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26860
26861         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
26862         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
26863         unicodeio.c, unicodeio.h, unlocked-io.h:
26864         Switch from LGPL to GPL.
26865
26866 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26867
26868         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
26869         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
26870         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
26871         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
26872         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
26873         updated automatically by ../config/srclist-update.  This changes
26874         their license from LPGL to GPL.
26875
26876 2003-07-14  Paul Eggert  <eggert@twinsun.com>
26877
26878         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
26879         assumed to refer to the root of the most recent stable gettext version.
26880         * config/srclistvars.sh: Add defaults for eggert.
26881         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
26882         Match "This program" as well as "The program".  This is needed
26883         for gettext.
26884
26885 2003-07-14  Jim Meyering  <jim@meyering.net>
26886
26887         Don't emit diagnostics.  Let callers do that.
26888         * lib/save-cwd.c: Don't include "error.h".
26889         (save_cwd): Don't call error.  Ensure that errno is valid
26890         when returning nonzero.
26891
26892         * lib/save-cwd.h (restore_cwd): Update prototype.
26893         * lib/save-cwd.c (restore_cwd): Remove two parameters.
26894         Simplify.  Don't call error upon failure.  Let callers do that.
26895         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
26896         when auditing is enabled.  But don't bother updating the #if.
26897
26898 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
26899
26900         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
26901         it breaks C++ compilation.
26902         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
26903
26904 2003-07-10  Simon Josefsson  <jas@extundo.com>
26905
26906         * modules/strchrnul (Makefile.am): Add strchrnul.h.
26907
26908 2003-07-10  Jim Meyering  <jim@meyering.net>
26909
26910         * m4/clock_time.m4: Remove trailing blank.
26911         * m4/intmax_t.m4: Likewise.
26912
26913 2003-07-10  Jim Meyering  <jim@meyering.net>
26914
26915         * lib/vasnprintf.c: Remove trailing blanks.
26916         Make cpp indentation consistent.
26917
26918 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26919
26920         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
26921         posixver.c, strftime.c, strnlen.c, strverscmp.c:
26922         Switch from LGPL to GPL.
26923
26924 2003-07-09  Paul Eggert  <eggert@twinsun.com>
26925
26926         * config/srclist.txt: Sort sublists.  Add
26927         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
26928         that differ from gnulib for one reason or another; we'd like this list
26929         to be smaller but for now let's document what we have.
26930
26931 2003-07-08  Paul Eggert  <eggert@twinsun.com>
26932
26933         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
26934         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
26935         and sweeter "eval x=$x".
26936         * config/srclist.txt: Get lib/argp* from glibc.
26937
26938 2003-07-07  Paul Eggert  <eggert@twinsun.com>
26939
26940         * lib/mktime.c: Fix some boundary cases and remove need for floating
26941         point.
26942
26943         Issue a compile-time diagnostic if time_t is floating point, or if
26944         two's complement arithmetic is not in effect, or if arithmetic
26945         right shift does not propagate the sign.  These assumptions were
26946         all in the original code but they weren't checked.
26947
26948         (TIME_T_MIDPOINT, verify): New macros.
26949         (__isleap): Remove; it has integer overflow problems.
26950         (leapyear): New function, without those problems.
26951         (ydhms_tm_diff): Remove; splitting into two parts.
26952         (ydhms_diff): New function, containing the arithmetic part of
26953         the old ydhms_tm_diff function.  Issue a compile-time
26954         diagnostic if we are not using C99 integer division.
26955         Avoid casts when possible.
26956         (guess_time_tm): New function, containing the checking part of
26957         the old ydhms_tm_diff function.  Return the new value, rather than
26958         the difference between it and the old.  Accept a new argument T
26959         so that *T specifies the old value.  Check for overflow in the result.
26960
26961         (__mktime_internal): Use a time_t offset, not a long int offset.
26962         This undoes the 2003-06-04 change, which is no longer needed now
26963         that we have better overflow checking.
26964         (localtime_offset): Likewise.
26965
26966         (__mktime_internal): Avoid harmful overflow on hosts where time_t
26967         and long are 64-bit but int is only 32-bit.
26968         (ydhms_diff): Use long int to store year1 and yday1.
26969         Issue a compile-time diagnostic if long int is not wide enough.
26970
26971         (__mktime_internal): Use long int to store adjusted year and yday.
26972         Use plain C rather than preprocessor commands, if that doesn't
26973         affect efficiency.
26974         Check for overflow (and try to repair) after each probe
26975         rather than checking only at the very end.  This avoids some bugs
26976         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
26977         does not equal GMT offset at maximum time).
26978         Use integer to check for overflow rather than floating point; this
26979         is more portable to non-IEEE hosts, and is a tad faster.
26980         When we detect that we are oscillating between two values,
26981         don't check whether tm_isdst has the requested value, since
26982         we already know the answer.  When tm_isdst has the wrong value,
26983         use a different heuristic to find the right one, based on the
26984         extreme values actually observed in practice in tz2003a,
26985         rather than the (overly optimistic) "previous 3 calendar quarters".
26986
26987         (not_equal_tm, print_tm, check_result): Use "const T" rather than
26988         "T const" to accommodate glibc style.
26989         (check_result): Use less-confusing report format.  "long" -> "long int.
26990         (main): Likewise.
26991         Don't loop if the iteration overflows time_t.
26992         Allow a negative step in the iteration.
26993
26994 2003-07-06  Karl Berry  <karl@gnu.org>
26995
26996         * config/depcomp: update from automake.
26997         * config/config.sub: update from prep.
26998
26999 2003-07-03  Karl Berry  <karl@gnu.org>
27000
27001         * config/config.guess: update from prep.
27002
27003 2003-07-01  Paul Eggert  <eggert@twinsun.com>
27004
27005         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
27006         xreadlink.c now includes it unconditionally.
27007
27008 2003-07-01  Paul Eggert  <eggert@twinsun.com>
27009
27010         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
27011         having it depend on HAVE_SYS_TYPES_H.
27012
27013 2003-07-01  Bruno Haible  <bruno@clisp.org>
27014
27015         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
27016         <sys/types.h> should be sufficient.
27017         Reported by Paul Eggert.
27018
27019 2003-06-26  Karl Berry  <karl@gnu.org>
27020
27021         * config/depcomp: update from automake.
27022
27023 2003-06-26  Bruno Haible  <bruno@clisp.org>
27024
27025         * modules/human: Depend on module stdbool.
27026
27027 2003-06-25  Bruno Haible  <bruno@clisp.org>
27028
27029         * modules/readlink: New file.
27030         * modules/xreadlink: Depend on it.
27031         * MODULES.html.sh (func_all_modules): Add readlink.
27032
27033 2003-06-25  Bruno Haible  <bruno@clisp.org>
27034
27035         * m4/readlink.m4: New file.
27036
27037 2003-06-25  Bruno Haible  <bruno@clisp.org>
27038
27039         * lib/readlink.c: New file.
27040
27041 2003-06-22  Karl Berry  <karl@gnu.org>
27042
27043         * config/srclist.txt: update mkinstalldirs from automake.
27044         * config/mkinstalldirs: update.
27045
27046 2003-06-22  Bruno Haible  <bruno@clisp.org>
27047
27048         Portability to mingw32.
27049         * m4/ssize_t.m4: New file, from GNU gettext.
27050         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
27051         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
27052
27053 2003-06-22  Bruno Haible  <bruno@clisp.org>
27054
27055         * modules/safe-read: Add m4/ssize_t.m4.
27056         * modules/xreadlink: Add m4/ssize_t.m4.
27057
27058 2003-06-20  Bruno Haible  <bruno@clisp.org>
27059
27060         Assume C89, so PARAMS isn't needed.
27061         * lib/unicodeio.h (PARAMS): Remove.
27062         * lib/unicodeio.c: Don't use PARAMS.
27063
27064 2003-06-18  Karl Berry  <karl@gnu.org>
27065
27066         * config/config.{guess,sub}: update from prep.
27067
27068 2003-06-18  Jim Meyering  <jim@meyering.net>
27069
27070         Merge changes from coreutils.
27071         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
27072         Remove explicit declarations of xmalloc and realloc.
27073         Include xalloc.h.
27074         (read_utmp): Remove anachronistic cast of xmalloc.
27075
27076 2003-06-17  Paul Eggert  <eggert@twinsun.com>
27077
27078         Assume C89, so PARAMS isn't needed.
27079         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
27080         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
27081         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
27082         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
27083         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
27084         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
27085         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
27086         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
27087         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
27088         lib/xstrtod.h, lib/xstrtol.h: Likewise.
27089         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
27090         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
27091         no longer needed. Anyway, config.h should always be included before any
27092         other file.
27093
27094 2003-06-11  Simon Josefsson  <jas@extundo.com>
27095
27096         * modules/sysexits: New file.
27097         * MODULES.html.sh (func_all_modules): Add sysexits.
27098
27099 2003-06-11  Simon Josefsson  <jas@extundo.com>
27100
27101         * lib/sysexit_.h: New file.
27102
27103 2003-06-11  Derek Price  <derek@ximbiot.com>
27104
27105         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
27106         necessary.
27107
27108 2003-06-11  Bruno Haible  <bruno@clisp.org>
27109
27110         * m4/sysexits.m4: New file.
27111
27112 2003-06-10  Simon Josefsson  <jas@extundo.com>
27113
27114         * lib/argp.h: New file, from glibc.
27115         * lib/argp-ba.c: New file, from glibc.
27116         * lib/argp-eexst.c: New file, from glibc.
27117         * lib/argp-fmtstream.c: New file, from glibc.
27118         * lib/argp-fmtstream.h: New file, from glibc.
27119         * lib/argp-fs-xinl.c: New file, from glibc.
27120         * lib/argp-help.c: New file, from glibc.
27121         * lib/argp-namefrob.h: New file, from glibc.
27122         * lib/argp-parse.c: New file, from glibc.
27123         * lib/argp-pv.c: New file, from glibc.
27124         * lib/argp-pvh.c: New file, from glibc.
27125         * lib/argp-xinl.c: New file, from glibc.
27126
27127 2003-06-10  Simon Josefsson  <jas@extundo.com>
27128
27129         * modules/strchrnul: New file.
27130
27131 2003-06-10  Simon Josefsson  <jas@extundo.com>
27132
27133         * modules/argp: New file.
27134
27135 2003-06-10  Simon Josefsson  <jas@extundo.com>
27136
27137         * m4/strchrnul.m4: New file.
27138
27139 2003-06-10  Simon Josefsson  <jas@extundo.com>
27140
27141         * lib/strchrnul.h: New file.
27142         * lib/strchrnul.c: New file.
27143
27144 2003-06-10  Bruno Haible  <bruno@clisp.org>
27145
27146         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
27147
27148 2003-06-07  Karl Berry  <karl@gnu.org>
27149
27150         * config/config.{guess,sub}: update from prep.
27151
27152 2003-06-07  Jim Meyering  <jim@meyering.net>
27153
27154         * modules/strtod: Use $(...) notation, not @...@ for
27155         AC_REPLACE'd variables.
27156         * modules/localcharset: Likewise.
27157
27158 2003-06-07  Jim Meyering  <jim@meyering.net>
27159
27160         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
27161         in place of my name in the copyright comment.
27162         Remove definition and uses of __P.
27163
27164         From coreutils.
27165         * lib/stat.c: Don't declare xmalloc explicitly.
27166         Instead, include "xalloc.h".
27167         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
27168         xrealloc, and xcalloc return values.
27169         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
27170         Improve comment.
27171         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
27172
27173 2003-06-07  Bruno Haible  <bruno@clisp.org>
27174
27175         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
27176         avoid AC_CONFIG_LINKS.
27177         * modules/fnmatch (Makefile.am): Use explicit creation rule for
27178         fnmatch.h, to avoid AC_CONFIG_LINKS.
27179         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
27180
27181 2003-06-07  Bruno Haible  <bruno@clisp.org>
27182
27183         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
27184         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
27185         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
27186         directory.
27187         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
27188         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
27189         directory.
27190
27191 2003-06-06  Jim Meyering  <jim@meyering.net>
27192
27193         Merge from coreutils.
27194         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
27195         Consolidate declarations and initializations of *_base* locals.
27196
27197         Merge from coreutils.
27198         This avoids a core dump on systems without GNU putenv,
27199         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
27200         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
27201         (unsetenv): New static function, from GNU libc.
27202         (rpl_putenv): Use it.
27203
27204         * lib/modechange.c: Remove trailing blanks.
27205
27206         Merge from coreutils.
27207         * lib/fsusage.c: Remove declaration of statfs.
27208         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
27209
27210         * lib/posixtm.c: Include <stdbool.h> unconditionally.
27211
27212 2003-06-06  Jim Meyering  <jim@meyering.net>
27213
27214         * lib/stdbool_.h: Renamed from stdbool.h.in.
27215
27216 2003-06-06  Jim Meyering  <jim@meyering.net>
27217             Bruno Haible  <bruno@clisp.org>
27218
27219         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
27220         Adjust Makefile.am snippet not to redirect directly to target.
27221         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
27222
27223 2003-06-05  Paul Eggert  <eggert@twinsun.com>
27224
27225         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
27226         mismatch, look in future quarters as well as past.  This fixes a
27227         bug when processing fall-backwards gaps immediately after a long
27228         period of daylight-saving time.
27229
27230         * lib/mktime.c: Assume freestanding C89 or better.
27231         (HAVE_LIMITS_H): Remove.  Assume it's 1.
27232         (__P): Remove; not used.
27233         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
27234         (mktime, not_equal_tm, print_tm, check_result,
27235         main): Use prototypes.  Use const * where appropriate.
27236         (main): Fix typo in testing code that uncovered by above changes.
27237         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
27238
27239 2003-06-04  Paul Eggert  <eggert@twinsun.com>
27240
27241         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
27242         locale.h, localeconv.  This merges changes from coreutils.
27243
27244         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
27245         It can be removed after the next Autoconf is released.
27246         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
27247         needed.
27248
27249 2003-06-04  Paul Eggert  <eggert@twinsun.com>
27250
27251         * lib/mktime.c: Fix Debian bug 177940
27252         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
27253         (localtime_offset): Now long int, not time_t, because we want it
27254         to be guaranteed to be signed.  All uses changed.
27255         (__mktime_internal): If overflow would occur when adding offset,
27256         don't add it.
27257
27258         Merge 'human' changes from coreutils.  Rewrite to support
27259         locale-specific notations like thousands separators.
27260         * lib/human.c: Simplify authorship notice.
27261         Include human.h immediately after config.h.
27262         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
27263         <limits.h>: Do not include, since human.h does.
27264         (SIZE_MAX, UINTMAX_MAX): New macros.
27265         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
27266         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
27267         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
27268         (power_letter): Renamed from suffixes.
27269         (generate_suffix_backwards): Remove.
27270         (adjust_value): Now takes int style (because of human.h changes)
27271         and long double value (for greater precision on some platforms).
27272         (group_number): New function.
27273         (human_readable): Use it.  Use integer options, not enum.
27274         Put the options before the sizes in the arg list.
27275         Support all the new options.
27276         The old human_readable function has been removed;
27277         use inttostr.h instead.
27278         (human_readable, default_block_size, humblock):
27279         Use uintmax_t, not int, for block sizes.
27280         (human_readable_inexact, block_size_types): Remove.
27281         (block_size_opts): New constant.
27282         (human_options): Renamed from human_block_size, with new signature
27283         that allows block sizes up to UINTMAX_MAX.  All callers changed.
27284         * lib/human.h: Add copyright and authorship notice.
27285         Include <limits.h> and <stdbool.h> unconditionally.
27286         (PARAMS): Remove.  All uses removed.
27287         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
27288         (enum human_inexact_style): Remove tag; now a nameless enum.
27289         (human_floor, human_ceiling, human_round_to_even): Now have
27290         values 2, 0, 1 rather than -1, 1, 0.
27291         (human_group_digits, human_suppress_point_zero, human_autoscale,
27292         human_base_1024, human_SI, human_B): New constants.
27293         (human_readable_inexact, human_block_size): Remove.
27294         (human_readable): Size args are now uintmax_t, not int.
27295         (human_options): New decl.
27296
27297         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
27298         unnecessary now that we assume C89 or better.  This change
27299         imported from coreutils.
27300
27301         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
27302         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
27303         in the 2003-05-30 sync from glibc.
27304
27305         .h files should stand alone, but we shouldn't include <sys/types.h>
27306         if we can get away with just <stddef.h>.
27307
27308         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
27309         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
27310         rather than <sys/types.h>, as we merely need size_t.
27311         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
27312         to get size_t.
27313         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
27314         Include <stdio.h>, to get FILE.
27315         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
27316         memcasecmp.h has included <stddef.h> and all we need is size_t.
27317         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
27318         our interface, instead of including <sys/types.h>
27319
27320 2003-06-04  Paul Eggert  <eggert@twinsun.com>
27321
27322         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
27323         now, as glibc mktime is buggy on non-glibc systems.
27324
27325 2003-06-03  Karl Berry  <karl@gnu.org>
27326
27327         * config/config.sub: update from prep.
27328
27329 2003-06-02  Paul Eggert  <eggert@twinsun.com>
27330
27331         [from coreutils]
27332         Fix some minor time-related bugs with POSIX time arguments.
27333         Some valid time stamps were being rejected (notably -1, and
27334         time stamps before 1900 on 64-bit hosts).  And some invalid
27335         time stamps were being accepted, e.g. September 31.
27336
27337         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
27338         that we can return (time_t) -1 successfully.
27339         * lib/posixtm.c: Likewise.
27340         [HAVE_STDBOOL_H]: Include <stdbool.h>.
27341         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
27342         (t): Remove static var.
27343         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
27344         of static var.  All uses changed.
27345         (year): Do not reject years before 1900; they can occur with
27346         64-bit time_t.
27347         (posix_time_parse): Do not check for out-of-range components;
27348         that is now the caller's responsibility, since our checks were
27349         only approximations.
27350         (posixtime): Use mktime to check for out-of-range components,
27351         since it knows them exactly.
27352         If mktime returns (time_t) -1, check whether an error actually occurred
27353         by invoking localtime on -1.
27354         (main) [TEST_POSIXTIME]: Check for input data errors, and report
27355         posixtime failures better.
27356         Improve the test data (in comments only).
27357
27358 2003-06-02  Karl Berry  <karl@gnu.org>
27359
27360         * config/mkinstalldirs (version): new variable.
27361         (--version): new option.
27362         (usage): improve message.
27363
27364 2003-05-30  Karl Berry  <karl@gnu.org>
27365
27366         * lib/mktime.c: update from libc.
27367
27368 2003-05-30  Bruno Haible  <bruno@clisp.org>
27369
27370         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
27371         * config/config.rpath: Upgrade to gettext-0.12.1.
27372
27373 2003-05-30  Bruno Haible  <bruno@clisp.org>
27374
27375         * m4/gettext.m4: Upgrade to gettext-0.12.1.
27376         * m4/nls.m4: New file, from gettext-0.12.1.
27377         * m4/po.m4: New file, from gettext-0.12.1.
27378         * m4/progtest.m4: Upgrade to gettext-0.12.1.
27379
27380 2003-05-30  Bruno Haible  <bruno@clisp.org>
27381
27382         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
27383         * lib/localcharset.h: Likewise.
27384         * lib/localcharset.c: Likewise.
27385
27386 2003-05-29  Karl Berry  <karl@gnu.org>
27387
27388         * config/config.rpath: update from gettext.
27389
27390 2003-05-28  Paul Eggert  <eggert@twinsun.com>
27391
27392         Assume the headers required for C89 freestanding compilers.
27393         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
27394         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
27395         * m4/human.m4 (gl_HUMAN): Likewise.
27396         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
27397         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
27398         * m4/userspec.m4 (gl_USERSPEC): Likewise.
27399         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
27400         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
27401         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
27402
27403 2003-05-28  Paul Eggert  <eggert@twinsun.com>
27404
27405         Assume the headers required for C89 freestanding compilers.
27406         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
27407         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
27408         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
27409         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
27410         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
27411         define, since <limits.h> is guaranteed to do that.
27412         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
27413         * lib/exclude.c: Include <stdbool.h> unconditionally.
27414         * lib/tempname.c: Include <stddef.h> unconditionally.
27415         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
27416         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
27417         <stddef.h> does that.
27418         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
27419         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
27420         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
27421         needed.
27422         * lib/xstrtol.c: Likewise.
27423         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
27424         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
27425
27426         * lib/addext.c (addext): Use assignment rather than cast, to avoid
27427         warnings on some platforms.
27428
27429         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
27430         arbitrarily.
27431
27432 2003-05-26  Jim Meyering  <jim@meyering.net>
27433
27434         Merge in a change from coreutils:
27435         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
27436         that is guaranteed to be `no'.  Use `no_such_member' to indicate
27437         that condition, rather than `-1' which is slightly misleading.
27438         Change the name of the cache variable to have the gl_ prefix.
27439         Prompted by a patch from Richard Dawe for DJGPP.
27440
27441 2003-05-24  Karl Berry  <karl@gnu.org>
27442
27443         * config/config.guess: update from prep.
27444
27445 2003-05-22  Karl Berry  <karl@gnu.org>
27446
27447         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
27448
27449 2003-05-20  Karl Berry  <karl@gnu.org>
27450
27451         * config/config.guess: update from prep.
27452
27453 2003-05-18  Karl Berry  <karl@gnu.org>
27454
27455         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
27456         might actually be set by the user.
27457
27458         * config/depcomp, install-sh, mdate-sh: update from automake.
27459
27460 2003-05-17  Bruno Haible  <bruno@clisp.org>
27461
27462         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
27463         invalid expansion for AC_EGREP_CPP.
27464         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
27465         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
27466         Suggested by Akim Demaille <akim@epita.fr> in
27467         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
27468
27469 2003-05-12  Jim Meyering  <jim@meyering.net>
27470
27471         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
27472         the space-padded-by-default conversion specifiers, %e, %k, %l.
27473
27474 2003-05-12  Bruno Haible  <bruno@clisp.org>
27475
27476         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
27477         the string is longer than 4 KB.
27478
27479 2003-05-11  Karl Berry  <karl@gnu.org>
27480
27481         * config/config.{guess,sub}: update from prep.
27482
27483 2003-05-09  Bruno Haible  <bruno@clisp.org>
27484
27485         * modules/error: Add m4/strerror_r.m4 to file list.
27486
27487 2003-05-03  Bruno Haible  <bruno@clisp.org>
27488
27489         Upgrade to Unicode-4.0.
27490         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
27491         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
27492         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
27493         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
27494         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
27495         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
27496         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
27497         Change width of U+E0100..U+E01EF from 1 to 0.
27498
27499 2003-04-25  Jim Meyering  <jim@meyering.net>
27500
27501         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
27502         of type size_t, not int.
27503
27504 2003-04-25  Bruno Haible  <bruno@clisp.org>
27505
27506         * lib/copy-file.c: Include <stddef.h>, for size_t.
27507
27508 2003-04-21  Paul Eggert  <eggert@twinsun.com>
27509
27510         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
27511         code which expansion is under static control.  Patch imported from
27512         Akim Demaille's patch to Bison; see
27513         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
27514
27515 2003-04-14  Bruno Haible  <bruno@clisp.org>
27516
27517         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
27518
27519 2003-04-11  Jim Meyering  <jim@meyering.net>
27520
27521         Merge changes from Coreutils.
27522
27523         2003-03-22  Jim Meyering  <jim@meyering.net>
27524
27525         * lib/strftime.c (widen): Cast alloca return value to proper type.
27526
27527         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
27528
27529         From GNU libc.
27530         * lib/strftime.c (my_strftime): Handle very large width
27531         specifications for numeric values correctly.  Improve checks for
27532         overflow.
27533
27534         2003-01-19  Jim Meyering  <jim@meyering.net>
27535
27536         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
27537         definitions.
27538         (nl_get_alt_digit) [! defined my_strftime]: Define.
27539         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
27540         _nl_get_alt_digit and _nl_get_walt_digit.
27541
27542         * lib/strftime.c (my_strftime): Merge in locale-related changes from
27543         libc. These changes have no effect outside of _LIBC.
27544
27545 2003-04-10  Bruno Haible  <bruno@clisp.org>
27546
27547         * modules/findprog: New file.
27548         * MODULES.html.sh (func_all_modules): Add it.
27549
27550 2003-04-10  Bruno Haible  <bruno@clisp.org>
27551
27552         * m4/findprog.m4: New file.
27553         * m4/eaccess.m4: New file.
27554
27555 2003-04-10  Bruno Haible  <bruno@clisp.org>
27556
27557         * lib/findprog.h: New file, from GNU gettext.
27558         * lib/findprog.c: New file, from GNU gettext.
27559
27560 2003-04-05  Jim Meyering  <jim@meyering.net>
27561
27562         Merge changes from Coreutils.
27563
27564         * lib/exclude.h (PARAMS): Remove definition and uses.
27565         * lib/exclude.c: Remove uses of `PARAMS'.
27566
27567         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
27568         Add test-cases for DOS filenames. Declare program_name.
27569         (main): Set up program_name.  Patch by Rich Dawe.
27570
27571         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
27572         error from mntctl.
27573         Use mntctl's return value to drive the entry-processing loop, since
27574         we can't rely on the value of the vmt_length member in the last
27575         entry.  On some systems doing so could result in exhausting
27576         virtual memory.  Based in part on a patch from Mike Jetzer.
27577
27578 2003-04-04  Bruno Haible  <bruno@clisp.org>
27579
27580         * modules/linebreak: New file.
27581         * MODULES.html.sh (func_all_modules): Add it.
27582
27583 2003-04-04  Bruno Haible  <bruno@clisp.org>
27584
27585         * m4/linebreak.m4: New file.
27586
27587 2003-04-04  Bruno Haible  <bruno@clisp.org>
27588
27589         * lib/linebreak.h: New file, from GNU gettext.
27590         * lib/linebreak.c: New file, from GNU gettext with slight
27591         modifications.
27592         * lib/lbrkprop.h: New file, from GNU gettext.
27593
27594 2003-04-03  Bruno Haible  <bruno@clisp.org>
27595
27596         * modules/utf8-ucs4: New file.
27597         * modules/utf16-ucs4: New file.
27598         * modules/ucs4-utf8: New file.
27599         * modules/ucs4-utf16: New file.
27600         * MODULES.html.sh (func_all_modules): Add them.
27601
27602 2003-04-03  Bruno Haible  <bruno@clisp.org>
27603
27604         * m4/utf-ucs4.m4: New file.
27605         * m4/ucs4-utf.m4: New file.
27606
27607 2003-04-03  Bruno Haible  <bruno@clisp.org>
27608
27609         * lib/utf8-ucs4.h: New file, from GNU gettext.
27610         * lib/utf16-ucs4.h: New file, from GNU gettext.
27611         * lib/ucs4-utf8.h: New file, from GNU gettext.
27612         * lib/ucs4-utf16.h: New file, from GNU gettext.
27613
27614 2003-04-02  Bruno Haible  <bruno@clisp.org>
27615
27616         * modules/binary-io: New file.
27617         * MODULES.html.sh (func_all_modules): Add it.
27618
27619 2003-04-02  Bruno Haible  <bruno@clisp.org>
27620
27621         * lib/binary-io.h: New file, from GNU gettext.
27622
27623 2003-04-01  Bruno Haible  <bruno@clisp.org>
27624
27625         * modules/pathname: New file.
27626         * MODULES.html.sh (func_all_modules): Add it.
27627
27628 2003-04-01  Bruno Haible  <bruno@clisp.org>
27629
27630         * lib/pathname.h: New file, from GNU gettext.
27631         * lib/concatpath.c: New file, from GNU gettext.
27632
27633 2003-03-30  Bruno Haible  <bruno@clisp.org>
27634
27635         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
27636
27637 2003-03-30  Bruno Haible  <bruno@clisp.org>
27638
27639         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
27640         function chown() doesn't exist.
27641
27642 2003-03-28  Bruno Haible  <bruno@clisp.org>
27643
27644         * modules/copy-file: New file.
27645         * MODULES.html.sh (func_all_modules): Add it.
27646
27647 2003-03-28  Bruno Haible  <bruno@clisp.org>
27648
27649         * m4/copy-file.m4: New file.
27650
27651 2003-03-28  Bruno Haible  <bruno@clisp.org>
27652
27653         * lib/copy-file.h: New file, from GNU gettext.
27654         * lib/copy-file.c: New file, from GNU gettext.
27655
27656 2003-03-18  Jim Meyering  <jim@meyering.net>
27657
27658         * lib/quote.c (quote_n): Fix typo in comment.
27659
27660 2003-03-18  Bruno Haible  <bruno@clisp.org>
27661
27662         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
27663         checking.
27664         * m4/onceonly_2_57.m4: Likewise.
27665
27666 2003-03-17  Bruno Haible  <bruno@clisp.org>
27667
27668         * m4/onceonly.m4: Require autoconf 2.54 or newer.
27669         (m4_quote): Remove macro.
27670         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
27671
27672 2003-03-14  Jim Meyering  <jim@meyering.net>
27673
27674         Merge changes from Coreutils.
27675         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
27676         to be const, in order to avoid warnings.
27677         (obstack_room): Likewise.
27678         (obstack_empty_p): Likewise.
27679
27680 2003-03-14  Bruno Haible  <bruno@clisp.org>
27681
27682         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
27683         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
27684
27685 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27686
27687         Merge changes from Bison.
27688         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
27689         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
27690         when compiling Bison 1.875's `bitset bset = obstack_alloc
27691         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
27692         * lib/hash.c: Include <stdbool.h> unconditionally.
27693
27694 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27695
27696         * m4/onceonly.m4 (m4_quote): New macro.
27697         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
27698         Quote AC_FOREACH variable-expansions properly.
27699
27700 2003-03-13  Paul Eggert  <eggert@twinsun.com>
27701
27702         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
27703
27704 2003-03-09  Paul Eggert  <eggert@twinsun.com>
27705
27706         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
27707         Reported by Bruce Becker; see:
27708         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
27709
27710 2003-03-03  Paul Eggert  <eggert@twinsun.com>
27711             Bruno Haible  <bruno@clisp.org>
27712
27713         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
27714         Reported by John Hughes, see
27715         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
27716
27717 2003-02-20  Bruno Haible  <bruno@clisp.org>
27718
27719         * MODULES.html.sh (func_all_modules): Add poll.
27720
27721 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27722
27723         * modules/poll: New file.
27724
27725 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27726
27727         * lib/poll_.h: New file.
27728         * lib/poll.c: New file.
27729
27730 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
27731
27732         * m4/poll.m4: New file.
27733
27734 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27735
27736         * modules/mathl: New file.
27737
27738 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27739
27740         * lib/mathl.h: New file.
27741         * lib/acosl.c: New file.
27742         * lib/asinl.c: New file.
27743         * lib/atanl.c: New file.
27744         * lib/ceill.c: New file.
27745         * lib/cosl.c: New file.
27746         * lib/expl.c: New file.
27747         * lib/floorl.c: New file.
27748         * lib/frexpl.c: New file.
27749         * lib/ldexpl.c: New file.
27750         * lib/logl.c: New file.
27751         * lib/sincosl.c: New file.
27752         * lib/sinl.c: New file.
27753         * lib/sqrtl.c: New file.
27754         * lib/tanl.c: New file.
27755         * lib/trigl.c: New file.
27756         * lib/trigl.h: New file.
27757
27758 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
27759
27760         * m4/mathl.m4: New file.
27761
27762 2003-02-18  Bruno Haible  <bruno@clisp.org>
27763
27764         * MODULES.html.sh (func_all_modules): Add mathl.
27765
27766 2003-02-17  Bruno Haible  <bruno@clisp.org>
27767
27768         * modules/mkdtemp: New module.
27769         * MODULES.html.sh (func_all_modules): Add it.
27770
27771 2003-02-17  Bruno Haible  <bruno@clisp.org>
27772
27773         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
27774
27775 2003-02-17  Bruno Haible  <bruno@clisp.org>
27776
27777         * lib/mkdtemp.h: New file, from GNU gettext.
27778         * lib/mkdtemp.c: New file, from GNU gettext.
27779
27780 2003-02-02  Jim Meyering  <jim@meyering.net>
27781
27782         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
27783         e.g. glibc-2.2.93.
27784
27785 2003-01-31  Bruno Haible  <bruno@clisp.org>
27786
27787         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
27788         'rpl_rename'.
27789         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
27790         'rpl_strnlen'.
27791         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
27792         'rpl_strtod'.
27793         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
27794         'rpl_utime'.
27795
27796 2003-01-31  Bruno Haible  <bruno@clisp.org>
27797
27798         * lib/rename.c: #undef rename before defining rpl_rename.
27799         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
27800
27801 2003-01-30  Bruno Haible  <bruno@clisp.org>
27802
27803         * modules/vasnprintf, modules/vasprintf: New modules.
27804         * MODULES.html.sh (func_all_modules): Add them.
27805
27806 2003-01-30  Bruno Haible  <bruno@clisp.org>
27807
27808         * m4/signed.m4: New file, from GNU gettext.
27809         * m4/longdouble.m4: New file, from GNU gettext.
27810         * m4/wchar_t.m4: New file, from GNU gettext.
27811         * m4/wint_t.m4: New file, from GNU gettext.
27812         * m4/vasnprintf.m4: New file.
27813         * m4/vasprintf.m4: New file.
27814
27815 2003-01-30  Bruno Haible  <bruno@clisp.org>
27816
27817         * lib/printf-args.h: New file, from GNU gettext.
27818         * lib/printf-args.c: New file, from GNU gettext.
27819         * lib/printf-parse.h: New file, from GNU gettext.
27820         * lib/printf-parse.c: New file, from GNU gettext.
27821         * lib/vasnprintf.h: New file, from GNU gettext.
27822         * lib/vasnprintf.c: New file, from GNU gettext.
27823         * lib/asnprintf.c: New file, from GNU gettext.
27824         * lib/vasprintf.h: New file, from GNU gettext with modifications.
27825         * lib/vasprintf.c: New file, from GNU gettext.
27826         * lib/asprintf.c: New file, from GNU gettext.
27827
27828 2003-01-29  Bruno Haible  <bruno@clisp.org>
27829
27830         * modules/stpncpy: New module.
27831         * MODULES.html.sh (func_all_modules): Add it.
27832
27833 2003-01-29  Bruno Haible  <bruno@clisp.org>
27834
27835         * m4/stpncpy.m4: New file.
27836
27837 2003-01-29  Bruno Haible  <bruno@clisp.org>
27838
27839         * lib/stpncpy.h: New file, from GNU gettext with modifications.
27840         * lib/stpncpy.c: New file, from GNU gettext with modifications.
27841
27842 2003-01-28  Bruno Haible  <bruno@clisp.org>
27843
27844         * modules/c-ctype: New module.
27845         * MODULES.html.sh (func_all_modules): Add it.
27846
27847 2003-01-28  Bruno Haible  <bruno@clisp.org>
27848
27849         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
27850         Paul Eggert.
27851         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
27852         Paul Eggert.
27853
27854 2003-01-27  Bruno Haible  <bruno@clisp.org>
27855
27856         * modules/xsetenv: New module.
27857         * MODULES.html.sh (func_all_modules): Add it.
27858
27859 2003-01-27  Bruno Haible  <bruno@clisp.org>
27860
27861         * lib/xsetenv.h: New file, from GNU gettext.
27862         * lib/xsetenv.c: New file, from GNU gettext.
27863
27864 2003-01-23  Jim Meyering  <jim@meyering.net>
27865
27866         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
27867         from working on systems without dirfd (at least Irix and OSF1/Tru64).
27868
27869 2003-01-23  Bruno Haible  <bruno@clisp.org>
27870
27871         * modules/minmax: New module.
27872         * MODULES.html.sh (func_all_modules): Add it.
27873
27874 2003-01-23  Bruno Haible  <bruno@clisp.org>
27875
27876         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
27877         Eggert.
27878
27879 2003-01-22  Bruno Haible  <bruno@clisp.org>
27880
27881         * modules/exit: New module.
27882         * MODULES.html.sh (func_all_modules): Add it.
27883
27884 2003-01-22  Bruno Haible  <bruno@clisp.org>
27885
27886         * lib/exit.h: New file, from GNU gettext.
27887
27888 2003-01-19  Bruno Haible  <bruno@clisp.org>
27889
27890         * gnulib-tool: Recognize option --extract-maintainer.
27891         (func_get_maintainer): New function.
27892         * modules/*: Add Maintainer entry.
27893
27894 2003-01-16  Jim Meyering  <jim@meyering.net>
27895
27896         * m4/regex.m4: The `regex' struct is both input and output.
27897         Initialize it before each use.  Patch by Tim Waugh.
27898
27899 2003-01-16  Bruno Haible  <bruno@clisp.org>
27900
27901         * MODULES.html.sh: Add a table of contents. Add the module name as
27902         leftmost column. Add hyperlinks.
27903
27904 2003-01-15  Bruno Haible  <bruno@clisp.org>
27905
27906         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
27907
27908 2003-01-15  Bruno Haible  <bruno@clisp.org>
27909
27910         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
27911         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
27912         suffix.
27913
27914 2003-01-15  Bruno Haible  <bruno@clisp.org>
27915
27916         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
27917
27918 2003-01-15  Bruno Haible  <bruno@clisp.org>
27919
27920         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
27921         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
27922
27923 2003-01-14  Jim Meyering  <jim@meyering.net>
27924
27925         * lib/same.c (same_name): Tweak a comment.
27926
27927 2003-01-14  Bruno Haible  <bruno@clisp.org>
27928
27929         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
27930         when a string comparison is sufficient.
27931
27932 2003-01-14  Bruno Haible  <bruno@clisp.org>
27933
27934         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
27935         'unsigned int'.
27936
27937 2003-01-14  Bruno Haible  <bruno@clisp.org>
27938
27939         * lib/hash-pjw.c: Add comment about low quality of this function.
27940
27941 2003-01-13  Bruno Haible  <bruno@clisp.org>
27942
27943         * modules/stpcpy: Distribute lib/stpcpy.h.
27944         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
27945
27946 2003-01-13  Bruno Haible  <bruno@clisp.org>
27947
27948         * modules/*: Add a description.
27949         * modules/strpbrk: Fix Makefile.am snippet.
27950         * modules/strtoimax: Fix dependencies.
27951         * modules/strtoumax: Likewise.
27952
27953 2003-01-13  Bruno Haible  <bruno@clisp.org>
27954
27955         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
27956         * modules/alloca (Makefile.am): All object files depend on alloca.h.
27957         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
27958
27959 2003-01-13  Bruno Haible  <bruno@clisp.org>
27960
27961         * gnulib-tool (func_create_testdir): Store config/* files in the main
27962         directory.
27963         * config.rpath: Move to ...
27964         * config/config.rpath: ... here.
27965         * modules/gettext: Contains config/config.rpath, not config.rpath.
27966         * modules/iconv: Likewise.
27967
27968 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27969
27970         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27971         to avoid collisions with libcurses and libreadline.
27972
27973         * m4/getstr.m4: Remove.
27974         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
27975
27976 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27977
27978         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27979         to avoid collisions with libcurses and libreadline.
27980
27981         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
27982         * lib/getstr.h, getstr.c: Remove.
27983         * lib/getline.c: Include "getline.h", to check interface.
27984         Move body of old getstr.c here: this defines MIN_CHUNK and
27985         declares getdelim2, which is renamed from getstr.
27986         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
27987
27988         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
27989         All uses changed.
27990         * lib/linebuffer.h: Likewise.
27991         (readline): Remove backward-compatibility macro.
27992
27993 2003-01-12  Paul Eggert  <eggert@twinsun.com>
27994
27995         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
27996         to avoid collisions with libcurses and libreadline.
27997         * getstr: Remove.
27998         * MODULES.html.sh: Remove getstr.
27999         * modules/getline: Depend on unlocked-io, not getstr.
28000
28001 2003-01-12  Jim Meyering  <jim@meyering.net>
28002
28003         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
28004
28005 2003-01-10  Bruno Haible  <bruno@clisp.org>
28006
28007         * modules/alloca: Change Makefile.am requirements. Simplify Include
28008         requirements. Add lib/alloca_.h to file list.
28009
28010 2003-01-10  Bruno Haible  <bruno@clisp.org>
28011
28012         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
28013
28014 2003-01-10  Bruno Haible  <bruno@clisp.org>
28015
28016         * lib/alloca_.h: New file.
28017         * lib/getdate.y: Unconditionally include alloca.h.
28018         * lib/makepath.c: Likewise.
28019         * lib/setenv.c: Likewise.
28020         * lib/userspec.c: Likewise.
28021
28022 2003-01-09  Karl Berry  <karl@gnu.org>
28023
28024         * MODULES.html.sh: include `dirname $0` in PATH, to find
28025         gnulib-tool.
28026
28027 2003-01-09  Bruno Haible  <bruno@clisp.org>
28028
28029         * modules/stdbool: Change configure.ac, Makefile.am requirements.
28030         Simplify Include requirements. Add lib/stdbool.h.in to file list.
28031
28032 2003-01-09  Bruno Haible  <bruno@clisp.org>
28033
28034         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
28035
28036 2003-01-09  Bruno Haible  <bruno@clisp.org>
28037
28038         * lib/stdbool.h.in: New file.
28039
28040 2003-01-09  Bruno Haible  <bruno@clisp.org>
28041
28042         * gnulib-tool (func_all_modules): Ignore files ending in ~.
28043         * MODULES.html.sh: Likewise.
28044
28045 2003-01-08  Jim Meyering  <jim@meyering.net>
28046
28047         * lib/full-write.c: Undefine and define-away `const' after inclusion
28048         of errno.h, not before.  Suggestion from Bruno Haible.
28049
28050 2003-01-08  Bruno Haible  <bruno@clisp.org>
28051
28052         * modules/full-read: Depend on full-write.
28053
28054 2003-01-08  Bruno Haible  <bruno@clisp.org>
28055
28056         * lib/safe-read.c: Include specification header first, to ensure its
28057         selfcontainedness.
28058         * lib/full-write.c: Likewise.
28059
28060 2003-01-07  Jim Meyering  <jim@meyering.net>
28061
28062         * lib/full-write.c: Rework so that it may serve to define full_read,
28063         too.
28064         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
28065
28066 2003-01-07  Bruno Haible  <bruno@clisp.org>
28067
28068         * lib/strtoimax.c: Include <stdint.h> as an alternative to
28069         <inttypes.h>.
28070         * lib/xstrtol.h: Likewise.
28071         * lib/xstrtoimax.c: Likewise.
28072         * lib/xstrtoumax.c: Likewise.
28073         * lib/human.h: Likewise.
28074
28075         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
28076         on systems that have <inttypes.h> but not <stdint.h>.
28077
28078 2003-01-07  Bruno Haible  <bruno@clisp.org>
28079
28080         * MODULES.html.sh: Add copyright notice.
28081         (missed_files): Omit CVS directory entries.
28082         (func_module): Make it work with sed-3.02.
28083         * MODULES.txt: Remove file.
28084
28085 2003-01-06  Jim Meyering  <jim@meyering.net>
28086
28087         * lib/version-etc.c: Update year in translatable copyright string.
28088
28089 2003-01-03  Karl Berry  <karl@gnu.org>
28090
28091         * config/config.{guess,sub}: update from prep.
28092
28093 2003-01-02  Karl Berry  <karl@gnu.org>
28094
28095         * doc/COPYING.DOC: belatedly updated to 1.2.
28096
28097 2003-01-01  Karl Berry  <karl@gnu.org>
28098
28099         * gnulib-tool (func_verify_module): report module name $module in
28100         error message, not $1.
28101         * gnulib-tool (create-testdir): don't complain if destdir couldn't
28102         be created, only if it doesn't exist.
28103         * gnulib-tool (last_checkin_date): don't expand the $Date here.
28104
28105 2002-12-31  Paul Eggert  <eggert@twinsun.com>
28106
28107         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
28108
28109 2002-12-31  Paul Eggert  <eggert@twinsun.com>
28110
28111         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
28112         memcmp if strcoll doesn't work.
28113
28114 2002-12-31  Bruno Haible  <bruno@clisp.org>
28115
28116         * lib/utime.c (utime_null): No need to call ftruncate if the file was
28117         nonempty.
28118
28119 2002-12-31  Bruno Haible  <bruno@clisp.org>
28120
28121         * lib/memcoll.c (STRCOLL): New macro.
28122         (memcoll): Use it.
28123
28124 2002-12-31  Bruno Haible  <bruno@clisp.org>
28125
28126         * lib/localcharset.h: New file.
28127         * lib/localcharset.c: Include it.
28128         * lib/unicodeio.c: Likewise.
28129
28130 2002-12-31  Bruno Haible  <bruno@clisp.org>
28131
28132         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
28133         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
28134
28135 2002-12-31  Bruno Haible  <bruno@clisp.org>
28136
28137         * lib/getline.h: Include <stddef.h>, for size_t.
28138
28139         * lib/unicodeio.h: Include <stddef.h>, for size_t.
28140         * lib/unicodeio.c: Don't include <stddef.h>.
28141
28142 2002-12-31  Bruno Haible  <bruno@clisp.org>
28143
28144         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
28145         HAVE_TM_ZONE.
28146
28147 2002-12-24  Karl Berry  <karl@gnu.org>
28148
28149         * config/config.guess: update from prep.
28150
28151 2002-12-24  Bruno Haible  <bruno@clisp.org>
28152
28153         General infrasructure.
28154         * m4/README: Rewritten.
28155         * m4/onceonly.m4: New file.
28156         * m4/onceonly_2_57.m4: New file.
28157
28158         Module atexit.
28159         * m4/atexit.m4: New file.
28160
28161         Module strtod.
28162         * m4/strtod.m4: New file.
28163
28164         Module strtol.
28165         * m4/strtol.m4: New file.
28166
28167         Module strtoul.
28168         * m4/strtoul.m4: New file.
28169
28170         Module memchr.
28171         * m4/memchr.m4: New file.
28172
28173         Module memcmp.
28174         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
28175         (jm_FUNC_MEMCMP): Invoke it.
28176
28177         Module memcpy.
28178         * m4/memcpy.m4: New file.
28179
28180         Module memmove.
28181         * m4/memmove.m4: New file.
28182
28183         Module memset.
28184         * m4/memset.m4: New file.
28185
28186         Module strcspn.
28187         * m4/strcspn.m4: New file.
28188
28189         Module strpbrk.
28190         * m4/strpbrk.m4: New file.
28191
28192         Module strstr.
28193         * m4/strstr.m4: New file.
28194
28195         Module strerror.
28196         * m4/strerror.m4: New file.
28197
28198         Module mktime.
28199         * m4/mktime.m4: Renamed from jm-mktime.m4.
28200         (gl_PREREQ_MKTIME): New macro.
28201         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
28202
28203         Module malloc.
28204         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
28205         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
28206         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
28207
28208         Module realloc.
28209         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
28210         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
28211         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
28212
28213         Module strftime.
28214         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
28215         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
28216         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
28217         gl_TM_GMTOFF.
28218         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
28219
28220         Module xalloc.
28221         * m4/xalloc.m4: New file.
28222
28223         Module alloca.
28224         * m4/alloca.m4: New file.
28225
28226         Module putenv.
28227         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
28228         (jm_FUNC_PUTENV): Invoke it.
28229
28230         Module setenv.
28231         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
28232         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
28233         when invoked twice.
28234         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
28235         gt_FUNC_SETENV.
28236
28237         Module memrchr.
28238         * m4/memrchr.m4: New file.
28239
28240         Module stpcpy.
28241         * m4/stpcpy.m4: New file.
28242
28243         Module strcase.
28244         * m4/strcase.m4: New file.
28245
28246         Module strdup.
28247         * m4/strdup.m4: New file.
28248
28249         Module strnlen.
28250         * m4/strnlen.m4: New file.
28251
28252         Module strndup.
28253         * m4/strndup.m4: New file.
28254
28255         Module xstrtod.
28256         * m4/xstrtod.m4: New file.
28257
28258         Module xstrtol.
28259         * m4/xstrtol.m4: New file.
28260
28261         Module getdate.
28262         * m4/getdate.m4: New file.
28263
28264         Module unlocked-io.
28265         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
28266         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
28267         * m4/jm-glibc-io.m4n: Remove file.
28268
28269         Module long-options.
28270         * m4/long-options.m4: New file.
28271
28272         Module md5.
28273         * m4/md5.m4: New file.
28274
28275         Module sha.
28276         * m4/sha.m4: New file.
28277
28278         Module getstr.
28279         * m4/getstr.m4: New file.
28280
28281         Module getline.
28282         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
28283         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
28284         <sys/types.h>, for size_t. Use the function name gnu_getline, not
28285         simply getline. Infoke gl_PREREQ_GETLINE.
28286
28287         Module obstack.
28288         * m4/obstack.m4: New file.
28289
28290         Module hash.
28291         * m4/hash.m4: New file.
28292
28293         Module readtokens.
28294         * m4/readtokens.m4: New file.
28295
28296         Module strverscmp.
28297         * m4/strverscmp.m4: New file.
28298
28299         Module stdbool.
28300         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
28301         OSF/1.
28302
28303         Module strtoll.
28304         * m4/strtoll.m4: New file.
28305
28306         Module strtoull.
28307         * m4/strtoull.m4: New file.
28308
28309         Module strtoimax.
28310         * m4/strtoimax.m4: New file.
28311
28312         Module strtoumax.
28313         * m4/strtoumax.m4: New file.
28314
28315         Module xstrtoimax.
28316         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
28317         jm_AC_PREREQ_XSTRTOIMAX.
28318         Moved the strtol prerequisites to strtol.m4.
28319         Moved the strtoll prerequisites to strtoll.m4.
28320         Moved the strtoimax prerequisites to strtoimax.m4.
28321
28322         Module xstrtoumax.
28323         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
28324         jm_AC_PREREQ_XSTRTOUMAX.
28325         Moved the strtoul prerequisites to strtoul.m4.
28326         Moved the strtoull prerequisites to strtoull.m4.
28327         Moved the strtoumax prerequisites to strtoumax.m4.
28328
28329         Module chown.
28330         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
28331         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
28332
28333         Module dup2.
28334         * m4/dup2.m4: New file.
28335
28336         Module ftruncate.
28337         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
28338         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
28339
28340         Module getgroups.
28341         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
28342         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
28343
28344         Module gettimeofday.
28345         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
28346         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
28347         gl_PREREQ_GETTIMEOFDAY.
28348
28349         Module mkdir.
28350         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
28351         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
28352
28353         Module mkstemp.
28354         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
28355         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
28356         jm_AC_TYPE_UINTMAX_T.
28357         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
28358
28359         Module stat.
28360         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
28361         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
28362
28363         Module lstat.
28364         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
28365         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
28366
28367         Module timespec.
28368         * m4/timespec.m4 (gl_TIMESPEC): New macro.
28369         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
28370         * m4/st_mtim.m4: Indentation.
28371
28372         Module nanosleep.
28373         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
28374         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
28375         gl_PREREQ_NANOSLEEP.
28376
28377         Module regex.
28378         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
28379         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
28380         (gl_REGEX): New macro.
28381
28382         Module rename.
28383         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
28384         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
28385
28386         Module rmdir.
28387         * m4/rmdir.m4: New file.
28388
28389         Module utime.
28390         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
28391         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
28392         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
28393
28394         Module dirname.
28395         * m4/dirname.m4: New file.
28396
28397         Module getopt.
28398         * m4/getopt.m4: New file.
28399
28400         Module unistd-safer.
28401         * m4/unistd-safer.m4: New file.
28402
28403         Module fnmatch.
28404         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
28405         declaration.
28406         (gl_PREREQ_FNMATCH_EXTRA): New macro.
28407         (gl_FUNC_FNMATCH_POSIX): New macro.
28408         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
28409         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
28410         simply fnmatch.
28411
28412         Module exclude.
28413         * m4/exclude.m4: New file.
28414
28415         Module human.
28416         * m4/human.m4: New file.
28417
28418         Module acl.
28419         * m4/acl.m4: Nop.
28420
28421         Module backupfile.
28422         * m4/backupfile.m4: New file.
28423         * m4/d-ino.m4: Indentation.
28424
28425         Module fsusage.
28426         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
28427         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
28428         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
28429
28430         Module dirfd.
28431         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
28432         requirements.
28433
28434         Module euidaccess.
28435         * m4/euidaccess.m4: New file.
28436
28437         Module file-type.
28438         * m4/file-type.m4: New file.
28439
28440         Module fileblocks.
28441         * m4/fileblocks.m4: New file.
28442
28443         Module filemode.
28444         * m4/filemode.m4: New file.
28445
28446         Module isdir.
28447         * m4/isdir.m4: New file.
28448
28449         Module lchown.
28450         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
28451         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
28452
28453         Module makepath.
28454         * m4/makepath.m4: New file.
28455
28456         Module modechange.
28457         * m4/modechange.m4: New file.
28458
28459         Module mountlist.
28460         * m4/mountlist.m4: New file.
28461         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
28462         Indentation.
28463
28464         Module path-concat.
28465         * m4/path-concat.m4: New file.
28466
28467         Module pathmax.
28468         * m4/pathmax.m4: New file.
28469
28470         Module same.
28471         * m4/same.m4: New file.
28472
28473         Module save-cwd.
28474         * m4/save-cwd.m4: New file.
28475
28476         Module savedir.
28477         * m4/savedir.m4: New file.
28478
28479         Module xgetcwd.
28480         * m4/xgetcwd.m4: New file.
28481         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
28482
28483         Module xreadlink.
28484         * m4/xreadlink.m4: New file.
28485
28486         Module safe-read.
28487         * m4/safe-read.m4: New file.
28488
28489         Module safe-write.
28490         * m4/safe-write.m4: New file.
28491
28492         Module closeout.
28493         * m4/closeout.m4: New file.
28494
28495         Module stdio-safer.
28496         * m4/stdio-safer.m4: New file.
28497
28498         Module getpass.
28499         * m4/getpass.m4: New file.
28500
28501         Module getugroups.
28502         * m4/getugroups.m4: New file.
28503
28504         Module group-member.
28505         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
28506         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
28507
28508         Module idcache.
28509         * m4/idcache.m4: New file.
28510
28511         Module userspec.
28512         * m4/userspec.m4: New file.
28513
28514         Module gettime.
28515         * m4/clock_time.m4: New file.
28516         * m4/gettime.m4: New file.
28517
28518         Module settime.
28519         * m4/settime.m4: New file.
28520
28521         Module posixtm.
28522         * m4/posixtm.m4: New file.
28523
28524         Module gethostname.
28525         * m4/gethostname.m4: New file.
28526
28527         Module canon-host.
28528         * m4/canon-host.m4: New file.
28529
28530         Module gettext.
28531         * m4/codeset.m4: New file, from gettext-0.11.5.
28532         * m4/gettext.m4: New file, from gettext-0.11.5.
28533         * m4/glibc21.m4: New file, from gettext-0.11.5.
28534         * m4/iconv.m4: New file, from gettext-0.11.5.
28535         * m4/intdiv0.m4: New file, from gettext-0.11.5.
28536         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
28537         * m4/inttypes.m4: New file, from gettext-0.11.5.
28538         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
28539         * m4/isc-posix.m4: New file, from gettext-0.11.5.
28540         * m4/lcmessage.m4: New file, from gettext-0.11.5.
28541         * m4/lib-ld.m4: New file, from gettext-0.11.5.
28542         * m4/lib-link.m4: New file, from gettext-0.11.5.
28543         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
28544         * m4/progtest.m4: New file, from gettext-0.11.5.
28545         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
28546         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
28547         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
28548
28549         Module localcharset.
28550         * m4/localcharset.m4: New file.
28551
28552         Module hard-locale.
28553         * m4/hard-locale.m4: New file.
28554
28555         Module mbswidth.
28556         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
28557         onceonly macros.
28558         * m4/mbrtowc.m4: Add comment.
28559
28560         Module memcasecmp.
28561         * m4/memcasecmp.m4: New file.
28562
28563         Module memcoll.
28564         * m4/memcoll.m4: New file.
28565
28566         Module unicodeio.
28567         * m4/unicodeio.m4: New file.
28568
28569         Module rpmatch.
28570         * m4/rpmatch.m4: New file.
28571
28572         Module yesno.
28573         * m4/yesno.m4: New file.
28574
28575         Module exitfail.
28576         * m4/exitfail.m4: New file.
28577
28578         Module c-stack.
28579         * m4/c-stack.m4 (gl_C_STACK): New macro.
28580         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
28581
28582         Module error.
28583         * m4/error.m4 (gl_ERROR): New macro.
28584         (jm_PREREQ_ERROR): Use onceonly macros.
28585
28586         Module fatal.
28587         * m4/fatal.m4: New file.
28588
28589         Module getloadavg.
28590         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
28591         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
28592
28593         Module getpagesize.
28594         * m4/getpagesize.m4: New file.
28595
28596         Module getusershell.
28597         * m4/getusershell.m4: New file.
28598
28599         Module physmem.
28600         * m4/physmem.m4: New file.
28601
28602         Module posixver.
28603         * m4/posixver.m4: New file.
28604
28605         Module quotearg.
28606         * m4/quotearg.m4: New file.
28607
28608         Module quote.
28609         * m4/quote.m4: New file.
28610
28611         Module readutmp.
28612         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
28613
28614         Module sig2str.
28615         * m4/sig2str.m4: New file.
28616
28617         Other.
28618         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
28619         ulonglong.m4.
28620         * m4/intmax_t.m4: New file.
28621         * m4/d-type.m4: Indentation.
28622         * m4/jm-macros.m4: Update.
28623         * m4/prereq.m4 (jm_PREREQ): Update.
28624         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
28625         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
28626         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
28627         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
28628         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
28629         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
28630         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
28631         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
28632         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
28633         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
28634         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
28635         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
28636         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
28637         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
28638         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
28639         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
28640         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
28641         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
28642         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
28643
28644 2002-12-24  Bruno Haible  <bruno@clisp.org>
28645
28646         * MODULES.txt: Update according to m4/ changes.
28647
28648         Module gettext.
28649         * config.rpath: New file, from gettext-0.11.5.
28650
28651         * modules/*: New module descriptions.
28652         * gnulib-tool: New file.
28653         * MODULES.html.sh: New file.
28654
28655 2002-12-21  Karl Berry  <karl@gnu.org>
28656
28657         * doc/fdl.texi: update to version 1.2.
28658
28659 2002-12-19  Karl Berry  <karl@gnu.org>
28660
28661         * config/config.guess: update from prep.
28662
28663 2002-12-18  Bruno Haible  <bruno@clisp.org>
28664
28665         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
28666         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
28667
28668 2002-12-17  Bruno Haible  <bruno@clisp.org>
28669
28670         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
28671         stdlib.h, string.h.
28672
28673 2002-12-17  Bruno Haible  <bruno@clisp.org>
28674
28675         * lib/canon-host.c (strdup): Remove unused declaration.
28676
28677         * lib/fsusage.c: Include full_read.h.
28678         (get_fs_usage): Use full_read instead of safe_read.
28679
28680         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
28681
28682 2002-12-12  Karl Berry  <karl@gnu.org>
28683
28684         * config/config.guess: update from prep.
28685
28686 2002-12-11  Bruno Haible  <bruno@clisp.org>
28687
28688         * m4/setenv.m4: New file, from gettext-0.11.5.
28689
28690 2002-12-11  Bruno Haible  <bruno@clisp.org>
28691
28692         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
28693         not unsetenv().
28694         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
28695         modifications:
28696
28697         2002-12-11  Bruno Haible  <bruno@clisp.org>
28698
28699                 * setenv.c (alloca): Fall back to malloc.
28700                 (freea): New macro.
28701                 (setenv): Use freea() to free memory allocated with alloca().
28702
28703         2002-11-13  Bruno Haible  <bruno@clisp.org>
28704
28705                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
28706                 function declarations.
28707                 * unsetenv.c (unsetenv): Likewise.
28708
28709         2002-03-04  Bruno Haible  <bruno@clisp.org>
28710
28711                 Portability to AIX 4.3.3.
28712                 * unsetenv.c: New file, extracted from setenv.c.
28713                 * setenv.c: Move the unsetenv() function to unsetenv.c.
28714
28715         2001-12-20  Bruno Haible  <bruno@clisp.org>
28716
28717                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
28718                 use malloc instead. For SunOS 4.
28719
28720         2001-12-11  Bruno Haible  <bruno@clisp.org>
28721
28722                 * setenv.c: Declare alloca.
28723                 (compar_fn_t): New typedef.
28724                 (KNOWN_VALUE, STORE_VALUE): Use it.
28725
28726         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
28727         setenv.h.
28728
28729 2002-12-10  Paul Eggert  <eggert@twinsun.com>
28730
28731         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
28732         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
28733         Choose values that are less likely to collide with system fnmatch
28734         options.
28735         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
28736         defined (e.g., a pure POSIX system).
28737         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
28738         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
28739
28740 2002-12-06  Paul Eggert  <eggert@twinsun.com>
28741
28742         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
28743         a pain in practice to deal with generated m4 files.  This change
28744         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
28745
28746         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
28747         and jm-glibc-io.m4, as they are no longer a special case.
28748         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
28749         kludge and the auto-generation stuff.  Check only whether the
28750         functions are declared, not whether they exist, since older hosts
28751         that don't declare the functions can't use the optimization anyway.
28752
28753 2002-12-06  Jim Meyering  <jim@meyering.net>
28754
28755         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
28756
28757         Merge in changes from libc's misc/error.c, in preparation
28758         for the merge of gnulib's changes back into libc.
28759
28760         * lib/error.c (_): Define only if not already defined.
28761         Move definition to follow all #include directives.
28762         Include unlocked-io.h only if !_LIBC.
28763         [_LIBC]: Include <libio/libioP.h>.
28764         [USE_IN_LIBIO]: Include <libio/iolibio.h>
28765         (fflush): Tweak definition to use INTUSE.
28766         (putc): Define.
28767
28768 2002-12-05  Paul Eggert  <eggert@twinsun.com>
28769
28770         * lib/alloca.c [defined emacs]: Include "lisp.h".
28771         (xalloc_die) [defined emacs]: New macro.
28772         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
28773         [! defined emacs]: Include <xalloc.h>.
28774         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
28775         (pointer): Typedef to POINTER_TYPE *.
28776         (malloc): Remove decl; we now always use xmalloc.
28777         (alloca): Use old-style definition, since Emacs needs this.
28778         Check for arithmetic overflow when computing combined size.
28779
28780 2002-12-04  Paul Eggert  <eggert@twinsun.com>
28781
28782         Do not generate unlocked-io.h automatically, since it's easier to
28783         maintain it by hand.
28784
28785         * lib/unlocked-io.h: New file, from GNU diffutils,
28786         but with proper copyright notice and attribution.
28787         * lib/gen-uio: Remove.
28788         * lib/Makefile.am: Add copyright notice.
28789         (libfetish_a_SOURCES): Add unlocked-io.h.
28790         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
28791         (DISTCLEANFILES, io_functions): Remove macros.
28792         (EXTRA_DIST): Remove gen_uio.
28793         (unlocked-io.h): Remove rule.
28794
28795 2002-12-04  Jim Meyering  <jim@meyering.net>
28796
28797         Reflect the fact that stat.c and lstat.c are no longer generated.
28798         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
28799         (DISTCLEANFILES): Likewise.
28800         (EXTRA_DIST): Likewise.
28801         (all_local): Don't depend on stat.c or lstat.c.
28802         (stat.c, lstat.c): Remove rules.
28803         (EXTRA_DIST): Remove xstat.in.
28804
28805         * lib/xstat.in: Remove file.  Contents moved into stat.c.
28806         * lib/stat.c: New file.  Contents mostly from xstat.in.
28807         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
28808         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
28809
28810         * lib/safe-read.c: Rework so that it may serve to define safe_write,
28811         too.
28812         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
28813
28814 2002-12-03  Jim Meyering  <jim@meyering.net>
28815
28816         * lib/safe-read.c, safe-write.c: Change variable names and comments,
28817         but not semantics, to minimize the differences between these two files.
28818         (safe_read): Change comment to mention SAFE_READ_ERROR.
28819
28820         * lib/safe-read.c (IS_EINTR): Define.
28821         (safe_read): Use IS_EINTR in place of in-function cpp directives.
28822
28823 2002-12-02  Jim Meyering  <jim@meyering.net>
28824
28825         * lib/safe-read.c (EINTR): Define.
28826         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
28827         (INT_MAX): Provide fallback.
28828         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
28829
28830         * lib/safe-read.h (SAFE_READ_ERROR): Define.
28831
28832 2002-12-02  Bruno Haible  <bruno@clisp.org>
28833
28834         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
28835         Define, taken from safe-read.c.
28836         (INT_MAX): Provide fallback.
28837         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
28838         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
28839
28840         * lib/safe-read.c (EINTR): Remove definition.
28841         (safe_read): Don't use EINTR if it is absent.
28842
28843 2002-12-01  Jim Meyering  <jim@meyering.net>
28844
28845         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
28846         zero.
28847         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
28848
28849 2002-11-27  Paul Eggert  <eggert@twinsun.com>
28850
28851         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
28852         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
28853         with `if (! (value < limit)) abort ();', for readability.
28854
28855 2002-11-26  Karl Berry  <karl@gnu.org>
28856
28857         * lib/strdup.c: copy from libc again, with jim's ok.
28858         * lib/.cppi-disable: re-add strdup.c
28859
28860 2002-11-25  Karl Berry  <karl@gnu.org>
28861
28862         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
28863         instead of "strtol.c".
28864
28865 2002-11-25  Karl Berry  <karl@gnu.org>
28866
28867         * config/install-sh: update from automake for variable quoting, $0 in
28868         error msgs, etc.
28869
28870         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
28871         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
28872         entry.
28873
28874 2002-11-25  Jim Meyering  <jim@meyering.net>
28875
28876         * lib/mktime.c: Sync from libc, now that it has the latest fix.
28877
28878 2002-11-24  Karl Berry  <karl@gnu.org>
28879
28880         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
28881         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
28882
28883 2002-11-24  Jim Meyering  <jim@meyering.net>
28884
28885         Update from coreutils:
28886
28887         * lib/mktime.c: Merge in changes from libc.
28888
28889         Avoid a link-time failure on some Linux systems.
28890         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
28891         (otherwise).
28892         (__mon_yday): Declare with the STATIC attribute.
28893         (__mktime_internal): Likewise.
28894         Based on a report from Greg Schafer.
28895
28896 2002-11-23  Jim Meyering  <jim@meyering.net>
28897
28898         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
28899         Use `unsigned', not `int', as type of index.
28900
28901         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
28902
28903         * lib/fsusage.c: Remove unneeded parentheses around operands of
28904         `defined'.
28905
28906 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28907
28908         * lib/quotearg.h: Allow multiple inclusion by surrounding with
28909         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
28910         so that we can be included first.
28911         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
28912         * lib/quotearg.c: Include quotearg.h immediately after config.h.
28913         No need to include stddef.h or sys/types.h any more.
28914         Surround local include files with "", not "<>".
28915         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
28916         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
28917         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
28918         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
28919         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
28920         (ISPRINT): Remove; no longer needed now that we assume C89.
28921
28922         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
28923         Preserve errno.
28924
28925         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
28926         quotearg_char): Use SIZE_MAX rather than
28927         (size_t) -1 when we are talking about "infinity".
28928
28929         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
28930
28931 2002-11-22  Paul Eggert  <eggert@twinsun.com>
28932
28933         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
28934         hint that one should use `if (! x) abort ();' rather than `assert
28935         (x);', and anyway it's one less thing to worry about configuring.
28936         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
28937         hash_rehash, hash_insert): Use abort rather than assert.
28938
28939 2002-11-22  Bruno Haible  <bruno@clisp.org>
28940
28941         * lib/safe-read.h: Assume C89. Add comments.
28942         (safe_read): Change return type to size_t.
28943         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
28944         byte counts > SSIZE_MAX correctly.
28945         * lib/safe-write.h: New file.
28946         * lib/safe-write.c: New file.
28947         * lib/full-read.h: New file.
28948         * lib/full-read.c: New file.
28949         * lib/full-write.h: Assume C89. Add comments.
28950         * lib/full-write.c: Include safe-write.h.
28951         (full_write): Rewritten to use safe_write.
28952         Suggested by Jim Meyering and Paul Eggert.
28953
28954 2002-11-21  Jim Meyering  <jim@meyering.net>
28955
28956         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
28957
28958         Merge in changes from the coreutils.
28959
28960         2002-09-25  Paul Eggert  <eggert@twinsun.com>
28961         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
28962         <stdint.h>.
28963         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
28964         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
28965         int.  Work more efficiently if X is the same width as uintmax_t.
28966         Do not compare X to -1, to avoid bogus compiler warning.
28967         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
28968         Don't assume that f_frsize and f_bsize are the same type.
28969
28970         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
28971         warning on FreeBSD.
28972
28973         * lib/makepath.c (make_path): Restore umask *before* creating the final
28974         component.
28975         (make_path): Minor reformatting.
28976
28977         * lib/xmalloc.c: Adjust to work with new autoconf macros,
28978         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
28979         HAVE_MALLOC/HAVE_REALLOC.
28980
28981         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
28982         dummy ones.  At least on GNU/Linux systems, `auto' means something
28983         else.
28984         From Michael Stone.
28985
28986 2002-11-21  Bruno Haible  <bruno@clisp.org>
28987
28988         Remove case insensitive option matching.
28989         * lib/argmatch.h (argcasematch): Remove declaration.
28990         (ARGCASEMATCH): Remove macro.
28991         (__xargmatch_internal): Remove case_sensitive argument.
28992         (XARGMATCH): Update.
28993         (XARGCASEMATCH): Remove macro.
28994         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
28995         case_sensitive argument.
28996         (argcasematch): Remove function.
28997         (__xargmatch_internal): Remove case_sensitive argument.
28998         (main): Use XARGMATCH instead of XARGCASEMATCH.
28999
29000         * lib/xmalloc.c: Change compile-time error message. Add comment about
29001         required autoconf version.
29002
29003 2002-11-20  Paul Eggert  <eggert@twinsun.com>
29004
29005         Merge argmatch cleanups from Bison.  Assume C89.
29006
29007         * lib/argmatch.c: Include config.h here, not in argmatch.h.
29008         Include stdlib.h, for EXIT_FAILURE.
29009         Always include <string.h>, since we assume C89.
29010         (EXIT_FAILURE): Remove pre-C89 bug workaround.
29011         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
29012         Include <stddef.h> instead, since it's all we need for size_t.
29013         (PARAMS): Remove.  All uses removed.
29014         (ARRAY_CARDINALITY): Do not bother to #undef.
29015         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
29016         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
29017         Remove unnecessary parentheses.
29018         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
29019         Insert necessary parentheses.
29020         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
29021         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
29022
29023 2002-11-19  Bruno Haible  <bruno@clisp.org>
29024
29025         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
29026         * lib/mbswidth.h: Include <stddef.h>, for size_t.
29027
29028         * lib/mbswidth.h (PARAMS): Remove macro.
29029         (mbswidth, mbsnwidth): Use ANSI C function declarations.
29030         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
29031
29032         * lib/gcd.h (PARAMS): Remove macro.
29033         (gcd): Use ANSI C function declarations.
29034         * lib/gcd.c (gcd): Likewise.
29035
29036 2002-11-15  Bruno Haible  <bruno@clisp.org>
29037
29038         * lib/strcspn.c: Include <stddef.h>.
29039         (strcspn): Use ANSI C function declaration. Change return type to
29040         size_t. Use NULL.
29041         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
29042         (strpbrk): Use NULL.
29043         * lib/strpbrk.h (PARAMS): Remove macro.
29044         (strpbrk): Use ANSI C function declaration.
29045         * lib/strstr.c: Don't include <sys/types.h>.
29046         * lib/strstr.h (PARAMS): Remove macro.
29047         (strstr): Use ANSI C function declarations.
29048
29049 2002-11-14  Karl Berry  <karl@gnu.org>
29050
29051         * config/mkinstalldirs: `do' on separate line, instead of
29052         `for var; do'.
29053
29054 2002-11-06  Bruno Haible  <bruno@clisp.org>
29055
29056         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
29057         * lib/gcd.c (gcd): Likewise.
29058
29059 2002-11-05  Bruno Haible  <bruno@clisp.org>
29060
29061         * lib/gcd.h: New file, from gettext-0.11.5.
29062         * lib/gcd.c: New file, from gettext-0.11.5.
29063
29064 2002-11-05  Bruno Haible  <bruno@clisp.org>
29065
29066         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
29067         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
29068         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
29069         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
29070
29071         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
29072         <libintl.h>.
29073         * lib/makepath.c: Include gettext.h instead of <locale.h> and
29074         <libintl.h>.
29075
29076         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
29077         * lib/human.c: Include gettext.h instead of <libintl.h>.
29078         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
29079         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
29080         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
29081         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
29082         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
29083         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
29084         (textdomain): Remove definition.
29085         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
29086
29087         * lib/long-options.c: Remove include of <libintl.h> and definition of
29088         _.
29089         * lib/same.c: Remove include of <libintl.h> and definition of _.
29090
29091 2002-11-04  Owen Taylor  <otaylor@redhat.com>
29092
29093         * lib/config.charset: A few additions for Solaris.
29094
29095 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
29096
29097         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
29098         * lib/localcharset.c (locale_charset): Declare as extern "C".
29099
29100 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
29101
29102         * lib/config.charset: msdos in uk_UA uses CP1125.
29103
29104 2002-11-04  Bruno Haible  <bruno@clisp.org>
29105
29106         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
29107         * lib/strcase.h: New file, from GNU gettext-0.11.5.
29108         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
29109         * lib/strstr.h: New file, from GNU gettext-0.11.5.
29110         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
29111
29112 2002-11-04  Bruno Haible  <bruno@clisp.org>
29113
29114         * lib/localcharset.c (locale_charset): Don't return an empty string.
29115
29116 2002-11-04  Bruno Haible  <bruno@clisp.org>
29117
29118         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
29119         aliases.
29120
29121 2002-11-04  Bruno Haible  <bruno@clisp.org>
29122
29123         * lib/config.charset: Update for newest glibc. Add canonical names
29124         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
29125
29126 2002-11-04  Bruno Haible  <bruno@clisp.org>
29127
29128         * lib/config.charset: Add support for NetBSD.
29129
29130 2002-11-04  Bruno Haible  <bruno@clisp.org>
29131
29132         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
29133
29134 2002-11-01  Bruno Haible  <bruno@clisp.org>
29135
29136         * configure.in: Add AC_CONFIG_AUX_DIR call.
29137         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
29138         test/Makefile.
29139         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
29140
29141 2002-09-28  Karl Berry  <karl@gnu.org>
29142
29143         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
29144         installed automake until the next release, since changes have been
29145         made.
29146
29147 2002-09-25  Karl Berry  <karl@gnu.org>
29148
29149         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
29150         * lib/getopt*: copy from libc/posix.
29151         * lib/gettext.h: copy from gettext.
29152         * lib/.cppi-disable: add strdup.c, gettext.h.
29153
29154 2002-09-25  Karl Berry  <karl@gnu.org>
29155
29156         * config/srclist.txt: enable gettext.h check.
29157         * config/config.{guess,sub}: update from prep.
29158         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
29159                 from automake 1.6.3.
29160         See srclist*.
29161
29162 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
29163
29164         * regex.c (PATFETCH): Remove the translating fetch.
29165         (PATFETCH_RAW): Rename to PATFETCH.
29166         (set_image_of_range): New fun.
29167         (SET_RANGE_TABLE_WORK_AREA): Use it.
29168         (regex_compile): Don't translate the pattern chars so eagerly.
29169         Only do it when inserting an `exactn' bytecode or when handling
29170         a char-range.
29171         (mutually_exclusive_p): Avoid empty statement.
29172
29173 2002-07-06  Jim Meyering  <meyering@lucent.com>
29174
29175         * m4/README: Don't mention Makefile.am.in.
29176         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
29177
29178 2002-07-01  Jim Meyering  <meyering@lucent.com>
29179
29180         * lib/c-stack.c: Include sys/time.h.
29181         From Volker Borchert.
29182
29183 2002-06-26  Paul Eggert  <eggert@twinsun.com>
29184
29185         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
29186
29187 2002-06-26  Paul Eggert  <eggert@twinsun.com>
29188
29189         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
29190         New macro.  Use it uniformly instead of
29191         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
29192         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
29193         reported by Vin Shelton.
29194
29195 2002-06-22  Paul Eggert  <eggert@twinsun.com>
29196
29197         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
29198         Do not assume SA_SIGINFO behavior.
29199         Bug reported by Jim Meyering on NetBSD 1.5.2.
29200
29201 2002-06-22  Jim Meyering  <meyering@lucent.com>
29202
29203         * m4/c-stack.m4: New file, from diffutils-2.8.2.
29204         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
29205
29206         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
29207         now that configure.ac uses AC_GNU_SOURCE.
29208         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
29209         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
29210
29211         Update to latest tools.  Suggestions from Paul Eggert.
29212         * m4/stdbool.m4: New file, from diffutils-2.8.2.
29213         * m4/gnu-source.m4: Update from diffutils-2.8.2.
29214         * m4/fnmatch.m4: Likewise.
29215         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
29216         to AC_HEADER_STDBOOL
29217
29218 2002-06-22  Jim Meyering  <meyering@lucent.com>
29219
29220         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
29221         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
29222
29223 2002-06-22  Jim Meyering  <meyering@lucent.com>
29224
29225         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
29226
29227         * lib/exitfail.c, exitfail.h: Likewise.
29228         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
29229
29230         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
29231         of fnmatch.h.
29232         (EXTRA_DIST): Add fnmatch_loop.c.
29233         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
29234
29235         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
29236         * lib/fnmatch.c: Update from diffutils-2.8.2.
29237         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
29238         * lib/fnmatch.h: Remove file.
29239
29240 2002-06-21  Jim Meyering  <meyering@lucent.com>
29241
29242         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
29243         * m4/mbrtowc.m4: Likewise.
29244
29245         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
29246         * m4/mbswidth.m4: Reflect name change:
29247         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
29248         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
29249
29250         * m4/lib-link.m4: Update from gettext-0.11.2.
29251         * m4/gettext.m4: Likewise.
29252
29253         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
29254         From Alfred M. Szmidt.
29255
29256 2002-06-18  Paul Eggert  <eggert@twinsun.com>
29257
29258         * lib/file-type.h: Report an error if neither S_ISREG nor
29259         S_IFREG is defined, instead of using a test specific to glibc
29260         2.2.  This should be safe, since POSIX requires S_ISREG and
29261         Unix Version 7 had S_IFREG.  We don't need to check for
29262         <sys/types.h> since we don't use any symbols that it defines.
29263
29264 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
29265
29266         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
29267         $@-t, so that each temporary file name is unique and valid in the first
29268         8 characters, for operation under DOS.
29269
29270 2002-06-15  Paul Eggert  <eggert@twinsun.com>
29271
29272         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
29273
29274 2002-06-15  Jim Meyering  <meyering@lucent.com>
29275
29276         Work even with DJGPP 2.03, which lacks support for symlinks.
29277         From Richard Dawe.
29278         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
29279         is defined.
29280         * lib/lchown.c (S_ISLNK): Likewise.
29281
29282 2002-06-15  Jim Meyering  <meyering@lucent.com>
29283
29284         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
29285         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
29286         have been included before this file.
29287
29288 2002-06-14  Jim Meyering  <meyering@lucent.com>
29289
29290         * lib/file-type.h: Use the version from diffutils-2.8.2.
29291         * lib/file-type.c: Likewise.
29292
29293 2002-06-07  Jim Meyering  <meyering@lucent.com>
29294
29295         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
29296         They're needed at least for NetBSD 1.5.2.
29297         ($statxfs_includes): Include those same headers.
29298         ($statxfs_includes): Include sys/vfs.h if available.
29299         ($statxfs_includes): Likewise for sys/statvfs.h.
29300         Check for the following members in both structs statfs and statvfs:
29301         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
29302
29303 2002-06-01  Jim Meyering  <meyering@lucent.com>
29304
29305         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
29306         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
29307
29308 2002-05-28  Jim Meyering  <meyering@lucent.com>
29309
29310         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
29311         Reported by Volker Borchert.
29312
29313 2002-05-27  Jim Meyering  <meyering@lucent.com>
29314
29315         Fix a problem seen only on nonconforming systems whereby ls.c's
29316         use of localtime, and then of gettimeofday would cause trouble:
29317         the localtime call used to initialize rpl_gettimeofday's save
29318         mechanism would clobber ls's current local time information so
29319         that in any long listing the first file would always be listed
29320         with date 1970-01-01.  Analysis by Volker Borchert.
29321
29322         * lib/gettimeofday.c (localtime): Undefine.
29323         (rpl_localtime): New function.
29324
29325 2002-05-27  Jim Meyering  <meyering@lucent.com>
29326
29327         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
29328         localtime.
29329
29330         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
29331         use the replacement function; it wouldn't resolve at link time.
29332         Reported by Volker Borchert.
29333
29334 2002-05-22  Jim Meyering  <meyering@lucent.com>
29335
29336         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
29337         file-type.h.
29338         * lib/file-type.h: New file.
29339         * lib/file-type.c (file_type): New file/function.  Extracted from
29340         diffutils.
29341
29342 2002-04-30  Jim Meyering  <meyering@lucent.com>
29343
29344         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
29345
29346 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29347
29348         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
29349
29350 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29351
29352         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
29353         Do not check for alloca.h (no longer used) or stdbool.h (was never
29354         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
29355
29356 2002-04-29  Paul Eggert  <eggert@twinsun.com>
29357
29358         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
29359
29360 2002-04-29  Jim Meyering  <meyering@lucent.com>
29361
29362         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
29363         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
29364         Use AC_FUNC_STRNLEN here instead.
29365
29366         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
29367         With autoconf-2.53a, it's part of AC_PROG_CC.
29368
29369 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29370
29371         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
29372         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
29373
29374 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29375
29376         * lib/sig2str.h, lib/sig2str.c: New files.
29377         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
29378
29379 2002-04-28  Paul Eggert  <eggert@twinsun.com>
29380
29381         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
29382         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
29383         of 127, since 64 is the largest conceivable number for ancient
29384         nonstandard hosts.
29385         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
29386
29387 2002-04-28  Jim Meyering  <meyering@lucent.com>
29388
29389         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
29390
29391 2002-04-24  Jim Meyering  <meyering@lucent.com>
29392
29393         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
29394         (jm_PREREQ): Use it.
29395
29396         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
29397         mach/mach.h fcntl.h.
29398         Check for this function: setlocale.
29399
29400 2002-04-24  Jim Meyering  <meyering@lucent.com>
29401
29402         * lib/gettext.h: New file, from Gettext.
29403         * lib/Makefile.am (INCLUDES): Remove -I../intl.
29404         (libfetish_a_SOURCES): Add gettext.h.
29405
29406 2002-04-16  Jim Meyering  <meyering@lucent.com>
29407
29408         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
29409         ut_pid, ut_id, ut_exit.
29410
29411 2002-04-16  Jim Meyering  <meyering@lucent.com>
29412
29413         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
29414         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
29415         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
29416
29417 2002-04-12  Jim Meyering  <meyering@lucent.com>
29418
29419         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
29420         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
29421         existence of the getmntinfo function.  Needed for Darwin 5.3.
29422
29423         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
29424         This is necessary at least on Darwin 5.3.
29425
29426         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
29427         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
29428         strnlen.o in the library, and that makes some versions of ranlib
29429         object.
29430
29431 2002-04-12  Jim Meyering  <meyering@lucent.com>
29432
29433         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
29434
29435 2002-04-09  Jim Meyering  <meyering@lucent.com>
29436
29437         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
29438         to be more precise.  Rather than saying we're checking whether the
29439         function `works', say what we're testing.
29440         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
29441         Reported by Bruno Haible.
29442
29443 2002-03-10  Jim Meyering  <meyering@lucent.com>
29444
29445         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
29446         Suggestion from Santiago Vila.
29447
29448 2002-03-08  Jim Meyering  <meyering@lucent.com>
29449
29450         * lib/rename.c: Mention that this wrapper is needed also on
29451         mips-dec-ultrix4.4 systems.
29452
29453 2002-03-02  Jim Meyering  <meyering@lucent.com>
29454
29455         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
29456         not HAVE_CLOCK_SETTIME.
29457
29458 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29459
29460         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
29461         Check for clock_settime.
29462
29463 2002-02-27  Paul Eggert  <eggert@twinsun.com>
29464
29465         * lib/nanosleep.h: Rename to....
29466         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
29467
29468         * lib/gettime.c: New file.
29469         * lib/settime.c: New file.
29470         * lib/stime.c: Remove.
29471
29472         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
29473         timespec.h.  Remove nanosleep.h.
29474
29475 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29476
29477         * m4/acl.m4: New file.
29478         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
29479         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
29480
29481 2002-02-25  Paul Eggert  <eggert@twinsun.com>
29482
29483         * lib/acl.c, lib/acl.h: New files.
29484         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
29485
29486 2002-02-24  Jim Meyering  <meyering@lucent.com>
29487
29488         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
29489         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
29490         cause trouble.  Reported by Nelson Beebe.
29491
29492 2002-02-23  Paul Eggert  <eggert@twinsun.com>
29493
29494         * lib/path-concat.c (xpath_concat): Reorder code to pacify
29495         compilers that don't know that xalloc_die never returns.
29496
29497 2002-02-20  Jim Meyering  <meyering@lucent.com>
29498
29499         * lib/getdate.c: Regenerate using bison-1.33.
29500
29501 2002-02-17  Jim Meyering  <meyering@lucent.com>
29502
29503         * config/config.guess (main): Don't use `head -1'; it's no longer
29504         portable. Use `sed 1q' instead.
29505
29506 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
29507
29508         * m4/codeset.m4: Upgrade to gettext-0.11.
29509         * m4/gettext.m4: Upgrade to gettext-0.11.
29510         * m4/glibc21.m4: Upgrade to gettext-0.11.
29511         * m4/iconv.m4: Upgrade to gettext-0.11.
29512         * m4/isc-posix.m4: Upgrade to gettext-0.11.
29513         * m4/lcmessage.m4: Upgrade to gettext-0.11.
29514         * m4/lib-ld.m4: New file, from gettext-0.11.
29515         * m4/lib-link.m4: New file, from gettext-0.11.
29516         * m4/lib-prefix.m4: New file, from gettext-0.11.
29517         * m4/progtest.m4: Upgrade to gettext-0.11.
29518
29519 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29520
29521         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
29522         (jm_PREREQ): Use it.
29523
29524 2002-02-15  Paul Eggert  <eggert@twinsun.com>
29525
29526         * lib/posixver.c, lib/posixver.h: New files.
29527         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29528
29529 2002-02-02  Paul Eggert  <eggert@twinsun.com>
29530             Bruno Haible  <bruno@clisp.org>
29531
29532         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
29533         (fwrite_success_callback): New declaration.
29534         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
29535         print_unicode_char. Call failure callback instead of error.
29536         (fwrite_success_callback): New function.
29537         (exit_failure_callback): New function.
29538         (fallback_failure_callback): New function.
29539         (print_unicode_char): Call unicode_to_mb.
29540
29541 2002-01-26  Jim Meyering  <meyering@lucent.com>
29542
29543         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
29544         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
29545
29546 2002-01-26  Jim Meyering  <meyering@lucent.com>
29547
29548         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
29549
29550 2002-01-22  Paul Eggert  <eggert@twinsun.com>
29551
29552         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
29553
29554 2002-01-22  Jim Meyering  <meyering@lucent.com>
29555
29556         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
29557         Otherwise, some versions of automake would omit the rule that makes
29558         Makefile from Makefile.in.
29559
29560 2002-01-21  Paul Eggert  <eggert@twinsun.com>
29561
29562         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
29563         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
29564         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
29565         (memcoll): Set errno to zero if there is no error.
29566
29567         * lib/quotearg.c (quotearg_buffer_restyled):
29568         Fix bug with quoting buffers containing NUL when backslashing escapes.
29569         This bug was exposed by the other changes in this patch.
29570         (quotearg_n_options): New arg ARGSIZE.
29571         All callers changed.
29572         (quoting_options_from_style): New function.
29573         (quotearg_n_style): Use it.
29574         (quotearg_n_style_mem): New function.
29575
29576         * lib/quotearg.h (quotearg_n_style_mem): New function.
29577
29578 2002-01-19  Jim Meyering  <meyering@lucent.com>
29579
29580         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
29581         Remove useless quotes: DF_PROG="df".
29582         * m4/strnlen.m4: New file.
29583
29584 2002-01-16  Paul Eggert  <eggert@twinsun.com>
29585
29586         * lib/backupfile.c (ISDIGIT): Comment fix.
29587         * lib/getdate.y (ISDIGIT): Likewise.
29588         * lib/posixtm.c (ISDIGIT, year): Likewise.
29589         * lib/strverscmp.c (ISDIGIT): Likewise.
29590         * lib/userspec.c (ISDIGIT): Likewise.
29591
29592 2002-01-16  Jim Meyering  <meyering@lucent.com>
29593
29594         * lib/getdate.y: Add three semicolons, each just before a closing
29595         brace. Bison (as of version 1.31) no longer papers over that mistake.
29596
29597 2002-01-05  Jim Meyering  <meyering@lucent.com>
29598
29599         * lib/version-etc.c (version_etc_copyright): Update copyright year.
29600
29601 2001-12-19  Paul Eggert  <eggert@twinsun.com>
29602
29603         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
29604         not silently exit merely because the output buffer happens to
29605         have nothing pending.
29606
29607 2001-12-18  Paul Eggert  <eggert@twinsun.com>
29608
29609         See the big note in ../ChangeLog.
29610         * lib/human.c (suffixes): Prefer K to k for 1024.
29611         (generate_suffix_backwards): New function.
29612         (human_readable_inexact): Use it.
29613         * lib/xstrtol.c (__xstrtol): If there is no number but there
29614         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
29615         Accept 'K' as well as 'k'.
29616
29617 2001-12-15  Jim Meyering  <meyering@lucent.com>
29618
29619         * lib/regex.h (__restrict_arr): Update from libc.
29620
29621         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
29622         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
29623         (STREQ): Define.
29624
29625 2001-12-14  Jim Meyering  <meyering@lucent.com>
29626
29627         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
29628         Suggestion from Bruno Haible.
29629
29630 2001-12-10  Jim Meyering  <meyering@lucent.com>
29631
29632         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
29633         xrealloc, Instead, include "xalloc.h".
29634         (initbuffer): Don't cast xmalloc return value to char*.
29635         (readline): Reword comment.
29636         Don't cast xrealloc return value to char*
29637         Return NULL, not 0.
29638
29639 2001-12-09  Jim Meyering  <meyering@lucent.com>
29640
29641         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
29642         about `signed and unsigned type in conditional expression'.
29643         * lib/posixtm.c (posix_time_parse): Likewise.
29644
29645         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
29646
29647         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
29648         to avoid a pedantic warning.
29649
29650         * lib/getstr.c: Don't include assert.h.
29651         (getstr): Remove warning-evoking assertions.
29652         Return -1 if offset parameter is out of bounds.
29653         Change the type of a local from int to size_t.
29654
29655         * lib/strftime.c (my_strftime_localtime_r): Include this function
29656         definition in the `#if ! HAVE_TM_GMTOFF' block.
29657
29658         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
29659         Include xalloc.h instead.
29660
29661 2001-12-02  Jim Meyering  <meyering@lucent.com>
29662
29663         * lib/tempname.c: Don't declare getenv, thus reverting the change of
29664         2001-11-18.  It's no longer necessary, now that stdlib.h is always
29665         included.
29666
29667         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
29668         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
29669
29670 2001-11-30  Akim Demaille  <akim@epita.fr>
29671
29672         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
29673         before being defined.
29674
29675 2001-11-27  Paul Eggert  <eggert@twinsun.com>
29676
29677         * lib/quotearg.h (quotearg_n, quotearg_n_style):
29678         First arg is int, not unsigned.
29679         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
29680         (SIZE_MAX, UINT_MAX): New macros.
29681         (quotearg_n_options): Abort if N is negative.
29682         Avoid overflow check on hosts where size_t is 64 bits and int
29683         is 32 bits, as overflow is impossible there.
29684         Fix off-by-one typo that caused unnecessary reallocation.
29685
29686 2001-11-27  Jim Meyering  <meyering@lucent.com>
29687
29688         * lib/tempname.c: Merge with version from libc.
29689         * lib/regex.c: Likewise.
29690
29691         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
29692         systems for which STDC_HEADERS is 0, it was not included, resulting in
29693         a warning about an integer-to-pointer conversion problem with getenv.
29694         Reported by Volker Borchert.
29695
29696 2001-11-26  Jim Meyering  <meyering@lucent.com>
29697
29698         * lib/gtod.h: Remove file.
29699         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
29700         * lib/gettimeofday.c: Don't include gtod.h.
29701         (GTOD_init): Remove function.
29702         (rpl_gettimeofday): Do its job here instead, rather than aborting.
29703         Suggestion from Volker Borchert.
29704
29705 2001-11-23  Jim Meyering  <meyering@lucent.com>
29706
29707         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
29708         it.
29709         * lib/hash.c (struct hash_table): Define it here instead.
29710
29711 2001-11-22  Jim Meyering  <meyering@lucent.com>
29712
29713         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
29714
29715 2001-11-20  Jim Meyering  <meyering@lucent.com>
29716
29717         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
29718         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
29719
29720 2001-11-19  Jim Meyering  <meyering@lucent.com>
29721
29722         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
29723         directory.  Use "conftestXXXXXX" as the template.
29724         Suggestion from Paul Eggert.
29725
29726         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
29727         immediately, so the test doesn't mistakenly hit the max-open-files
29728         limit.
29729
29730 2001-11-18  Paul Eggert  <eggert@twinsun.com>
29731
29732         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
29733         (TEMPORARIES): New macro.
29734         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
29735         removes an artificial limitation (e.g. HP-UX 10.20, where
29736         TMP_MAX is 17576).
29737
29738 2001-11-18  Jim Meyering  <meyering@lucent.com>
29739
29740         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
29741
29742 2001-11-18  Jim Meyering  <meyering@lucent.com>
29743
29744         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
29745         on SunOS 4.
29746
29747         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
29748         files will be created before anything else.
29749
29750 2001-11-17  Paul Eggert  <eggert@twinsun.com>
29751
29752         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
29753         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
29754
29755 2001-11-17  Jim Meyering  <meyering@lucent.com>
29756
29757         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
29758         Prompted by a report from Bob Proulx.
29759
29760         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
29761         Instead, require UTILS_FUNC_MKSTEMP.
29762
29763 2001-11-17  Jim Meyering  <meyering@lucent.com>
29764
29765         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
29766         Now, that's done as part of AC_FUNC_STRTOD.
29767
29768 2001-11-17  Jim Meyering  <meyering@lucent.com>
29769
29770         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
29771         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
29772         rather than group writable.  Patch by Juan F. Codagnone.
29773
29774         * lib/readtokens.c: Remove explicit declarations of xmalloc and
29775         xrealloc, Instead, include "xalloc.h".
29776
29777         * lib/mountlist.c: Include unlocked-io.h after all system headers.
29778         Remove explicit declarations of xmalloc, xrealloc,
29779         and xstrdup.  Instead, include "xalloc.h".
29780
29781         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
29782         unlocked-io.h.
29783         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
29784         Likewise.
29785         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
29786
29787         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
29788         Reported by Padraig Brady.
29789
29790         * lib/mkstemp.c: #undef mkstemp.
29791         Include config.h.
29792         (rpl_mkstemp): Rename from mkstemp.
29793         Protoize.
29794
29795 2001-11-16  Jim Meyering  <meyering@lucent.com>
29796
29797         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
29798         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
29799         determine the amount of total physical memory, use pstat_getstatic.
29800         HPUX-11 doesn't define _SC_PHYS_PAGES.
29801         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
29802         If sysconf couldn't be used to determine the amount of available
29803         physical memory, use both pstat_getstatic and pstat_getdynamic.
29804         Based on a patch from Bob Proulx.
29805
29806 2001-11-10  Jim Meyering  <meyering@lucent.com>
29807
29808         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
29809         (jm_PREREQ): Use it.
29810
29811 2001-11-09  Jim Meyering  <meyering@lucent.com>
29812
29813         * m4/jm-macros.m4: Require autoconf-2.52f.
29814         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
29815         Use these AC_-prefixed names, not the AM_-prefixed ones.
29816
29817         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
29818
29819 2001-11-05  Jim Meyering  <meyering@lucent.com>
29820
29821         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
29822
29823 2001-11-04  Jim Meyering  <meyering@lucent.com>
29824
29825         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
29826         $DEFS.
29827
29828 2001-11-03  Jim Meyering  <meyering@lucent.com>
29829
29830         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
29831         of AC_DEFUN.
29832
29833         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
29834         know the name of the variable in the macro definition.
29835
29836 2001-11-03  Jim Meyering  <meyering@lucent.com>
29837
29838         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
29839         in argmatch_to_argument call.
29840
29841         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
29842         argument.
29843
29844         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
29845         e.g., a fault due to an attempt to free a NULL pointer.
29846
29847 2001-11-01  Jim Meyering  <meyering@lucent.com>
29848
29849         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
29850         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
29851
29852 2001-11-01  Jim Meyering  <meyering@lucent.com>
29853
29854         * lib/dirfd.c, lib/dirfd.h: New files.
29855         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
29856
29857         * lib/hash.c (hash_print) [TESTING]: Clean up.
29858
29859 2001-10-22  Paul Eggert  <eggert@twinsun.com>
29860
29861         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
29862         to avoid a warning if -Wall.
29863
29864 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
29865
29866         * README: New file
29867         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
29868         (per RMS's instructions, this is now the canonical source)
29869         * lgpl/, gpl/: New directories.
29870
29871 2001-10-21  Paul Eggert  <eggert@twinsun.com>
29872
29873         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
29874
29875 2001-10-21  Jim Meyering  <meyering@lucent.com>
29876
29877         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
29878         this code would end up calling gettext even in packages built
29879         with --disable-nls.
29880         * lib/getopt.c (_): Likewise.
29881         * lib/regex.c (_): Likewise.
29882
29883 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29884
29885         * m4/error.m4 (jm_PREREQ_ERROR):
29886         Do not invoke AC_CHECK_FUNCS with strerror_r, as
29887         AC_FUNC_STRERROR_R does that.
29888         Check for strerror declaration.
29889
29890         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
29891         are supposed to have them these days.
29892         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
29893         Merge changes from latest Autoconf CVS.
29894         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
29895         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
29896         POSIX decided to standardize on the int flavor of strerror_r.
29897
29898 2001-10-20  Paul Eggert  <eggert@twinsun.com>
29899
29900         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
29901         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
29902         Use strerror_r that is only a macro, even if it is not a function.
29903         (strerror): Check for HAVE_DECL_STRERROR before declaring.
29904         (private_strerror): Use prototypes, not old-style function definition.
29905         (print_errno_message): New function.
29906         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
29907         char*-flavored one.
29908         (error_tail, error, error_at_line): Use it.
29909
29910 2001-10-11  Jim Meyering  <meyering@lucent.com>
29911
29912         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
29913         and quote_n (1, ... to avoid clobbering a buffer.
29914
29915 2001-10-05  Jim Meyering  <meyering@lucent.com>
29916
29917         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
29918         hash-pjw.h.
29919         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
29920         * lib/hash-pjw.h: New file.
29921
29922 2001-09-30  Jim Meyering  <meyering@lucent.com>
29923
29924         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
29925         `struct fsstat' has the `f_fstypename' member.
29926         Use that to define FS_TYPE, which is now used to make
29927         the getfsstat link test tighter.
29928
29929 2001-09-30  Jim Meyering  <meyering@lucent.com>
29930
29931         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
29932         Include <sys/ucred.h>, for Apple Darwin.
29933         Include sys/mount.h and sys/fs_types.h only if available.
29934         (FS_TYPE): Define.
29935         (read_filesystem_list): Use FS_TYPE.
29936
29937 2001-09-29  Paul Eggert  <eggert@twinsun.com>
29938
29939         * lib/exclude.c (excluded_filename): 0 -> false, since it's
29940         a boolean context.
29941
29942 2001-09-29  Jim Meyering  <meyering@lucent.com>
29943
29944         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29945         [one-argument getmntent function]): Include stdio.h before mntent.h.
29946         SunOS 4.1.x needs it for the declaration of `FILE'.
29947         Patch by Volker Borchert.
29948
29949         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
29950         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
29951         sys/fs_types.h, and make the link-test for getfsstat guard #include
29952         directives with appropriate #if HAVE_*_H tests so that we can
29953         detect getfsstat on Apple Darwin1.3.7 systems.
29954         Reported by Nelson Beebe.
29955         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
29956
29957 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29958
29959         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29960         #defines strtoimax.  Also treat the other strto* functions
29961         like strtoimax.
29962
29963         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
29964         Check for strtoul and strtoumax,
29965         as those declarations are made even in the signed case.
29966         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
29967         Likewise, for strtol and strtoimax.
29968
29969 2001-09-28  Paul Eggert  <eggert@twinsun.com>
29970
29971         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
29972         #defines strtoimax.  Also treat the other strto* functions
29973         like strtoimax.
29974
29975         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
29976         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
29977         (strtoimax, strtoumax): Do not declare if already defined as a macro.
29978
29979 2001-09-26  Jim Meyering  <meyering@lucent.com>
29980
29981         Most macros in unlocked-io.h had the wrong number of arguments.
29982         * lib/gen-uio: New script.
29983         (USE_UNLOCKED_IO): Define to 1 if not already defined.
29984         * lib/unlocked-io.hin: Remove file.
29985         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
29986         rather than trying to embed it here.
29987         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
29988         Reported by Padraig Brady.
29989
29990 2001-09-25  Volker Borchert  <bt@teknon.de>
29991
29992         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
29993         `result'.
29994
29995 2001-09-24  Jim Meyering  <meyering@lucent.com>
29996
29997         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
29998
29999 2001-09-23  Jim Meyering  <meyering@lucent.com>
30000
30001         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
30002         instead of the mere test for existence of mntent.h.  The latter
30003         would get a false-positive on AIX 3.4 systems.
30004         In the outer getmntent if-block, don't die if neither of the getmntent
30005         tests succeeds.  Instead, just fall through and continue with the
30006         remaining tests.
30007
30008 2001-09-23  Jim Meyering  <meyering@lucent.com>
30009
30010         * lib/mountlist.c: Remove useless parentheses in #if directives.
30011         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
30012         the deprecated MOUNTED symbol is no longer defined in mntent.h.
30013
30014 2001-09-22  Jim Meyering  <meyering@lucent.com>
30015
30016         * m4/gettext.m4: New file.  From gettext.
30017         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
30018         * m4/progtest.m4: Likewise
30019         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
30020         * m4/glibc21.m4: Likewise.
30021
30022         * m4/libintl.m4: Remove.  No longer used.
30023
30024 2001-09-22  Jim Meyering  <meyering@lucent.com>
30025
30026         * lib/localcharset.c: Update from latest gettext.
30027         * lib/config.charset: Likewise.
30028
30029 2001-09-20  Jim Meyering  <meyering@lucent.com>
30030
30031         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
30032         strtoimax.
30033         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
30034         strtoumax.
30035
30036 2001-09-20  Jim Meyering  <meyering@lucent.com>
30037
30038         * lib/xstrtol.c (strtoimax): Guard declaration with
30039         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
30040         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
30041         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
30042         (strtoumax): Likewise, for completeness (it wasn't necessary).
30043
30044 2001-09-17  Paul Eggert  <eggert@twinsun.com>
30045
30046         * lib/strtoimax.c (HAVE_LONG_LONG):
30047         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
30048         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
30049         to work around bug in IBM C compiler.
30050
30051 2001-09-17  Jim Meyering  <meyering@lucent.com>
30052
30053         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
30054         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
30055         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
30056         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
30057         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
30058         whenever the right hand side need not be expanded by the shell.
30059
30060 2001-09-16  Paul Eggert  <eggert@twinsun.com>
30061
30062         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
30063         library.  It's not correct, as some older glibcs are buggy.
30064         fnmatch wasn't fixed until glibc 2.2.
30065
30066         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
30067         special shell magic here.
30068
30069 2001-09-16  Jim Meyering  <meyering@lucent.com>
30070
30071         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
30072         * m4/jm-macros.m4: Require it.
30073
30074 2001-09-16  Jim Meyering  <meyering@lucent.com>
30075
30076         * lib/mkdir.c: New file.
30077
30078 2001-09-15  Jim Meyering  <meyering@lucent.com>
30079
30080         * m4/jm-macros.m4: Check for help2man.
30081
30082 2001-09-11  Jim Meyering  <meyering@lucent.com>
30083
30084         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
30085         The body, by Paul Eggert, was moved here from configure.in.
30086         * m4/jm-macros.m4: Require UTILS_HOST_OS.
30087
30088 2001-09-04  Paul Eggert  <eggert@twinsun.com>
30089
30090         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
30091         (jm_PREREQ): Use it.
30092
30093 2001-09-04  Paul Eggert  <eggert@twinsun.com>
30094
30095         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
30096         Use ssize_t, not int, to store result of readlink.
30097         Check for ssize_t overflow as well as size_t overflow,
30098         as POSIX says the result of readlink is implementation-defined
30099         when ssize_t overflows.
30100         Remove unnecessary cast to char*.
30101         Use free+malloc instead of realloc, as the storage doesn't need
30102         to be preserved and it's clearer and can be more efficient that way.
30103         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
30104         * lib/xreadlink.h (xreadlink): Update prototype.
30105
30106 2001-09-04  Paul Eggert  <eggert@twinsun.com>
30107
30108         * lib/xgetcwd.c: Revert some of the previous change; intead,
30109         fix the HAVE_GETCWD_NULL code to behave more like the
30110         !HAVE_GETCWD_NULL code used to.
30111
30112         Include "xalloc.h".
30113         (xgetcwd): Do not return NULL when memory is exhausted; instead,
30114         invoke xalloc_die.
30115
30116 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30117
30118         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
30119         sys/param.h, as pathmax.h includes them.
30120
30121 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30122
30123         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
30124         (jm_PREREQ_XGETCWD): New macro.
30125
30126         * m4/getcwd.m4: New file.
30127
30128 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30129
30130         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
30131         like the HAVE_GETCWD_NULL code.
30132         Include pathmax.h if not HAVE_GETCWD.
30133         Do not include xalloc.h.
30134         (INITIAL_BUFFER_SIZE): New symbol.
30135         Do not use xmalloc / xrealloc, since the caller is responsible for
30136         handling errors.  Preserve errno around `free' during failure.
30137         Do not overrun buffer when using getwd.
30138
30139 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30140
30141         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
30142         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
30143         getcwd (NULL, 0).
30144
30145 2001-09-03  Paul Eggert  <eggert@twinsun.com>
30146
30147         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
30148         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
30149         spotted by Jim Meyering.
30150
30151 2001-09-03  Jim Meyering  <meyering@lucent.com>
30152
30153         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
30154         failure.
30155
30156 2001-09-02  Jim Meyering  <meyering@lucent.com>
30157
30158         * lib/error.c: Update from GNU libc.
30159
30160 2001-09-01  Jim Meyering  <meyering@lucent.com>
30161
30162         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
30163         Used by df.
30164
30165 2001-09-01  Jim Meyering  <meyering@lucent.com>
30166
30167         * lib/xreadlink.c: New file.
30168         * lib/xreadlink.h: New file.
30169         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
30170         xreadlink.h.
30171
30172         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
30173         doesn't conflict with sparc Solaris 7's definition in
30174         /usr/include/sys/int_types.h.
30175
30176         * lib/exclude.c: Use `""', not `<>' to #include non-system header
30177         files.
30178         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
30179         and strncasecmp as r-values.  Unixware didn't have declarations.
30180
30181 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30182
30183         * lib/xstrtol.h: Add copyright notice.
30184         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
30185         LONGINT_INVALID_SUFFIX_CHAR.
30186
30187 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30188
30189         * lib/xstrtol.c (strtoimax): New decl.
30190
30191 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30192
30193         * lib/xgetcwd.c: Don't include pathmax.h.
30194         Include stdlib.h and unistd.h if available.
30195         Include xalloc.h.
30196         (xmalloc, xstrdup, free): Remove decls.
30197         (xgetcwd): Don't assume sizes fit in unsigned.
30198         Check for overflow when computing sizes.
30199         Simplify reallocation code.
30200
30201 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30202
30203         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
30204         a directory's st_size can have an arbitrary value, so the old
30205         usage could waste an arbitrary amount of memory.  All uses
30206         changed.
30207         * lib/savedir.h: Update prototype.
30208
30209 2001-08-31  Paul Eggert  <eggert@twinsun.com>
30210
30211         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
30212
30213         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
30214         old strtoimax.c.
30215
30216         Also, make the following further changes to make this file's
30217         configuration more similar to that of strtol.c:
30218         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
30219         (strtoumax, uintmax_t, strtoull, strtol): Remove.
30220         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
30221         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
30222         changed to signed values.
30223
30224         And make the following changes as well:
30225         Fix copyright notice, as 1999 was missing.
30226         (verify): New macro.
30227         (strtoimax): Check sizes at compile-time, not run-time.
30228         Prefer strtol to strtoll if both work.
30229         (main): Remove; it was not that useful and was a pain to maintain.
30230
30231         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
30232
30233 2001-08-31  Jim Meyering  <meyering@lucent.com>
30234
30235         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
30236         Use an initial, malloc'd, buffer of length 128 rather than
30237         a statically allocated one of length 1024.
30238
30239 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30240
30241         Simplify code, partly by assuming autoconf 2.52 semantics.
30242
30243         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
30244
30245         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
30246         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
30247         All uses removed.
30248         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
30249         Move AC_REQUIRE to next-to-top level, to avoid confusion.
30250         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
30251         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
30252         jm_AC_HEADER_INTTYPES_H.
30253         * m4/jm-macros.m4 (jm_MACROS): Likewise.
30254
30255         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
30256
30257         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
30258         Quote first arg of AC_DEFUN.
30259         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
30260         since they are needed to parse the include file even if we need
30261         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
30262         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
30263         but with opposite signedness.
30264
30265 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30266
30267         Merge 'exclude' changes from tar 1.13.22.
30268         This fixes one or two unlikely storage allocation overflow bugs,
30269         but doesn't change user-visible behavior otherwise.
30270
30271 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30272
30273         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
30274         (jm_PREREQ_EXCLUDE): New macro.
30275
30276 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30277
30278         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
30279         tm to be declared.
30280
30281 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30282
30283         * lib/hash.c: Remove '2001' from copyright notice.
30284
30285 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30286
30287         * lib/full-write.h: New file.
30288         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
30289         * lib/full-write.c: Correct credits, as cccp.c no longer
30290         exists and anyway it was so heavily changed from the old cccp
30291         code as to be unrecognizable.  Include full-write.h.
30292         (full_write) Return size_t, with short writes meaning failure.
30293         All callers changed.  This fixes a bug with large buffers
30294         on 64-bit hosts.
30295         * lib/utime.c: Include full-write.h.
30296
30297 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30298
30299         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
30300         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
30301         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
30302         Include if available.
30303         (<xalloc.h>): Include
30304         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
30305         (verify): New macro.  Use it to verify that EXCLUDE macros do not
30306         collide with FNM macros.
30307         (struct patopts): New struct.
30308         (struct exclude): Use it, as exclude patterns now come with options.
30309         (new_exclude): Support above changes.
30310         (new_exclude, add_exclude_file):
30311         Initial size must now be a power of two to simplify overflow checking.
30312         (free_exclude, fnmatch_no_wildcards): New function.
30313         (excluded_filename): No longer requires options arg, as the options
30314         are determined by add_exclude.  Now returns bool, not int.
30315         (excluded_filename, add_exclude):
30316         Add support for the fancy new exclusion options.
30317         (add_exclude, add_exclude_file): Now takes int options arg.
30318         Check for arithmetic overflow when computing sizes.
30319         (add_exclude_file): xrealloc might modify errno, so don't
30320         realloc until after errno might be used.
30321
30322         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
30323         New macros.
30324         (free_exclude): New decl.
30325         (add_exclude, add_exclude_file): Now takes int options arg.
30326         (excluded_filename): No longer requires options arg, as the options
30327         are determined by add_exclude.  Now returns bool, not int.
30328
30329 2001-08-30  Paul Eggert  <eggert@twinsun.com>
30330
30331         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
30332
30333 2001-08-27  Jim Meyering  <meyering@lucent.com>
30334
30335         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
30336
30337         * lib/version-etc.c (N_): Remove definition.
30338         Revert most of last change.
30339         Instead, simply don't mark the `Copyright...' string for translation.
30340         Based on advice from Paul Eggert.
30341
30342         * lib/strtoxmax.c: Tweak comment.
30343
30344 2001-08-26  Jim Meyering  <meyering@lucent.com>
30345
30346         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
30347
30348         * m4/xstrtoimax.m4: New file.
30349         * m4/xstrtoumax.m4: Add comments explaining why we
30350         AC_REPLACE_FUNCS(strtol).
30351
30352 2001-08-26  Jim Meyering  <meyering@lucent.com>
30353
30354         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
30355         of copyright with `%s' so translators don't get an untranslated
30356         message in 2002.
30357         (COPYRIGHT_YEAR): Define.
30358         (version_etc): Use fprintf rather than fputs.
30359         Suggestion from Ulrich Drepper.
30360
30361         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
30362
30363         * lib/strtoll.c: New file, from GNU libc.
30364         * lib/xstrtoimax.c: New file.
30365
30366         * lib/xstrtol.h: Add xstrtoimax.
30367         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
30368         * lib/strtoimax.c: New file.  Likewise, but first define
30369         STRTOUXMAX_SIGNED.
30370
30371         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
30372         ...
30373         * lib/strtoxmax.c: ... then renamed to this.
30374
30375 2001-08-18  Paul Eggert  <eggert@twinsun.com>
30376
30377         * m4/inttypes.m4: Add AC_PREREQ(2.13).
30378         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
30379         (jm_AC_TYPE_INTMAX_T): New macro.
30380         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
30381
30382         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
30383
30384         * m4/longlong.m4: Renamed from ulonglong.m4.
30385         * m4/inttypes.m4: Renamed from inttypes_h.m4.
30386         * m4/uintmax_t.m4: Removed.
30387
30388 2001-08-13  Paul Eggert  <eggert@twinsun.com>
30389
30390         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
30391         Port to Solaris 8, where 'sed' requires a space after the 'r'
30392         command, and where sh dislikes "$/".  Clean up the spacing a bit.
30393         Redirect output to $tmp just once.
30394
30395 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
30396
30397         * lib/addext.c (<errno.h>): Include.
30398         (errno): Declare if not defined.
30399         (addext): Work correctly when pathconf returns -1 and leaves
30400         errno alone because there is no limit.  Also, work even if
30401         pathconf returns a value greater than SIZE_MAX.
30402
30403 2001-08-12  Jim Meyering  <meyering@lucent.com>
30404
30405         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
30406         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
30407         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
30408         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
30409         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
30410         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
30411         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
30412         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
30413         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
30414         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
30415         utime.m4, utimes.m4, xstrtoumax.m4:
30416         Quote the first argument in each use of AC_DEFUN.
30417
30418 2001-08-12  Jim Meyering  <meyering@lucent.com>
30419
30420         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
30421         Simply `return getcwd (NULL, 0);'.
30422         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
30423         Use 1300 as initial value for length, not PATH_MAX.
30424
30425         * lib/pathmax.h: Clean up cpp syntax.
30426
30427 2001-08-12  Jim Meyering  <meyering@lucent.com>
30428
30429         * lib/gettimeofday.c: New file.
30430         * lib/gtod.h: New file.
30431         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
30432
30433 2001-08-05  Jim Meyering  <meyering@lucent.com>
30434
30435         * m4/jm-macros.m4: Require autoconf-2.52.
30436
30437 2001-08-04  Jim Meyering  <meyering@lucent.com>
30438
30439         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
30440         stmt, to get in sync with glibc.
30441
30442 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30443
30444         The following changes are from gettext 0.10.39 as maintained by
30445         Bruno Haible.
30446
30447         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
30448         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
30449         with inverted sense.  All uses changed.
30450
30451         * lib/mbswidth.c: Don't include <limits.h>.
30452         Include <stdlib.h> and <string.h> unconditionally.
30453         (iswcntrl, mbsinit, ISCNTRL): New macros.
30454         (mbsnwidth): Use K&R style function declarations.
30455         Don't bother checking for MB_LEN_MAX == 1, since the compiler
30456         can optimize it when MB_CUR_MAX == 1.
30457         The width of control characters is zero, not 1.
30458
30459 2001-08-03  Paul Eggert  <eggert@twinsun.com>
30460
30461         The following changes are from gettext 0.10.39 as maintained by
30462         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
30463
30464         * m4/codeset.m4: Upgrade to serial AM1.
30465         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
30466         all uses changed.  Quote first arg of AC_DEFUN.
30467         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
30468
30469         * m4/iconv.m4: Upgrade to serial AM2.
30470         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
30471         Add --with-libconv-prefix.
30472         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
30473         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
30474         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
30475         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
30476         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
30477
30478         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
30479         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
30480         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
30481         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
30482         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
30483         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
30484         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
30485         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
30486         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
30487
30488         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
30489         string.h any more.
30490
30491         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
30492         not the default value.
30493
30494         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
30495         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
30496         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
30497         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
30498         Also check for iswcntrl, used for wcwidth fallback.
30499         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
30500         to Autoconf 2.13.
30501
30502 2001-08-03  Jim Meyering  <meyering@lucent.com>
30503
30504         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
30505         as it was in the original.  Reported by Paul Eggert.
30506
30507 2001-07-16  Jim Meyering  <meyering@lucent.com>
30508
30509         * m4/gettimeofday.m4: New file.
30510         Prompted by a report from Bernhard Baehr.
30511
30512 2001-07-15  Jim Meyering  <meyering@lucent.com>
30513
30514         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
30515         stuff. Now it's in ../Makefile.cfg.
30516
30517 2001-07-15  Jim Meyering  <meyering@lucent.com>
30518
30519         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
30520         (BUILT_SOURCES): Add unlocked-io.h.
30521         (io_functions): Define.
30522         (unlocked-io.h): New rule.
30523         (DISTCLEANFILES): Add unlocked-io.h.
30524         (all-local): Depend on unlocked-io.h, to ensure it is created.
30525
30526         * lib/unlocked-io.hin: New file
30527
30528         * lib/regex.c: Update from glibc.
30529
30530 2001-07-05  Jim Meyering  <meyering@lucent.com>
30531
30532         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
30533         recommendation.
30534         (libfetish_a_SOURCES): Put all .h files here instead.
30535         Remove a thus-exposed (better checks in automake) duplicate and
30536         two unnecessary .h files.
30537
30538 2001-07-04  Jim Meyering  <meyering@lucent.com>
30539
30540         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
30541         that generates jm-glibc-io.m4 so that it doesn't trigger any make
30542         distcheck failure.
30543
30544 2001-07-02  Jim Meyering  <meyering@lucent.com>
30545
30546         The following changes were prompted by suggestions from Bruno Haible.
30547
30548         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
30549         is now generated.
30550         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
30551         definition of EXTRA_DIST.
30552         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
30553         ensure that the generated file is created/updated whenever the list
30554         of $(unlocked_functions) is changed.
30555         (jm-glibc-io.m4): New rule.
30556         (unlocked-io.h): New rule -- currently unused.
30557
30558 2001-06-24  Jim Meyering  <meyering@lucent.com>
30559
30560         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
30561         unmatched right bracket, rather than kludging it with an extra,
30562         falsely-matching quote in a comment.  Patch by Akim Demaille.
30563
30564 2001-06-11  Jim Meyering  <meyering@lucent.com>
30565
30566         * lib/regex.c: Update from GNU libc.
30567
30568 2001-05-27  Jim Meyering  <meyering@lucent.com>
30569
30570         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
30571         Check for ut_type in struct utmp.
30572
30573 2001-05-27  Jim Meyering  <meyering@lucent.com>
30574
30575         * lib/readutmp.h (UT_TYPE): Define.
30576
30577 2001-05-24  Jim Meyering  <meyering@lucent.com>
30578
30579         * lib/argmatch.c: Include "quote.h".
30580         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
30581         quote function.  Reported by Gƶran Uddeborg.
30582
30583 2001-05-22  Jim Meyering  <meyering@lucent.com>
30584
30585         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
30586         now that we use the package-supplied version unconditionally.
30587         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
30588
30589 2001-05-21  Jim Meyering  <meyering@lucent.com>
30590
30591         * m4/regex.m4: Change a couple backticks to single quotes to avoid
30592         shell syntax errors.
30593
30594 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30595
30596         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
30597
30598 2001-05-20  Paul Eggert  <eggert@twinsun.com>
30599
30600         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
30601         Don't bother to check library strftime, since
30602         we'll be using our own my_strftime function anyway.
30603         Define my_strftime instead of strftime.
30604
30605 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
30606
30607         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
30608         which is not yet declared.
30609
30610 2001-05-15  Jim Meyering  <meyering@lucent.com>
30611
30612         * m4/regex.m4: Use proper quoting so brackets appear in the test
30613         program.
30614         Reported by, and with help from, Bruno Haible.
30615
30616 2001-05-13  Jim Meyering  <meyering@lucent.com>
30617
30618         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
30619         undefined.
30620
30621 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30622
30623         dirname code cleanup.  base_name now behaves more compatibly
30624         with POSIX basename when given file names that have trailing
30625         slashes, and similarly for dir_name.  Add new primitives
30626         base_len and dir_len.  Put the directory-name-related decls
30627         into dirname.h.
30628
30629         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
30630         * lib/backupfile.c (base_name): Likewise.
30631         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
30632         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
30633         * lib/makepath.c (strip_trailing_slashes): Likewise.
30634         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
30635         ISSLASH): Likewise.
30636         * lib/rename.c (strip_trailing_slashes): Likewise.
30637         * lib/same.c (base_name): Likewise.
30638         * lib/stripslash.c (ISSLASH): Likewise.
30639
30640         * lib/addext.c: Include <dirname.h> after size_t is defined.
30641         * lib/backupfile.c: Likewise.
30642
30643         * lib/addext.c (addext): Use base_len to trim redundant
30644         trailing slashes instead of doing it ourselves.
30645         But do not trim the last slash if it is not redundant.
30646
30647         * lib/backupfile.c (find_backup_file_name,
30648         max_backup_version): Use base_len instead of rolling it ourselves.
30649         Handle the case of "" and (on DOS) "C:" correctly.
30650
30651         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
30652         needed. Include <string.h>, <dirname.h>.
30653         (base_name): Allow file names ending in slashes, other than names
30654         that are all slashes.  In this case, return the basename followed
30655         by the slashes.  This is more general, and can be used in places
30656         where the original base_name purposely had an assertion failure.
30657         (base_len): New function.
30658
30659         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
30660         Do not include <assert.h>; no longer needed.
30661         Include xalloc.h.
30662         (memrchr): Remove decl.
30663         (dir_name_r): Remove.
30664         (dir_len): Renamed from dirlen.  All callers changed.
30665         Rewrite in terms of base_name, for simplicity and consistency.
30666         (dir_name): Never return NULL.  All callers changed.
30667         Do not include <stdlib.h> in test program; no longer needed.
30668         return 0; is fine for test program.
30669
30670         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
30671         New macros.
30672         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
30673
30674         * lib/path-concat.c (path_concat): Use base_len to compute
30675         base length, not strlen; this means we cannot rely on memcpy
30676         to null-terminate.
30677
30678         * lib/same.c (STREQ): Remove.
30679         (same_name): Handle the case where the basename ends in trailing '/'.
30680
30681         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
30682         a slash was stripped.  Do not strip the last slash after a
30683         file system prefix.
30684
30685 2001-05-11  Paul Eggert  <eggert@twinsun.com>
30686
30687         * lib/Makefile.am (libfetish_a_SOURCES):
30688         Add strftime.c, since we now compile it on all hosts.
30689
30690         * lib/strftime.c (my_strftime):
30691         Define to nstrftime if emacs, but only if my_strftime is not defined.
30692         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
30693         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
30694         Add one more extra argument: a nanoseconds value.
30695         All uses changed.
30696         (ns): New macro.
30697         (my_strftime function): Add %N format.
30698         (emacs_strftimeu): Renamed from emacs_strftime,
30699         with extra ut argument.
30700
30701 2001-05-09  Paul Eggert  <eggert@twinsun.com>
30702
30703         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
30704
30705 2001-04-21  Jim Meyering  <meyering@lucent.com>
30706
30707         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
30708         doesn't interfere.
30709
30710 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
30711
30712         * m4/ftruncate.m4: Check for chsize.
30713         Link with ftruncate.o unconditionally if ftruncate is missing.
30714         This was required when cross-compiling to i586-mingw32msvc.
30715
30716 2001-04-08  Jim Meyering  <meyering@lucent.com>
30717
30718         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
30719         recomputed; that's necessary when the offset spans a DST transition.
30720         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
30721
30722 2001-04-02  Jim Meyering  <meyering@lucent.com>
30723
30724         * lib/regex.h, regex.c: Update from GNU libc.
30725
30726 2001-03-24  Jim Meyering  <meyering@lucent.com>
30727
30728         * m4/jm-macros.m4: Require autoconf-2.49d.
30729
30730 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
30731
30732         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
30733
30734 2001-03-19  Paul Eggert  <eggert@twinsun.com>
30735
30736         * lib/version-etc.c (version_etc_copyright): Update to 2001.
30737
30738 2001-03-17  Jim Meyering  <meyering@lucent.com>
30739
30740         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
30741         now that the version in autoconf is equivalent.
30742         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
30743
30744         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
30745         Suggestion from Akim Demaille.
30746
30747         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
30748         (jm_PREREQ_TEMPNAME): New function.
30749
30750 2001-03-16  Paul Eggert  <eggert@twinsun.com>
30751
30752         * lib/tempname.c (uint64_t): Define to uintmax_t if
30753         not defined, and if UINT64_MAX is not defined.
30754         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
30755         Reported by John David Anglin.
30756
30757 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
30758
30759         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
30760         resolve alias if codeset is empty.
30761         * lib/config.charset (BeOS): Use wildcard syntax.
30762
30763 2001-03-13  Jim Meyering  <meyering@lucent.com>
30764
30765         * lib/path-concat.c (path_concat)
30766         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
30767         concatenating e.g., `C:' and `foo'.
30768         From Bruno Haible.
30769
30770 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30771
30772         * lib/localcharset.c (locale_charset): Don't use
30773         setlocale(LC_CTYPE,NULL). Don't return NULL.
30774         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
30775
30776 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
30777
30778         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
30779         support for DOS/DJGPP.
30780
30781 2001-03-01  Paul Eggert  <eggert@twinsun.com>
30782
30783         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
30784         lacks mkstemp.  Compile our own tempname.c if we compile our own
30785         mkstemp.c, as mkstemp relies on tempname.
30786
30787 2001-03-01  Jim Meyering  <meyering@lucent.com>
30788
30789         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
30790         AH_VERBATIM really does output its argument verbatim.
30791
30792 2001-02-28  Paul Eggert  <eggert@twinsun.com>
30793
30794         * lib/Makefile.am (libfetish_a_SOURCES):
30795         Add dup-safer.c, fopen-safer.c.
30796         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
30797
30798         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
30799         * lib/unistd-safer.h: New files.
30800
30801 2001-02-25  Paul Eggert  <eggert@twinsun.com>
30802
30803         The mkstemp replacement is taken from glibc 2.2.2, with some
30804         portability fixes for use outside glibc, as follows:
30805
30806         * lib/tempname.c (struct_stat64): New macro.
30807         (direxists, __gen_tempname): Use it.
30808         This avoids a portability problem with Solaris 8.
30809
30810         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
30811         (<stddef.h>, <stdint.h>, <string.h>):
30812         Include only if STDC_HEADERS || _LIBC.
30813         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
30814         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
30815         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
30816         (__set_errno): Define this macro if <errno.h> doesn't.
30817         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
30818         Define these macros if <stdio.h> doesn't.
30819         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
30820         Define these macros if <sys/stat.h>
30821         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
30822         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
30823         __xstat64): Define if not _LIBC.
30824         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
30825         (__gen_tempname): Invoke gettimeofday only if
30826         HAVE_GETTIMEOFDAY || _LIBC;
30827         otherwise, fall back on plain "time".
30828         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
30829
30830         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
30831
30832         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
30833
30834 2001-02-18  Paul Eggert  <eggert@twinsun.com>
30835
30836         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
30837
30838 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30839
30840         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
30841         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
30842         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
30843         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
30844
30845 2001-02-17  Paul Eggert  <eggert@twinsun.com>
30846
30847         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
30848         Remove workaround macros for hosts that have mbrtowc but not
30849         mbstate_t, as we now insist on proper declarations for both
30850         before using mbrtowc.
30851
30852 2001-02-17  Jim Meyering  <meyering@lucent.com>
30853
30854         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
30855         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
30856         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
30857         UnixWare 7.1.1.
30858
30859         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
30860         rather than AC_CACHE_VAL.
30861
30862 2001-02-17  Jim Meyering  <meyering@lucent.com>
30863
30864         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
30865         around included file name.
30866
30867         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
30868
30869         * lib/strftime.c: Update from GNU libc (the only changes were to
30870         comments).
30871
30872 2001-02-17  Jim Meyering  <meyering@lucent.com>
30873
30874         * lib/regex.c: Update from libc.
30875
30876 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
30877
30878         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
30879         clash.
30880
30881 2001-02-16  Paul Eggert  <eggert@twinsun.com>
30882
30883         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
30884         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
30885         Reported by Mark Hounschell via Paul Eggert.
30886
30887 2001-02-07  Jim Meyering  <meyering@lucent.com>
30888
30889         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
30890
30891 2001-02-05  Jim Meyering  <meyering@lucent.com>
30892
30893         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
30894         it includes the patch required for `large file' support with at least
30895         HP-UX's 10.20 /bin/cc.
30896
30897 2001-02-03  Jim Meyering  <meyering@lucent.com>
30898
30899         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
30900         AS_IF, now that it works once again (mysteriously).
30901         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30902
30903 2001-01-30  Jim Meyering  <meyering@lucent.com>
30904
30905         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
30906         * m4/chown.m4: Rename conftestchown to conftest.chown.
30907         * m4/rename.m4: s/conftestdir/conftest.d1/ and
30908         s/conftestdir2/conftest.d2/.
30909         * m4/utimes.m4: s/conftestdata/conftest.data/
30910         Inspired by Pavel Roskin's change in autoconf.
30911
30912 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
30913
30914         * lib/config.charset: Update for FreeBSD 4.2.
30915
30916 2001-01-27  Jim Meyering  <meyering@lucent.com>
30917
30918         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
30919         a use of AS_IF.
30920         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
30921
30922 2001-01-26  Jim Meyering  <meyering@lucent.com>
30923
30924         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
30925         quotearg.c includes it.
30926
30927 2001-01-26  Jim Meyering  <meyering@lucent.com>
30928
30929         * lib/quotearg.c: Include stddef.h.
30930         * lib/quote.c: Include stddef.h.
30931         Reported by Axel Kittenberger.
30932
30933         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
30934         line in double quotes so that it evokes a better diagnostic.
30935         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
30936         Reported by Axel Kittenberger.
30937
30938 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
30939
30940         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
30941         as if it was a `charset'.
30942
30943 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30944
30945         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
30946         has const.
30947
30948 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
30949
30950         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
30951         to avoid a warning.  Add back 'const' to inptr.
30952
30953 2001-01-20  Jim Meyering  <meyering@lucent.com>
30954
30955         Be sure that headers are checked before used in code compiled
30956         for the type checks.
30957         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
30958         In place of that, invoke jm_CHECK_ALL_TYPES.
30959         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
30960         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
30961         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
30962         The check for ssize_t was mistakenly run before the test for unistd.h.
30963
30964         The configure-time check for stdbool.h was missing.
30965         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
30966         (jm_PREREQ_HASH): New function.
30967
30968 2001-01-17  Jim Meyering  <meyering@lucent.com>
30969
30970         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
30971         for autoconf-2.49c.
30972         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
30973
30974 2001-01-16  Jim Meyering  <meyering@lucent.com>
30975
30976         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
30977         From Bruno Haible.
30978
30979 2001-01-14  Jim Meyering  <meyering@lucent.com>
30980
30981         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
30982         foo and bar.  Create conftestdir/ in the script, not in the C code.
30983         Remove directories in the script, not in the C code.
30984         Remove conftestdir{,2} before trying to create the directory.
30985         Make the entire configure script fail if the mkdir fails.
30986
30987 2001-01-14  Jim Meyering  <meyering@lucent.com>
30988
30989         * lib/rename.c: New file.  From Volker Borchert.
30990         Include stdlib.h, string.h or strings.h, and xalloc.h.
30991         Use strip_trailing_slashes rather than open-coding it.
30992
30993 2001-01-03  Paul Eggert  <eggert@twinsun.com>
30994
30995         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
30996
30997 2001-01-03  Jim Meyering  <meyering@lucent.com>
30998
30999         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
31000         of local `inptr' to avoid warning with some system declarations of
31001         iconv.
31002
31003 2001-01-02  Volker Borchert  <bt@teknon.de>
31004
31005         * m4/rename.m4: New file.
31006         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
31007
31008 2001-01-01  Jim Meyering  <meyering@lucent.com>
31009
31010         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
31011         even on systems with utmpx.h.  It's necessary for the declaration of
31012         utmp's ut_user member.  Reported by Andreas Jaeger.
31013
31014         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
31015         available. They are required for the declarations of getgrgid and
31016         getpwuid resp.
31017         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
31018         Reported by Andreas Jaeger.
31019
31020 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
31021
31022         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
31023         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
31024         so `make install' also works in VPATH builds.
31025
31026 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
31027
31028         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
31029         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
31030         can be used in subdirectories.
31031
31032 2000-12-29  Paul Eggert  <eggert@twinsun.com>
31033
31034         * lib/modechange.c: Do not assume that mode_t uses the
31035         traditional octal encoding.  E.g. "chmod 1 FOO" should set
31036         the other-execute bit of FOO even if S_IXOTH != 1.
31037
31038         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
31039         WOTH, XOTH, ALLM): New macros.
31040         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
31041          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
31042         Use them.
31043         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
31044         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
31045         (mode_compile):
31046         No need to use uintmax_t; unsigned long is long enough.
31047         Don't bother to get suffix since we don't use it.
31048
31049 2000-12-26  Jim Meyering  <meyering@lucent.com>
31050
31051         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
31052         better with autoheader.
31053
31054 2000-12-24  Jim Meyering  <meyering@lucent.com>
31055
31056         * lib/hash.c (is_prime): Return explicit boolean values.
31057         (hash_get_first): Return NULL to appease Irix5.6's 89.
31058         Reported by Nelson Beebe.
31059
31060 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
31061
31062         * lib/localcharset.c (locale_charset): Add support for Win32.
31063
31064 2000-12-18  Paul Eggert  <eggert@twinsun.com>
31065
31066         * lib/physmem.h, lib/physmem.c: New files.
31067
31068         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
31069         (noinst_HEADERS): Add physmem.h.
31070
31071         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
31072         't' for compatibility with Solaris 8 sort.
31073
31074 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
31075
31076         * lib/config.charset: Add support for BeOS.
31077
31078 2000-12-17  Jim Meyering  <meyering@lucent.com>
31079
31080         * m4/dos.m4 (jm_AC_DOS): New file and macro.
31081         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
31082
31083 2000-12-16  Jim Meyering  <meyering@lucent.com>
31084
31085         This bug had a serious impact on chown: `chown N:M FILE' (for integer
31086         N and M) would have treated it like `chown N:N FILE'.
31087
31088         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
31089
31090 2000-12-16  Jim Meyering  <meyering@lucent.com>
31091
31092         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
31093         SHELLS_FILE to a file name that's useful on djgpp systems.
31094         Include stdlib.h.
31095         (ADDITIONAL_DEFAULT_SHELLS): Define.
31096         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
31097         Based mostly on a patch from Prashant TR.
31098
31099 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
31100
31101         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
31102         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
31103         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
31104
31105 2000-12-08  Andreas Schwab  <schwab@suse.de>
31106
31107         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
31108         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
31109
31110 2000-12-07  Jim Meyering  <meyering@lucent.com>
31111
31112         * lib/stripslash.c (ISSLASH): Define.
31113         (strip_trailing_slashes): Use ISSLASH rather than comparing against
31114         `/'.
31115         From Prashant TR.
31116
31117         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
31118         (dir_name_r): Declare this function as static.
31119         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
31120         manifest itself on a name containing a mix of slashes and
31121         backslashes.
31122         Make this function work with names starting with a DOS-style
31123         drive letter and colon prefix.
31124         (dir_name): Append `.' if necessary.
31125         Based mostly on patches from Prashant TR and Eli Zaretskii.
31126
31127         * lib/dirname.h (dir_name_r): Remove prototype.
31128
31129 2000-12-06  Paul Eggert  <eggert@twinsun.com>
31130
31131         * m4/off_t-format.m4: Remove this file.
31132         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
31133
31134 2000-12-06  Jim Meyering  <meyering@lucent.com>
31135
31136         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
31137         replacement strtoull, we may well need the replacement strtoul, too.
31138         Check for declarations of strtoul and strtoull.
31139         Check for strtol.  Mainly as a cue to cause automake to include
31140         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
31141         Check for limits.h -- strtol.c needs it.
31142
31143 2000-12-05  Jim Meyering  <meyering@lucent.com>
31144
31145         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
31146
31147 2000-12-04  Jim Meyering  <meyering@lucent.com>
31148
31149         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
31150         Also include memory.h, stdlib.h, unistd.h if appropriate.
31151         Reported by Andreas Jaeger (conflicting declaration of malloc).
31152
31153 2000-12-02  Jim Meyering  <meyering@lucent.com>
31154
31155         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
31156         * m4/jm-macros.m4 (jm_MACROS): require it.
31157
31158 2000-12-02  Jim Meyering  <meyering@lucent.com>
31159
31160         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
31161
31162 2000-12-01  Paul Eggert  <eggert@twinsun.com>
31163
31164         * lib/memrchr.c: Include <config.h> before any system include file.
31165
31166 2000-11-30  Jim Meyering  <meyering@lucent.com>
31167
31168         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
31169
31170 2000-11-30  Jim Meyering  <meyering@lucent.com>
31171
31172         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
31173
31174 2000-11-29  Paul Eggert  <eggert@twinsun.com>
31175
31176         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
31177
31178 2000-11-26  Jim Meyering  <meyering@lucent.com>
31179
31180         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
31181
31182 2000-11-22  Paul Eggert  <eggert@twinsun.com>
31183
31184         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
31185         size of (size_t) -1; it's not portable.
31186
31187 2000-11-17  Jim Meyering  <meyering@lucent.com>
31188
31189         * lib/strstr.c: Update from GNU libc.
31190
31191 2000-11-17  Akim Demaille  <akim@epita.fr>
31192
31193         * lib/obstack.h: Formatting changes.
31194         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
31195         prevent type checking.
31196         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
31197         cast the value to (void *): assigning a `foo *' to a `void *'
31198         variable is valid.
31199         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
31200
31201 2000-11-16  Jim Meyering  <meyering@lucent.com>
31202
31203         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
31204
31205 2000-11-11  Jim Meyering  <meyering@lucent.com>
31206
31207         * lib/error.c: Add a couple #includes, merging from GNU libc version.
31208
31209 2000-11-10  Jim Meyering  <meyering@lucent.com>
31210
31211         * lib/obstack.h: Update from GNU libc.
31212         * lib/obstack.c: Likewise.
31213
31214 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
31215
31216         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
31217
31218 2000-11-06  Paul Eggert  <eggert@twinsun.com>
31219
31220         * lib/getusershell.c (setusershell): Use rewind rather than
31221         fseek/fseeko, to avoid configuration hassles with fseeko.
31222         Don't bother opening SHELLS_FILE if shellstream is NULL;
31223         it's not necessary.
31224
31225 2000-11-05  Jim Meyering  <meyering@lucent.com>
31226
31227         * lib/makepath.h (make_dir): Declare.
31228         * lib/makepath.c (make_dir): Remove `static' attribute.
31229         Tweak a comment.
31230
31231 2000-11-04  Jim Meyering  <meyering@lucent.com>
31232
31233         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
31234
31235 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
31236
31237         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
31238         last one in a bucket, advance to the next bucket.
31239
31240 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
31241
31242         * lib/fnmatch.c: Do not comment out all the code if we are using
31243         the GNU C library, because in some cases we are replacing buggy
31244         code in the GNU C library itself.
31245
31246 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
31247
31248         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
31249         (regex_compile): Catch bogus \(\1\).
31250
31251 2000-10-30  Paul Eggert  <eggert@twinsun.com>
31252
31253         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
31254         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
31255         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
31256
31257 2000-10-30  Paul Eggert  <eggert@twinsun.com>
31258
31259         * lib/error.h, getline.h, modechange.h:
31260         Remove "2000" from Copyright line, as the file hasn't been
31261         changed this year other than in the copyright notice.
31262
31263         * lib/xalloc.h: Add "2000" to Copyright line, as this file
31264         was changed this year.
31265
31266 2000-10-29  Jim Meyering  <meyering@lucent.com>
31267
31268         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
31269         renaming.
31270         * m4/ls-mntd-fs.m4: Likewise
31271
31272 2000-10-29  Jim Meyering  <meyering@lucent.com>
31273
31274         * lib/xstat.in: Fix grammar in comment.
31275
31276 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
31277
31278         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
31279         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
31280         doesn't define __restrict_arr.
31281
31282 2000-10-28  Jim Meyering  <meyering@lucent.com>
31283
31284         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
31285         (jm_PREREQ_MEMCHR): New function.
31286
31287 2000-10-28  Jim Meyering  <meyering@lucent.com>
31288
31289         * lib/memchr.c: Update from libc.
31290         Adjust for portability:
31291         [HAVE_STDLIB_H]: Include stdlib.h.
31292         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
31293         Undef __memchr, too.
31294         [!weak_alias]: Define __memchr to memchr.
31295
31296         * lib/regex.c: Update from libc.
31297         * lib/regex.h: Likewise.
31298         * lib/getopt1.c: Likewise.
31299         * lib/memcmp.c: Likewise.
31300
31301         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
31302         Avoid using fseek, when possible -- it's broken by design.
31303         Patch by Ulrich Drepper.
31304
31305 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
31306
31307         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
31308         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
31309         Giving in to popular pressure to shut up the compiler with casts.
31310
31311 2000-10-26  Jim Meyering  <meyering@lucent.com>
31312
31313         * lib/strftime.c: Update from libc.
31314
31315 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
31316
31317         * regex.c: More `unsigned char' -> `re_char' changes.
31318         Also change several `int' into `re_wchar_t'.
31319         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
31320         (PUSH_FAILURE_POINTER): Don't cast any more.
31321         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
31322         We want GCC to complain, since this piece of code makes
31323         re_match non-reentrant, which *should* be fixed.
31324         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
31325         (EXTEND_BUFFER): Use RETALLOC.
31326         (SET_LIST_BIT): Don't cast.
31327         (re_wchar_t): New type.
31328         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
31329         that those two functions will always properly return.
31330         (IMMEDIATE_QUIT_CHECK): Cast to void.
31331         (analyse_first): Use recursion rather than an explicit stack.
31332         (re_compile_fastmap): Can't fail anymore.
31333         (re_search_2): Don't check re_compile_fastmap for failure.
31334         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
31335         Now also sets the new value (passed in a new argument).
31336         (re_match_2_internal): Use it.
31337         Also, use a new var `reg' of type size_t when looping through regs
31338         rather than reuse the inappropriate `mcnt'.
31339
31340 2000-10-25  Jim Meyering  <meyering@lucent.com>
31341
31342         * lib/obstack.c: Update from libc.
31343
31344 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
31345
31346         * regex.c (regex_compile): Change the way of handling a range from
31347         a char less than 256 to a char not less than 256.
31348
31349 2000-10-24  Andrew Innes  <andrewi@gnu.org>
31350
31351         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
31352         NT-Emacs only.
31353         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
31354         so that re_search functions only quit when callers expect them to.
31355
31356 2000-10-23  Jim Meyering  <meyering@lucent.com>
31357
31358         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
31359         wrong.  That set_locale call must not have any side effects.
31360         From Paul Eggert.
31361
31362 2000-10-22  Jim Meyering  <meyering@lucent.com>
31363
31364         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
31365         [CYCLIC]: Remove now-unused definition.
31366
31367         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
31368         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
31369         Suggestion from Ulrich Drepper.
31370
31371 2000-10-21  Jim Meyering  <meyering@lucent.com>
31372
31373         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
31374         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
31375         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
31376
31377 2000-10-21  Jim Meyering  <meyering@lucent.com>
31378
31379         * lib/dirname.c (memrchr): Declare if necessary.
31380         (dir_name): Remove the restriction that there be no
31381         trailing slashes.  Now, this code skips past them, effectively
31382         ignoring them.
31383         [TEST_DIRNAME] (main): New unit tests.
31384
31385         * lib/memrchr.c: New file from GNU libc.
31386         Undef __memrchr, too.
31387         [!weak_alias]: Define __memrchr to memrchr.
31388         Guard weak_alias use with `#ifdef weak_alias'.
31389
31390 2000-10-21  Jim Meyering  <meyering@lucent.com>
31391
31392         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
31393         (dir_name): Use dir_name_r.
31394         * lib/dirname.h (dir_name_r): Declare it.
31395
31396 2000-10-17  Jim Meyering  <meyering@lucent.com>
31397
31398         * lib/quote.h (PARAMS): Define and use.
31399         Reported by Akim Demaille.
31400
31401         * lib/getopt.c: Update from libc.
31402
31403 2000-10-16  Jim Meyering  <meyering@lucent.com>
31404
31405         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
31406         setlocale.
31407         From Jan Fedak.
31408
31409 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
31410
31411         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
31412
31413 2000-09-25  Jim Meyering  <meyering@lucent.com>
31414
31415         * lib/md5.h (rol): Define (from GnuPG).
31416
31417         * lib/sha.c: Give credit (GnuPG) where due.
31418         (M): Use rol rather than open-coding it.
31419         Add a FIXME comment.
31420
31421 2000-09-21  Jim Meyering  <meyering@lucent.com>
31422
31423         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
31424         Reported by Michael Stone.
31425
31426 2000-09-20  Jim Meyering  <meyering@lucent.com>
31427
31428         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
31429         (noinst_HEADERS): Add sha.h.
31430         Based on code from Scott G. Miller and from GnuPG.
31431
31432 2000-09-18  Jim Meyering  <meyering@lucent.com>
31433
31434         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
31435         LIBS. Otherwise, everyone ends up linking with -lelf for some
31436         configurations.
31437         Reported by Mike Stone.
31438
31439 2000-09-15  Jim Meyering  <meyering@lucent.com>
31440
31441         * lib/regex.c: Update from libc.
31442
31443 2000-09-10  Jim Meyering  <meyering@lucent.com>
31444
31445         * lib/getopt.c (_getopt_internal): Update from glibc.
31446
31447 2000-09-09  Jim Meyering  <meyering@lucent.com>
31448
31449         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
31450         think it should be used as a general replacement for isascii.
31451         * lib/fnmatch.c: Likewise.
31452         * lib/mbswidth.c: Likewise
31453         * lib/regex.c: Likewise.
31454
31455         Don't use atoi.
31456         * lib/userspec.c: Include sys/param.h and limits.h.
31457         Include xstrtol.h.
31458         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
31459         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
31460         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
31461         UID, GID.  Check range.
31462
31463 2000-09-06  Jim Meyering  <meyering@lucent.com>
31464
31465         * lib/getopt.c (_getopt_internal): Update from glibc.
31466
31467 2000-08-30  Jim Meyering  <meyering@lucent.com>
31468
31469         * lib/strftime.c: Merge in changes from GNU libc.
31470
31471 2000-08-26  Jim Meyering  <meyering@lucent.com>
31472
31473         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
31474         * m4/fpending.m4: New file.
31475
31476 2000-08-26  Jim Meyering  <meyering@lucent.com>
31477
31478         * lib/closeout.c: Include "__fpending.h".
31479         (close_stdout_status): Return right away if there's nothing to flush.
31480
31481         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
31482         * lib/__fpending.c: New file.
31483         * lib/__fpending.h: New file.
31484
31485 2000-08-20  Jim Meyering  <meyering@lucent.com>
31486
31487         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
31488         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
31489         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
31490
31491 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
31492
31493         Improve fileutils installation on systems where running
31494         programs (like install) can't be unlinked.
31495         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
31496         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
31497
31498 2000-08-07  Paul Eggert  <eggert@twinsun.com>
31499
31500         Standardize on "memory exhausted" instead of "Memory exhausted"
31501         or "virtual memory exhausted".
31502         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
31503         "virtual memory exhausted".
31504         * lib/same.c (same_name): Invoke xalloc_die instead of printing
31505         our own message.
31506         * lib/userspec.c (parse_user_spec): Likewise.
31507         * lib/bumpalloc.h: comment fix
31508         * lib/same.c, userspec.c: Include xalloc.h.
31509
31510         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
31511         not char *const and pointing to a constant array.
31512         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
31513         (xrealloc): Comment fix.
31514
31515         * lib/userspec.c (parse_user_spec):
31516         Don't translate a message until just before returning,
31517         to avoid unnecessary translation.
31518
31519 2000-08-07  Jim Meyering  <meyering@lucent.com>
31520
31521         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
31522         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
31523         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
31524         getgroups.c, gethostname.c, getopt.h, group-member.c,
31525         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
31526         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
31527         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
31528         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
31529         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
31530         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
31531         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
31532         yesno.c: Back out Copyright date changes for each file with no change
31533         this year.  This eases coordination with other programs using the same
31534         source code modules.  From Paul Eggert.
31535
31536 2000-08-06  Paul Eggert  <eggert@twinsun.com>
31537
31538         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
31539         not char, for compatibility with glibc 2.1.3 strftime.c.
31540
31541 2000-08-03  Greg McGary  <greg@mcgary.org>
31542
31543         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
31544         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
31545         (EXTEND_BUFFER): Use them.
31546
31547 2000-08-01  Jim Meyering  <meyering@lucent.com>
31548
31549         * lib/dirname.c (ISSLASH): Define.
31550         (BACKSLASH_IS_PATH_SEPARATOR): Define.
31551         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
31552         both `\' and `/' may be use as path separators.
31553         Based on a patch from Prashant TR.
31554
31555 2000-07-31  Paul Eggert  <eggert@twinsun.com>
31556
31557         * lib/quotearg.c (quotearg_n_options): Don't make the initial
31558         slot vector a constant, since it might get modified.
31559
31560 2000-07-31  Jim Meyering  <meyering@lucent.com>
31561
31562         * lib/xmalloc.c: Use `virtual memory exhausted', not
31563         `Memory exhausted'.
31564         * lib/obstack.c (print_and_abort): Likewise.
31565
31566 2000-07-30  Paul Eggert  <eggert@twinsun.com>
31567
31568         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
31569         buffer, so that the caller can always quote one small
31570         component of a "memory exhausted" message in slot 0.
31571         From a suggestion by Jim Meyering.
31572
31573 2000-07-30  Jim Meyering  <meyering@lucent.com>
31574
31575         * lib/makepath.c (make_path): Quote the other instance, too.
31576
31577         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
31578         (STATIC_BUF_SIZE): Define.
31579         (quotearg_n_options): Use only statically allocated storage when
31580         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
31581         than STATIC_BUF_SIZE.
31582
31583 2000-07-29  Jim Meyering  <meyering@lucent.com>
31584
31585         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
31586         * lib/dirname.c (dir_name): Likewise.
31587
31588         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
31589         `/'.
31590
31591         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
31592         (dir_name): Assert that there are no trailing slashes.
31593
31594 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
31595
31596         * lib/mbswidth.h (mbswidth): Add a flags argument.
31597         (mbswidth): New declaration.
31598         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
31599         * lib/mbswidth.c (mbswidth): Add a flags argument.
31600         (mbsnwidth): New function.
31601
31602 2000-07-24  Jim Meyering  <meyering@lucent.com>
31603
31604         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
31605
31606 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31607
31608         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
31609
31610 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31611
31612         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
31613         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
31614         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
31615         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
31616         invoke multibyte primitives.
31617
31618 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31619
31620         * lib/quotearg.c:
31621         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
31622         so that mbstate_t is always defined.
31623
31624         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
31625         be 1 in at least one GCC installation, and this configuration
31626         error is likely to be common.  Ignoring MB_LEN_MAX hurts
31627         performance on hosts that have mbrtowc but have only unibyte
31628         locales, but I assume these hosts are rare.
31629
31630 2000-07-23  Paul Eggert  <eggert@twinsun.com>
31631
31632         * lib/mbswidth.c (_XOPEN_SOURCE):
31633         Don't define; this causes problems on Solaris 7.
31634         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
31635
31636 2000-07-23  Jim Meyering  <meyering@lucent.com>
31637
31638         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
31639         too: getgrgid, getpwuid, getuid.
31640
31641 2000-07-23  Jim Meyering  <meyering@lucent.com>
31642
31643         * lib/basename.c (base_name): Add an assertion.
31644
31645 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
31646
31647         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
31648         shadow its mbsinit function.
31649
31650 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31651
31652         * lib/mbswidth.h: New file.
31653         * lib/mbswidth.c: New file.
31654         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
31655         (noinst_HEADERS): Add mbswidth.h.
31656
31657 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
31658
31659         * lib/config.charset: Add support for FreeBSD. Improve support for
31660         HP-UX and IRIX 6.
31661
31662 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
31663
31664         * m4/mbswidth.m4: New file.
31665         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
31666
31667 2000-07-15  Jim Meyering  <meyering@lucent.com>
31668
31669         * lib/makepath.c: Include quote.h.
31670         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
31671         corresponding argument in a `quote (...)' call.
31672         Give better diagnostics.
31673
31674         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
31675         (noinst_HEADERS): Add quote.h.
31676
31677         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
31678         from tar's src/misc.c.
31679         * lib/quote.h: New file.  Prototypes for same.
31680
31681 2000-07-14  Paul Eggert  <eggert@twinsun.com>
31682
31683         From a suggestion by Bruno Haible.
31684         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
31685         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
31686         to decide whether to define the BeOS workaround macro;
31687         this adjusts to the change to AC_MBSTATE_T.
31688
31689 2000-07-14  Jim Meyering  <meyering@lucent.com>
31690
31691         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
31692         jm_AC_TYPE_UINTMAX_T.
31693
31694 2000-07-13  Paul Eggert  <eggert@twinsun.com>
31695
31696         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
31697
31698         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
31699         quotearg_buffer_restyled): Add support for
31700         clocale_quoting_style.  Undo previous change to
31701         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
31702         and "{RIGHT QUOTATION MARK}" msgids.
31703
31704 2000-07-10  Paul Eggert  <eggert@twinsun.com>
31705
31706         From a suggestion by Bruno Haible.
31707         * m4/mbstate_t.m4 (AC_MBSTATE_T):
31708         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
31709         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
31710         and mbstate_t, to a single-part test that simply defines mbstate_t.
31711         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
31712         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
31713
31714 2000-07-10  Jim Meyering  <meyering@lucent.com>
31715
31716         * m4/strerror_r.m4: Mirror the correction made in autoconf.
31717
31718         * m4/gnu-source.m4: Output to confdefs.h directly.
31719         Suggestion from Akim Demaille.
31720
31721 2000-07-09  Paul Eggert  <eggert@twinsun.com>
31722
31723         The old behavior of quoting `like this' doesn't look good with
31724         newer, ISO-style fonts.  See:
31725         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
31726
31727         Instead, quote "like this" by default.  Let the translator
31728         tailor the locale-specific quoting behavior by providing
31729         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
31730
31731         * lib/quotearg.c (N_): New macro.
31732         (gettext_default): New function.
31733         (quotearg_buffer_restyled): Use
31734         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
31735         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
31736
31737 2000-07-09  Jim Meyering  <meyering@lucent.com>
31738
31739         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
31740         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
31741
31742         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
31743         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
31744
31745 2000-07-09  Jim Meyering  <meyering@lucent.com>
31746
31747         * lib/Most files: Update copyright dates to include 2000.
31748
31749 2000-07-08  Jim Meyering  <meyering@lucent.com>
31750
31751         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
31752         if not defined.
31753         (xgethostname): Remove now-unnecessary #ifdef.
31754         Move declaration of `err' into loop where it's used.
31755
31756 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31757         and Bruno Haible  <haible@clisp.cons.org>
31758
31759         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
31760         only if the test for an object-type mbstate_t fails.  This
31761         prevents us from mistakenly reporting that mbstate_t is a
31762         system object type after we "#define mbstate_t int" to work
31763         around its lack.
31764
31765 2000-07-05  Paul Eggert  <eggert@twinsun.com>
31766         and Bruno Haible  <haible@clisp.cons.org>
31767
31768         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
31769
31770 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31771
31772         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
31773         to strerror_r.
31774         Include <ctype.h> for use of isalpha.
31775
31776 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31777
31778         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
31779         by allocating a larger buffer. Test the gethostname return value for
31780         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
31781         returns an error and ENAMETOOLONG isn't defined.
31782
31783 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
31784
31785         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
31786         dimension.
31787
31788 2000-07-04  Jim Meyering  <meyering@lucent.com>
31789
31790         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
31791         of the deprecated AC_CHECKING.
31792
31793 2000-07-04  Jim Meyering  <meyering@lucent.com>
31794
31795         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
31796         Reported by Bruno Haible.
31797
31798 2000-07-04  Jim Meyering  <meyering@lucent.com>
31799
31800         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
31801         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
31802         lacks mbrtowc.
31803
31804 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31805
31806         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
31807         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
31808
31809 2000-07-03  Paul Eggert  <eggert@twinsun.com>
31810         and Bruno Haible  <haible@clisp.cons.org>
31811
31812         * lib/quotearg.c (mbrtowc):
31813         Assign to *pwc, and return 1 only if result is nonzero.
31814         (iswprint): Use ISPRINT when substituting our own mbrtowc.
31815
31816 2000-07-03  Jim Meyering  <meyering@lucent.com>
31817
31818         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
31819
31820 2000-07-03  Jim Meyering  <meyering@lucent.com>
31821
31822         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
31823         This is necessary to get a definition of e.g., UTMP_FILE on
31824         HP-UX 10.20.
31825         From Bob Proulx.
31826
31827 2000-07-02  Jim Meyering  <meyering@lucent.com>
31828
31829         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
31830
31831         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
31832         AC_LIBOBJ(function_name).
31833         * m4/chown.m4: Likewise.
31834         * m4/fnmatch.m4: Likewise.
31835         * m4/ftruncate.m4: Likewise.
31836         * m4/getgroups.m4: Likewise.
31837         * m4/getline.m4: Likewise.
31838         * m4/group-member.m4: Likewise.
31839         * m4/jm-macros.m4: Likewise.
31840         * m4/lstat.m4: Likewise.
31841         * m4/malloc.m4: Likewise.
31842         * m4/memcmp.m4: Likewise.
31843         * m4/nanosleep.m4: Likewise.
31844         * m4/putenv.m4: Likewise.
31845         * m4/realloc.m4: Likewise.
31846         * m4/regex.m4: Likewise.
31847         * m4/stat.m4: Likewise.
31848         * m4/strftime.m4: Likewise.
31849
31850 2000-07-02  Jim Meyering  <meyering@lucent.com>
31851
31852         * lib/quotearg.c (mbstate_t): Don't define here.
31853
31854 2000-07-02  Jim Meyering  <meyering@lucent.com>
31855
31856         * lib/nanosleep.c (SIGCONT): Define if not already defined.
31857
31858 2000-07-01  Jim Meyering  <meyering@lucent.com>
31859
31860         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
31861
31862 2000-07-01  Jim Meyering  <meyering@lucent.com>
31863
31864         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
31865         problem.
31866
31867 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31868
31869         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
31870         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
31871
31872 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
31873
31874         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
31875         per change in ../m4/ls-mntd-fs.m4.
31876         (read_filesystem_list): Ignore symbolic links.
31877
31878 2000-06-29  Jim Meyering  <meyering@lucent.com>
31879
31880         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
31881         for declaration of strcmp.
31882
31883         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
31884
31885         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
31886         Avoid warning by casting result to `char *' to remove `const'.
31887
31888 2000-06-28  Jim Meyering  <meyering@lucent.com>
31889
31890         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
31891         included by quotearg.c, for which we perform this test.  From
31892         Bruno Haible.
31893
31894 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31895
31896         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
31897         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
31898         <utmpx.h> exists, put readutmp.o into LIBOBJS.
31899
31900 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
31901
31902         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
31903
31904 2000-06-26  Paul Eggert  <eggert@twinsun.com>
31905
31906         savedir now sets errno on failure and invokes xmalloc to get memory.
31907         Fix a couple of other minor bugs while we're at it.
31908
31909         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
31910         (NAMLEN): Remove macro.
31911         (malloc, realloc): Remove decls.
31912         (stpcpy): Likewise.
31913         ("xalloc.h"): Include.
31914         (NAME_SIZE_DEFAULT): New macro.
31915         (savedir): Use xmalloc / xrealloc to allocate memory.
31916         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
31917         Skip "" directory entries.
31918         Use strlen to calculate directory entry length, since the old method
31919         is rarely used these days and isn't worth supporting.
31920         Don't use a pointer after freeing it.
31921         Check for integer overflow when calculating allocation size.
31922         Use memcpy to copy entries, instead of stpcpy.
31923         Set errno properly when returning NULL.
31924         Check for readdir error.
31925
31926 2000-06-26  Jim Meyering  <meyering@lucent.com>
31927
31928         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
31929
31930 2000-06-25  Jim Meyering  <meyering@lucent.com>
31931
31932         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
31933         Linux header bug when _XOPEN_SOURCE is defined to 500.
31934
31935 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31936
31937         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
31938         deficiency.
31939
31940 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
31941
31942         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
31943         Include xalloc.h.
31944         Don't include <stdlib.h>.  Don't declare malloc, realloc.
31945
31946 2000-06-24  Jim Meyering  <meyering@lucent.com>
31947
31948         * m4/strerror_r.m4: Revive this file -- to try out an experimental
31949         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
31950         for which strerror does return char*, but which lacks a conveniently
31951         accessible declaration of the function.  If the compile-test says
31952         strerror_r doesn't work, then resort to a `run'-test that works on
31953         BeOS and segfaults on DEC Unix.
31954
31955 2000-06-24  Jim Meyering  <meyering@lucent.com>
31956
31957         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
31958
31959 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31960
31961         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
31962         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
31963
31964 2000-06-23  Paul Eggert  <eggert@twinsun.com>
31965
31966         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
31967         (mbrtowc, mbstate_t): Define substitutes if
31968         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
31969         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
31970         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
31971
31972 2000-06-23  Jim Meyering  <meyering@lucent.com>
31973
31974         * m4/afs.m4: Add missing AC_MSG_RESULT.
31975         Reported by Bruno Haible.
31976
31977         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
31978         Suggestion from Bruno Haible.
31979
31980 2000-06-23  Jim Meyering  <meyering@lucent.com>
31981
31982         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
31983
31984 2000-06-21  Jim Meyering  <meyering@lucent.com>
31985
31986         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
31987
31988 2000-06-21  Jim Meyering  <meyering@lucent.com>
31989
31990         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
31991         (noinst_HEADERS): Add getstr.h.
31992
31993         * lib/getline.c (getstr): Move into a separate file.
31994         * lib/getstr.c (getstr): New file, extracted from getline.c, with
31995         the following changes: new parameter, delim2; both delim[12]
31996         parameters have type `int', not `char'.  The latter would lose
31997         with 8-bit delimiters.
31998         * lib/getstr.h: New file.
31999
32000 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
32001
32002         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
32003         than 1024, return a memory chunk of least possible size, instead
32004         of size PATH_MAX + 2. In the loop, increment the size proportionally.
32005         Use free/xmalloc instead of xrealloc to avoid copying for very long
32006         paths.
32007
32008 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
32009
32010         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
32011         the empty string.
32012
32013 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
32014
32015         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
32016         address, not strdup.  Include <stdlib.h> and don't declare free().
32017
32018 2000-06-19  Jim Meyering  <meyering@lucent.com>
32019
32020         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
32021
32022 2000-06-18  Jim Meyering  <meyering@lucent.com>
32023
32024         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
32025
32026         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
32027         `checking whether...' message to be consistent with that of the
32028         lstat test.
32029
32030 2000-06-18  Jim Meyering  <meyering@lucent.com>
32031
32032         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
32033         Besides, these days every porting target provides a mkdir function.
32034
32035         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
32036         needed. (this snippet comes from src/system.h).
32037
32038 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
32039
32040         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
32041
32042 2000-06-15  Paul Eggert  <eggert@twinsun.com>
32043
32044         * lib/human.c (adjust_value): New function.
32045         (human_readable_inexact): Apply rounding style even when
32046         printing approximate values.
32047
32048 2000-06-14  Paul Eggert  <eggert@twinsun.com>
32049
32050         * lib/human.c (human_readable_inexact): Allow an input block
32051         size that is not a multiple of the output block size, and vice versa.
32052         Reported by Piergiorgio Sartor.
32053
32054 2000-06-14  Paul Eggert  <eggert@twinsun.com>
32055
32056         * lib/getdate.y (get_date): Apply relative times after time
32057         zone indicator, not before.  Reported by Todd A. Jacobs.
32058
32059 2000-06-13  Jim Meyering  <meyering@lucent.com>
32060
32061         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
32062
32063         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
32064
32065 2000-06-12  Paul Eggert  <eggert@twinsun.com>
32066
32067         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
32068
32069 2000-06-12  Jim Meyering  <meyering@lucent.com>
32070
32071         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
32072         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
32073         optional argument.
32074         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
32075         the optional argument, `lib'.
32076
32077 2000-06-08  Jim Meyering  <meyering@lucent.com>
32078
32079         * m4/largefile.m4: Remove file (now that it's part of autoconf).
32080
32081 2000-06-04  Paul Eggert  <eggert@twinsun.com>
32082
32083         Rewrite largefile configuration so that we don't need to run
32084         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
32085         AC_CANONICAL_HOST in configure.in -- jmm]
32086
32087         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
32088         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
32089         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
32090         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
32091         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
32092         All uses changed.
32093         Instead of inspecting the output of getconf, try to compile the
32094         test program without and with the macro definition.
32095         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
32096         for getconf.  Instead, check for the needed flags by compiling
32097         test programs.
32098
32099 2000-06-04  Paul Eggert  <eggert@twinsun.com>
32100
32101         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
32102
32103 2000-06-04  Jim Meyering  <meyering@lucent.com>
32104
32105         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
32106         SunOS 4.1.4 for which gid_t is an unsigned type.
32107
32108 2000-06-03  Jim Meyering  <meyering@lucent.com>
32109
32110         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
32111         now that autoconf requires that.
32112
32113         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
32114         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
32115         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
32116
32117 2000-06-03  Jim Meyering  <meyering@lucent.com>
32118
32119         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
32120
32121 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
32122
32123         * m4/glibc21.m4: New file.
32124         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
32125
32126 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
32127
32128         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
32129         newer, don't install charset.alias.
32130         * lib/config.charset: Change the Linux/glibc rules so they become empty
32131         on glibc-2.1 or newer.
32132
32133 2000-06-02  Jim Meyering  <meyering@lucent.com>
32134
32135         * lib/mountlist.c: Back out last change.  Instead, do this...
32136         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
32137         me_dummy member using the same `ignore'-testing code.
32138         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
32139         fs_type strings.
32140         From Mark D. Roth.
32141
32142 2000-05-29  Jim Meyering  <meyering@lucent.com>
32143
32144         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
32145         mounts with the `ignore' attribute.  Based on a patch from
32146         Mark D. Roth.
32147
32148 2000-05-28  Jim Meyering  <meyering@lucent.com>
32149
32150         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
32151         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32152         * m4/stat.m4: Likewise.
32153         * m4/lstat.m4: Likewise.
32154         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
32155
32156         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
32157         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
32158
32159 2000-05-26  Jim Meyering  <meyering@lucent.com>
32160
32161         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
32162
32163 2000-05-24  Jim Meyering  <meyering@lucent.com>
32164
32165         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
32166         autoconf requires that.
32167         * m4/lib-check.m4: Likewise.
32168         * m4/jm-macros.m4: Likewise.
32169         * m4/strftime.m4: Likewise.
32170
32171         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
32172         AC_CHECK_DECLS, now that autoconf requires that.
32173
32174 2000-05-22  Jim Meyering  <meyering@lucent.com>
32175
32176         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32177         * m4/lstat.m4: Likewise.
32178
32179 2000-05-22  Jim Meyering  <meyering@lucent.com>
32180
32181         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
32182
32183 2000-05-20  Jim Meyering  <meyering@lucent.com>
32184
32185         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
32186         (jm_PREREQ): Use it.
32187
32188 2000-05-18  Jim Meyering  <meyering@lucent.com>
32189
32190         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
32191         back, too, since it may have been modified by allocate_entry.
32192         (hash_delete): Rewrite to use neither the assignment operator
32193         nor the comma operator in an if-expression.
32194
32195 2000-05-15  Paul Eggert  <eggert@twinsun.com>
32196
32197         * lib/closeout.c:
32198         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
32199         Remove; no longer needed.
32200         "quotearg.h": Add include.
32201         (file_name): Do not bother to explicitly initialize to NULL; it's less
32202         efficient on some hosts.
32203         (close_stdout_status): Remove test as to whether stdout was already
32204         closed; it breaks for the case "echo x | sort >&-".
32205         Quote file name colons.
32206         Do not assume that _("write error") lacks format strings.
32207
32208 2000-05-15  Jim Meyering  <meyering@lucent.com>
32209
32210         * lib/version-etc.c (version_etc_copyright): Update the copyright
32211         string used in all --version output.
32212
32213 2000-05-14  Jim Meyering  <meyering@lucent.com>
32214
32215         * lib/closeout.c (close_stdout_set_file_name): New function.
32216         (close_stdout_status): Use new file-scoped global.
32217         Return right away if fstat says the stdout file descriptor is invalid.
32218         * lib/closeout.h (close_stdout_set_file_name): Declare.
32219
32220 2000-05-10  Jim Meyering  <meyering@lucent.com>
32221
32222         * lib/closeout.c [default_exit_status]: New file-scoped variable.
32223         (close_stdout_set_status): New function.
32224         * lib/closeout.h (close_stdout_set_status): Declare.
32225
32226 2000-05-09  Jim Meyering  <meyering@lucent.com>
32227
32228         * m4/gettext.m4: Rename this...
32229         * m4/libintl.m4: ...to this.
32230
32231 2000-05-08  Jim Meyering  <meyering@lucent.com>
32232
32233         * lib/long-options.c: Don't include closeout.h.
32234         (parse_long_options): Don't call close_stdout for --version.
32235
32236 2000-05-06  Paul Eggert  <eggert@twinsun.com>
32237
32238         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
32239         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
32240         2.1.3 bug.  This avoids a clash when files like regex.c define
32241         _GNU_SOURCE.
32242
32243 2000-05-06  Jim Meyering  <meyering@lucent.com>
32244
32245         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
32246         (AC_REPLACE_FUNCS): Add strnlen.
32247
32248         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
32249         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
32250
32251         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
32252         AC_SEARCH_LIBS call for nanosleep.
32253         (LIB_NANOSLEEP): Set and AC_SUBST.
32254
32255 2000-05-06  Jim Meyering  <meyering@lucent.com>
32256
32257         * lib/strnlen.c: Undefine __strnlen and strnlen.
32258         [!weak_alias]: Define __strnlen to strnlen.
32259
32260         * lib/atexit.c: New file, from libiberty.
32261
32262 2000-05-06  Jim Meyering  <meyering@lucent.com>
32263
32264         * lib/closeout.c (close_stdout_status): Also check for errors on the
32265         stderr stream.
32266
32267 2000-05-05  Jim Meyering  <meyering@lucent.com>
32268
32269         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
32270         AC_SEARCH_LIBS call for clock_gettime.
32271         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
32272
32273         * m4/search-libs.m4: Update from autoconf.
32274
32275         su doesn't work on Solaris 2.6.
32276         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
32277         <shadow.h>.  Reported by Dragos Harabor.
32278
32279 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
32280
32281         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
32282         memcpy instead of xmalloc, xrealloc, path_concat.
32283         (locale_charset): Treat empty environment variables as absent.
32284         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
32285
32286 2000-05-04  Jim Meyering  <meyering@lucent.com>
32287
32288         * lib/getopt.c: Update from glibc.
32289         * lib/obstack.c: Likewise.
32290         * lib/obstack.h: Likewise.
32291         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
32292         file
32293
32294         * lib/regex.h: Likewise.
32295         * lib/strndup.c: Likewise.
32296         * lib/strnlen.c: New file, from glibc.
32297
32298 2000-05-03  Jim Meyering  <meyering@lucent.com>
32299
32300         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
32301
32302 2000-05-02  Paul Eggert  <eggert@twinsun.com>
32303
32304         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
32305         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
32306         compile-time test, rather than inspecting host and OS, to
32307         decide whether to define _LARGEFILE_SOURCE.
32308
32309 2000-05-01  Jim Meyering  <meyering@lucent.com>
32310
32311         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
32312
32313         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
32314         Based on a patch from Bruno Haible.
32315
32316 2000-05-01  Jim Meyering  <meyering@lucent.com>
32317
32318         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
32319
32320 2000-04-29  Jim Meyering  <meyering@lucent.com>
32321
32322         * lib/path-concat.c: Declare strdup only if it's not defined.
32323         * lib/canon-host.c: Likewise.
32324
32325 2000-04-28  Jim Meyering  <meyering@lucent.com>
32326
32327         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
32328         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
32329         is included first, then limits.h is included by locale.h by libintl.h.
32330         From John David Anglin.
32331
32332 2000-04-25  Jim Meyering  <meyering@lucent.com>
32333
32334         * lib/makepath.c (S_IRWXUGO): Define.
32335         (make_path): Always perform explicit chmod if MODE specifies any
32336         of the `special' permission bits.  Prompted by a bug report against
32337         install from Mate Wierdl and Joost van Baal.
32338
32339 2000-04-18  Jim Meyering  <meyering@lucent.com>
32340
32341         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
32342         (jm_PREREQ): Use it.
32343
32344 2000-04-18  Jim Meyering  <meyering@lucent.com>
32345
32346         * lib/README: New file.
32347
32348         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
32349         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
32350
32351 2000-04-17  Jim Meyering  <meyering@lucent.com>
32352
32353         Get it right :-)
32354         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
32355         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
32356         Suggestion from Akim Demaille.
32357
32358 2000-04-17  Jim Meyering  <meyering@lucent.com>
32359
32360         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
32361         the definition of it to rpl_strftime also defined-away the system's
32362         declaration.
32363
32364 2000-04-15  Jim Meyering  <meyering@lucent.com>
32365
32366         Use `C' to denote so-called `contiguous' files, the same way
32367         that tar does.
32368         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
32369         (ftypelet): Use S_ISCTG.
32370         From Michael Deutschmann.
32371
32372 2000-04-14  Jim Meyering  <meyering@lucent.com>
32373
32374         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
32375         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
32376         clobbered.
32377
32378 2000-04-14  Jim Meyering  <meyering@lucent.com>
32379
32380         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
32381
32382 2000-04-13  Jim Meyering  <meyering@lucent.com>
32383
32384         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
32385         AH_VERBATIM to insert required #ifndef into config.h.in.
32386         Suggestion from Akim Demaille.
32387
32388 2000-04-12  Jim Meyering  <meyering@lucent.com>
32389
32390         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
32391         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
32392         Christian Krackowizer.
32393
32394         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
32395         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
32396         (AC_SYS_LARGEFILE): Require.
32397         (AM_C_PROTOTYPES): Require.
32398
32399 2000-04-08  Jim Meyering  <meyering@lucent.com>
32400
32401         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
32402         names don't conflict.  Reported by Eli Zaretskii.
32403
32404 2000-04-07  Jim Meyering  <meyering@lucent.com>
32405
32406         * lib/putenv.c: Move inclusion of errno.h so it follows that of
32407         sys/types.h, to work around system header problems on AIX 3.2.5.
32408         From Bruno Haible.
32409
32410 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
32411
32412         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
32413         bug.  Deal with the different error behavior of Irix iconv.
32414
32415 2000-04-05  Paul Eggert  <eggert@twinsun.com>
32416
32417         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
32418         IRIX if the installer said otherwise.
32419
32420 2000-04-05  Jim Meyering  <meyering@lucent.com>
32421
32422         Portability tweaks required for ultrix4.3.
32423         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
32424         (jm_CHECK_DECLS): Add getutent to the list of functions.
32425         (_jm_DECL_HEADERS): Add utmpx.h.
32426         From John David Anglin.
32427
32428         * m4/strftime.m4: Back out the 2000-04-02 change.
32429         Instead of that change, simply undefine putenv in the test program.
32430
32431 2000-04-05  Jim Meyering  <meyering@lucent.com>
32432
32433         Portability tweaks required for ultrix4.3.
32434         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
32435         getutent.
32436         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
32437         * lib/canon-host.c: Declare strdup.
32438         * lib/path-concat.c: Likewise.
32439         From John David Anglin.
32440
32441 2000-04-04  Jim Meyering  <meyering@lucent.com>
32442
32443         Be more DOS 8.3-friendly.
32444         * lib/ref-add.sin: Renamed from ref-add.sed.in.
32445         * lib/ref-del.sin: Renamed from ref-del.sed.in.
32446         * lib/Makefile.am: Reflect renaming.
32447         Reported by Eli Zaretskii.
32448
32449         Use a temporary file name that won't clash with `charset.alias'
32450         in the DOS 8.3 name space.
32451         * lib/Makefile.am (charset_tmp): Define.
32452         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
32453         (uninstall-local): Likewise.
32454         Reported by Eli Zaretskii.
32455
32456 2000-04-03  Jim Meyering  <meyering@lucent.com>
32457
32458         * m4/gettext.m4: Fix typo in comment.
32459
32460         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
32461         textutils/configure.in).  Suggestion from Paul Eggert.
32462         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
32463
32464 2000-04-02  Paul Eggert  <eggert@twinsun.com>
32465
32466         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
32467         variable in the shell rather than using putenv, which isn't
32468         portable.  This avoids the configure-time inter-test dependency
32469         on the potentially-renamed putenv function.
32470
32471 2000-03-30  Paul Eggert  <eggert@twinsun.com>
32472
32473         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
32474         before checking struct stat.st_blksize, so that
32475         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
32476
32477 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32478
32479         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
32480         since strftime.c uses HAVE_STRFTIME to decide whether to use
32481         the underlying strftime.
32482
32483 2000-03-29  Paul Eggert  <eggert@twinsun.com>
32484
32485         * lib/time/strftime.c (my_strftime): Make sure we call the system
32486         strftime, not ourselves, when invoking the underlying strftime.
32487
32488 2000-03-24  Jim Meyering  <meyering@lucent.com>
32489
32490         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
32491         (charset_alias): Define.
32492         (install-exec-local): Factor out common code.
32493         (uninstall-local): Split lines longer than 80.
32494         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
32495         (SUFFIXES): Define.
32496         (.sed.in.sed): New rule.  Don't redirect directly to $@.
32497         (CLEANFILES): Add ref-add.sed and ref-del.sed.
32498
32499 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
32500
32501         * lib/config.charset: Output a line containing "Packages using this
32502         file".
32503         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
32504         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
32505         ref-del.sed): New rules.
32506
32507 2000-03-17  Jim Meyering  <meyering@lucent.com>
32508
32509         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
32510         Otherwise, include <strings.h>
32511
32512 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
32513
32514         * lib/unicodeio.c (utf8_wctomb): New function.
32515         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
32516         format instead of in UCS-4 with platform dependent endianness.
32517
32518 2000-03-10  Jim Meyering  <meyering@lucent.com>
32519
32520         * m4/lib-check.m4: Look for getspnam in -lgen, too.
32521         From Marco Franzen.
32522
32523 2000-03-07  Paul Eggert  <eggert@twinsun.com>
32524
32525         * lib/savedir.c (savedir): Work even if directory size is
32526         negative; this can happen with some screwy NFS configurations.
32527
32528 2000-03-06  Jim Meyering  <meyering@lucent.com>
32529
32530         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
32531         if it's NULL (because we ran out of memory).  From Bruno Haible.
32532
32533 2000-03-05  Jim Meyering  <meyering@lucent.com>
32534
32535         * lib/localcharset.c ("path-concat.h"): Include.
32536         (get_charset_aliases): Use path_concat instead of ANSI string
32537         concatenation.
32538
32539         * lib/unicodeio.h (PARAMS): Define.
32540         Use it to guard prototype.
32541
32542 2000-03-04  Jim Meyering  <meyering@lucent.com>
32543
32544         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
32545         for lib/localcharset.c.
32546
32547 2000-03-04  Jim Meyering  <meyering@lucent.com>
32548
32549         * lib/Makefile.am (install-exec-local): Create $(libdir) before
32550         installing into it.
32551         (uninstall-local): Uncomment this rule so `make distcheck' works
32552         once again.
32553
32554         * lib/unicodeio.c (<errno.h>): Include it.
32555         (errno): Declare if not defined.
32556
32557         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
32558
32559         * lib/config.charset: New version, incorporating remarks from a linux
32560         i18n mailing list.  From Bruno Haible.
32561
32562 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
32563
32564         * m4/codeset.m4: New file.
32565         * m4/iconv.m4: New file.
32566         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
32567
32568 2000-03-03  Jim Meyering  <meyering@lucent.com>
32569
32570         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
32571
32572 2000-03-02  Jim Meyering  <meyering@lucent.com>
32573
32574         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
32575         the messages come out on separate lines.
32576
32577         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
32578         rather than jm_CHECK_DECLARATIONS.
32579         * m4/decl.m4: Remove now-unused file.
32580
32581         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
32582         geteuid.
32583
32584 2000-03-02  Jim Meyering  <meyering@lucent.com>
32585
32586         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
32587
32588 2000-03-01  Jim Meyering  <meyering@lucent.com>
32589
32590         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
32591         * lib/unicodeio.c: Likewise.
32592
32593 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
32594
32595         * lib/config.charset: New file.
32596         * lib/localcharset.c: New file.
32597         * lib/unicodeio.h, lib/unicodeio.c: New files.
32598         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
32599         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
32600         (noinst_HEADERS): Add unicodeio.h.
32601         (all-local, install-exec-local, charset.alias): New targets.
32602
32603 2000-02-28  Paul Eggert  <eggert@twinsun.com>
32604
32605         * lib/quotearg.c (ALERT_CHAR): New macro.
32606         (quotearg_buffer_restyled): Use it.
32607
32608 2000-02-27  Jim Meyering  <meyering@lucent.com>
32609
32610         * m4/check-decl.m4: Add getenv to the list.
32611
32612 2000-02-27  Jim Meyering  <meyering@lucent.com>
32613
32614         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
32615         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
32616
32617         * lib/backupfile.c: Guard inclusion of stdlib.h with
32618         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
32619         Declare malloc if needed.
32620
32621         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
32622         `#ifndef HAVE_DECL..'
32623         now that autoconf always defines the HAVE_DECL_ symbols.
32624         * lib/human.c: Likewise.
32625         * lib/same.c: Likewise.
32626         * lib/strtoumax.c: Likewise.
32627
32628         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
32629         declaration check was not run.
32630         * lib/hash.c: Likewise.
32631         * lib/human.c: Likewise.
32632         * lib/same.c: Likewise.
32633         * lib/strtoumax.c: Likewise.
32634
32635         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
32636         `.', then first look up the entire `.'-containing string as a login
32637         name.
32638
32639 2000-02-23  Jim Meyering  <meyering@lucent.com>
32640
32641         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
32642         in place of my hack.
32643
32644 2000-02-18  Paul Eggert  <eggert@twinsun.com>
32645
32646         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
32647         (textint): New typedef.
32648         (parser_control): Member year changed from int to textint.
32649         All uses changed.
32650         (YYSTYPE): Removed; replaced by %union with int and textint members.
32651         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
32652         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
32653         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
32654         (tSNUMBER, tUNUMBER): Now of type <textintval>.
32655         (date, number, to_year): Use width of number in digits, not its value,
32656         to determine whether it's a 2-digit year, or a 2-digit time.
32657         (yylex): Store number of digits of numeric tokens.
32658         Reported by John Kendall.
32659
32660         (parser_control): Changed from struct parser_control to typedef (for
32661         consistency).  All uses changed.
32662
32663         (tID): Removed; not used.
32664         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
32665
32666 2000-02-14  Paul Eggert  <eggert@twinsun.com>
32667
32668         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
32669         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
32670
32671 2000-02-12  Jim Meyering  <meyering@lucent.com>
32672
32673         * lib/userspec.c (ISDIGIT): Define it.
32674         (isdigit): Remove definition.
32675         (is_number): Use ISDIGIT, not isdigit.
32676         <libintl.h>: Include.
32677         (_ and N_): Define.
32678         (parse_user_spec): Mark translatable strings.
32679
32680 2000-02-10  Jim Meyering  <meyering@lucent.com>
32681
32682         With these changes, nanosleep.[ch] are finally enough like the other
32683         lib/* replacement files to compile on a few more losing systems.
32684
32685         * lib/nanosleep.h: Don't include config.h.
32686         Remove prototype from declaration of nanosleep.
32687         (PARAMS): Remove now-unneeded definition.
32688         * lib/nanosleep.c: #undef nanosleep.
32689         (rpl_nanosleep): Rename from nanosleep.
32690
32691 2000-02-10  Jim Meyering  <meyering@lucent.com>
32692
32693         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
32694         gnu_nanosleep to rpl_nanosleep.
32695
32696 2000-02-09  Jim Meyering  <meyering@lucent.com>
32697
32698         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
32699         struct spwd, rather than in struct passwd.  Reported by GaĆ«l QuĆ©ri.
32700
32701 2000-02-08  Akim Demaille  <akim@epita.fr>
32702
32703         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
32704         `[' and `]' and remove uses of `changequote'.
32705         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
32706         (AC_SYS_LARGEFILE): Likewise.
32707         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
32708         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
32709         of changequote.
32710         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
32711         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
32712         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
32713         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
32714
32715 2000-02-05  Jim Meyering  <meyering@lucent.com>
32716
32717         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
32718         Remove explicit use of AC_HEADER_TIME.  It is required by
32719         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
32720         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
32721         in autoconf whereby the expansion of the latter ended up preceding
32722         the expansion of its prerequisite, AC_HEADER_TIME.
32723         Reported by Volker Borchert.
32724
32725 2000-02-03  Jim Meyering  <meyering@lucent.com>
32726
32727         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
32728
32729 2000-02-03  Jim Meyering  <meyering@lucent.com>
32730
32731         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
32732         rather than with `#if HAVE_UTMPNAME'.
32733
32734 2000-02-02  Jim Meyering  <meyering@lucent.com>
32735
32736         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
32737         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
32738         Reported by Eli Zaretskii.
32739
32740 2000-02-01  Jim Meyering  <meyering@lucent.com>
32741
32742         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
32743
32744 2000-01-31  Jim Meyering  <meyering@lucent.com>
32745
32746         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
32747         functions.  Add the time.h and sys/time.h headers along with the
32748         AC_REQUIRE'ment of AC_HEADER_TIME.
32749
32750 2000-01-31  Jim Meyering  <meyering@lucent.com>
32751
32752         * lib/nanosleep.h (nanosleep): Guard declaration with
32753         `#if ! HAVE_DECL_NANOSLEEP'.
32754         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
32755         the declaration in that vendor's sys/timers.h.
32756         Reported by Christian Krackowizer.
32757
32758         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
32759         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
32760         (ISPRINT): Likewise.
32761         Reported by Tom Tromey.
32762
32763 2000-01-30  Jim Meyering  <meyering@lucent.com>
32764
32765         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
32766
32767         * m4/prereq.m4 (utmp_includes): Define.
32768         Check for ut_user and ut_name members in both struct utmpx
32769         and struct utmp.
32770
32771 2000-01-30  Jim Meyering  <meyering@lucent.com>
32772
32773         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
32774         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
32775         header files where only utmpx.ut_user is declared.
32776
32777         * lib/readutmp.h (UT_USER): Define.
32778
32779 2000-01-29  Jim Meyering  <meyering@lucent.com>
32780
32781         * m4/lib-check.m4: New file containing library-related checks from
32782         fileutils and sh-utils (textutils had none).
32783
32784 2000-01-28  Jim Meyering  <meyering@lucent.com>
32785
32786         * m4/perl.m4: Change format of warning message to look more like that
32787         from the missing script.  Suggestion from FranƧois Pinard.
32788
32789 2000-01-25  Jim Meyering  <meyering@lucent.com>
32790
32791         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
32792         well as time.h in the compile check.
32793         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
32794         Fix typo in cross-compiling case: s/yes/no/.
32795
32796 2000-01-23  Jim Meyering  <meyering@lucent.com>
32797
32798         * m4/jm-macros.m4: Move df-related tests here from
32799         fileutils/configure.in
32800
32801         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
32802         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
32803
32804         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
32805         s/space/ac_fsusage_space/.
32806         (jm_FILE_SYSTEM_USAGE): Take two parameters.
32807
32808         * m4/ftruncate.m4: New file (derived from part of
32809         fileutils/configure.in).
32810         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
32811         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
32812
32813         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
32814         AC_SUBST these here, rather than just in sh-util/configure.in, so
32815         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
32816         all the same.
32817         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
32818         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
32819         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
32820         (AC_SUBST(POW_LIBM)): Likewise.
32821         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
32822
32823 2000-01-23  Jim Meyering  <meyering@lucent.com>
32824
32825         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
32826         obstack.c.
32827
32828 2000-01-22  Jim Meyering  <meyering@lucent.com>
32829
32830         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
32831
32832         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
32833
32834         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
32835         configure.in
32836         (AC_CHECK_HEADERS): Likewise for sh-utils.
32837         (AC_CHECK_HEADERS): Likewise for textutils.
32838         Merge the three lists of headers.
32839
32840         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
32841         from fileutils' configure.in.
32842
32843         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
32844         code. Moved tests into their own function (_jm_DECL_HEADERS) in
32845         check-decl.m4.
32846
32847         * m4/check-decl.m4: Use #if rather than #ifdef.
32848         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
32849         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
32850         (_jm_DECL_HEADERS): Define new function.
32851         (jm_CHECK_DECLARATIONS): Require it.
32852
32853 2000-01-22  Jim Meyering  <meyering@lucent.com>
32854
32855         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
32856         [! HAVE_DECL_STRTOULL]: Declare strtoull.
32857         Required for some AIX systems.  Reported by Christian Krackowizer.
32858         [TESTING] (main): New function.
32859
32860         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
32861         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
32862         letters.
32863
32864         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
32865         iswprint.
32866
32867         * lib/strverscmp.c (ISDIGIT): Define.
32868         (strverscmp): Use ISDIGIT, not isdigit.
32869
32870 2000-01-19  Jim Meyering  <meyering@lucent.com>
32871
32872         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
32873         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
32874         defines `struct timespec' in <sys/time.h>
32875
32876         * m4/c-bs-a.m4: Remove uses of changequote altogether.
32877         Thanks to Akim for explaining.
32878
32879 2000-01-17  Paul Eggert  <eggert@twinsun.com>
32880
32881         * lib/nanosleep.c (nanosleep):
32882         Don't use SA_INTERRUPT to decide whether to call sigaction, as
32883         POSIX.1 doesn't require SA_INTERRUPT and some systems
32884         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
32885         it's been part of POSIX.1 since day 1 (in 1988).
32886
32887 2000-01-17  Jim Meyering  <meyering@lucent.com>
32888
32889         * lib/interlock: Remove unused file.  Reported by FranƧois Pinard.
32890
32891 2000-01-16  Paul Eggert  <eggert@twinsun.com>
32892
32893         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
32894         alert, backslash, formfeed, and vertical tab unnecessarily in
32895         shell quoting style.
32896
32897 2000-01-16  Jim Meyering  <meyering@lucent.com>
32898
32899         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
32900         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
32901         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
32902         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
32903
32904 2000-01-16  Jim Meyering  <meyering@lucent.com>
32905
32906         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
32907         because the latter didn't work.
32908
32909 2000-01-15  Jim Meyering  <meyering@lucent.com>
32910
32911         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
32912         (AC_REPLACE_FUNCS): Add memcpy and memset.
32913         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
32914         Add strpbrk.
32915         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
32916
32917 2000-01-12  Jim Meyering  <meyering@lucent.com>
32918
32919         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
32920         (jm_PREREQ): Use it.
32921         (jm_PREREQ_READUTMP): New macro.
32922         (jm_PREREQ): Use it.
32923
32924 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32925
32926         Quote multibyte characters correctly.
32927         * m4/c-bs-a.m4: New file.
32928         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
32929         (jm_PREREQ): Use it.
32930
32931 2000-01-11  Paul Eggert  <eggert@twinsun.com>
32932
32933         * m4/uintmax_t.m4: Port to autoconf 2.13.
32934
32935 2000-01-08  Jim Meyering  <meyering@ascend.com>
32936
32937         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
32938         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
32939
32940 2000-01-04  Jim Meyering  <meyering@ascend.com>
32941
32942         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
32943         jm_STRUCT_DIRENT_D_TYPE.
32944         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
32945         jm_STRUCT_DIRENT_D_INO.
32946         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
32947         jm_STRUCT_UTIMBUF.
32948         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
32949         renamings.
32950         * m4/utime.m4: Likewise.
32951
32952         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
32953         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
32954
32955 2000-01-03  Paul Eggert  <eggert@twinsun.com>
32956
32957         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
32958         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
32959
32960 2000-01-02  Jim Meyering  <meyering@ascend.com>
32961
32962         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
32963         remember if this is necessary.
32964
32965 1999-12-26  Jim Meyering  <meyering@ascend.com>
32966
32967         * m4/jm-macros.m4: Use it here.
32968         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
32969
32970 1999-12-23  Jim Meyering  <meyering@ascend.com>
32971
32972         * m4/jm-macros.m4: Check for clock_gettime (moved from
32973         fileutils/configure.in)
32974         Check for gettimeofday.
32975
32976 1999-12-20  Jim Meyering  <meyering@ascend.com>
32977
32978         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
32979         autoconf-2.14a-1999-12-20.
32980
32981 1999-12-19  Jim Meyering  <meyering@ascend.com>
32982
32983         * m4/lstat-slash.m4: New file.
32984         * m4/jm-macros.m4: Use the new macro:
32985         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
32986
32987 1999-12-07  Jim Meyering  <meyering@ascend.com>
32988
32989         * m4/perl.m4: Require that File::Compare be available, too.
32990         Too many systems seem to lack it.
32991
32992         * m4/strftime.m4: Add checks for most of the cpp macros tested in
32993         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
32994
32995 1999-11-18  Paul Eggert  <eggert@twinsun.com>
32996
32997         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
32998         problem with the QNX 4.25 shell, which doesn't propagate exit
32999         status of failed commands inside shell assignments.
33000
33001 1999-11-17  Jim Meyering  <meyering@ascend.com>
33002
33003         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
33004
33005 1999-11-07  Jim Meyering  <meyering@ascend.com>
33006
33007         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
33008
33009 1999-11-06  Jim Meyering  <meyering@ascend.com>
33010
33011         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
33012         * m4/jm-macros.m4 (jm_MACROS): Use it here.
33013
33014 1999-11-05  Jim Meyering  <meyering@ascend.com>
33015
33016         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
33017         configure.in of textutils, fileutils, and sh-utils into this one
33018         (shared between those packages) file.
33019         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
33020         AC_STRUCT_ST_BLKSIZE.
33021
33022 1999-11-03  Jim Meyering  <meyering@ascend.com>
33023
33024         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
33025         of AC_CHECK_TYPE checks includes unistd.h.
33026         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
33027         Suggestion from Akim Demaille.
33028
33029 1999-10-30  Jim Meyering  <meyering@ascend.com>
33030
33031         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
33032         m4-quoted string.
33033         * m4/ls-mntd-fs.m4: Likewise.
33034         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
33035         * m4/jm-winsz1.m4: Likewise.
33036
33037         * m4/const.m4: Remove file, since the fix made it into the experimental
33038         version of autoconf.
33039         * m4/mktime.m4: Likewise.
33040
33041         * m4/check-type.m4: Remove file, now that the latest version of
33042         AC_CHECK_TYPE takes a third arg to specify additional #includes.
33043
33044         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
33045         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
33046         AC_CHECK_TYPE.
33047
33048 1999-10-04  Jim Meyering  <meyering@ascend.com>
33049
33050         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
33051
33052 1999-09-22  Paul Eggert  <eggert@twinsun.com>
33053
33054         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
33055         2.95.1 bug with HP-UX 10.20.
33056
33057 1999-09-17  Jim Meyering  <meyering@ascend.com>
33058
33059         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
33060         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
33061         due to missing strdup (against sh-utils-2.0).
33062
33063 1999-08-29  Jim Meyering  <meyering@ascend.com>
33064
33065         * m4/jm-macros.m4: Require jm_BISON.
33066         * m4/bison.m4: New file.
33067
33068 1999-08-17  Paul Eggert  <eggert@twinsun.com>
33069
33070         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
33071         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
33072
33073 1999-08-05  Jim Meyering  <meyering@ascend.com>
33074
33075         * m4/getline.m4: Rename test file from conftestdata to conftest.data
33076         to avoid conflicts with `conftest' on 8+3 filesystems.
33077         Suggestion from Eli Zaretskii.
33078
33079 1999-08-04  Jim Meyering  <meyering@ascend.com>
33080
33081         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
33082         fileutils and sh-utils (textutils's getline test was inadequate).
33083         (AM_FUNC_GETLINE): Run this test.
33084         (AC_CHECK_FUNCS): Check for getdelim.
33085         Reported by Bob Proulx.
33086
33087 1999-08-02  Jim Meyering  <meyering@ascend.com>
33088
33089         * m4/jm-macros.m4: Add a comment.
33090
33091 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33092
33093         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
33094         <inttypes.h> defines strtoumax as a macro (and not as a
33095         function).
33096
33097 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33098
33099         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
33100         that we can shift, multiply and divide unsigned long long
33101         values; Ultrix cc can't do it.
33102
33103 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33104
33105         * m4/mktime.m4: New file, which is a preview of what should appear
33106         in the next public autoconf release.
33107
33108 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33109
33110         * m4/lfs.m4: Remove this file.
33111         * m4/largefile.m4: New file.  It contains the old contents of
33112         lfs.m4, except that all names with prefix AC_LFS have been
33113         changed to use the prefix AC_SYS_LARGEFILE instead, to be
33114         compatible with future autoconf versions.  Also, some minor m4
33115         quoting problems have been fixed.
33116
33117 1999-08-01  Paul Eggert  <eggert@twinsun.com>
33118
33119         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
33120         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
33121         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
33122         and simplify the shell code.
33123
33124 1999-08-01  Jim Meyering  <meyering@ascend.com>
33125
33126         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
33127         m4.
33128
33129 1999-07-20  Jim Meyering  <meyering@ascend.com>
33130
33131         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
33132
33133 1999-07-15  Jim Meyering  <meyering@ascend.com>
33134
33135         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
33136
33137 1999-05-22  Jim Meyering  <meyering@ascend.com>
33138
33139         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
33140
33141 1999-05-20  Jim Meyering  <meyering@ascend.com>
33142
33143         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
33144         Add a colon after each `then' in case $4 is empty.
33145
33146 1999-05-16  Jim Meyering  <meyering@ascend.com>
33147
33148         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
33149
33150 1999-05-10  Jim Meyering  <meyering@ascend.com>
33151
33152         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
33153
33154         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
33155         AC_FUNC_MKTIME.
33156
33157 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
33158
33159         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
33160
33161 1999-05-04  Paul Eggert  <eggert@twinsun.com>
33162
33163         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
33164         not CPPFLAGS, so that linking works correctly in IRIX.
33165
33166 1999-04-30  Paul Eggert  <eggert@twinsun.com>
33167
33168         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
33169
33170 1999-04-20  Paul Eggert  <eggert@twinsun.com>
33171
33172         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
33173         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
33174         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
33175         jm_AC_TYPE_UNSIGNED_LONG_LONG.
33176         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
33177
33178         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
33179
33180 1999-04-20  Jim Meyering  <meyering@ascend.com>
33181
33182         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
33183         AC_REPLACE xstroull if necessary.  From Paul Eggert.
33184         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
33185
33186 1999-04-18  Jim Meyering  <meyering@ascend.com>
33187
33188         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
33189         * m4/jm-macros.m4: Use it.
33190
33191 1999-04-06  Jim Meyering  <meyering@ascend.com>
33192
33193         * m4/strftime.m4: Remove test for %f.
33194
33195 1999-03-29  Jim Meyering  <meyering@ascend.com>
33196
33197         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
33198         superset of the AC_TYPE_* checks in the textutils, fileutils,
33199         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
33200         AC_TYPE_PID_T.
33201
33202 1999-03-28  Jim Meyering  <meyering@ascend.com>
33203
33204         * m4/jm-macros.m4: Define GNU_PACKAGE here.
33205         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
33206         replaced e.g., in the *.sh files of the sh-utils.
33207
33208 1999-03-20  Jim Meyering  <meyering@ascend.com>
33209
33210         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
33211         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
33212         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
33213
33214 1999-03-19  Jim Meyering  <meyering@ascend.com>
33215
33216         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
33217
33218 1999-03-12  Jim Meyering  <meyering@ascend.com>
33219
33220         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
33221
33222 1999-03-07  Jim Meyering  <meyering@ascend.com>
33223
33224         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
33225         declared.
33226
33227 1999-02-17  Jim Meyering  <meyering@ascend.com>
33228
33229         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
33230         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
33231
33232 1999-02-07  Jim Meyering  <meyering@ascend.com>
33233
33234         * m4/group-member.m4: New file -- extracted from sh-utils'
33235         configure.in.
33236
33237         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
33238         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
33239
33240 1999-02-06  Jim Meyering  <meyering@ascend.com>
33241
33242         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
33243         * m4/fnmatch.m4: Likewise.
33244         * m4/getgroups.m4: Likewise.
33245         * m4/lstat.m4: Likewise.
33246         * m4/malloc.m4: Likewise.
33247         * m4/putenv.m4: Likewise.
33248         * m4/realloc.m4: Likewise.
33249         * m4/regex.m4: Likewise.
33250         * m4/stat.m4: Likewise.
33251         * m4/strftime.m4: Likewise.
33252         Suggestion from Alain Magloire.
33253
33254         * m4/chown.m4: Use `.$ac_objext', not `.o'.
33255         * m4/fnmatch.m4: Likewise.
33256         * m4/getgroups.m4: Likewise.
33257         * m4/getline.m4: Likewise.
33258         * m4/lstat.m4: Likewise.
33259         * m4/malloc.m4: Likewise.
33260         * m4/memcmp.m4: Likewise.
33261         * m4/putenv.m4: Likewise.
33262         * m4/realloc.m4: Likewise.
33263         * m4/regex.m4: Likewise.
33264         * m4/stat.m4: Likewise.
33265         * m4/strftime.m4: Likewise.
33266         Suggestion from Alain Magloire.
33267
33268         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
33269         an argument.
33270
33271         * m4/regex.m4: Add a run-time Test for proper operation of
33272         re_compile_pattern.
33273
33274 1999-01-31  Jim Meyering  <meyering@ascend.com>
33275
33276         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
33277
33278 1999-01-30  Jim Meyering  <meyering@ascend.com>
33279
33280         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
33281
33282         * m4/jm-mktime.m4: Make this a wrapper around the official
33283         AM_FUNC_MKTIME rather than my private copy, now that the official one
33284         is up to date.
33285         * m4/mktime.m4: Remove file.
33286
33287         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
33288         * m4/uptime.m4: Likewise.
33289         * m4/uintmax_t.m4: Likewise.
33290
33291 1999-01-28  Jim Meyering  <meyering@ascend.com>
33292
33293         * m4/jm-macros.m4: Use jm_AFS.
33294         * m4/afs.m4: New file (from fileutils' configure.in).
33295
33296         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
33297         * m4/chown.m4: Likewise.
33298         * m4/d-ino.m4: Likewise.
33299         * m4/d-type.m4: Likewise.
33300         * m4/fnmatch.m4: Likewise.
33301         * m4/getgroups.m4: Likewise.
33302         * m4/gettext.m4: Likewise.
33303         * m4/jm-mktime.m4: Likewise.
33304         * m4/jm-winsz2.m4: Likewise.
33305         * m4/lcmessage.m4: Likewise.
33306         * m4/ls-mntd-fs.m4: Likewise.
33307         * m4/malloc.m4: Likewise.
33308         * m4/memcmp.m4: Likewise.
33309         * m4/putenv.m4: Likewise.
33310         * m4/realloc.m4: Likewise.
33311         * m4/st_mtim.m4: Likewise.
33312         * m4/strftime.m4: Likewise.
33313
33314 1999-01-16  Jim Meyering  <meyering@ascend.com>
33315
33316         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
33317         (ARGMATCH_DIE_DECL): Define.
33318
33319 1999-01-12  Jim Meyering  <meyering@ascend.com>
33320
33321         * m4/Makefile.am.in: Rewrite to avoid using fmt.
33322         Reported by Lars Hecking.
33323
33324 1999-01-10  Jim Meyering  <meyering@ascend.com>
33325
33326         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
33327         gross kludge.
33328         * m4/inttypes_h.m4: Likewise.
33329         * m4/lstat.m4: Likewise.
33330         * m4/malloc.m4: Likewise.
33331         * m4/readdir.m4: Likewise.
33332         * m4/realloc.m4: Likewise.
33333         * m4/st_dm_mode.m4: Likewise.
33334         * m4/stat.m4: Likewise.
33335         * m4/utimbuf.m4: Likewise.
33336         * m4/utimes.m4: Likewise.
33337
33338         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
33339         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
33340         comments in config.h.in are meaningful.
33341
33342         * m4/jm-macros.m4: Require autoconf-2.13 here.
33343
33344         * m4/regex.m4: By default, don't use the included regex.c on systems
33345         with glibc 2.  Suggestion from Uli Drepper.
33346
33347 1999-01-02  Jim Meyering  <meyering@ascend.com>
33348
33349         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
33350
33351 1998-12-18  Jim Meyering  <meyering@ascend.com>
33352
33353         * m4/Makefile.am.in (Makefile.am): Simplify rule.
33354         Based on a suggestion from Lars Hecking.
33355
33356 1998-11-16  Paul Eggert  <eggert@twinsun.com>
33357
33358         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
33359
33360 1998-11-16  Jim Meyering  <meyering@ascend.com>
33361
33362         * m4/lfs.m4: Double-quote the `uname...` expression.
33363
33364 1998-11-14  Jim Meyering  <meyering@ascend.com>
33365
33366         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
33367         * m4/stat.m4: Likewise.
33368
33369 1998-11-03  Jim Meyering  <meyering@ascend.com>
33370
33371         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
33372         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
33373
33374 1998-10-18  Jim Meyering  <meyering@ascend.com>
33375
33376         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
33377
33378 1998-10-17  Jim Meyering  <meyering@ascend.com>
33379
33380         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
33381         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
33382         calls for those previously hard-coded headers.  Instead, take a new
33383         parameter.
33384         (jm_CHECK_DECLARATIONS): Reflect interface change.
33385         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
33386         (jm_CHECK_DECL_LOCALTIME_R): New macro.
33387
33388         * m4/mktime.m4: Test for spring-forward gap before long-running test.
33389
33390 1998-10-14  Jim Meyering  <meyering@ascend.com>
33391
33392         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
33393         instead of "TZ=America/Vancouver".  From Paul Eggert.
33394
33395 1998-10-11  Jim Meyering  <meyering@ascend.com>
33396
33397         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
33398         This adds a test for a recently added compatibility fix for mktime.c.
33399         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
33400
33401 1998-09-27  Jim Meyering  <meyering@ascend.com>
33402
33403         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
33404
33405         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
33406         ../configure.in, including a change from Gordon Matzigkeit to allow
33407         cross-compiling for the Hurd.
33408
33409         * m4/glibc.m4: New file/macro to test for the GNU C Library
33410         versions 1 and 2.  From Gordon Matzigkeit.
33411         Indent.
33412
33413 1998-09-21  Jim Meyering  <meyering@ascend.com>
33414
33415         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
33416
33417 1998-08-18  Paul Eggert  <eggert@twinsun.com>
33418
33419         Port nanosecond-resolution times to UnixWare 2.1.2 and
33420         pedantic Solaris 2.6.
33421
33422         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
33423         AC_STRUCT_ST_MTIM.
33424         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
33425         Generate name of ns member, instead of just 1 or undef.
33426         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
33427
33428 1998-08-15  Jim Meyering  <meyering@ascend.com>
33429
33430         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
33431         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
33432         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
33433         instead of jm_TYPE_SSIZE_T.
33434
33435 1998-08-12  Jim Meyering  <meyering@ascend.com>
33436
33437         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
33438
33439 1998-08-02  Jim Meyering  <meyering@ascend.com>
33440
33441         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
33442         in acconfig.h manually.
33443
33444 1998-07-31  Paul Eggert  <eggert@twinsun.com>
33445
33446         * m4/st_mtim.m4: New file.
33447
33448 1998-07-28  Jim Meyering  <meyering@ascend.com>
33449
33450         * m4/utimes.m4: Undef stat.
33451
33452 1998-07-25  Jim Meyering  <meyering@ascend.com>
33453
33454         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
33455         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
33456
33457 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
33458
33459         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
33460         uid and gid actually remain unchanged.
33461
33462 1998-07-07  Jim Meyering  <meyering@ascend.com>
33463
33464         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
33465
33466 1998-07-04  Jim Meyering  <meyering@ascend.com>
33467
33468         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
33469         to prove that this macro can be used in packages without regex.c.
33470
33471 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
33472
33473         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
33474         is to be used.
33475
33476 1998-07-03  Jim Meyering  <meyering@ascend.com>
33477
33478         * m4/gettext.m4: Add -lintl if it's found to be necessary.
33479
33480         * m4/gettext.m4: New file -- from gettext-0.10.35.
33481         * m4/lcmessage.m4: Likewise.
33482         * m4/progtest.m4: Likewise.
33483
33484         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
33485         * m4/jm-macros.m4: Require the new macro.
33486
33487 1998-06-29  Jim Meyering  <meyering@ascend.com>
33488
33489         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
33490         for the definition of NGROUPS (used in a system header included
33491         by sys/mount.h).
33492
33493 1998-06-28  Jim Meyering  <meyering@ascend.com>
33494
33495         * m4/ls-mntd-fs.m4: New file.
33496         * m4/fstypename.m4: New file.
33497
33498         * m4/jm-macros.m4: Require the new macro.
33499         * m4/jm-glibc-io.m4: New file.
33500
33501 1998-05-19  Jim Meyering  <meyering@ascend.com>
33502
33503         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
33504         * m4/lchown.m4: New file.
33505
33506         * m4/Makefile.am.in: New file.
33507         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
33508
33509 1998-05-14  Jim Meyering  <meyering@ascend.com>
33510
33511         * m4/Makefile.am (EXTRA_DIST): Add them.
33512         * m4/jm-macros.m4: New file.
33513         * m4/utimbuf.m4: New file.
33514
33515 1998-05-12  Jim Meyering  <meyering@ascend.com>
33516
33517         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
33518
33519 1998-05-11  Jim Meyering  <meyering@ascend.com>
33520
33521         * m4/isc-posix.m4: New file.
33522
33523 1998-05-10  Jim Meyering  <meyering@ascend.com>
33524
33525         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
33526
33527 1998-05-09  Jim Meyering  <meyering@ascend.com>
33528
33529         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
33530         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
33531         with automake.
33532
33533         * m4/ssize_t.m4: New file.
33534         * m4/mktime.m4: Remove file -- the new automake has this now.
33535
33536 1998-04-26  Jim Meyering  <meyering@ascend.com>
33537
33538         * m4/assert.m4: New file.
33539         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
33540
33541 1998-04-05  Jim Meyering  <meyering@ascend.com>
33542
33543         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
33544         (jm_PREREQ): Use it here.
33545
33546 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
33547
33548         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
33549         in acconfig.h.
33550
33551 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
33552
33553         * m4/prereq.m4: New file.
33554         * m4/error.m4: New file.
33555         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
33556
33557 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
33558
33559         * m4/getline.m4: Don't set am_cv_func_working_getline before the
33560         cache-check for the same variable -- that defeated the purpose of
33561         the test; the test program was never run.  This was a problem only
33562         on systems with losing getline functions -- HP-UX 10.20 is one.
33563         Reported by Bjorn Helgaas.
33564
33565 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
33566
33567         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
33568
33569 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
33570
33571         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
33572
33573         * m4/const.m4: New file.  Use an initializer in this declaration
33574         typedef int charset[2]; const charset x;
33575         Reported by Bob Glickstein.
33576
33577 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
33578
33579         * m4/chown.m4: Fix reversed types on -1 args to chown.
33580         From Kaveh Ghazi.
33581
33582 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
33583
33584         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
33585         Add lseek and memchr.
33586
33587         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
33588         T.E.Dickey <dickey@clark.net> said that some older preprocessors
33589         have a 20-character limit on names.
33590
33591 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
33592
33593         * m4/inttypes_h.m4: New file.
33594         * m4/uintmax_t.m4: New file.
33595         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
33596
33597 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
33598   Free Software Foundation, Inc.
33599 Copying and distribution of this file, with or without modification,
33600 are permitted provided the copyright notice and this notice are preserved.